diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-11-29 04:29:46 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-11-29 04:29:46 +0000 |
commit | 8a74b966cdda9f5004ec0e730a4e3dcf501f5c7a (patch) | |
tree | 5156281971f56fca23f20b8a274e3ed4abae86c8 /net/asterisk10/files/sip_force_callid.diff | |
parent | Update to 4.2.2. (diff) |
Remove errorneously added patches from the old asterisk 1.4 port.
Pointy hat to: fjoe
Diffstat (limited to 'net/asterisk10/files/sip_force_callid.diff')
-rw-r--r-- | net/asterisk10/files/sip_force_callid.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/asterisk10/files/sip_force_callid.diff b/net/asterisk10/files/sip_force_callid.diff deleted file mode 100644 index 09cf274581d1..000000000000 --- a/net/asterisk10/files/sip_force_callid.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- channels/chan_sip.c.orig 2009-05-12 21:18:44.000000000 +0300 -+++ channels/chan_sip.c 2009-05-26 12:58:10.000000000 +0300 -@@ -3061,6 +3061,8 @@ - } else if (!strcasecmp(ast_var_name(current), "SIPTRANSFER_REPLACES")) { - /* We're replacing a call. */ - p->options->replaces = ast_var_value(current); -+ } else if (!strcasecmp(ast_var_name(current), "SIP_FORCE_CALLID")) { -+ ast_string_field_set(p, callid, ast_var_value(current)); - } - } - |