我想知道是否可以使 Polycomm 設備自動撥號而無需使用“撥號”按鈕。我們有用戶在嘗試撥出時誤認為這是電話壞了,或者設定為在電話中輸入 10 位數字時撥號。是否可以在基於 Asterisk 的系統中的 sip.cfg 檔案中進行該設定?
感謝任何回覆的人!
答案1
不確定我從 sip.cfg 中獲得了正確的部分,但我不需要按撥號按鈕:
<dialplan dialplan.impossibleMatchHandling="0" dialplan.removeEndOfDial="1"
dialplan.applyToUserSend="1" dialplan.applyToUserDial="1"
dialplan.applyToCallListDial="0" dialplan.applyToDirectoryDial="0">
<digitmap dialplan.digitmap="[2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|
[2-9]xxxT|[2-9]xxxxxxT|*xx.T|1xT"
dialplan.digitmap.timeOut="3|3|3|3|3|3|3|3|3"/>
<routing>
<server dialplan.routing.server.1.address=""
dialplan.routing.server.1.port="5060"/>
<emergency dialplan.routing.emergency.1.value="911"
dialplan.routing.emergency.1.server.1="1"/>
</routing>
</dialplan>