Is there a way to increase the number of retries or the time to help with this? WARNING[40966]: File chan_sip.c, Line 462 (retrans_pkt): Maximum retries exceeded on call 0ea2761d6a82fa49221f547c739bde18@192.168.0.200 for seqno 103 (Request) WARNING[40966]: File chan_sip.c, Line 462 (retrans_pkt): Maximum retries exceeded on call 0ea2761d6a82fa49221f547c739bde18@192.168.0.200 for seqno 103 (Request) Scott England
It's a hardcoded value in channels/chan_sip.c: #define MAX_RETRANS 5 /* Try only 5 times for retransmissions */ Change this value and then recompile. Christian On Thursday 11 December 2003 10:03, Scott England wrote:> Is there a way to increase the number of retries or the time to help > with this? > > > WARNING[40966]: File chan_sip.c, Line 462 (retrans_pkt): Maximum retries > exceeded on call 0ea2761d6a82fa49221f547c739bde18@192.168.0.200 for > seqno 103 (Request) > WARNING[40966]: File chan_sip.c, Line 462 (retrans_pkt): Maximum retries > exceeded on call 0ea2761d6a82fa49221f547c739bde18@192.168.0.200 for > seqno 103 (Request) > > > Scott England > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
Is there a way to increase the number of retries or the time to help with this? WARNING[40966]: File chan_sip.c, Line 462 (retrans_pkt): Maximum retries exceeded on call 0ea2761d6a82fa49221f547c739bde18@192.168.0.200 for seqno 103 (Request) WARNING[40966]: File chan_sip.c, Line 462 (retrans_pkt): Maximum retries exceeded on call 0ea2761d6a82fa49221f547c739bde18@192.168.0.200 for seqno 103 (Request) Scott England