[Asterisk-Users] sipphone dial out problems..
Marconi Rivello
marconirivello at gmail.com
Sun Sep 12 11:12:04 MST 2004
On Sun, 12 Sep 2004 14:27:09 +0200, Danny Zak <dannyz at belgonet.com> 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:xxxx at proxy01.sipphone.com/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:4}@sipphone
comment that, and put:
exten => _1747.,1,Dial(SIP/${EXTEN}@sipphone)
>
> anyone a resolving issue on this ?
>
> --
> Best regards,
> Danny mailto:dannyz at belgonet.com
Hope that solves your problem.
Regards,
Marconi.
More information about the asterisk-users
mailing list