Mark Crane
|
3b5c5d3e8d
|
Add an optional domain_name to the login page.
|
2012-07-26 19:24:55 +00:00 |
Mark Crane
|
62ef9cb236
|
Straighten out the use of domain_uuid sessions variable.
|
2012-07-24 18:15:45 +00:00 |
Mark Crane
|
75e2ab8d28
|
Add single quotes around true in the outbound_route_to_bridge function. Remove the lib_switch.php include in fax_to_email.php that was not necessary after all.
|
2012-07-24 18:07:20 +00:00 |
Mark Crane
|
ccd378e863
|
Adjust the database class table and fields array.
|
2012-07-24 05:56:30 +00:00 |
Mark Crane
|
5399142172
|
Add odbc support to the database class and modify some of the parameters.
|
2012-07-23 23:31:02 +00:00 |
Mark Crane
|
a68501772f
|
Tested the three new method mysql needed an adjustment.
|
2012-07-22 06:35:00 +00:00 |
Mark Crane
|
16c6a7fb91
|
Add 3 methods to the database class. table_info, tables, and fields.
|
2012-07-22 05:37:30 +00:00 |
Mark Crane
|
413232a7e4
|
Fix the upgrade schema mysql bug where alter table was being used on all numeric data types.
|
2012-07-19 08:58:54 +00:00 |
Mark Crane
|
f2f1da1049
|
In the outbound_route_to_bridge function the query should contain the condition dialplan_enabled=true:
http://code.google.com/p/fusionpbx/issues/detail?id=279
|
2012-07-19 04:33:42 +00:00 |
Mark Crane
|
f255a890de
|
Ensure that the ivr menu exists in dialplan when the ivr menu is saved.
|
2012-07-18 22:28:14 +00:00 |
Mark Crane
|
1e1a5c336f
|
Found a better solution for the hot desking problem removed the previous solution and implemented the better approach.
|
2012-07-12 20:24:35 +00:00 |
Mark Crane
|
e4906e815e
|
With hot desking if the previous user did not logout then log the person out then call back to login.
|
2012-07-12 19:16:02 +00:00 |
Mark Crane
|
b040cadb2b
|
Expand the capability of the dial_string.lua by making it possible to set the unique_id in the dial_string.
|
2012-07-11 10:07:23 +00:00 |
Mark Crane
|
508993a4f8
|
Fix hunt groups issue 259 and 270.
|
2012-07-11 05:50:53 +00:00 |
Mark Crane
|
c7f83d32ed
|
Complete the support for the dialplan xml templates to support context.
|
2012-07-10 16:37:53 +00:00 |
Mark Crane
|
613c7ae678
|
Make pin_number.lua use phrases. White space cleanup on recordings.lua and wakeup.lua. Dial string add ability to change the dial string for a specific extension and add a pin number as an option.
|
2012-07-10 16:23:08 +00:00 |
Mark Crane
|
4c293b7f9e
|
Do not provide the XMl for registering an disabled extension and other changes to improve the code.
|
2012-07-07 21:18:17 +00:00 |
Mark Crane
|
b061a5e90e
|
Add dialplan capability to the lua xml handler.
|
2012-07-06 07:32:14 +00:00 |
Mark Crane
|
1fef798c2a
|
Remove dbh:release(); ring_group.lua it seems to have the reverse effect.
|
2012-07-04 00:03:47 +00:00 |
Mark Crane
|
cfde50c9e7
|
Remove dbh:release(); it seems to have the reverse effect.
|
2012-07-03 23:10:07 +00:00 |
Mark Crane
|
a95c074648
|
If the dialplan dir has no value do not write the dialplan xml files
|
2012-07-03 16:22:58 +00:00 |
Mark Crane
|
f0726e6b47
|
Fix a problem with the document_root when using command line fax_to_email.php.
|
2012-06-24 06:45:12 +00:00 |
Mark Crane
|
8725cf9a80
|
Fix the temp directory path.
|
2012-06-24 06:20:25 +00:00 |
Mark Crane
|
32d549c160
|
Properly escape single quotes for sqlite this will fix the hangup_hook used with the fax dialplan entry.
|
2012-06-24 02:51:13 +00:00 |
Mark Crane
|
3d0fbbf04e
|
Remove duplicate number_alias.
|
2012-06-21 02:28:47 +00:00 |
Mark Crane
|
ddf7a52225
|
cidr declared twice remove the duplicate.
|
2012-06-21 02:24:50 +00:00 |
Mark Crane
|
a36b818b7f
|
Cleanup recaptchalib and the signup page (signup needs more work) and remove the xmpp profile remove goto which causes some problems with tools.
|
2012-06-21 02:18:31 +00:00 |
Mark Crane
|
5979fff05c
|
Fix minor sql errors reported in issue 266.
|
2012-06-14 17:32:41 +00:00 |
Mark Crane
|
5e63e29d02
|
xml_handler exchange the dialed_domain with domain_name.
|
2012-06-12 06:22:18 +00:00 |
Mark Crane
|
c1840d7d03
|
Add more logging control, and add direction (in/out/both)
|
2012-06-08 18:10:25 +00:00 |
Mark Crane
|
a5e6b9f758
|
Improve page.lua add a way to control mute from a variable and if no one is called because they are on a call produce a busy tone for the caller.
|
2012-06-07 19:43:43 +00:00 |
Mark Crane
|
4d943f4697
|
Fix a Huntgroup problem with outbound caller id.
|
2012-06-07 17:05:51 +00:00 |
Mark Crane
|
e56a0c0c76
|
Apply this bug fix to the Dev branch. Hunt groups caused FreeSWITCH to crash because of $$ used in the lua script. Exchange the pre-processor variable for standard variable with with one $ and this fixes the problem.
|
2012-06-06 19:21:35 +00:00 |
Mark Crane
|
fd9a11dda1
|
Add the xml_handler lua script.
|
2012-06-06 06:10:59 +00:00 |
Mark Crane
|
6b6e7c327d
|
Add 'switch_' to the dialplan class filen name.
|
2012-06-06 01:34:11 +00:00 |
Mark Crane
|
3d2926eb0c
|
Change the file of the dialplan PHP class from dialplan.php to switch_dialplan.php
|
2012-06-06 01:31:46 +00:00 |
Mark Crane
|
82ec06357c
|
Replace $tmp_xml variable with $xml and write the extension xml files only if the session extension directory variable is set.
|
2012-06-05 08:32:53 +00:00 |
Mark Crane
|
8c03d88b8b
|
Fix the order the IVR Menus are listed in.
|
2012-06-05 07:48:41 +00:00 |
Mark Crane
|
dfb76f7987
|
Add dial_string.lua file to includes/install/scripts directory.
|
2012-06-04 23:05:41 +00:00 |
Mark Crane
|
d39e74b530
|
Add dial_string, dial_user, and dial_domain.
|
2012-06-04 15:04:54 +00:00 |
Mark Crane
|
af103e9c41
|
Add a missing file sip_profile_copy.php to the dev branch.
|
2012-06-04 14:58:40 +00:00 |