On Sun, May 23, 2004 at 07:21:11AM +0100, Rob Franklin wrote: > > Hi All, > > I have just installed Asterisk and am trying to connect it to a SIP > account that I currently have with www.voiptalk.org but without any > success. Although I know that voiptalk do provide asterisk accounts I > don't want to convert the SIP account until am happy that it's gonna > work for me. The asterisk box is currently behind a firewall and the > following ports are being forwarded to it - UDP 5060, 10000-20000, 5036, > 4569. When it attempts to connect I get the following messages through > the CLI prompt: > > May 23 07:29:35 WARNING[1116941120]: chan_sip.c:595 retrans_pkt: Maximum > retries exceeded on call [EMAIL PROTECTED] for > seqno 102 (Critical Request) > May 23 07:29:49 NOTICE[1116941120]: chan_sip.c:3597 sip_reg_timeout: > Registration for '[EMAIL PROTECTED]' timed out, trying again > May 23 07:29:55 WARNING[1116941120]: chan_sip.c:595 retrans_pkt: Maximum > retries exceeded on call [EMAIL PROTECTED] for > seqno 103 (Critical Request) > May 23 07:30:09 NOTICE[1116941120]: chan_sip.c:3597 sip_reg_timeout: > Registration for '[EMAIL PROTECTED]' timed out, trying again
Coincidentally, registering asterisk with voiptalk was to be my project for today. With only port 5060 open for udp and forwarded to the machine asterisk runs on I've got as far as getting 'Registered' from 'sip show registry'. My sip.conf is [general] port = 5060 bindaddr = 0.0.0.0 register => 84412416:[EMAIL PROTECTED] Brian. _______________________________________________ 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
