[Pkg-voip-commits] r5759 - in /asterisk/trunk/debian/patches/bristuff: ast-send-message chan-iax2-hangup-cause

paravoid at alioth.debian.org paravoid at alioth.debian.org
Wed May 21 02:03:37 UTC 2008


Author: paravoid
Date: Wed May 21 02:03:33 2008
New Revision: 5759

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5759
Log:
quilt refresh of bristuff patches

Modified:
    asterisk/trunk/debian/patches/bristuff/ast-send-message
    asterisk/trunk/debian/patches/bristuff/chan-iax2-hangup-cause

Modified: asterisk/trunk/debian/patches/bristuff/ast-send-message
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/bristuff/ast-send-message?rev=5759&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/bristuff/ast-send-message (original)
+++ asterisk/trunk/debian/patches/bristuff/ast-send-message Wed May 21 02:03:33 2008
@@ -249,7 +249,7 @@
  	int debug = sip_debug_test_pvt(p);
 --- a/channels/chan_iax2.c
 +++ b/channels/chan_iax2.c
-@@ -833,7 +833,7 @@ static int iax2_provision(struct sockadd
+@@ -846,7 +846,7 @@ static int iax2_provision(struct sockadd
  static int iax2_send(struct chan_iax2_pvt *pvt, struct ast_frame *f, unsigned int ts, int seqno, int now, int transfer, int final);
  static int iax2_sendhtml(struct ast_channel *c, int subclass, const char *data, int datalen);
  static int iax2_sendimage(struct ast_channel *c, struct ast_frame *img);
@@ -258,7 +258,7 @@
  static int iax2_setoption(struct ast_channel *c, int option, void *data, int datalen);
  static int iax2_transfer(struct ast_channel *c, const char *dest);
  static int iax2_write(struct ast_channel *c, struct ast_frame *f);
-@@ -2629,7 +2629,7 @@ static int iax2_digit_end(struct ast_cha
+@@ -2728,7 +2728,7 @@ static int iax2_digit_end(struct ast_cha
  	return send_command_locked(PTR_TO_CALLNO(c->tech_pvt), AST_FRAME_DTMF_END, digit, 0, NULL, 0, -1);
  }
  

Modified: asterisk/trunk/debian/patches/bristuff/chan-iax2-hangup-cause
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/bristuff/chan-iax2-hangup-cause?rev=5759&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/bristuff/chan-iax2-hangup-cause (original)
+++ asterisk/trunk/debian/patches/bristuff/chan-iax2-hangup-cause Wed May 21 02:03:33 2008
@@ -10,7 +10,7 @@
   * This program is free software, distributed under the terms of
   * the GNU General Public License Version 2. See the LICENSE file
   * at the top of the source tree.
-@@ -3243,7 +3246,7 @@ static int iax2_hangup(struct ast_channe
+@@ -3342,7 +3345,7 @@ static int iax2_hangup(struct ast_channe
  	ast_mutex_lock(&iaxsl[callno]);
  	if (callno && iaxs[callno]) {
  		if (option_debug)
@@ -19,7 +19,7 @@
  		alreadygone = ast_test_flag(iaxs[callno], IAX_ALREADYGONE);
  		/* Send the hangup unless we have had a transmission error or are already gone */
   		iax_ie_append_byte(&ied, IAX_IE_CAUSECODE, (unsigned char)c->hangupcause);
-@@ -3297,7 +3300,8 @@ static int iax2_setoption(struct ast_cha
+@@ -3396,7 +3399,8 @@ static int iax2_setoption(struct ast_cha
  
  static struct ast_frame *iax2_read(struct ast_channel *c) 
  {




More information about the Pkg-voip-commits mailing list