1.1 --- a/asterisk/asterisk.patch.xfersips Thu Dec 22 18:08:26 2011 +0100 1.2 +++ b/asterisk/asterisk.patch.xfersips Mon Jan 09 22:36:23 2012 +0100 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 -@@ -28144,6 +28144,7 @@ 1.8 +@@ -28839,6 +28839,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 -@@ -28152,7 +28153,7 @@ 1.17 +@@ -28847,7 +28848,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 -@@ -28184,7 +28185,14 @@ 1.26 +@@ -28879,7 +28880,14 @@ 1.27 } 1.28 } 1.29