Difference between revisions of "Call hangs after 30 seconds"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: Line 1:
* Check timeout - maybe call can't last more then 30s?
* Check timeout - maybe call can't last more then 30s?
* Enable sip debug and look for BYE packet, who is sending it.
* Enable sip debug and look for BYE packet, who is sending it.
* If there is no BYE packet - big chance that problem is in the network
* If there is no BYE packet - big chance that problem is in the network - e.g. BYE packet does not reach our end or other end has problems with SIP protocol implementation
** Check IP in SIP debug and compare to real IPs
** Check IP in SIP debug and compare to real IPs
** If it is possible - try to capture SIP debug at the other end and compare to SIP debug in MOR
** If it is possible - try to capture SIP debug at the other end and compare to SIP debug in MOR

Revision as of 07:35, 13 August 2009

  • Check timeout - maybe call can't last more then 30s?
  • Enable sip debug and look for BYE packet, who is sending it.
  • If there is no BYE packet - big chance that problem is in the network - e.g. BYE packet does not reach our end or other end has problems with SIP protocol implementation
    • Check IP in SIP debug and compare to real IPs
    • If it is possible - try to capture SIP debug at the other end and compare to SIP debug in MOR