FusionPBX
69ccc9d9aa
Merge pull request #5890 from chansizzle/patch-450
...
Added snom update policy variable
2021-04-08 17:27:06 -06:00
chansizzle
725b347ead
added snom update policy variable
2021-04-08 17:15:07 -06:00
chansizzle
e81fa3314f
added snom update policy variable
2021-04-08 15:45:38 -06:00
chansizzle
790139a844
added snom update policy variable
2021-04-08 15:44:46 -06:00
chansizzle
9eb69b4780
added snom update policy variable
2021-04-08 15:43:56 -06:00
chansizzle
0e8541f47a
added snom update policy variable
2021-04-08 15:43:08 -06:00
chansizzle
7522702efb
added snom update policy variable
2021-04-08 15:42:24 -06:00
chansizzle
a40ce5a267
added snom update policy variable
2021-04-08 15:41:46 -06:00
chansizzle
702a703927
added snom update policy variable
2021-04-08 15:41:04 -06:00
chansizzle
c923df4dfe
added snom update policy variable
2021-04-08 15:40:24 -06:00
chansizzle
32777da741
added snom update policy variable
2021-04-08 15:39:37 -06:00
chansizzle
c56907a9c2
added snom update policy variable
2021-04-08 15:38:55 -06:00
chansizzle
153c83657f
added snom update policy variable
2021-04-08 15:38:04 -06:00
chansizzle
24f6a75521
added snom update policy variable
2021-04-08 15:37:19 -06:00
chansizzle
94b2a8e2b7
added snom update policy variable
2021-04-08 15:36:22 -06:00
chansizzle
37d64c96e0
added snom update policy variable
2021-04-08 15:35:34 -06:00
chansizzle
2ab5e4cf21
added snom update policy variable
2021-04-08 15:34:40 -06:00
chansizzle
cc789070a0
added snom update policy variable
2021-04-08 15:33:54 -06:00
chansizzle
f3c7051b9f
added snom update policy variable
2021-04-08 15:32:06 -06:00
chansizzle
584499eb6f
added snom update policy variable
2021-04-08 15:31:17 -06:00
chansizzle
ff4d4d353d
added snom update policy variable
2021-04-08 15:29:22 -06:00
FusionPBX
5bd8c562b0
Merge pull request #5870 from chansizzle/patch-430
...
Added snom update policy variable
2021-04-08 13:54:58 -06:00
chansizzle
07087837dc
added snom update policy variable
2021-04-08 12:42:08 -06:00
FusionPBX
7d01da7464
Merge pull request #5865 from tony1661/patch-1
...
Fixed Queues so they work and fixed the commented examples
2021-04-07 21:49:19 -06:00
FusionPBX
90c7225086
Merge pull request #5866 from tony1661/patch-2
...
Updated the descriptions for some fields
2021-04-07 21:48:10 -06:00
FusionPBX
e6e546cff1
Merge pull request #5869 from gabada/988
...
add 988 national suicide prevention lifeline (USA)
2021-04-07 21:39:21 -06:00
Gill Abada
eff7246ef4
add 988 national suicide prevention lifeline (USA)
2021-04-07 23:24:11 -04:00
Antonio Fernandez
d9ae3d9288
Updated the descriptions for some fields
...
The description will be a bit easier for newer admins who want to know how a Queue works.
2021-04-07 01:20:13 -04:00
Antonio Fernandez
fe390a3509
Fixed Queues so they work along with example cleanup
...
In troubleshooting a known FreeSwitch bug with mod_callcenter, I started to try out mod_fifo as an alternative. I realized that the dialplan that was being created by Fusion was not working. Creating a queue is very simple so I knew it wasn't a user error on my part so I dug in deeper. There were a few issues I needed to fix to get queues working again.
1. Add a "break on-true" to each condition destination_number (it was changed in two places)
2. populate the "action" for callers entering the queue via the $agent_queue_extension_number
3. remove the appended "_agent" which was added to the $queue_name which was causing the queue for entering and retrieving calls different.
4. remove the inline="true" for the action that executes the lua script
I also fixed the example comments to be accurate to how the queues should be written in the dialplan.
2021-04-07 01:09:22 -04:00
FusionPBX
aa4cfbc791
Merge pull request #5864 from demonspork/Fix-Yealink-feature-key-race-dnd
...
Dialplan Fix for Feature Key Sync Race
2021-04-06 22:17:31 -06:00
demonspork
d53bac7f55
Dialplan Fix for Feature Key Sync Race
...
This is a dialplan approach to fix the feature key sync loop/race with yealink phones. This aproach may also need to be extended to the Call Forward dialplans as well. It limits the number of simultaneous calls for a particular user to change their DND/Forwarding status to a single call at a time. This prevents the infinite loops that the yealinks can get into if the user presses the DND button too quickly with feature key sync enabled.
I am also reverting the lua fix because it was not reliable and can still easily allow the loop to occur.
2021-04-06 15:35:40 -05:00
FusionPBX
8bbe3ae770
Merge pull request #5862 from greenbea/patch-27
...
T57W fix static dns
2021-04-06 13:26:42 -06:00
FusionPBX
06617e0c1e
Change effective_caller_id_name inline false
...
The inline attribute breaks effective_caller_id_name. Changed inline attribute to false to fix the issue.
2021-04-06 13:25:36 -06:00
Krushali Shah
fa88dbd365
Created Template file for HT801
...
We are at our company, SmartIP, using grand stream ATA ht801. But I did not find template for ht801. So I created template for it.
2021-04-06 15:13:31 -04:00
agree
1ba45e6800
T57W fix static dns
...
missing newline causes smarty to combine `static.network.static_dns_enable` with the next line and breaking it
2021-04-06 14:38:12 -04:00
FusionPBX
075dbc74c2
Merge pull request #5861 from chansizzle/patch-429
...
remove duplicate, vmtransfer softkey position var
2021-04-05 17:46:16 -06:00
FusionPBX
db4a719ff0
Merge pull request #5860 from chansizzle/patch-428
...
vmtransfer softkey position variable created
2021-04-05 17:45:30 -06:00
chansizzle
c85dd621c8
remove duplicate, vmtransfer softkey position var
2021-04-05 17:30:54 -06:00
chansizzle
e048a30985
vmtransfer softkey position variable created
2021-04-05 17:28:35 -06:00
FusionPBX
d4ce918156
Merge pull request #5848 from AutomationSingularity/patch-4
...
Updated/Added Features
2021-04-03 12:44:47 -06:00
FusionPBX
5a965f6405
Merge pull request #5858 from AutomationSingularity/patch-5
...
Updated Allow Incoming
2021-04-03 12:43:57 -06:00
FusionPBX
94d35ca1d7
Update call-forward-all disable accountcode variable
...
This variable should be optional as it can be defined in other places as well. It should not be assumed that this is the only place it could be set for those that need it.
2021-04-03 08:41:53 -06:00
AutomationSingularity
7da030dfee
Updated Allow Incoming
...
Forcing incoming SIP from proxy only disables phantom call issues that will be present otherwise on UPnP style firewalls
2021-04-02 18:54:20 -05:00
FusionPBX
a1bc06e324
Merge pull request #5857 from daniel-lucio/patch-188
...
Add accountcode to call-forward-all dialplan
2021-04-02 10:02:34 -06:00
Luis Daniel Lucio Quiroz
3d1360b932
Important variable that needs to be present
2021-04-02 10:57:21 -04:00
Luis Daniel Lucio Quiroz
8721dc8e80
[4.5] This is a pure cosmetic fix
...
When editing in the CLI with any editor that does syntax highlight, the * breaks it. Adding on the following line /* **/ restores the right highlighting
2021-04-01 14:25:17 -04:00
FusionPBX
9d370a0fa9
Add user setting CIDR support
2021-03-31 20:54:23 -06:00
FusionPBX
4bf9e4b3a9
Merge pull request #5850 from demonspork/domain-default-settings-switcher
...
Add Domain and Global buttons on the respective settings page
2021-03-31 19:31:25 -06:00
FusionPBX
8cebba68b4
Merge pull request #5852 from demonspork/Hide-Disabled-Domains
...
Hide Disabled Domains from domain Selector
2021-03-31 19:27:22 -06:00
FusionPBX
66f0a9fb59
Merge pull request #5854 from nemerald-voip/master
...
Fix voicemail transcription using Google
2021-03-31 19:24:53 -06:00