10-03-2019 11:31 AM - edited 10-03-2019 02:15 PM
I have configured an 8845 via TFTP and XML to register with my FusionPBX SIP server. I can receive incoming calls but when I press any digit on the pad in an attempt to make a call, I immediately get a fast busy signal. I suspect it has something to do with not having provided a dailplan.... Which I'm having trouble figuring out.
I have successfully used to update the firmware to sip8845_65.12-6-1-0001-668 and used TFTP to make the registration info available via TFTP. If anyone has any input on this, I would be all ears.
Thanks
UPDATE: I just found that if I dial on-hook and start the call, the call goes through. It is just dialing into a dial-tone that causes this issue.
Solved! Go to Solution.
10-03-2019 05:13 PM
I recently ran into the same problem and as you said, it was the lack of the dialplan.xml file
I used the following and it worked, by the way mine was a CP-8831
<DIALTEMPLATE>
<TEMPLATE MATCH="91.........." Timeout="0"/>
<TEMPLATE MATCH="911" Timeout="0"/>
<TEMPLATE MATCH="\*.." Timeout="0"/>
<TEMPLATE MATCH="[1-8].." Timeout="1"/>
<TEMPLATE MATCH="*" Timeout="5"/>
</DIALTEMPLATE>
Hope this works for you
10-03-2019 05:13 PM
I recently ran into the same problem and as you said, it was the lack of the dialplan.xml file
I used the following and it worked, by the way mine was a CP-8831
<DIALTEMPLATE>
<TEMPLATE MATCH="91.........." Timeout="0"/>
<TEMPLATE MATCH="911" Timeout="0"/>
<TEMPLATE MATCH="\*.." Timeout="0"/>
<TEMPLATE MATCH="[1-8].." Timeout="1"/>
<TEMPLATE MATCH="*" Timeout="5"/>
</DIALTEMPLATE>
Hope this works for you
10-04-2019 09:15 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide