A user picks up the handset and starts dialing a number. Once three digits are entered, the call gets disconnected before a user is done entering the number.
Switchvox error log show the following message:
Unknown phone dialed 024. If you're using an analog phone, check to see that it has an extension in the Manage Extensions page.
The Fix
On Admin WebUI navigate to: Setup --> Extensions --> Templates --> Modify Template
Then: Phone Settings --> Advanced Phone Options --> SIP Settings --> Override Dial Plan
Here’s a UK based dialplan as an example:
1xx|5xx|999|898|0[1-9]xxxxxxxxx|44[1-9]xxxxxxxxx|00[1-9]xxxxxxxxxx.T
- 1xx – 3 digit extension dialing.
- 5xx – 3 digit extension dialing.
- 999 – dialing 999.
- 989 – dialing 989.
- 0[1-9]xxxxxxxxx – dialing 0 then a number between 1-9 and exactly 9 other digits for local dialing.
- 44[1-9]xxxxxxxxx – dialing 44 then a number between 1-9 and exactly 9 other digits for local dialing.
- 00[1-9]xxxxxxxxxx.T – dialing 00 then a number between 1-9 and any 10 digits or more after a time for international calls.
References
http://forums.asterisk.org/viewtopic.php?f=38&t=69534
http://forums.asterisk.org/viewtopic.php?f=38&t=77424