Hi! I’m having a problem with my FreePBX… I receive calls from a PSTN line, in a Sipura SPA3000 trunked (http://www.freepbx.org/support/documentation/howtos/howto-linksys-spa-3102-sipura-spa-3000-freepbx) and I answer with a cisco 7940… Here is my problem… After a few seconds, my calls ends by them self… Here is the end of the CLI windows (with vvv verbosity) :
-- Executing [[email protected]:42] Dial("SIP/ottawa-00000068", "SIP/205,15,tr") in new stack
== Using SIP RTP TOS bits 184
== Using SIP RTP CoS mark 5
-- Called SIP/205
-- SIP/205-00000069 is ringing
-- SIP/205-00000069 is ringing
-- SIP/205-00000069 answered SIP/ottawa-00000068
[2012-11-28 13:58:07] WARNING[3207]: chan_sip.c:3641 retrans_pkt: Retransmission timeout reached on transmission [email protected] for seqno 102 (Critical Response) -- See https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions
Packet timed out after 6400ms with no response
[2012-11-28 13:58:07] WARNING[3207]: chan_sip.c:3670 retrans_pkt: Hanging up call [email protected] - no reply to our critical packet (see https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions).
-- Executing [[email protected]:1] Macro("SIP/ottawa-00000068", "hangupcall,") in new stack
-- Executing [[email protected]:1] GotoIf("SIP/ottawa-00000068", "1?theend") in new stack
-- Goto (macro-hangupcall,s,3)
-- Executing [[email protected]:3] ExecIf("SIP/ottawa-00000068", "0?Set(CDR(recordingfile)=)") in new stack
-- Executing [[email protected]:4] Hangup("SIP/ottawa-00000068", "") in new stack
== Spawn extension (macro-hangupcall, s, 4) exited non-zero on 'SIP/ottawa-00000068' in macro 'hangupcall'
== Spawn extension (macro-dial-one, h, 1) exited non-zero on 'SIP/ottawa-00000068'
== Spawn extension (macro-dial-one, s, 42) exited non-zero on 'SIP/ottawa-00000068' in macro 'dial-one'
== Spawn extension (macro-exten-vm, s, 14) exited non-zero on 'SIP/ottawa-00000068' in macro 'exten-vm'
== Spawn extension (from-did-direct, 205, 2) exited non-zero on 'SIP/ottawa-00000068'
I’m not an expert with Asterisk… I can’t understand everything from the CLI…
Thank’s!