Commit Graph

3764 Commits

Author SHA1 Message Date
Len
689fa46dae Create placeholder 2018-02-09 13:18:49 -05:00
Len
a70d7d9107 Create placeholder 2018-02-09 13:17:30 -05:00
Len
74fd2df327 Update y000000000070.cfg 2018-02-08 23:23:29 -05:00
Len
00113b1a1e Update y000000000074.cfg 2018-02-08 23:22:06 -05:00
Len
9eeea831e8 Update y000000000058.cfg 2018-02-08 23:12:00 -05:00
Len
c197a1b0b0 Update y000000000056.cfg 2018-02-08 23:10:22 -05:00
markjcrane
5cebe62047 Remove the code changes that used route to bridge code as it broke calling multiple external destinations for Ring Groups. 2018-02-08 11:33:08 -07:00
emaktech
d0cc6a074d Yealink T52s/T54s: Add Variables from T4x Templates + New Ones (#2980)
* Add New Variables from T4x Templates + New Ones

Merged in all variables from the Yealink T4x templates to ensure the T54 phone provisions with similar settings to the T4x phones.

Notable changes include admin user login password is now correctly set, timezone settings get set and many other changes. No behaviors have been hardcoded/changed that don't already exist on T4x phones so should not break any existing configurations.

In addition, there are a ton of new variables that can be set in the Fusion GUI. All these new changes should probably also be backported to all the other Yealink templates as well.

* Add New Variables from T4x Templates + New Ones

Merged in all variables from the Yealink T4x templates to ensure the T54 phone provisions with similar settings to the T4x phones.

Notable changes include admin user login password is now correctly set, timezone settings get set and many other changes. No behaviors have been hardcoded/changed that don't already exist on T4x phones so should not break any existing configurations.

In addition, there are a ton of new variables that can be set in the Fusion GUI. All these new changes should probably also be backported to all the other Yealink templates as well.
2018-02-06 19:12:30 -07:00
FusionPBX
0b03facfe5 Update functions.php 2018-02-06 18:28:30 -07:00
FusionPBX
2cc8cf925d Update send_mail.lua 2018-02-06 18:15:05 -07:00
Mafoo
cdd7c2bd97 Enhance - send_mail.lua (#2978)
use the to address when email:smtp_from:var is empty
don't use email:smtp_from_name:var when empty
2018-02-06 17:45:53 -07:00
Mafoo
1c580ce7a1 BugFix - send_mail.lua (#2977)
use correct header to retrieve call_uuid
2018-02-06 17:28:00 -07:00
Connor Strandt
d32488b2af update index.lua (#2976)
re-formatted table.
2018-02-06 00:09:52 -07:00
FusionPBX
e8fccfad74 Update index.lua 2018-02-05 23:56:22 -07:00
FusionPBX
b9394a2707 Update send_mail.lua
Remove this as it caused a nil error app/hangup/index.lua.
2018-02-05 23:47:36 -07:00
FusionPBX
131f9eea03 Update send_mail.lua
Revert the previous commit as it broke send_email.lua.
2018-02-05 22:23:18 -07:00
Len
78e85dcfd3 Update {$mac}.xml 2018-02-05 14:50:37 -05:00
Len
f7086bb867 Update {$mac}.xml 2018-02-05 04:11:17 -05:00
Len
ab2dc9ffd4 Update {$mac}.xml 2018-02-05 04:04:59 -05:00
Len
bf01fee092 Update {$mac}.xml 2018-02-05 03:56:04 -05:00
Len
34e3ba8d67 Update {$mac}.xml 2018-02-05 03:25:17 -05:00
Len
d68e27bbc3 Update {$mac}.xml 2018-02-05 03:09:55 -05:00
Len
35f3dfd329 Update {$mac}.xml 2018-02-05 02:48:21 -05:00
Len
816c472d61 Update {$mac}.xml 2018-02-05 02:29:35 -05:00
Len
79772c228c Update {$mac}.xml 2018-02-05 02:08:42 -05:00
Len
94daf85a80 Update {$mac}.xml 2018-02-05 01:41:47 -05:00
Len
8df023d301 Update {$mac}.xml 2018-02-05 01:38:13 -05:00
Len
fd722480b9 Update {$mac}.xml 2018-02-05 00:46:09 -05:00
Len
1c809f67ce Update {$mac}.xml 2018-02-05 00:01:17 -05:00
FusionPBX
0e32301585 Update {$mac}.xml 2018-02-03 22:12:03 -07:00
FusionPBX
27a43caf69 Update {$mac}.xml 2018-02-03 22:05:17 -07:00
FusionPBX
b5b3522502 Update {$mac}.xml 2018-02-03 22:01:06 -07:00
FusionPBX
61993a0301 Update {$mac}.xml 2018-02-03 21:38:07 -07:00
FusionPBX
2dc49cce82 Update {$mac}.xml 2018-02-03 21:32:49 -07:00
FusionPBX
0cf657dc27 Update {$mac}.xml 2018-02-03 21:24:05 -07:00
Len
ce428a8feb Update {$mac}.xml 2018-02-03 19:49:18 -05:00
FusionPBX
f076a8133b Update send_mail.lua
Fix a spelling mistake.
2018-02-02 19:35:02 -07:00
Mafoo
2471fa7844 BugFix - LUA send_mail() (#2975)
take call_uuid from the correct header
use smtp_from_name as part of the from address
2018-02-02 19:33:43 -07:00
Mafoo
d6b70b688b BugFix - make hangup and failure use send_mail() (#2974)
change the failure_handler and hangup apps use
resources.functions.send_mail so they can use the correct smtp_from*
settings
2018-02-02 19:33:30 -07:00
Len
73f308e49f Update {$mac}.xml 2018-02-02 13:59:15 -05:00
Connor Strandt
3f9c9945a7 Formatting and sendmail to use smtp_from fix (#2973)
* Fixed formatting.
* Sendmail to use smtp_from variable

Changed sendmail to use smtp_from as the from address to keep from being blocked by spf check during spam filtering on recieving end.
2018-02-02 01:02:57 -07:00
Len
7eabd35a6f Update {$mac}.xml 2018-02-01 17:16:14 -05:00
Len
fb062ee402 Update {$mac}.xml 2018-02-01 17:10:27 -05:00
Len
b2ff65b1e3 Update {$mac}.xml 2018-02-01 16:59:14 -05:00
Len
5f6adab4c2 Update {$mac}.xml 2018-02-01 16:17:36 -05:00
Len
0eb55b8c0c Update {$mac}.xml 2018-02-01 15:47:53 -05:00
Len
e57198f07d Update {$mac}.xml 2018-02-01 15:15:31 -05:00
Len
9af6dcddc2 Update {$mac}.xml 2018-02-01 14:51:19 -05:00
Len
7c6308e5ae Update {$mac}.xml 2018-02-01 14:27:48 -05:00
Len
9b86d8467a Update {$mac}.xml 2018-02-01 14:13:29 -05:00