7941/7961 dialplan
April 8th, 2009
After a bit of googling, I managed to find a way to reduce the annoying delay when dialing from on of the 7941 phones in my network. Where the 7960′s immediatly send the outgoing call after pushing the # key, I had a long delay on the 7941 phones.
I found the solution in changing the dialplan file.
Using the below code did the trick. Pushing # sends the dialstring immediatly. Just waiting results in the call being placed 4 seconds after pushing the last button.
<DIALTEMPLATE> <TEMPLATE MATCH="*" TIMEOUT="4"/> </DIALTEMPLATE>
Comments