[asterisk-bugs] [JIRA] (ASTERISK-24336) PJSIP timer_min_se minimum value
Leon Rowland (JIRA)
noreply at issues.asterisk.org
Wed Sep 17 07:44:29 CDT 2014
Leon Rowland created ASTERISK-24336:
---------------------------------------
Summary: PJSIP timer_min_se minimum value
Key: ASTERISK-24336
URL: https://issues.asterisk.org/jira/browse/ASTERISK-24336
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: pjproject/pjsip
Affects Versions: 12.5.0
Environment: CentOS 6.5
Asterisk 12 from the Digium Repository
Reporter: Leon Rowland
Severity: Critical
Following the PJSIP Realtime Configuration page (https://wiki.asterisk.org/wiki/display/AST/Setting+up+PJSIP+Realtime) I came across a crash that happens when in the ps_endpoints table the column timer_min_se was below 90.
The crash showed the following message when I attempted to call between 101 and 102
When changing the value to 91 the call happened correctly.
Asterisk Ready.
*CLI> -- Removed contact 'sip:101 at 172.17.2.60:51177;ob' from AOR '101' due to request
-- Added contact 'sip:101 at 172.17.2.60:51177;ob' to AOR '101' with expiration of 300 seconds
-- Removed contact 'sip:102 at 172.17.2.60:51177;ob' from AOR '102' due to request
-- Added contact 'sip:102 at 172.17.2.60:51177;ob' to AOR '102' with expiration of 300 seconds
asterisk: ../src/pjsip-ua/sip_timer.c:587: pjsip_timer_init_session: Assertion `setting->min_se >= 90' failed.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list