diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-01-27 00:15:33 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-01-27 00:15:33 +0000 |
commit | f644d74fb3dbea51b869dd1ec436891b806d25ad (patch) | |
tree | c226d45b14ae604a0808be443a4ff3ee02252a14 /net/asterisk12/files/patch-channels::chan_h323.c | |
parent | - Update to 0.6.5 (diff) |
Update to 1.2.3.
Notes
Notes:
svn path=/head/; revision=154549
Diffstat (limited to 'net/asterisk12/files/patch-channels::chan_h323.c')
-rw-r--r-- | net/asterisk12/files/patch-channels::chan_h323.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/asterisk12/files/patch-channels::chan_h323.c b/net/asterisk12/files/patch-channels::chan_h323.c deleted file mode 100644 index 6498b9721fdc..000000000000 --- a/net/asterisk12/files/patch-channels::chan_h323.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- channels/chan_h323.c.orig Tue Nov 29 20:24:39 2005 -+++ channels/chan_h323.c Thu Jan 12 18:29:50 2006 -@@ -2281,7 +2281,7 @@ static char *convertcap(int cap) - } - } - --static int oh323_set_rtp_peer(struct ast_channel *chan, struct ast_rtp *rtp, struct ast_rtp *vrtp, int codecs) -+static int oh323_set_rtp_peer(struct ast_channel *chan, struct ast_rtp *rtp, struct ast_rtp *vrtp, int codecs, int nat_active) - { - /* XXX Deal with Video */ - struct oh323_pvt *pvt; |