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

Y Ateya (JIRA) noreply at issues.asterisk.org
Thu Jun 4 09:24:32 CDT 2015


    [ https://issues.asterisk.org/jira/browse/ASTERISK-25084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=226445#comment-226445 ] 

Y Ateya commented on ASTERISK-25084:
------------------------------------

@Rusty Netwton, no I don't have the device which reproduce this problem now. Please close it and I will update it if I got new info. Thanks.

> 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