[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 11:32:09 CST 2010
The following issue has been RESOLVED.
======================================================================
https://issues.asterisk.org/view.php?id=16711
======================================================================
Reported By: homesick
Assigned To: russell
======================================================================
Project: Asterisk
Issue ID: 16711
Category: Channels/chan_iax2
Reproducibility: always
Severity: major
Priority: normal
Status: resolved
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:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-01-27 01:34 CST
Last Modified: 2010-01-27 11:32 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 11:32 svnbot Status assigned => resolved
2010-01-27 11:32 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list