[asterisk-bugs] [JIRA] (ASTERISK-24952) global timerb is disregarded by chan_sip
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Tue Apr 14 16:04:33 CDT 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-24952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rusty Newton reassigned ASTERISK-24952:
---------------------------------------
Assignee: (was: Matt Jordan)
> global timerb is disregarded by chan_sip
> ----------------------------------------
>
> Key: ASTERISK-24952
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-24952
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_sip/General
> Affects Versions: 11.17.1, 13.3.2
> Reporter: yarique
> Severity: Minor
>
> Global timerb setting in sip.conf never has effect. It is obvious from chan_sip.c why:
> {code}
> } else if (!strcasecmp(v->name, "timerb")) {
> int tmp = atoi(v->value);
> if (tmp < 500) {
> global_timer_b = global_t1 * 64;
> ast_log(LOG_WARNING, "Invalid value for timerb ('%s'). Setting to default ('%d').\n", v->value, global_timer_b);
> }
> timerb_set = 1;
> }
> {code}
> [\Edit\]
> *inline patch removed*
> Thank you.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list