[asterisk-bugs] [JIRA] (ASTERISK-25084) silenceSupp is not sent by default
Y Ateya (JIRA)
noreply at issues.asterisk.org
Wed May 13 17:26:32 CDT 2015
Y Ateya created ASTERISK-25084:
----------------------------------
Summary: silenceSupp is not sent by default
Key: ASTERISK-25084
URL: https://issues.asterisk.org/jira/browse/ASTERISK-25084
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Channels/chan_sip/General
Affects Versions: 13.3.2
Reporter: Y Ateya
chan_sip sends SDP without `silenceSupp=off` if it finds timerfd enabled. I think that there should be a relation between silenceSupp and timerfd.
Also chan_sip doesn't support silence suppression, so it silenceSupp shall be added by default.
{code}
if (!p->owner || ast_channel_timingfd(p->owner) == -1) {
ast_str_append(&a_audio, 0, "a=silenceSupp:off - - - -\r\n");
}
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list