我想知道是否可以使Polycomm设备自动拨出而不使用“拨号”button。 我们有用户误认这是因为手机在拨出时被破坏,如果在手机中input了10位数字,设置为拨号。 是否有可能在基于Asterisk的系统中的sip.cfg文件中具有该configuration?
感谢任何人的回应!
不知道我从我的sip.cfg得到正确的部分,但我不需要按拨号button:
<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>