I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2011-04-11 00:53:37.822302-07 by bukvy in response to 13297
Re: deliver in 3pcc.pl fail ???
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)).
Direct Responses: 13299 | Write a response