Commit Graph

316 Commits

Author SHA1 Message Date
Mark Crane a8c3cf908a Update the Cisco spa504g provisoning template. It is now the first to use the key assignment. 2013-12-21 16:49:01 +00:00
Mark Crane 721c5d944b Fix the update to the call center dialplan. 2013-12-19 10:04:37 +00:00
Mark Crane afa8fe1e98 Add Cisco spa508g template. 2013-12-17 22:42:20 +00:00
Mark Crane 3bfcf41eac Add Cisco spa514g template. 2013-12-17 20:03:40 +00:00
Mark Crane cc51673863 Add and update sip port, transport and sip expires on spa112 and spa504g 2013-12-10 22:56:49 +00:00
Mark Crane dedfa5a8ad Add port and transport to the SPA112 template. 2013-12-10 18:06:07 +00:00
Mark Crane 3fc22fe724 Add the rest of the Grandstream provisioning files. 2013-12-07 03:06:02 +00:00
Mark Crane a643c72b62 Change the RTP packet size <RTP_Packet_Size group="SIP/RTP_Parameters">0.020</RTP_Packet_Size> 2013-12-07 01:30:19 +00:00
Mark Crane 9419994a60 Fix that code that writes the gateway xml to the file system so that it will use the gateway uuid for the filename and gateway name. Benefit of using the XML is that it is a major step closer to renaming tenants, or changing the gateway name without hurting the outbound routes. 2013-12-06 12:36:52 +00:00
Mark Crane e7386519ce Change the gateway name to gateway_uuid in the XML handler. 2013-12-06 08:26:55 +00:00
Mark Crane 9ac83876d8 Get rid of a trailing white space in voicemail/index.lua 2013-12-04 18:15:34 +00:00
Mark Crane c923044e1a Remove a trailing space from dial_string.lua 2013-12-04 18:06:07 +00:00
Mark Crane 7338cbc9af Adjust the voicemail_authorized if statement. 2013-12-04 17:24:44 +00:00
Mark Crane 2a7d819f64 Add voicemail_authorized variable as an option set it up to work with for *97 and *4000. When you check voicemail then press * it prompts for the password or if *98 is dialed it asks for the password. 2013-12-04 17:07:34 +00:00
Mark Crane 44766475bf Add per leg ring group domain name control. Contributed by Daniel Lucio.
dest1:  100
dest2:  999@otherdomain
dest3: 555
2013-12-04 08:14:40 +00:00
Mark Crane f954b37334 Remove a file_exists where it didn't belong. 2013-12-01 07:17:28 +00:00
Mark Crane bdb3d644bf Fix the scripts to copy missing freeswitch scripts again. 2013-12-01 06:56:55 +00:00
Mark Crane 99dad4afa8 Add the dialed_extension to ring groups. 2013-12-01 03:59:06 +00:00
Mark Crane 669c1a390a Add scripts/app/dialplan accessible with action: lua data: app.lua dialplan 2013-12-01 03:46:04 +00:00
Mark Crane 1a0ec3ad02 Fix the call center extension list.
Reported as https://code.google.com/p/fusionpbx/issues/detail?id=510&start=100
2013-11-26 17:04:00 +00:00
Mark Crane 03104413fa Yealink t22 and t38g set account.1.transport = 1 for TCP. 2013-11-26 07:57:40 +00:00
Mark Crane 8696e82b8c Remove dbh:release(); from directory.lua because its done in the parent script after this script completes. 2013-11-25 20:56:27 +00:00
Mark Crane 202042fa38 Change menu class method restore2 to restore_all. Remove group permissions from restore (Restore Default) and leave in restore_all (Restore All) 2013-11-24 01:35:37 +00:00
Mark Crane 32df6f40d9 Improve the efficiency of the Menu PHP class by removing redundant code in the restore method of the PHP class and add PDO transactions. Improve the menu language for better multi-lingual support, escape the menu item title to so it will work correctly for French and other languages. 2013-11-24 00:15:02 +00:00
Mark Crane 1c2303b01f Add Grandstream GXP140x and GXP1450 templates. 2013-11-23 06:07:02 +00:00
Mark Crane 9d523e1708 Add templates for the Cisco spa122, spa501g, and spa509g. Thanks Keng for providing these templates. 2013-11-23 06:04:55 +00:00
Mark Crane 725479e4c0 Add templates for the Cisco spa301, spa502g, and spa512g. 2013-11-23 05:43:11 +00:00
Mark Crane de432c8077 Provisioning add Granstream gxp21xx, ht701, and a minor update to dp715. 2013-11-21 00:45:17 +00:00
Mark Crane a4bdce99ea Add a missing if statement: if (conference_hostname ~= local_hostname) then
Contributed by Luis Daniel Lucio
2013-11-20 07:35:38 +00:00
Mark Crane 888a9470ce Check the hostname for conference center. 2013-11-20 06:14:18 +00:00
Mark Crane fd9c4ffada config.php can be located in /etc/fusionpbx this change makes it use that location during install if it exists. Thanks Richard Neese who reported this error and the solution. 2013-11-19 16:15:00 +00:00
Mark Crane 849f2d05e3 Edge case fix ring group when an extension is not registered. 2013-11-19 05:59:47 +00:00
Mark Crane c5c8eabf5f Add a additional debug information and fix some problems in directory.lua. 2013-11-17 11:44:02 +00:00
Mark Crane 2d9905cc93 Fix the template dp715 so it will work with the template engine changes. 2013-11-16 23:56:40 +00:00
Mark Crane f6a035b4f0 Rename the provisioning file so that it is valid for the template engine. 2013-11-16 23:46:01 +00:00
James Rose b1755ea39e Add provisioning template for the Grandstream DP715 Dect phone. 2013-11-15 21:10:30 +00:00
Mark Crane 6e9a5eb3d1 Add a bridge option to the destination select list. 2013-11-14 09:38:17 +00:00
Mark Crane ab5279ee3c Make sofia.conf.lua hostname backwards compatible. 2013-11-13 08:26:18 +00:00
Mark Crane 8ba965ff31 Add hostname to sofia.conf.lua 2013-11-12 16:09:07 +00:00
Mark Crane 55691db77d Add reverse-auth-lookup to the xml handler script. 2013-11-12 08:44:32 +00:00
Mark Crane 95c2bb17e3 Check the local hostname in the xml handler. 2013-11-12 08:43:13 +00:00
Mark Crane 1501d78a1b Add the uppercase Twig to the template class. 2013-11-12 04:39:54 +00:00
Mark Crane d74c60e5c1 Rename twig to Twig to get it working. 2013-11-12 04:37:38 +00:00
Mark Crane 72944f1976 Fix the path for raintpl and remove some trailing spaces and extra tabs. 2013-11-11 20:17:50 +00:00
Matt Putnam e0639901fa added code to stop raintpl from eating \r on new lines for yealink and similar phones. 2013-11-11 06:53:51 +00:00
Matt Putnam 275b387641 2013-11-10 16:54:18 +00:00
Matt Putnam 84024f689c 2013-11-10 16:51:48 +00:00
Mark Crane eec49f72a4 Change the file name {v_mac} variable to {$mac} 2013-11-10 07:20:27 +00:00
Mark Crane 96ff030ad7 Change the file name {v_mac} variable to {$mac} 2013-11-10 07:19:50 +00:00
Mark Crane 2ed1eae7da Change the file name {v_mac} variable to {$mac} 2013-11-10 07:19:11 +00:00
Mark Crane e0863cd6b9 Change the file name {v_mac} variable to {$mac} 2013-11-10 07:18:41 +00:00
Mark Crane 37cbaf16d0 Change the file name {v_mac} variable to {$mac} 2013-11-10 07:18:02 +00:00
Mark Crane 61e5187b1c Change the file name {v_mac} variable to {$mac} 2013-11-10 07:17:09 +00:00
Mark Crane 2e177a8fba Change the file name {v_mac} variable to {$mac} 2013-11-10 07:16:39 +00:00
Mark Crane d23f90c66f Change the file name {v_mac} variable to {$mac} 2013-11-10 07:16:03 +00:00
Mark Crane 4f618cd5ac Change the file name {v_mac} variable to {$mac} 2013-11-10 07:15:12 +00:00
Mark Crane 8dd5aab008 Change the file name {v_mac} variable to {$mac} 2013-11-10 07:14:44 +00:00
Mark Crane 4d515633bd Change the file name {v_mac} variable to {$mac} 2013-11-10 07:14:03 +00:00
Mark Crane 7a3e612290 Change the file name {v_mac} variable to {$mac} 2013-11-10 07:13:25 +00:00
Mark Crane 8018707875 Change the file name {v_mac} variable to {$mac} 2013-11-10 07:12:55 +00:00
Mark Crane 6dd5faccc7 Change the file name {v_mac} variable to {$mac} 2013-11-10 07:10:43 +00:00
Mark Crane fd5e7371e8 Change the file name {v_mac} variable to {$mac} 2013-11-10 07:10:06 +00:00
Mark Crane 7c37d10f12 Change the file name {v_mac} variable to {$mac} 2013-11-10 07:09:36 +00:00
Mark Crane 6cee6669ad Change the file name {v_mac} variable to {$mac} 2013-11-10 07:08:29 +00:00
Mark Crane 60782a0eba Change the file name ${v_mac} variable to {$mac} 2013-11-10 07:07:33 +00:00
Mark Crane 73caa8c1bb Change the file name ${v_mac} variable to {$mac} 2013-11-10 07:07:06 +00:00
Mark Crane 3e48847069 Change the file name ${v_mac} variable to {$mac} 2013-11-10 07:06:35 +00:00
Mark Crane d3feaaa49a Change the file name ${v_mac} variable to {$mac} 2013-11-10 07:06:08 +00:00
Mark Crane 473f183abd Change the file name ${v_mac} variable to {$mac} 2013-11-10 07:05:39 +00:00
Mark Crane 4f535d3eb5 Change the file name ${v_mac} variable to {$mac} 2013-11-10 07:04:47 +00:00
Mark Crane dd1ed9bd0e Change the file name ${v_mac} variable to {$mac} 2013-11-10 07:04:05 +00:00
Mark Crane bcbcbe2ebc Change the file name ${v_mac} variable to {$mac} 2013-11-10 07:03:37 +00:00
Mark Crane f435c573b0 Change the file name ${v_mac} variable to {$mac} 2013-11-10 07:03:01 +00:00
Mark Crane 209dd56b30 Change the file name ${v_mac} variable to {$mac} 2013-11-10 07:02:03 +00:00
Mark Crane 523a728047 Change the file name ${v_mac} variable to {$mac} 2013-11-10 07:01:29 +00:00
Mark Crane 7eaecce9d9 Change the file name ${v_mac} variable to {$mac} 2013-11-10 07:00:33 +00:00
Mark Crane 82ff468297 Fix the file paths in the template engine. 2013-11-10 06:55:00 +00:00
Mark Crane 1e827beeed Add the template class. 2013-11-09 20:37:46 +00:00
Mark Crane 9cc94dc643 move raintpl into templates/engine 2013-11-09 20:08:02 +00:00
Mark Crane 5d232e0b38 Add smarty template engine. 2013-11-09 20:02:56 +00:00
Matt Putnam 9f4365ccfb updated variable {$server_name_line} to {$server_address_line} 2013-11-08 15:43:27 +00:00
Mark Crane ab54d3d068 Add new and old message count to the mwi event to the dev branch. 2013-11-07 23:49:09 +00:00
Mark Crane 556e72d7e2 Add "NO_USER_RESPONSE" for ring groups. 2013-11-05 18:17:44 +00:00
Matt Putnam e30fc1c1b9 removed leading F 2013-11-05 16:55:28 +00:00
Matt Putnam 31211b0a59 2013-11-05 16:45:19 +00:00
Matt Putnam 7f9deea2f7 Added SIPDefault.cnf to Cisco/7940 config templates 2013-11-04 21:56:55 +00:00
Matt Putnam 71d4e1b246 2013-11-04 21:42:55 +00:00
Matt Putnam 63d44912ec Updated Variables to the new RAINtpl standard 2013-11-04 18:38:53 +00:00
Matt Putnam e24700c02f Updated all variables to comply with raintpl. 2013-11-03 21:22:17 +00:00
Matt Putnam 59c772229d 2013-11-03 20:58:59 +00:00
Matt Putnam 16afd0cb7b 2013-11-03 20:58:24 +00:00
Matt Putnam 29e6e6893b Added raintpl class 2013-11-03 20:35:06 +00:00
Mark Crane f51ad7f225 Add Yealink t38g provisioning template and then add line 2 to the the t22. 2013-11-01 23:17:30 +00:00
Mark Crane 10881ae724 Fix an error that occurs on a few systems when adding a domain. 2013-11-01 15:50:49 +00:00
Mark Crane 8c8d447562 Fix a problem where the if the last phone ringing is not registered then the call ends with error user not registered. Fixed a problem where the last person rejects the call it would send a busy back to the caller rather than sending to the timeout action. 2013-10-31 01:08:45 +00:00
James Rose cd993de6e4 Debug Extension_UUID was crashing script (nil) 2013-10-30 15:15:55 +00:00
Mark Crane af8d5523cd Fix the pin number used in the dial string and switch session:execute for api:execute. Thanks soapee01 for reporting and helping with the bug. 2013-10-29 23:15:20 +00:00
Mark Crane 4c6d3fc26a If there are no ring group destinations fix the timeout destination. 2013-10-29 22:20:36 +00:00
Mark Crane c364028d43 Fix the forward to extension option 8 in voicemail. 2013-10-29 20:54:54 +00:00
Mark Crane 25d9c9d164 Fix the line 2 password on the spa525g template. 2013-10-22 22:40:35 +00:00