Commit Graph

140 Commits

Author SHA1 Message Date
Mark Crane 6af80a602a Prevent an error on the reverse authentication for the xml handler when its sent and invalid domain from FreeSWITCH. 2014-06-27 19:41:31 +00:00
luis daniel lucio quiroz 8625762d64 workarround for #635 2014-06-25 20:26:30 +00:00
Mark Crane 7a01104700 Ensure the gateway_uuid is lower case 2014-06-24 06:40:29 +00:00
luis daniel lucio quiroz ca3f246e37 I updated my email 2014-06-22 18:38:46 +00:00
Mark Crane 8f3579f0d1 Add profile, sync, reboot and explode to event notify lua script. 2014-06-10 03:23:02 +00:00
Omar Irbouh 66088be1b5 fixed nil issue when voicemail has no messages 2014-06-09 22:43:08 +00:00
Mark Crane 17d1e262e3 Drop the SQL like statement and use equals for best performance 2014-06-05 00:13:00 +00:00
Mark Crane 632b16b296 remove the plus from destination_number 2014-06-04 20:57:08 +00:00
Mark Crane 3c603dbc5d Fix outbound caller id for outbound on net calls 2014-05-30 06:34:57 +00:00
Mark Crane 34a71a0eb7 Add record_ext=mp3 option when recording an extension. 2014-05-24 17:32:32 +00:00
Mark Crane ceb1c150be Add intercept_group.lua 2014-05-16 07:28:28 +00:00
Mark Crane 5d9cfea9c0 Fix blind transfer *1 2014-05-11 08:18:03 +00:00
Mark Crane 7dd9553707 Add mute.lua and unmute.lua files 2014-05-02 09:34:56 +00:00
Mark Crane 6e26ce9eb8 Add unmute.lua 2014-05-02 05:56:00 +00:00
Mark Crane a871d6b28c Add conference center mute.lua 2014-05-02 05:45:57 +00:00
Mark Crane 5e0eb315f8 Add emergency caller id name to the extension xml and to xml handler. 2014-05-01 04:59:33 +00:00
Mark Crane f0dc0d7183 Add a a check to see if the dial_string is null then add a default dial string 2014-04-30 20:54:30 +00:00
Mark Crane 500b6477cb Fix the fax_success null issue wit fax retry 2014-04-30 05:04:54 +00:00
Mark Crane f98f7c01b3 Prevent errors in the dial string lua script 2014-04-15 18:54:03 +00:00
Mark Crane ca46dfcbee Fix a nil variable concatentation error on user_status 2014-04-13 06:28:37 +00:00
Mark Crane 22d3edb3f8 Add a missing forward slash on the email subject when sending the email 2014-04-13 06:14:17 +00:00
Mark Crane a455b33af5 Make sure the recording directory exists 2014-04-12 17:42:23 +00:00
Mark Crane 11ee2be8f1 Make the two inbound lua scripts more robust when the domain is not found. 2014-04-05 20:14:55 +00:00
Mark Crane a9bbdd1f28 Check add the option to record the user. 2014-04-04 07:08:00 +00:00
Mark Crane a9ff275b7b Add user_record to the xml_handler section: directory 2014-04-03 17:45:10 +00:00
Mark Crane 136388aac4 Correct the indentation of some of the lines in user_status lua script. 2014-04-03 15:50:50 +00:00
Mark Crane 59b148a298 Use a sub string rather than requiring the domain at this point. 2014-04-03 06:26:29 +00:00
Mark Crane 2fc2b13eb0 When determining the domain based DID/DDI or DNIS ignore whether the destination number is enabled or not. We need the information to determine the correct domain. 2014-04-03 06:20:59 +00:00
Mark Crane 4e4029f2aa Fix SIP URI dialing so they can work again. 2014-03-28 08:44:56 +00:00
Mark Crane ec16d3e4fb Change the way the outbound context is used so that domain_name is not needed. 2014-03-27 02:38:15 +00:00
Mark Crane f88625e84c In recordings.lua replace the custom sound file with phrase. 2014-03-21 23:47:40 +00:00
Mark Crane 41b55d8433 After toggling the call flow hangup the call. 2014-03-21 20:02:49 +00:00
Mark Crane 9ba46dfc8a If vm_message_ext is "mp3" then check to see if mod_vlc is running and if it is then use vlc:// as the prefix for streaming the file. 2014-03-20 16:42:04 +00:00
Mark Crane b95e2e2488 Use lame to convert voicemail wav to mp3 files. 2014-03-20 08:47:36 +00:00
Mark Crane b1f95da562 Add ability to set comma delimited list of pin_numbers. Example set pin_number=111,333,555 in addition to set pin_number=555 which was already possible. 2014-03-07 21:12:16 +00:00
Mark Crane 12351013b8 Add a voicemail quota with a variable vm_disk_quota or vm-disk-quota (for compabitibility to FreeSWITCH voicemail) 2014-03-07 05:31:59 +00:00
Mark Crane 500e5ce10d Add a 1 second sleep before playing the conference greeting. 2014-03-06 04:16:18 +00:00
Mark Crane b43c1df078 Add a conference center greeting. Move all SQL debug info inside an SQL debug true if statement. Fix the new member count so it says 0 members in the conference for the first person that enters. 2014-03-05 21:10:58 +00:00
Mark Crane a6730e470d Add a member count announcement when joining the for conference room with conference center. 2014-02-28 17:14:15 +00:00
Mark Crane bbea9c2f9e Removed } which caused a problem when pressing *2 to make a recording. 2014-02-28 00:06:19 +00:00
Mark Crane 07032a2a13 Add ring group rollover strategy to the LUA script. 2014-02-25 04:59:02 +00:00
Mark Crane 392111d825 Time for a major improvement to LUA XML handler efficiency. 2014-02-23 06:34:56 +00:00
Mark Crane 66ae6eb47b Fix a problem with inbound calls and improve the dialplan lua script. 2014-02-22 18:06:30 +00:00
Mark Crane 78c231a646 Add the call block lua script to app/dialplan so that it will work on all inbound calls. 2014-02-21 22:58:01 +00:00
Mark Crane 436cf40595 Remove ORIGINATOR_CANCEL from the ring group lua script to fix ring group intercept. 2014-02-19 22:48:00 +00:00
Mark Crane 6ec053708f Fix the white space and tabs issues with fax_retry.lua. 2014-02-19 06:15:53 +00:00
Mark Crane c981e783f1 Remove origination_caller_id_name from ring groups lua script. 2014-02-18 18:43:14 +00:00
Mark Crane 398696d6b0 Update eavesdrop.lua change the sounds used to get the pin number to the default freeswitch sound files. 2014-02-18 01:10:15 +00:00
Mark Crane 2e14c7e154 Fix the call_direction. 2014-02-14 01:01:51 +00:00
Mark Crane 95f64f8d99 Add MWI-Voice-Message to show the message count. 2014-02-09 09:43:47 +00:00