[asterisk-bugs] [JIRA] (ASTERISK-25084) silenceSupp is not sent by default

Y Ateya (JIRA) noreply at issues.asterisk.org
Wed May 20 15:50:32 CDT 2015


     [ https://issues.asterisk.org/jira/browse/ASTERISK-25084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Y Ateya updated ASTERISK-25084:
-------------------------------

    Description: 
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}

  was:
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}


> 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 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