Alexey Melnichuk
e4a0127906
Update code to iterate over numbers. ( #1727 )
...
* Update code to iterate over numbers.
This code fixes some problems
* range like `009-010` current code produce numbers `009` and `0010`
* range like `200-100` now raise error so it will be easy to debug
* range like `010-20` now generate error.
* `destination` is string so condition `destination == tonumber(sip_from_user)` is always false so change it `destination == sip_from_user`
* Fix. handle ranges like `100-100`
2017-04-18 12:11:39 -06:00
FusionPBX
b4b0014a26
Update page.lua
2017-04-18 11:56:33 -06:00
FusionPBX
0f84dbc9cd
Update page.lua
...
Update page.lua add support for rtp_secure_media=true.
2016-07-06 14:48:00 -06:00
FusionPBX
35149d0ff3
Update page.lua
...
Add leading zero support to page.lua.
2016-06-30 15:08:14 -06:00
mafoo
b7555579bf
WhitespaceClean-resources/install/scripts
...
whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
2016-03-11 13:21:52 +00:00
Alexey Melnichuk
7b20358284
Fix. set caller id name in `page` application
2016-02-16 13:36:14 +03:00
Alexey Melnichuk
3e16e69adb
Revert "Revert "Change. Use `require "resources.functions.config"` to load co…"
2015-08-11 05:06:33 +03:00
FusionPBX
2a2dd209df
Revert "Change. Use `require "resources.functions.config"` to load config file."
2015-08-10 11:50:29 -06:00
FusionPBX
559aa61fbd
Merge pull request #1053 from moteus/require_config
...
Change. Use `require "resources.functions.config"` to load config file.
2015-08-10 11:31:35 -06:00
Alexey Melnichuk
703b61636a
Change. Use only `require` to load function.
...
Fix. Remove multiple definition of same function.
2015-08-10 12:43:06 +04:00
Alexey Melnichuk
b5cacea373
Fix. Allow monitoring page conferences via `Active Conferences` app.
2015-08-10 11:43:32 +04:00
Alexey Melnichuk
4b30e652b4
Fix. Concat conf name in page.lua
2015-07-20 12:44:05 +04:00
Alexey Melnichuk
78541b67ce
Fix. Use correct conf name on originate
2015-07-16 12:11:57 +04:00
Alexey Melnichuk
8fbbbda5a4
Fix. Make page extension domain specific.
2015-07-16 11:50:07 +04:00
Nate Jones
b38be32c9c
Paging: Ability to grant caller moderator status/controls, auto-generate random pin.
...
Conference: Add missing caller-controls and moderator-controls parameters in autoload_config.
2015-04-30 09:45:41 +00:00
Mark Crane
f7db70d77c
Remove two trailing tabs from the end of the lines.
2015-04-29 21:48:08 +00:00
Mark Crane
6338b038e0
Paging - Prevent calling the user that initiated the page
2014-11-03 18:57:01 +00:00
Mark Crane
fb4a561149
Fix extension number-alias for extensions using paging.
2014-10-21 22:57:29 +00:00
Mark Crane
d7f189d07f
svn diff
2014-07-31 08:40:15 +00:00
Mark Crane
567e554cb7
Move the includes/install to resources/install
2013-06-09 02:42:36 +00:00