asterisk/asterisk.patch.xfersips

changeset 798
4ef5d37e8bb2
parent 552
e568963742d6
     1.1 --- a/asterisk/asterisk.patch.xfersips	Mon Sep 01 21:55:47 2014 +0200
     1.2 +++ b/asterisk/asterisk.patch.xfersips	Mon Sep 01 21:57:20 2014 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4  diff -Nau channels/chan_sip.c.orig channels/chan_sip.c
     1.5  --- channels/chan_sip.c.orig	2011-05-23 17:35:28.358543497 +0200
     1.6  +++ channels/chan_sip.c	2011-05-23 17:57:05.948534524 +0200
     1.7 -@@ -29733,6 +29733,7 @@
     1.8 +@@ -30388,6 +30388,7 @@
     1.9   \todo	Fix this function so that we wait for reply to the REFER and
    1.10   	react to errors, denials or other issues the other end might have.
    1.11    */
    1.12 @@ -10,7 +10,7 @@
    1.13   static int sip_sipredirect(struct sip_pvt *p, const char *dest)
    1.14   {
    1.15   	char *cdest;
    1.16 -@@ -29741,7 +29742,7 @@
    1.17 +@@ -30396,7 +30397,7 @@
    1.18   	cdest = ast_strdupa(dest);
    1.19   
    1.20   	extension = strsep(&cdest, "@");
    1.21 @@ -19,7 +19,7 @@
    1.22   	if (ast_strlen_zero(extension)) {
    1.23   		ast_log(LOG_ERROR, "Missing mandatory argument: extension\n");
    1.24   		return 0;
    1.25 -@@ -29773,7 +29774,14 @@
    1.26 +@@ -30428,7 +30429,14 @@
    1.27   		}
    1.28   	}
    1.29   

mercurial