[Home]

Summary:ASTERISK-04960: [patch] Send OSP token to non-OSP device
Reporter:Di-Shi Sun (homesick)Labels:
Date Opened:2005-09-01 11:22:58Date Closed:2008-01-15 15:46:46.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/Interoperability
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) osp_token.patch
Description:Asterisk should not send OSP authorization token to non-OSP destination device. The OSP status of the destination device can be got from OSP AuthorizationResponse message using OSPPTransactionIsDestOSPEnabled function. Only if the OSPPTransactionIsDestOSPEnabled function call is ok and the status is OSPE_OSP_FALSE, Asterisk should not send OSP token to the destination. Otherwise, such as the OSPPTransactionIsDestOSPEnabled fails, or status is OSPE_OSP_UNKNOWN, etc. Asterisk should send the OSP token.

****** ADDITIONAL INFORMATION ******

Disclaimer signed by TransNexus, Inc. 1/27/05
Comments:By: Kevin P. Fleming (kpfleming) 2005-09-01 18:05:32

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:46:46.000-0600

Repository: asterisk
Revision: 6493

U   trunk/res/res_osp.c

------------------------------------------------------------------------
r6493 | kpfleming | 2008-01-15 15:46:46 -0600 (Tue, 15 Jan 2008) | 2 lines

don't send OSP tokens do devices that are not OSP aware (issue ASTERISK-4960)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=6493