Commit Graph

267 Commits

Author SHA1 Message Date
Mark Crane c9e3d90155 Update the failure handler to work with the new call forward no answer feature. Optimize it using the variables instead of the database. Change the indentation. 2014-12-03 11:57:34 +00:00
Mark Crane ad81b6ea5b Get the values from the database and set them as lua variables. 2014-12-03 09:02:54 +00:00
Mark Crane 14babb88ed Set extension variables for forward all, busy, no answer, and do not disturb. 2014-12-03 08:05:41 +00:00
Nate Jones 904de1933f Conference Center: Lua script mods for Room Schedule (start/stop) functionality completed. 2014-11-30 03:08:02 +00:00
Nate Jones 146c439960 Fax Retry (LUA): nulls to nils. 2014-11-29 15:24:02 +00:00
Mark Crane 53a8cd7777 Ensure that call forward doesn't update follow me if follow_me_uuid is an empty string. 2014-11-28 20:40:59 +00:00
luis daniel lucio quiroz f6b1ee0736 xml_handler directory.lua is now tolerant when no memcache available, fix a nil variable 2014-11-27 14:43:28 +00:00
Mark Crane 130c45d0b6 Revert r7258 as caused problems with endpoints receiving calls. 2014-11-26 20:54:44 +00:00
Riccardo Granchi 2cf20d8f7a Engineered the management of bridge failures in local extension, with optional variables which by default provides the standard behavior. Changed the default order for extension_queue, which has *800 prefix, before the extension-intercom, which has the *8 prefix 2014-11-21 15:38:26 +00:00
Mark Crane 36d3c995b7 Fix the alias for the XML handler. 2014-11-21 04:37:43 +00:00
Mark Crane 0bfd57c148 If forward all destination is not set then request it when using *72 otherwise use the current destination. 2014-11-18 11:16:59 +00:00
Mark Crane 320659ffad Default behavior before call forward on busy was if busy go to voicemail. I just re-established that default for any company wanting to simply hangup on calls when the destination is busy then set system -> variables or domain -> variables to send_to_voicemail=false. This is a better default as it would require those wanting to simply hangup to set the value to false allowing the default behavior is preserved. 2014-11-18 10:29:03 +00:00
Mark Crane 44c517173c Add a few spaces to make the code consistent such as if( changed to if ( 2014-11-18 10:10:37 +00:00
Mark Crane a514c6f95f (not forward_on_busy and originate_disposition ~= "CALL_REJECTED") needs to be optional behavior as it contradicts current behavior. My response here is complaints that the new behavior is a bug at least in some peoples eyes so needs to be a configurable option that is not forced onto those that don't want it. 2014-11-18 10:09:29 +00:00
Mark Crane 9a88b8396a Remove hangup on subscriber absent user_exists condition on dialplan_local extension already verifies that it is an extension. 2014-11-18 10:04:17 +00:00
Mark Crane 4f88ebf255 Adjust app.lua improve the line spacing. 2014-11-18 10:03:00 +00:00
Mark Crane 001f6dec2e Cleanup up the tabbing and trailing spaces and tabs. 2014-11-18 09:35:33 +00:00
Mark Crane 316e81edc0 Correct the English used in the comment. 2014-11-18 09:33:19 +00:00
luis daniel lucio quiroz ee0dd17a03 cosmetic coding for disa 2014-11-14 22:12:18 +00:00
luis daniel lucio quiroz 6a531ebfbc new enhanced disa without loopback 2014-11-14 20:39:15 +00:00
luis daniel lucio quiroz a9183dbdf6 new enhanced disa 2014-11-14 17:47:45 +00:00
luis daniel lucio quiroz 9427a8012a console messages for eavesdrop 2014-11-13 15:32:02 +00:00
Riccardo Granchi fd68683f99 Disabled debug and minor log changes 2014-11-13 13:09:53 +00:00
Riccardo Granchi 7bc38b2d80 Added toll allow and ability to enable it in outbound routes 2014-11-13 12:12:41 +00:00
Mark Crane 3b9743226a xml_handler will bind if memcached is down 2014-11-13 08:51:46 +00:00
Mark Crane 66fc5354dd Fix remove excessive messages when using XML handler. 2014-11-08 04:46:51 +00:00
Riccardo Granchi c09364234d Added toll type assignment based on country templates 2014-11-06 16:56:31 +00:00
Riccardo Granchi 8ffb5b2f71 Added cleaning for own international prefix and sqlite compatibility 2014-11-04 15:29:05 +00:00
Mark Crane d79e72141d Paging - Prevent calling the user that initiated the page 2014-11-03 18:57:01 +00:00
Riccardo Granchi 3c43f604c5 Added it-ring definition 2014-11-03 11:16:10 +00:00
Riccardo Granchi c684b780d7 Added forward on busy and extension queue features 2014-10-29 16:06:53 +00:00
Mark Crane 9e33022ce7 Ensure the api object is set for is_local. 2014-10-25 00:25:08 +00:00
Mark Crane 80f6638cae Fix *98 for extensions with number-alias. 2014-10-25 00:01:46 +00:00
Mark Crane aab04f3019 Update the Voicemail MWI LUA script to use the new scripts/resources/run directory. 2014-10-22 08:09:10 +00:00
Mark Crane 899e5a853c Replace if statement so that it doesn't cause a problem with user_exist. 2014-10-22 00:32:00 +00:00
Mark Crane f8103e1b37 Fix extension number-alias for extensions using paging. 2014-10-21 22:57:29 +00:00
Mark Crane 593c063602 Fix the xml handler nil error for number_alias and fix some indentation. 2014-10-21 19:30:40 +00:00
Mark Crane faa31d681b Add extension number-alias support to voicemail to fix a problem when using number-alias and checking voicemail with *97. 2014-10-21 19:19:04 +00:00
Riccardo Granchi 390ef030b9 Fixed audio stream absolute path in fifo member 2014-10-21 10:46:05 +00:00
Mark Crane 5535c57a96 disable registration for number-alias 2014-10-21 10:01:30 +00:00
Mark Crane 1c63e46608 Add max tries to pin_number.lua so that if the pin number is wrong it will request the pin number again up to the maximum tries. 2014-10-21 05:48:27 +00:00
Mark Crane 34a4ddb878 Fix a problem with DND when Follow Me hasn't been used for a particular extension. 2014-10-20 09:03:23 +00:00
Mark Crane f1e5c42cba Allow 2 digit pins. 2014-10-17 20:39:56 +00:00
Mark Crane a190165f02 Fix the xml handler nil error for number_alias. 2014-10-15 17:32:02 +00:00
Mark Crane 605b7a631f Fix XML handler with number_alias. 2014-10-13 20:10:14 +00:00
Mark Crane ef51862898 Allow making longer recordings with *732 2014-10-03 06:21:38 +00:00
Mark Crane 9fe0d78b05 Fix the hostname used in conference center 2014-10-03 06:19:03 +00:00
Mark Crane 1cbfc1cd13 Add voicemail params to the directory section of the xml handler 2014-10-03 06:17:43 +00:00
Mark Crane c247e1c5a0 Fix call forward user_exists result is a string this fixes ability to call external numbers 2014-09-23 08:01:56 +00:00
Mark Crane 093d7bb369 Fix 2 problems with call forward first fix the alias and unforward. 2014-09-23 07:45:40 +00:00