On Sun, 12 Sep 2004 14:27:09 +0200, Danny Zak <[EMAIL PROTECTED]> wrote:
> hello;
> 
> i got this each time when trying to dialout
> 
> Sep 12 12:49:27 WARNING[114695]: chan_sip.c:590 __sip_xmit: sip_xmit
> of 0x811f88c (len 407) to 198.65.166.131 returned -1: Invalid argument
> 
> sip.conf
> 
> register => 1747668417x:[EMAIL PROTECTED]/1747668417x
> 
> [sipphone]
> type=peer
> secret=xxxx
> username=1747668417x

Insert this:
fromuser = 1747668417x

> host=proxy01.sipphone.com
> nat=yes
> qualify=no
> host=dynamic
> reinvite=no
> canreinvite=no
> dtmfmode=inband
> 
> extensions.conf
> 
> exten => _1747.,1,SetCallerID,1747668417x
> exten => _1747.,2,Dial,SIP/${EXTEN:[EMAIL PROTECTED]

comment that, and put:

 exten => _1747.,1,Dial(SIP/[EMAIL PROTECTED])

> 
> anyone a resolving issue on this ?
> 
> --
> Best regards,
> Danny                          mailto:[EMAIL PROTECTED]

Hope that solves your problem.

Regards,
Marconi.
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to