Hi, I've had a look at it and the timeout error is what happens straight after the phone disconnects:
Aug 1 04:07:13 WARNING[106511]: pbx.c:922 pbx_substitute_variables_temp: The use of 'EXTEN-foo' has been deprecated in favor of 'EXTEN:foo' Aug 1 04:07:20 WARNING[5126]: chan_sip.c:673 retrans_pkt: Maximum retries exceeded on call [EMAIL PROTECTED] for seqno 102 (Non-critical Request) Aug 1 04:07:23 WARNING[106511]: pbx.c:1924 ast_pbx_run: Timeout, but no rule 't' in context 'sip' Aug 1 04:10:01 WARNING[109583]: pbx.c:1924 ast_pbx_run: Timeout, but no rule 't' in context 'sip' Reliably Transmitting (no NAT): SIP/2.0 403 Forbidden Via: SIP/2.0/UDP 219.88.229.122;branch=z9hG4bKb552afc0d1c81034 From: "Sahil Gupta" <sip:[EMAIL PROTECTED]>;tag=f7e5481bb929c765 To: <sip:[EMAIL PROTECTED]>;tag=as269fa212 Call-ID: [EMAIL PROTECTED] CSeq: 28952 INVITE User-Agent: Asterisk PBX Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER Contact: <sip:[EMAIL PROTECTED]> Content-Length: 0 to 219.88.229.122:5060 Any ideas on that error? A quick search on google didn't bring up much. Cheers, Sahil Quoting Greg Hill <[EMAIL PROTECTED]>: > On Sun, 1 Aug 2004 [EMAIL PROTECTED] wrote: > > > exten => _34.,1,Dial(SIP/[EMAIL PROTECTED],20,tr) > > The r at the end of this line tells asterisk to generate a ringing sound > for you to hear. In other words, the ringing you're hearing isn't coming > from the far end SIP device. Taking the r out will probably help you get a > little closer to the solution.. another thing you can do is turn sip debug > on while you try to place the call and see what happens. Watch for > responses from the far end sip server, etc. > > Greg > > > > _______________________________________________ > 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 > _______________________________________________ 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
