[Asterisk-Users] OutBOund Dial problem

2005-04-19 Thread kurt x
I have the following extension (7700) that can dial out with the below config. exten => _1nxxnxx/7700,1,Dial(SIP/[EMAIL PROTECTED]) exten => _1nxxnxx/7700,2,Hangup If I change it to exten => _1nxxnxx/77XX,1,Dial(SIP/[EMAIL PROTECTED]) exten => _1nxxnxx/77XX,2,Hangup It does no

RE: [Asterisk-Users] OutBOund Dial problem

2005-04-19 Thread Goutam Shaw
exten => _1nxxnxx/_77XX,1,Dial(SIP/[EMAIL PROTECTED]) exten => _1nxxnxx/_77XX,2,Hangup -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of kurt x Sent: April 19, 2005 1:38 PM To: Asterisk Subject: [Asterisk-Users] OutBOund Dial problem I ha

Re: [Asterisk-Users] OutBOund Dial problem

2005-04-19 Thread Eric Wieling aka ManxPower
kurt x wrote: I have the following extension (7700) that can dial out with the below config. exten => _1nxxnxx/7700,1,Dial(SIP/[EMAIL PROTECTED]) exten => _1nxxnxx/7700,2,Hangup If I change it to exten => _1nxxnxx/77XX,1,Dial(SIP/[EMAIL PROTECTED]) exten => _1nxxnxx/77XX,2,Hangup