In article <[EMAIL PROTECTED]>,
Douglas Garstang <[EMAIL PROTECTED]> wrote:
> > -----Original Message-----
> > From: Tony Mountifield [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, August 02, 2006 2:01 PM
> > To: asterisk-users@lists.digium.com
> > Subject: [asterisk-users] Re: DUNDi with SIP
> > 
> > 
> > In article 
> > <[EMAIL PROTECTED]>,
> > Douglas Garstang <[EMAIL PROTECTED]> wrote:
> > > I've trying to use DUNDi with SIP to see if it works around 
> > some limitations of IAX2.
> > > 
> > > I do a DUNDi lookup, get my SIP path, and try to dial it. 
> > Asterisk immediately says 'No such
> > > host', eventhough that's the path is just returned!
> > > 
> > > [Aug  2 13:07:05]   == Spawn extension (global_vmdeposit, 
> > u9220371, 3) exited non-zero on
> > > 'SIP/3254101-eb7d'
> > > [Aug  2 13:07:13]     -- Executing NoOp("SIP/3254101-6373", 
> > "*** OnNet originated call
> > > "Chocolate Chip" <3254101> -> 9220371") in new stack
> > > [Aug  2 13:07:13]     -- Executing AGI("SIP/3254101-6373", 
> > "ipt/originator.py") in new stack
> > > [Aug  2 13:07:13]     -- Launched AGI Script 
> > /var/lib/asterisk/agi-bin/ipt/originator.py
> > > [Aug  2 13:07:13]     -- AGI Script Executing Application: 
> > (SetAccount) Options: (9220371)
> > > [Aug  2 13:07:13]     -- AGI Script Executing Application: 
> > (ChanIsAvail) Options: (SIP/9220371)
> > > [Aug  2 13:07:14]     -- AGI Script Executing Application: 
> > (Dial) Options:
> > > (SIP/dundisip:[EMAIL PROTECTED]/9220371)
> > > [Aug  2 13:07:14] WARNING[5429]: chan_sip.c:1980 
> > create_addr: No such host: xxx.yyy.142.163/9220371
> > 
> > Try specifying the SIP argument as:
> > 
> > SIP/dundisip:[EMAIL PROTECTED]@xxx.yyy.142.163
> > 
> > See the following line in the sample extensions.conf as an example:
> > 
> > ;exten => 
> > _42X.,1,Dial(SIP/user:[EMAIL PROTECTED]:[EMAIL PROTECTED],30,rT)
> 
> Tony... it's DUNDi....

OK, I know nothing about DUNDi. I was only highlighting what appeared
to be invalid or at least ambiguous syntax in the SIP channel requested.
SIP appears not to like SIP/user:[EMAIL PROTECTED]/number, but instead wants
SIP/user:[EMAIL PROTECTED]@host

Unless you can set up a sip.conf friend entry [xxxx] and then use
SIP/xxxx/number

Hope this helps. If not, oh well.

Cheers
Tony
-- 
Tony Mountifield
Work: [EMAIL PROTECTED] - http://www.softins.co.uk
Play: [EMAIL PROTECTED] - http://tony.mountifield.org
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to