[Asterisk-cvs] asterisk/channels chan_zap.c,1.390,1.391

mattf at lists.digium.com mattf at lists.digium.com
Wed Dec 15 15:06:37 CST 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv31533/channels

Modified Files:
	chan_zap.c 
Log Message:
Little addition to the redirectionreason stuff


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.390
retrieving revision 1.391
diff -u -d -r1.390 -r1.391
--- chan_zap.c	15 Dec 2004 19:59:52 -0000	1.390
+++ chan_zap.c	15 Dec 2004 20:03:17 -0000	1.391
@@ -7798,6 +7798,9 @@
 									case 0xF:
 										snprintf(redirstr, 20, "UNCONDITIONAL"); /* Other reason */
 										break;
+									default:
+										snprintf(redirstr, 20, "NOREDIRECT");
+										break;
 								}
 
 								pbx_builtin_setvar_helper(c, "PRIREDIRECTCAUSE", redirstr);




More information about the svn-commits mailing list