[Asterisk-Users] Trouble getting a SIP phone to dial out through
TE100P
Matt Riddell
matt.riddell at sineapps.com
Sat May 21 22:09:13 MST 2005
Nick Crocker wrote:
> We have a test asterisk box setup and can call each other on our sip
> phones and receive calls in on the PRI to our phones no problem. Our
> problem is getting asterisk to allow us to dial out using our PRI.
> Digium has instructed us that we need to strip the leading 9 from the
> digits dialed. Does anyone having a config that I might glean some lines
> from to see where we are going wrong.
1. Don't post multiple times.
2. Don't post HTML
3. You should have a line which looks something like this:
exten => _9X.,1,Dial(Zap/g1/${EXTEN})
to remove the 9 when you dial simply change it to:
exten => _9X.,1,Dial(Zap/g1/${EXTEN:1})
to remove the first digit.
--
Cheers,
Matt Riddell
_______________________________________________
http://www.sineapps.com/news.php (Daily Asterisk News - html)
http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss)
More information about the asterisk-users
mailing list