[Pkg-voip-commits] r5800 - /asterisk/trunk/debian/patches/bristuff/ast-device-state-CID

paravoid at alioth.debian.org paravoid at alioth.debian.org
Mon May 26 01:21:37 UTC 2008


Author: paravoid
Date: Mon May 26 01:21:36 2008
New Revision: 5800

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5800
Log:
Update ast-device-state-CID to actually build with 1.4.20

Modified:
    asterisk/trunk/debian/patches/bristuff/ast-device-state-CID

Modified: asterisk/trunk/debian/patches/bristuff/ast-device-state-CID
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/bristuff/ast-device-state-CID?rev=5800&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/bristuff/ast-device-state-CID (original)
+++ asterisk/trunk/debian/patches/bristuff/ast-device-state-CID Mon May 26 01:21:36 2008
@@ -268,6 +268,15 @@
  					}
  				}
  			} else if (sipmethod == SIP_REGISTER) 
+@@ -13036,7 +13036,7 @@ static void handle_response(struct sip_p
+ 					if (ast_test_flag(&p->flags[1], SIP_PAGE2_STATECHANGEQUEUE)) {
+ 						/* Ready to send the next state we have on queue */
+ 						ast_clear_flag(&p->flags[1], SIP_PAGE2_STATECHANGEQUEUE);
+-						cb_extensionstate((char *)p->context, (char *)p->exten, p->laststate, (void *) p);
++						cb_extensionstate((char *)p->context, (char *)p->exten, p->laststate, (void *) p, NULL, NULL);
+ 					}
+ 				}
+ 			} else if (sipmethod == SIP_BYE)
 --- a/apps/app_queue.c
 +++ b/apps/app_queue.c
 @@ -721,7 +721,7 @@ static void *device_state_thread(void *d




More information about the Pkg-voip-commits mailing list