Re: [Asterisk-Users] Problem with livevoip dial out

2005-04-01 Thread Rich Adamson
> I am starting to use livevoip but when I configure they way they suggest, I > see errors. > > [livevoip] > > exten =>_51NXXNXX,1,Dial(IAX2/myusername:[EMAIL PROTECTED]/${EXTEN:1}) snip > Heres the error message: > > -- Executing Dial("IAX2/[EMAIL PROTECTED]:4569-6", "1000|15") in new

Re: [Asterisk-Users] Problem with livevoip dial out

2005-03-31 Thread MF Hulber
iax.conf [livevoip-out] type=peer host=217.160.244.186 auth=md5 context=livevoip-dialout callerid="aaa bbb" <(xxx) xxx-> username=username secret=secret qualify=yes notransfer=yes exten => s,n,SetVar(LIVEVOIP=IAX2/[EMAIL PROTECTED]) exten => s,n(dial1),Dial(${LIVEVOIP}/dialed-numbe

[Asterisk-Users] Problem with livevoip dial out

2005-03-31 Thread Chris Mason
I am starting to use livevoip but when I configure they way they suggest, I see errors.   [livevoip] exten =>_51NXXNXX,1,Dial(IAX2/myusername:[EMAIL PROTECTED]/${EXTEN:1}) exten => _51NXXNXX,2,Hangup   I want the users to dial 5 to get a livevoip trunk.   Here’s the error m