[asterisk-bugs] [JIRA] (ASTERISK-18703) NO acceptance of SDP packets with set i= field
Joshua Colp (JIRA)
noreply at issues.asterisk.org
Sat Mar 14 10:20:34 CDT 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-18703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joshua Colp closed ASTERISK-18703.
----------------------------------
Resolution: Suspended
> NO acceptance of SDP packets with set i= field
> ----------------------------------------------
>
> Key: ASTERISK-18703
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-18703
> Project: Asterisk
> Issue Type: Improvement
> Security Level: None
> Components: Channels/chan_sip/Interoperability
> Affects Versions: 1.8.4
> Environment: Linux x61 2.6.38-8-generic #42-Ubuntu
> 1:1.8.4.4~dfsg-2ubuntu1
> Reporter: xyz312
> Severity: Minor
>
> I tried a few days to send a message with the help of the i= field in the SDP part of an SIP packet during a call setup from a Caller to a Callee.
> According to RFC 4566 the i= field can be used for:
> "The "i=" field is intended to provide a free-form human-readable description of the session or the purpose of a media stream. It is not suitable for parsing by automata."
> However the Asterisk server does not accept the INVITE packet when the i= field is set. The same call without the i= field does work properly. Furthermore in the debug/verbose output (set verbose/debug 4 and sip debug to on according to the bug tracking rules in concern to SIP) does not show me any information about the acceptance of the packet with the i= field. It is just ignored/not accepted. This prevents to setup a call.
> I took a look to the source code and found that in the file: chan_sip.c no i= handling is present. (May be its something else).
> The correct behaviour is: The i= flag and the following text (e.g. i=This is a company call) is set by a Caller and send to a Callee. It must not changed in the asterisk it just has to be forwarded in the SDP file to the Callee.
> However using the same call with my local sip provider (sipgate) the packet is accepted and forwarded to the Callee.
> An topic according to this issue exists in the forum:
> http://forums.asterisk.org/viewtopic.php?f=1&t=80199
> Kind Regards
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list