[asterisk-users] help with dialplan

Danny Nicholas danny at debsinc.com
Tue Aug 31 09:36:21 CDT 2010


-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Todd Reese
Subject: Re: [asterisk-users] help with dialplan

>  asterisk*CLI> dialplan show 6789542133 at remote
>There is no existence of 'remote' context
>Command 'dialplan show 6789542133 at remote' failed.
>asterisk*CLI>


>>On 8/31/2010 9:58 AM, Paul Belanger wrote:
>> > dialplan show 6789542133 at remote
Ok. I'm a late joiner to this thread.  Reading the "original post" I see
that you are trying to do an external SIP dial to 678-954-2133.  These
questions:
1. Does the dial string need to be 1xxx instead of xxx (presumably local 10
digit dialing)? If yes, change
exten => _NXXNXXXXXX,n,Dial(SIP/v6781234567/${EXTEN},40,Ttr)
to
exten => _NXXNXXXXXX,n,Dial(SIP/v6781234567/1${EXTEN},40,Ttr)
2. voipdialACA and v6781234567 are registered trunks with credentials?

Hope this helps.






More information about the asterisk-users mailing list