1.1 --- a/asterisk/asterisk.patch.xfersips Sun May 29 17:14:31 2011 +0200 1.2 +++ b/asterisk/asterisk.patch.xfersips Sun Jun 05 11:43:33 2011 +0200 1.3 @@ -1,8 +1,8 @@ 1.4 Index: channels/chan_sip.c 1.5 diff -Nau channels/chan_sip.c.orig channels/chan_sip.c 1.6 ---- channels/chan_sip.c.orig 2011-01-14 18:32:52.000000000 +0100 1.7 -+++ channels/chan_sip.c 2011-03-13 14:32:58.000000000 +0100 1.8 -@@ -27854,6 +27854,7 @@ 1.9 +--- channels/chan_sip.c.orig 2011-05-23 17:35:28.358543497 +0200 1.10 ++++ channels/chan_sip.c 2011-05-23 17:57:05.948534524 +0200 1.11 +@@ -28144,6 +28144,7 @@ 1.12 \todo Fix this function so that we wait for reply to the REFER and 1.13 react to errors, denials or other issues the other end might have. 1.14 */ 1.15 @@ -10,7 +10,7 @@ 1.16 static int sip_sipredirect(struct sip_pvt *p, const char *dest) 1.17 { 1.18 char *cdest; 1.19 -@@ -27862,7 +27863,7 @@ 1.20 +@@ -28152,7 +28153,7 @@ 1.21 cdest = ast_strdupa(dest); 1.22 1.23 extension = strsep(&cdest, "@"); 1.24 @@ -19,7 +19,7 @@ 1.25 if (ast_strlen_zero(extension)) { 1.26 ast_log(LOG_ERROR, "Missing mandatory argument: extension\n"); 1.27 return 0; 1.28 -@@ -27894,7 +27895,14 @@ 1.29 +@@ -28184,7 +28185,14 @@ 1.30 } 1.31 } 1.32