Commit Graph

10 Commits

Author SHA1 Message Date
FusionPBX 5cc6dae435
Update index.lua 2019-10-24 20:55:42 -06:00
Stephen Forster 41479a6fbe Fix table name, variables and syntax Follow me Lua (#4609)
* Fix table name, variables and syntax Follow me Lua

Correct the wrong table name on line 123. Correct the param on line 126 and correct the syntax on line 347.

* Update index.lua

Missing AND in where clause.

* Change order of preference Caller ID

Changed order of preference for Caller ID. If user exists should take preference over Follow Me override select caller ID.

This is my preference and my opinion only. May not be the desired effect of others. Perhaps a select option to choose a preference like the following options: Set caller ID override all, Local user else Caller ID
2019-09-30 17:18:27 -07:00
konradSC 201081c512 Use original_destination_number for timeout (#4521)
Need to lookup the timeout values for the original destination. The variable "destination_number" is being clobbered later in the script.
2019-09-09 08:40:54 -06:00
FusionPBX cb76e9a901
Update index.lua 2019-09-06 03:37:07 -06:00
konradSC 6e4cd77132 Toll-allow into dialstring for external calls (#4495)
Insert toll-allow from the original extension into the dialstring for external calls.
2019-09-04 11:30:51 -06:00
FusionPBX 312f3655a9
Update index.lua 2019-09-02 08:29:25 -06:00
FusionPBX 53641bcb46
Update index.lua 2019-09-01 07:41:57 -06:00
FusionPBX 931213f54b
Update index.lua 2019-08-31 11:28:31 -06:00
FusionPBX edbe421c6d
Update index.lua 2019-08-31 04:03:59 -06:00
FusionPBX ab8e967300
Create index.lua 2019-08-31 01:44:46 -06:00