Mark Crane
|
c344400c82
|
Add database driver to along with type it helps distinguish which type of database is being used when using odbc. Added app_defaults to core/databases so that the script config.lua can be created when the database is saved and upgraded. Previously it only saved a new config.lua when running upgrade or upgrade schema which was not intuitive.
|
2012-07-17 15:56:32 +00:00 |
Mark Crane
|
39f6ff0c13
|
Fix a provisioning bug.
|
2012-07-17 01:38:28 +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
|
6d609a128b
|
Fix the call broadcast bug that had broken update and delete.
|
2012-07-11 20:12:49 +00:00 |
Mark Crane
|
573a09ce7a
|
Set the operator forward to *000 and do not to disturb to *363 (*dnd)
|
2012-07-11 10:08:22 +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
|
f1984291c8
|
Move the app_uuid inside the correct xml tag to fix xfer_vm.
|
2012-07-11 08:51:54 +00:00 |
Mark Crane
|
e8d8d60809
|
Add the two new dialplan entries. Operator, and operator forward which allows you to toggle an extension to be redirected to the operator extension.
|
2012-07-11 08:43:32 +00:00 |
Mark Crane
|
c80e379312
|
System -> variables set the external_rtp_ip and external_sip_ip to default to auto-nat this should help new installs with NAT.
|
2012-07-11 06:39:02 +00:00 |
Mark Crane
|
508993a4f8
|
Fix hunt groups issue 259 and 270.
|
2012-07-11 05:50:53 +00:00 |
Mark Crane
|
65f183b714
|
Fix issue http://code.google.com/p/fusionpbx/issues/detail?id=277
|
2012-07-11 02:23:05 +00:00 |
Mark Crane
|
404e855602
|
Add the app_uuid to the dialplan features xml files.
|
2012-07-10 19:20:33 +00:00 |
Mark Crane
|
15d853b0cc
|
Add the context features to the dialplan database.
|
2012-07-10 18:27:27 +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
|
1bcfb8e938
|
Add the dialplan context to the fusionpbx/app/dialplan/resources/xml to the hot desking dialplan entries.
|
2012-07-09 18:45:02 +00:00 |
Mark Crane
|
935f3a80fb
|
Add the dialplan context to the fusionpbx/app/dialplan/resources/xml files this is to prepare for adding features context to the database.
|
2012-07-09 18:38:21 +00:00 |
Mark Crane
|
cd92693e46
|
Fix a dialplan bug I caused 23 hours ago.
|
2012-07-09 09:05:35 +00:00 |
Mark Crane
|
f2db211c44
|
If the extension or dialplan xml directories are disabled or don't exist don't add sub directories.
|
2012-07-08 11:26:37 +00:00 |
Mark Crane
|
e44426ee1a
|
Remove tab at the end of several lines.
|
2012-07-08 11:14:48 +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
|
1c5f7d57d6
|
Add * prefix to voicemail extension 4000. For *97 change the variable used to identify the registered extension. CDR use domain_uuid if it has been supplied.
|
2012-07-07 18:40:15 +00:00 |
Mark Crane
|
b061a5e90e
|
Add dialplan capability to the lua xml handler.
|
2012-07-06 07:32:14 +00:00 |
Mark Crane
|
6528f53986
|
Since the the MAC address has been normalized need to add this for compatibility. A better solution in the future the extension provisioning_list will get its own table.
|
2012-07-05 18:56:26 +00:00 |
Mark Crane
|
4cc8b89fe5
|
Format the MAC address in the hardware phone list.
|
2012-07-05 18:41:29 +00:00 |
Mark Crane
|
b9711091f4
|
Fix bugs in provisioning. When an extension is disabled don't provide provision it. Normalize the MAC address when stored in the db as lower case and no formatting. When using the MAC address in the template change it to upper case the MAC address for SNOM with no dashes.
|
2012-07-05 18:22:02 +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
|
14718825e0
|
Add odbc support to the databases sql query tool.
|
2012-06-30 23:35:18 +00:00 |
Mark Crane
|
1c15037e0b
|
Add ringback to ring groups.
|
2012-06-28 19:23:18 +00:00 |
Mark Crane
|
8d453f4c3d
|
Change xmpp input type to password and talk.google.com for example.
|
2012-06-28 16:55:28 +00:00 |
Mark Crane
|
616824a493
|
v_fax_edit make sure dialplan_uuid has a value.
|
2012-06-24 07:29:30 +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
|
1834b28ca5
|
Remove the backslash change.
|
2012-06-24 06:39:08 +00:00 |
Mark Crane
|
8725cf9a80
|
Fix the temp directory path.
|
2012-06-24 06:20:25 +00:00 |
Mark Crane
|
913fa66047
|
Fix the number of backslashes for so that it works for sqlite for the fax dialplan entry.
|
2012-06-24 03:55:34 +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
|
d21d2baef5
|
Fix a bug with fax if the dialplan entry for the fax extension is missing add it when saving the fax extension.
|
2012-06-24 02:08:29 +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
|
21a4b0ca20
|
If the menu item order is empty then assume an order of 0.
|
2012-06-21 01:00:26 +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
|
c3eb4afd79
|
Fix a bug that prevented hot desking delete from working.
|
2012-06-07 22:38:25 +00:00 |
Mark Crane
|
4d47f6581c
|
Change the extension intercom to use page.lua to enhance its features.
|
2012-06-07 19:50:51 +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 |