Hello Marconi,
still the same
got the following when setting up call
-- Executing Dial("SIP/home-422a",
"SIP/18006926447@sipphone") in new
stack Sep 13 22:52:48 WARNING[376851]: chan_sip.c:590 __sip_xmit:
sip_xmit of 0x815e6e4 (len 677) to 198.65.166.131 returned -1: Invalid
argument -- Called 18006926447@sipphone Sep 13 22:52:49
WARNING[114695]: chan_sip.c:590 __sip_xmit: sip_xmit of 0x815e6e4 (len
677) to 198.65.166.131 returned -1: Invalid argument Sep 13 22:52:50
WARNING[114695]: chan_sip.c:590 __sip_xmit: sip_xmit of 0x815e6e4 (len
677) to 198.65.166.131 returned -1: Invalid argument
strange .. since all other calls ( within the * )
--
Best regards,
Danny mailto:dannyz@belgonet.com
belGOnet.com a Euro-pictures division - internet solutions
place princesse elisabeth 9/11 - 1030 Brussels - Belgium
Tel : +32-(0)2-215.67.65 - Fax : +32-(0)2-215.66.65
domains - hosting - hardware - VoiP - consultancy - backuping
CISCO - HP/COMPAQ - SUN - EMC - JUNIPER - IBM - DELL - NORTEL
No legal consequences can be derived from the contents of the email
neither is belGOnet.com committed to them. The content of this email
is exclusively intended for adressee(s) and information purposes.
belGOnet.com accepts no liability for any damage resulting from the
use and/or acceptation of the content of this email.
Sunday, September 12, 2004, 8:12:04 PM, you wrote:
MR> On Sun, 12 Sep 2004 14:27:09 +0200, Danny Zak <dannyz@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@proxy01.sipphone.com/1747668417x
>>
>> [sipphone]
>> type=peer
>> secret=xxxx
>> username=1747668417x
MR> Insert this:
MR> 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
MR> comment that, and put:
MR> exten => _1747.,1,Dial(SIP/${EXTEN}@sipphone)
>>
>> anyone a resolving issue on this ?
>>
>> --
>> Best regards,
>> Danny mailto:dannyz@belgonet.com
MR> Hope that solves your problem.
MR> Regards,
MR> Marconi.