Commit Graph

2711 Commits

Author SHA1 Message Date
FusionPBX ceb06deb63 Minor version update 4.3.2. 2017-01-30 20:40:28 -07:00
FusionPBX 9f72e69667 Update index.lua
Prevent a nil error when using voicemail has reached its quota.
2017-01-30 20:35:27 -07:00
FusionPBX bf6274e0fb Update sofia.conf.lua
Activate the sofia profile domain aliases.
2017-01-28 14:50:06 -07:00
FusionPBX 28e1014365 Update internal-ipv6.xml.noload
Add the domains section.
2017-01-28 13:06:30 -07:00
FusionPBX 40efef919a Update
Add voicemail/vm-no_answer_no_vm.wav
2017-01-27 13:24:10 -07:00
FusionPBX be0ffa16e5 Update index.lua
Prevent an error by moving the voicemail quota into the if statement that checks if the voicemail_uuid is not null.
2017-01-27 12:18:01 -07:00
FusionPBX b2dd6b171a Update {$mac}.cfg
Prevent creating an empty password for Polycom phones.
2017-01-25 11:13:07 -07:00
FusionPBX 2c52813323 Update {$mac}.cfg
Preventing provisioning an empty admin_password for Polycom.
2017-01-25 11:12:09 -07:00
FusionPBX 140dc8c9f8 Create directory.xml 2017-01-25 08:45:14 -07:00
FusionPBX 1b1e3d0045 Create favorite_setting.xml 2017-01-25 08:44:22 -07:00
FusionPBX 9f632876b8 Create {$mac}.cfg 2017-01-25 08:40:35 -07:00
FusionPBX 0bd2d5f36b Update y000000000066.cfg 2017-01-25 08:39:09 -07:00
FusionPBX fabe7bbfd0 Create y000000000066.cfg 2017-01-25 08:37:33 -07:00
FusionPBX b2776e4e10 Update sofia.conf.lua 2017-01-18 08:55:29 -07:00
FusionPBX f6fdd9523f Update domains.php 2017-01-17 13:37:26 -07:00
jalr 49d80dcec3 fix condition (#2298) 2017-01-17 10:16:13 -07:00
Alexey Melnichuk 795e45227d Fix. Russia has 11 digits (close #2303) (#2304) 2017-01-17 10:14:49 -07:00
Chris Black b87a11adab Add transcription to the sms message (#2308)
Gives the user ability to add transcription to the sms message for
voicemail notifications.
2017-01-17 10:13:33 -07:00
FusionPBX 6fe57bace2 Update domains.php 2017-01-14 18:17:21 -07:00
FusionPBX c6c5329a56 Update domains.php 2017-01-14 18:15:34 -07:00
FusionPBX 532a0c0590 Minor syntax fix spotted in dry run now activate. 2017-01-14 14:39:05 -07:00
FusionPBX b9bf07a5e6 Add the settings method to the upgrade method. 2017-01-14 14:33:05 -07:00
FusionPBX 841d56938d Add the settings method to the domains class. 2017-01-14 13:15:03 -07:00
FusionPBX 5609b57c3e Update sofia.conf.lua
Fix the year.
2017-01-12 04:26:32 -07:00
FusionPBX 3a4263a51e Update sofia.conf.lua
Fix domain alias show with sofia status.
2017-01-12 04:18:58 -07:00
FusionPBX 95c36e4d35 Update event_socket.php 2017-01-11 14:43:45 -07:00
FusionPBX 46be3c8e97 Update groups.php
Prevent warnings in groups.php.
2017-01-11 14:39:40 -07:00
FusionPBX da9cd4cbcf Update event_socket.php
Add freeswitch defaults to event_socket.php
2017-01-11 14:14:47 -07:00
FusionPBX edb1a964a7 Update groups.php 2017-01-10 07:55:09 -07:00
FusionPBX 7021484772 Update switch.php 2017-01-10 01:46:59 -07:00
FusionPBX d8cf528a50 Update switch_settings.php 2017-01-10 01:18:17 -07:00
FusionPBX cd3c9d0e52 Update pdo.php 2017-01-09 17:55:40 -07:00
Len a0316a3f12 Update {$mac}.cfg
correct missing {
2017-01-08 19:41:47 -05:00
FusionPBX 7ef0b192e7 Delete config.php.dist 2017-01-05 05:05:43 -07:00
FusionPBX 3cc705d93a Create uuid.php 2017-01-05 04:15:47 -07:00
FusionPBX 212cd7d025 Update schema.php 2017-01-05 03:58:01 -07:00
FusionPBX c43c1a556f Update schema.php
Prevent php warnings.
2017-01-05 03:53:02 -07:00
FusionPBX 5744d4b673 Update pdo.php
Prevent php warnings.
2017-01-04 20:40:36 -07:00
FusionPBX 4c6e807786 Update ivr.conf.lua 2016-12-29 13:35:55 -07:00
FusionPBX 68e18894db Update functions.php
Minor version change.
2016-12-27 22:22:54 -07:00
jebsolutions 730e9ed514 fixes bug #2270 reported by volga629 (#2276)
Please do further testing/review and give comments and suggest cleanup, etc.

This bug is only tripped if all of the following are true:
a) fax send fails
b) email notification of fax failure also fails
c) Other?

how to test
- have a 100% working fax to email setup.
- Change Advanced->defaults->email and set the port to be something invalid.
- e.g. smtp port 9999 is invalid
- send a test fax to something without a fax
- e.g. I just faxed my own DID which does NOT have fax answering

- each time the phone rings answer...wait 5 seconds, and then hang up
- note: it will retry sending the fax 5 times so repeat the above.

- on the last try it will give up, and try to send the failure email
- the email will fail (bad port) and then it will insert the failed email into v_emails
- the insert will fail and nothing in v_emails

Error was caused by trying to insert '' into the domain_uuid field.
'' is invalid in a uuid field, but null is okay.

The null is caused by no x-headers being passed.  So these two fields end up null:
$headers["X-FusionPBX-Domain-UUID"]
$headers["X-FusionPBX-Email-Type"]

Ignoring unset/uninitialized variables hides bugs.

Fix: feed the X-Header in the calling lua code.
2016-12-27 17:49:57 -07:00
FusionPBX 728a3c4b01 Update functions.php
is_uuid make it more generic so it doesn't matter which uuid type it is whether 1,2,3 or 4.
2016-12-24 14:07:03 -07:00
Luis Daniel Lucio Quiroz fa244129be Fix Call forward BUSY and NO ANSWER DEVEL (#2269)
Same rationale as 4.0 and 4.2
2016-12-24 10:38:21 -07:00
FusionPBX 02a505e4d2 Update route_to_bridge.lua 2016-12-23 02:16:22 -07:00
FusionPBX b9b3fd6494 Update route_to_bridge.lua 2016-12-23 01:52:19 -07:00
FusionPBX 406d326c8d Update dialplan.lua
Add hostname to dialplan xml handler.
2016-12-23 01:28:47 -07:00
FusionPBX 754403d430 Update switch.php 2016-12-23 01:21:14 -07:00
FusionPBX cf91f82e65 Update switch.php 2016-12-23 01:17:09 -07:00
FusionPBX dddaf28f6e Update 2016-12-22 14:38:12 -07:00
FusionPBX bd3e32a6d5 Update check_password.lua 2016-12-22 14:34:38 -07:00
FusionPBX 166645cf9a Update {$mac}.xml
Add {$cisco_router_mode}
2016-12-20 15:01:44 -07:00
Len 1e0dd35e4f Update SIP{$mac}.cnf
Set telnet to "0" for off by default.
2016-12-20 13:55:15 -05:00
Len f6eeb6b73d Update SIP{$mac}.cnf
Set telnet to "0" for off by default.
2016-12-20 13:49:40 -05:00
Alexey Melnichuk f79418079c Fix. Use CID from extension for call forward if set `call_forward_fix`. (#2260)
This is same behavior as in Web UI.
2016-12-20 09:07:58 -07:00
Len 4fd422c1a1 Update SIP{$mac}.cnf
add option for different telnet password and turn auto complete off by default
2016-12-19 22:32:42 -05:00
Len eb459e8a19 Update {$mac}.xml 2016-12-19 22:24:17 -05:00
Len 6e23f2092d Update {$mac}.xml 2016-12-19 22:22:30 -05:00
Len c5bfcef32f Update {$mac}.xml 2016-12-19 22:20:56 -05:00
Len 410b8a1ce8 Update {$mac}.xml 2016-12-19 22:18:41 -05:00
Len ffd39179f7 Update {$mac}.xml 2016-12-19 22:16:41 -05:00
Len e244238e73 Update {$mac}.xml 2016-12-19 22:14:23 -05:00
Len 7bc1d79253 Update {$mac}.xml 2016-12-19 22:12:01 -05:00
Len 11c70ea8b7 Update {$mac}.xml 2016-12-19 22:10:09 -05:00
Len f5c15fb570 Update {$mac}.xml 2016-12-19 16:08:25 -05:00
Len d479519924 Update {$mac}.xml 2016-12-19 16:06:53 -05:00
Len df369560a2 Update {$mac}.xml 2016-12-19 15:54:06 -05:00
Len bba1efe5ae Update {$mac}.xml 2016-12-19 15:50:32 -05:00
FusionPBX 570221c56b Update {$mac}.xml 2016-12-19 12:42:28 -07:00
FusionPBX f6f8b013a8 Update {$mac}.xml 2016-12-19 12:39:21 -07:00
FusionPBX 8c6108198f Update {$mac}.xml 2016-12-19 12:35:14 -07:00
FusionPBX 9b9fd990aa Update {$mac}.xml 2016-12-19 12:33:27 -07:00
FusionPBX dae70b448f Update {$mac}.xml 2016-12-19 12:26:53 -07:00
FusionPBX a47e6097cf Update {$mac}.xml 2016-12-19 11:16:31 -07:00
FusionPBX 2e9cd6840c Update {$mac}.xml 2016-12-19 11:14:52 -07:00
FusionPBX e2ae375abd Update schema.php 2016-12-18 16:48:24 -07:00
FusionPBX 7d161e0fa2 Update ivr.conf.lua
Fix the memcache expire on the ivr menu.
2016-12-14 08:45:56 -07:00
FusionPBX 4e6c464dc7 Update login.php 2016-12-13 08:56:02 -07:00
FusionPBX afd98d5e8d Update footer.php 2016-12-13 08:47:22 -07:00
FusionPBX 15c3934956 Update vars.xml 2016-12-13 08:32:35 -07:00
FusionPBX b55d1254e7 Update vars.xml 2016-12-12 16:41:25 -07:00
FusionPBX 580489b95c Update check_auth.php 2016-12-11 23:37:59 -07:00
FusionPBX af432eb467 Update php.php 2016-12-11 22:59:48 -07:00
FusionPBX 3a5bcc7c2f Update img.php 2016-12-11 22:56:15 -07:00
FusionPBX 2969501c6a Update check_auth.php 2016-12-11 22:47:51 -07:00
FusionPBX 52ab0bb767 Update check_auth.php 2016-12-11 22:19:02 -07:00
Alexey Melnichuk 72dfd3a362 Fix. Find in database not empty phone number for speed dial. (#2242)
Also do not store `context` in memcache
2016-12-09 00:49:51 -07:00
Alexey Melnichuk 90dc900933 Fix. logs sql only if debug flag set. (#2243) 2016-12-09 00:42:20 -07:00
FusionPBX b969472975 Update index.lua
Change destination_number to destination, and use argv to get the destination.
2016-12-08 11:48:07 -07:00
Alexey Melnichuk 984e8f16e7 Rewrite speed_dial Lua script. (#2239) 2016-12-08 10:23:38 -07:00
FusionPBX b6c6016e29 Create index.lua 2016-12-08 03:03:58 -07:00
Alexey Melnichuk cddb1da5a9 Fix. Group intercept with not empty group name (#2232) 2016-12-07 23:47:37 -07:00
Len f4bf1def2f Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 22:42:58 -05:00
Len 815826c1a1 Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 22:39:06 -05:00
Len ce88177534 Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 22:33:59 -05:00
Len cb8cf2a723 Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 22:29:54 -05:00
Len 48c3725c87 Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 22:22:35 -05:00
Len ddf52414b6 Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 22:17:28 -05:00
Len ab2163de09 Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 22:13:10 -05:00
Len 75d9bffaf0 Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 22:08:58 -05:00
Len d6a24ee862 Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 22:04:11 -05:00
Len 3eccf3d50e Update {$mac}.cfg
Added account.x.shared_line 2-6
2016-12-07 21:55:56 -05:00
Alexey Melnichuk b33ea1b1c2 Remove unused database connection. (#2235) 2016-12-06 09:52:51 -07:00
Alexey Melnichuk f9fa141d46 Fix. Set correct values for voicemail_to_sms_* settings (#2229)
`true` and `false` string literals evaluates to `true` boolean value.
2016-12-05 16:02:32 -07:00
Alexey Melnichuk 569250d098 Fix. group_call pass params to query (#2227) 2016-12-02 17:29:42 -07:00
FusionPBX dba831c190 Create json_cdr.conf.xml 2016-12-02 12:21:30 -07:00
FusionPBX 2b12fd12f4 Update {$mac}.xml 2016-12-02 02:02:07 -07:00
FusionPBX e3fee1a732 Update fax_retry.lua 2016-12-02 00:52:10 -07:00
FusionPBX 521b50eb8a Update fax_retry.lua
Prevent a nill error for email_address.
2016-12-01 23:57:17 -07:00
FusionPBX 9a1cb972b6 Update fax_retry.lua 2016-12-01 23:47:32 -07:00
Len 9066ff3af3 Update {$mac}.cfg
Add shared_line_2 , shared_line_3 variable , shared_line_4, shared_line_5, shared_line_6  variable.
2016-12-01 10:29:34 -05:00
Len 68b043634a Update {$mac}.cfg
Add shared_line_2 , shared_line_3 variable , shared_line_4, shared_line_5, shared_line_6  variable.
2016-12-01 10:06:04 -05:00
Len cceeb5f10a Update {$mac}.cfg
Add shared_line_2 , shared_line_3 variable , shared_line_4, shared_line_5, shared_line_6  variable.
2016-12-01 10:00:17 -05:00
Len 4ba6245018 Update {$mac}.cfg
Add shared_line_2 , shared_line_3 variable , shared_line_4, shared_line_5, shared_line_6  variable.
2016-12-01 09:53:38 -05:00
Len 7236b8ed36 Update {$mac}.cfg
Add shared_line_2 , shared_line_3 variable , shared_line_4, shared_line_5, shared_line_6  variable.
2016-12-01 09:40:43 -05:00
Len ea5505c661 Update {$mac}.cfg
Add shared_line_2 , shared_line_3 variable , shared_line_4, shared_line_5, shared_line_6  variable.
2016-12-01 09:24:15 -05:00
Len 837693434e Update {$mac}.cfg 2016-12-01 09:15:24 -05:00
Len d1fe2c1f99 Update {$mac}.cfg
Add shared_line_2 , shared_line_3 variable , shared_line_4, shared_line_5, shared_line_6  variable.
2016-12-01 09:11:27 -05:00
FusionPBX 9eed2d37ba Update y000000000054.cfg
Show the name and number after the call is answered on the Yealink T40p.
2016-12-01 02:11:59 -07:00
FusionPBX 71a176f10c Update y000000000036.cfg
Show the name and number after the call is answered on the Yealink T41p.
2016-12-01 02:10:51 -07:00
FusionPBX b70423210c Update y000000000029.cfg
Show the name and number after the call is answered on the Yealink T42g.
2016-12-01 02:09:23 -07:00
FusionPBX 955fd2faf1 Update y000000000051.cfg
Show the name and number after the call is answered on the Yealink T49g
2016-12-01 02:07:50 -07:00
FusionPBX 1fcc4a127c Update y000000000035.cfg
Show the name and number after the call is answered on the Yealink T48g
2016-12-01 02:06:23 -07:00
FusionPBX 8734a57f30 Update y000000000028.cfg
Show the name and number after the call is answered on the Yealink T46g
2016-12-01 02:05:09 -07:00
Len 2fa1eb6ba8 Update y000000000000.cfg
Inform the server that the DND is activated on the phone.
2016-11-30 23:27:25 -05:00
Len bb864c319c Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 23:24:21 -05:00
Len f09b8a2a29 Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 23:19:25 -05:00
Len 47b4827cff Update y000000000044.cfg
Re-enable DND programmable key
2016-11-30 23:15:44 -05:00
Len 92b023de6b Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 23:13:47 -05:00
Len a394c7845f Update {$mac}.cfg
Add shared_line_1 variable.
2016-11-30 23:08:09 -05:00
Len 962c4a4e88 Update {$mac}.cfg
Add shared_line_1 variable.
2016-11-30 23:03:39 -05:00
Len 4e7042b466 Update {$mac}.cfg
Add shared_line_1 variable.
2016-11-30 22:55:06 -05:00
Len 1468fbe2ce Update {$mac}.cfg
Add shared_line_1 variable.
2016-11-30 22:50:37 -05:00
jessetn 9e643afc5d Change LocalSipPort s300 (#2215) 2016-11-30 20:49:12 -07:00
jessetn 8ae9121e2e Change LocalSipPort s700 (#2216) 2016-11-30 20:48:56 -07:00
jessetn 1bc4f1c5ec Change LocalSipPort s500 (#2214) 2016-11-30 20:48:44 -07:00
Len 3de1b9b62d Update y000000000023.cfg
Re-enable DND programmable key
2016-11-30 22:45:57 -05:00
Len 1739b410ef Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 22:42:54 -05:00
Len 23813b370f Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 22:35:56 -05:00
Len 3b7c671e87 Update y000000000045.cfg
Re-enable DND programmable key
2016-11-30 22:32:45 -05:00
Len 7955dbb4db Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 22:30:07 -05:00
Len ec343675fa Update y000000000044.cfg
Re-enable DND programmable key
2016-11-30 22:26:58 -05:00
Len e8b2a6fd34 Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 22:23:52 -05:00
Len c1d2aede3a Update y000000000054.cfg
Re-enable DND programmable key
2016-11-30 22:20:01 -05:00
Len f7824905d1 Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 22:15:29 -05:00
Len 6972e37a65 Update y000000000036.cfg
Re-enable DND programmable key
2016-11-30 22:11:48 -05:00
Len ccbb4f1e23 Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 22:08:47 -05:00
Len 28f47bdb92 Update y000000000029.cfg
Re-enable DND programmable key
2016-11-30 22:03:39 -05:00
Len 31a48a4d79 Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 22:00:47 -05:00
Len 0cab9a0fa3 Update y000000000035.cfg
Re-enable DND programmable key
2016-11-30 21:55:23 -05:00
Len f8e88f2862 Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 21:48:08 -05:00
Len bd052e9190 Update y000000000051.cfg
add option for dnd feature codes
2016-11-30 21:41:42 -05:00
FusionPBX 99900ce26a Update {$mac}.cfg
Re-enable DND programmable keys and add shared_line_1 variable.
2016-11-30 19:28:27 -07:00
FusionPBX 7ffa6420f1 Update y000000000028.cfg
Add DND feature codes to the Yealink T46G.
2016-11-30 19:26:17 -07:00
Chris Black ce6c559f29 Voicemail to sms notification (#2205)
Requires that you have fusionpbx-apps/sms

Doesn’t impact anything if you don’t have it. Must be enabled with
default_setting voicemail_to_sms

Everything is disabled by default and the fields in voicemail_edit.php
are hidden by default.
2016-11-30 16:26:39 -07:00
jessetn 642b20d860 Update Sangoma s700 {$mac}.xml (#2212)
Add function key descriptions, DND code, remote phone book, enabled rport on all accounts, and other standard default settings. HTTP(s) auth not currently working. Will need to add these new variables to default settings:
category: provision
subcategory: sangoma_transport
type: text
value: 0-2
Enabled: true
Description; Options: 0=udp, 1=tcp, 2=tls

category: provision
subcategory: sangoma_dns_mode
type: text
value: 0-2
Enabled: true
Description: Option: 0=A Record, 1=SRV, 2=NAPTR/SRV

Optional
category: provision
subcategory: sangoma_wallpaper
type: text
value: Insert image URL
enabled: true
2016-11-30 16:24:16 -07:00
jessetn c6b6c95a55 Update Sangoma s300 {$mac}.xml (#2213)
Add function key descriptions, DND code, remote phone book, enabled rport on all accounts, and other standard default settings. HTTP(s) auth not currently working. Will need to add these new variables to default settings:
category: provision
subcategory: sangoma_transport
type: text
value: 0-2
Enabled: true
Description; Options: 0=udp, 1=tcp, 2=tls

category: provision
subcategory: sangoma_dns_mode
type: text
value: 0-2
Enabled: true
Description: Option: 0=A Record, 1=SRV, 2=NAPTR/SRV
2016-11-30 16:23:35 -07:00
jessetn 936a07d80a Update Sangoma s500 {$mac}.xml (#2211)
* Update {$mac}.xml

Add function key descriptions, DND code, remote phone book, enabled rport on all accounts, and other standard default settings.  HTTP(s) auth not currently working.  Will need to add these new variables to default settings:
category:  provision
subcategory:  sangoma_transport
type:  text
value:  0-2
Enabled:  true
Description;  Options: 0=udp, 1=tcp, 2=tls

category:  provision
subcategory:  sangoma_dns_mode
type:  text
value:  0-2
Enabled:  true
Description:  Option: 0=A Record, 1=SRV, 2=NAPTR/SRV

* change sangoma_s500_wallpaper to sangoma_wallpaper
2016-11-30 16:22:43 -07:00
FusionPBX 33fbfd84f5 Update forward_add_intro.lua
Add missing ) which was breaking the syntax.
2016-11-28 08:43:47 -07:00
FusionPBX d6b10c6e64 Update database.php
An improvement to make the database class more robust.
2016-11-27 00:16:18 -07:00
FusionPBX 420440b68b Update {$mac}.xml 2016-11-26 18:33:00 -07:00
FusionPBX 4cf4b03f30 Create {$mac}.xml 2016-11-26 18:32:32 -07:00
FusionPBX 9fc0ff5013 Update {$mac}.xml 2016-11-26 18:32:06 -07:00
FusionPBX f08e5c598c Create {$mac}.xml
Add Sangoma s500 {$mac}.xml file.
2016-11-26 17:55:03 -07:00
FusionPBX f532aa964f Create {$mac}.xml
Add Sangoma s300 {$mac}.xml file.
2016-11-26 17:53:42 -07:00
FusionPBX 68b2645a5f Create {$mac}.xml
Add Sangoma s700 {$mac}.xml file.
2016-11-26 17:51:35 -07:00
FusionPBX d1717a7754 Update app_languages.php 2016-11-25 23:41:52 -07:00
Alexey Melnichuk 82301775c3 Fix. Build correct SQL in vm/menu_messages.lua (close #2189) (#2195) 2016-11-25 23:03:19 -07:00
Alexey Melnichuk c28fbf9c6a Fix. Close database object in vm/forward_to_extension.lua (#2196) 2016-11-25 23:01:43 -07:00
Alexey Melnichuk 21b63b086b Fix. Store message_intro_base64 in database. (#2197) 2016-11-25 23:01:18 -07:00
Alexey Melnichuk 69585d2023 Add. ${user_exists} value to check condition when build CF dialstring (#2183) 2016-11-24 10:07:55 -07:00
Alexey Melnichuk b16dbcc125 Fix some minor typos related with new Database class. (#2174) 2016-11-24 10:04:42 -07:00
Alexey Melnichuk 7b71ddcab1 Add. Use params in provision/index.lua (#2173) 2016-11-24 10:01:06 -07:00
Alexey Melnichuk 0c28bdadc3 Add. call_flow_monitor.lua uses Database class. (#2172) 2016-11-24 09:57:18 -07:00
Alexey Melnichuk 9963e94c0f Add. Use params in disa.*.lua (#2171) 2016-11-24 09:56:09 -07:00
Alexey Melnichuk 4ba9e89765 Fix. Find call_group with NULL in intercept.lua (#2169) 2016-11-24 03:04:52 -07:00
FusionPBX 679169e8e0 Update {$mac}.cfg 2016-11-24 01:44:55 -07:00
FusionPBX 2b4a323e58 Update {$mac}.cfg 2016-11-24 01:43:00 -07:00
Len 66ae09504e Update {$mac}.cfg 2016-11-24 02:52:43 -05:00
Len 0d49a2c14e Update {$mac}.cfg 2016-11-24 02:51:31 -05:00
Len 5ac3ba8e01 Update {$mac}.cfg 2016-11-24 02:46:28 -05:00
Alexey Melnichuk 36e12ec0ae Fix. Add missing file for #1629 (#2077) 2016-11-24 00:41:43 -07:00
Len 101cdf27be Update {$mac}.cfg 2016-11-24 02:40:27 -05:00
Len f052db3b64 Update {$mac}.cfg 2016-11-24 02:38:52 -05:00
Len 2b6b5641ed Update {$mac}.cfg 2016-11-24 02:36:20 -05:00
Len ce6b679526 Update {$mac}.cfg 2016-11-24 02:34:50 -05:00
Len 94692dba78 Update {$mac}.cfg 2016-11-24 02:25:54 -05:00
Len b1c2c9dbdd Update {$mac}.cfg 2016-11-24 02:20:44 -05:00
Len 6c7d384799 Update {$mac}.cfg 2016-11-24 02:17:03 -05:00
FusionPBX 440b82f90f Update app_languages.php
Add message-duplicate
2016-11-24 00:10:17 -07:00
Len d338024709 Update {$mac}.cfg 2016-11-24 02:07:52 -05:00
Len 5039055739 Update {$mac}.cfg
update for networking
2016-11-24 02:01:30 -05:00
Len a2ac6f2a11 Update {$mac}.cfg
update to address Problem #1976; https://github.com/fusionpbx/fusionpbx/issues/1976
2016-11-24 01:40:46 -05:00
FusionPBX 976e8a3422 Update y000000000052.cfg 2016-11-23 23:28:59 -07:00
FusionPBX 16a24d3384 Update y000000000044.cfg 2016-11-23 23:26:50 -07:00
Chris Black ca456d6b10 Couple firmware URL fixes (#2106)
* Couple firmware URL fixes

* Add handset OTA upgrade to W52p

* Remove profanity from returned results.
2016-11-23 23:21:35 -07:00
Alexey Melnichuk fa82309dc5 Fix. Create dbh object in fax_retry.lua (#2168) 2016-11-23 23:14:58 -07:00
FusionPBX a81525f40e Update {$mac}.cfg
Prevent ghost calls for polycom.
2016-11-23 15:48:38 -07:00
FusionPBX 9be68071e3 Update {$mac}.cfg
Prevent ghost calls for polycom.
2016-11-23 15:46:02 -07:00
FusionPBX 2fcb774dc0 Update database.php
Update the database class delete method.
2016-11-23 13:39:20 -07:00
Alexey Melnichuk 28b04d9200 Add. Use params in ring_groups/destination.lua (#2163) 2016-11-23 03:50:22 -07:00