|
Thank for your reply....
My version Net-SIP is 0.62_4
FreeBSD, Perl, v5.8.9 built for i386-freebsd-64int
I run:
perl -MNet::SIP=debug:100 3pcc.pl -d 188.120.228.106:5060 sip:2940943@sipnet.ru sip:0033502948@sipnet.ru
Where:
188.120.228.106:5060 my server (ss77.fvds.ru )
sip:2940943@sipnet.ru My account as caller in VoIP provaider www.sipnet.ru
sip:0033502948@sipnet.ru My account as callee in VoIP provaider www.sipnet.ru (softphone is running)
No error, no any debug information is displayed. No tracks of any calling is shown on my softphones and program is hanging up forever.
When I add tail to $disp->deliver( $invite, do_retransmits => 1 ) || die "deliver failed: ";
programm dies at this stroke ( deliver failed).
( For the hint, when I tried invite_and_receive.pl some incoming call was shown on softphone, but no connection was set from the error 488 ( codecs mismatch)).
|