[asterisk-bugs] [JIRA] (ASTERISK-25084) silenceSupp is not sent by default
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Wed May 20 13:28:33 CDT 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Rusty Newton updated ASTERISK-25084:
------------------------------------
Assignee: Y Ateya
Status: Waiting for Feedback (was: Triage)
> 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: 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