[asterisk-bugs] [JIRA] (ASTERISK-25084) silenceSupp is not sent by default
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Fri Jun 5 17:21:33 CDT 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rusty Newton closed ASTERISK-25084.
-----------------------------------
Resolution: Cannot Reproduce
> 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
> Assignee: Rusty Newton
>
> chan_sip sends SDP without `silenceSupp=off` if it finds timerfd enabled. I think that there should not be a relation between silenceSupp and timerfd.
> Also asterisk doesn't support silence suppression, so silenceSupp=off 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