[Asterisk-cvs] asterisk/channels chan_sip.c,1.656,1.657

markster at lists.digium.com markster at lists.digium.com
Sun Feb 13 11:03:02 CST 2005


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

Modified Files:
	chan_sip.c 
Log Message:
Fix user=phone stuff (bug #3575)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.656
retrieving revision 1.657
diff -u -d -r1.656 -r1.657
--- chan_sip.c	13 Feb 2005 16:56:20 -0000	1.656
+++ chan_sip.c	13 Feb 2005 17:02:39 -0000	1.657
@@ -3824,7 +3824,7 @@
                 	x=1;
 
         	for (; x<strlen(p->username); x++) {
-                	if (!strchr(AST_DIGIT_ANY, p->username[x])) {
+                	if (!strchr(AST_DIGIT_ANYNUM, p->username[x])) {
                         	onlydigits = 0;
                         	break;
                 	}




More information about the svn-commits mailing list