[asterisk-bugs] [JIRA] (ASTERISK-22069) unexpected absence of connectedline update if set before answering
Birger "WIMPy" Harzenetter (JIRA)
noreply at issues.asterisk.org
Thu Jul 18 21:10:03 CDT 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=208072#comment-208072 ]
Birger "WIMPy" Harzenetter edited comment on ASTERISK-22069 at 7/18/13 9:08 PM:
--------------------------------------------------------------------------------
Ok, when reading more carefully the situation is not exactly what I expected.
The IAX debug shows two calls, the first only uses CONNECTEDLINE with ",i" and sends no CNLINE.
The second call uses CONNECTEDLINE without ",i" and does send a CNLINE.
However it does so *before* ANSWER. That doesn't seem to make sense.
But on further thought, maybe it has to be done this way with IAX?
This was today's SVN version.
was (Author: wimpy):
Ok, when reading more carefully the situation is not exactly what I expected.
The IAX debug shows two calls, the first only uses CONNECTEDLINE with ",i" and sends no CNLINE.
The second call uses CONNECTEDLINE without ",i" and does send a CNLINE.
However it does so *before* ANSWER. That doesn't seem to make sense.
This was today's SVN version.
> unexpected absence of connectedline update if set before answering
> -------------------------------------------------------------------
>
> Key: ASTERISK-22069
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22069
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_iax2
> Affects Versions: SVN
> Reporter: Birger "WIMPy" Harzenetter
> Assignee: Birger "WIMPy" Harzenetter
> Severity: Minor
> Attachments: iaxdebug
>
>
> chan_iax does not send connectedline information on answer if the CONNECTEDLINE function has been used with ",i".
> As the connectedline information isn't useful before answer, the presence or absence of ",i" shouldn't make a difference at that point.
> (At least) On chan_sip it actually doesn't make a difference.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list