[Home]

Summary:ASTERISK-19519: [patch] valid IP address in RTP offer when Asterisk is attached to several networks
Reporter:Yuriy Ivkin (y.ivkin)Labels:
Date Opened:2012-03-13 03:14:18Date Closed:2012-03-13 10:56:42
Priority:MinorRegression?
Status:Closed/CompleteComponents:Channels/chan_h323
Versions:1.8.10.0 Frequency of
Occurrence
Related
Issues:
Environment:Debian 5.0.4Attachments:
Description:https://issues.asterisk.org/view.php?id=17454
Applied incorrect at version 1.8.10.0.
Console output:
/usr/src/asterisk-1.8.10.0/channels# patch -p0 < h323multinet.patch
patching file chan_h323.c
Hunk #1 FAILED at 961.
Hunk #2 succeeded at 1921 (offset 22 lines).
Hunk #3 succeeded at 1955 with fuzz 1 (offset 27 lines).
1 out of 3 hunks FAILED -- saving rejects to file chan_h323.c.rej
patching file h323/ast_h323.cxx
Hunk #1 succeeded at 2141 (offset 1 line).
patching file h323/chan_h323.h
Hunk #1 succeeded at 142 (offset 1 line).
Comments:By: Matt Jordan (mjordan) 2012-03-13 10:55:06.617-0500

That patch was for 1.6.0.  There have been significant changes between those versions in chan_h323 - which is, in fact, deprecated.  You should instead think about using chan_ooh323, which has active support in the Asterisk developer community.

As it is, I'm going to close this issue, as its very unlikely that changes to deprecated modules will receive a significant amount of support.  I would suggest that you contact the mailing lists to see if the original author of the patch would be willing to update it for Asterisk 1.8.  If that is the case, then a bug marshal can reopen this issue and the patch can be attached here.