[asterisk-bugs] [Asterisk 0016711]: [patch] CHANNEL function cannot set OSP token for outbound IAX calls.
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Jan 27 01:35:35 CST 2010
The following issue has been UPDATED.
======================================================================
https://issues.asterisk.org/view.php?id=16711
======================================================================
Reported By: homesick
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16711
Category: Channels/chan_iax2
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 243479
Request Review:
======================================================================
Date Submitted: 2010-01-27 01:34 CST
Last Modified: 2010-01-27 01:35 CST
======================================================================
Summary: [patch] CHANNEL function cannot set OSP token for
outbound IAX calls.
Description:
In the call scenarios where the inbound channel is not IAX, CHANNEL
function cannot set OSP token for the outbound IAX channel. The reason is
the CHANNEL function for the inbound channel does not support "osptoken"
parameter.
The idea to fix this bug is to set an inherited channel variable,
_IAX2OSPTOKEN. The outbound IAX channel will use it to set OSP token. It is
similar to SIPADDHEADER for SIP channel.
The patch removes acf_channel_write function and adds getting OSP token
from IAX2OSPTOKEN variable.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2010-01-27 01:35 homesick Summary CHANNEL function cannot
set OSP token for outbound IAX calls. => [patch] CHANNEL function cannot set OSP
token for outbound IAX calls.
======================================================================
More information about the asterisk-bugs
mailing list