Merge pull request #5811 from chansizzle/patch-403

fixed pcode mistype for call waiting
This commit is contained in:
FusionPBX 2021-03-17 17:45:13 -06:00 committed by GitHub
commit 82fbcd486f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3580,7 +3580,7 @@
{if $grandstream_call_waiting_ring == "0"} <P22102>0</P22102>{/if}
{if $grandstream_call_waiting_ring == "1"} <P22102>1</P22102>{/if}
{else}
<P2202>1</P2202>
<P22102>1</P22102>
{/if}
<!-- # Disable Busy Tone on Remote Disconnect. 0 - No, 1 - Yes. Default is 0 -->