I had already check on this. Thanks for the info, though.
On 8/31/2010 10:36 AM, Danny Nicholas wrote: > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Todd Reese > Subject: Re: [asterisk-users] help with dialplan > >> asterisk*CLI> dialplan show 6789542...@remote >> There is no existence of 'remote' context >> Command 'dialplan show 6789542...@remote' failed. >> asterisk*CLI> > >>> On 8/31/2010 9:58 AM, Paul Belanger wrote: >>>> dialplan show 6789542...@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. > > > > -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
