Commit Graph

136 Commits

Author SHA1 Message Date
Mark Crane ca0b5a60b9 Fix ring group lua script so that if each extension is not registered and never has been that it still goes to the timeout destination. 2013-09-11 02:12:18 +00:00
Mark Crane 35da60e22f Add ['type'] back to $field['key']['type'] as its used in many app_config.php files. 2013-09-10 21:30:17 +00:00
Mark Crane 9cc32caff6 Remove some trailing white spaces from the ring groups index.lua. 2013-09-09 23:57:10 +00:00
Mark Crane cdf54c6267 Fix the primary key on the dev branch. 2013-09-07 16:25:35 +00:00
Mark Crane e56ee666cf Ring groups add a work around for Freeswitch's native voicemail. 2013-09-05 17:32:53 +00:00
Mark Crane d20779bcc0 Change default-mod-wait conference profile to mod-wait to match the conference lua script. 2013-09-04 20:46:08 +00:00
Mark Crane 26f4586791 Change conference profile name of wait_mod to wait-mod in the conference lua script. 2013-09-04 20:44:09 +00:00
Mark Crane 0a08f39ab7 Remove the hard coded conference profile name. 2013-09-04 20:30:38 +00:00
Mark Crane 94e9304dbb Prefix variable names in the header.php to prevent naming conflicts and unset a few more values. 2013-09-02 15:22:13 +00:00
Rüdiger Hahn e18f601790 Fix: typo in xml template 2013-09-01 07:20:06 +00:00
Mark Crane 4b832702e8 Add the password.php to check_auth.php 2013-09-01 06:40:28 +00:00
Mark Crane 7417d26a8d Add resources/functions/password.php from https://github.com/ircmaxell/password_compat. This will provide compatibility for the functions available in 5.5. This library requires PHP >= 5.3.7. PHP prior to 5.3.7 contains a security issue with its BCRYPT. 2013-09-01 06:05:59 +00:00
Rüdiger Hahn f878e5a55e Add inital config template for snom m3 2013-08-31 22:11:17 +00:00
Mark Crane 1ecf45210f Add provisioning templates for panasonic ut113, ut123, ut133, ut136 phones. 2013-08-30 00:38:00 +00:00
Mark Crane e0d07e45ac Update yealink provisionig for t22 to work with the latest firmware. 2013-08-30 00:34:07 +00:00
Rüdiger Hahn 2b7aabe159 Add provisioning template for Linksys SPA-921 2013-08-29 21:14:49 +00:00
Rüdiger Hahn 5dc2d007a5 Add initial template for snom 360 phones 2013-08-29 20:58:45 +00:00
Mark Crane 78768afaea Ring Groups: Fix a problem where the domain_uuid was null for multi-tenant and for originate_disposition add NO_ANSWER for the timeout. 2013-08-29 16:57:36 +00:00
Mark Crane 433c8806a1 Fix the select destinations tool. Get the voicemail list from the voicemail table instead of the extensions table. 2013-08-28 01:03:44 +00:00
Mark Crane 173956740a Remove i386 causes problems for mod_shout and mpg123 2013-08-27 05:35:24 +00:00
Mark Crane 1f1b73999d Remove the debug code. 2013-08-26 19:45:30 +00:00
Mark Crane c7a7f0b7ef Correct the function that updates the lua scripts make sure it correctly updates scripts except for database_handle.lua. 2013-08-26 19:45:01 +00:00
Mark Crane e7271794da Only overwrite lua scripts and add database_handle.lua as an exception. 2013-08-26 18:50:43 +00:00
Mark Crane 73375214cd Update the installed lua scripts when running upgrade.php or advanced -> upgrade schema. 2013-08-26 17:56:03 +00:00
Mark Crane a4913b9e9a Fix switch_select_destination so that it works with the changes to ivr menu. 2013-08-25 02:00:18 +00:00
Mark Crane 8775c50afd Revmove save_hunt_groups_xml function from switch.php. 2013-08-22 16:05:17 +00:00
Mark Crane 26742ae7c5 Add number alias so that it will work with the xml handler. 2013-08-21 17:53:17 +00:00
Mark Crane f6b20aae60 Re-enabled uuid_display found the real problem to the dtmf detection lag was caused by uuid_display with an incorrect rtp packet size (aka ptime) set wrong on the SPA504g. It was set to 0.030 but needs to be set to 0.020. 2013-08-20 23:54:46 +00:00
Mark Crane cabc71d163 Remove old huntgroup_originate.lua. 2013-08-20 18:59:51 +00:00
Mark Crane 604abc39a1 Update the ring group lua script. 2013-08-16 20:36:52 +00:00
Mark Crane e55589f623 Faxing if the from_address is null then use the email_address. 2013-08-14 23:07:35 +00:00
Mark Crane 540ae1c8f7 Comment out uuid_display. It caused the call to switch codecs, interrupt the audio and added a dtmf delay to voicemail after pressing 1 for new messages or 2 for old messages. Also added a lua copy function. 2013-08-13 06:09:45 +00:00
Mark Crane d1aad16157 Fix the ring group timeout when the prompt is not set to confirm. 2013-07-31 03:41:13 +00:00
Nuno Miguel Reis 0d0e105a29 logger class (very usefull for debugging) 2013-07-29 20:26:00 +00:00
Mark Crane d872af2666 Change the menu back asc order. 2013-07-29 19:40:48 +00:00
Nuno Miguel Reis e939b9e0d2 added db menu build and permissions block 2013-07-29 18:55:51 +00:00
Nuno Miguel Reis c9c4ec7361 bug fix on module category listings and new email_validate function 2013-07-29 17:22:43 +00:00
Nuno Miguel Reis 2fed568403 missing stuff dealing with group permissions 2013-07-29 17:22:40 +00:00
Nuno Miguel Reis 7b29f575bd added mod_cdr_pg 2013-07-29 17:22:17 +00:00
Mark Crane 34312fad32 Fixed the delay when using the new confirm feature for ring groups. 2013-07-27 21:05:38 +00:00
Mark Crane bece0abd28 Fixed a bug with IVR Menu where it reached the max failures +1 before moving onto the timeout action. 2013-07-25 18:25:52 +00:00
Mark Crane ea34375fdf Add xml handler fixed sip call forward. 2013-07-25 06:04:15 +00:00
Mark Crane 40df388751 Add a new confirm.lua file specifically for ring groups. 2013-07-24 20:08:06 +00:00
Mark Crane df643d8e98 Remove the old lua script file. 2013-07-24 19:54:57 +00:00
Mark Crane e8ffa2f12e Add the new ring group lua scripts. 2013-07-24 19:54:17 +00:00
Mark Crane 91d0a5ac63 Deprecate install/dialplan/default.xml. 2013-07-19 00:54:44 +00:00
Mark Crane 5fe1ebd56e Remove the install/lang/en directory now deprecated. 2013-07-19 00:48:23 +00:00
Mark Crane 7636780212 Move the wakeup from install to resources/templates/conf/lang/en directory. 2013-07-19 00:47:05 +00:00
Mark Crane 11bad68c1d Move cdr_csv.conf.xml to dev/apps/cdr as a backup for a non maintained app in apps/cdr. 2013-07-19 00:39:52 +00:00
Mark Crane b8b995a9e7 On Debian or Ubuntu the /etc/init.d seems to require /etc/freeswitch this causes a problem source compiled systems changing the directory to detect if its a package install to /etc/freeswitch/dialplan. 2013-07-18 23:50:39 +00:00