[Asterisk-cvs] asterisk/channels chan_sip.c,1.170,1.171

markster at lists.digium.com markster at lists.digium.com
Wed Sep 3 23:39:28 CDT 2003


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

Modified Files:
	chan_sip.c 
Log Message:
Take URI from responses (bug #215)


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.170
retrieving revision 1.171
diff -C2 -d -r1.170 -r1.171
*** chan_sip.c	25 Aug 2003 14:17:14 -0000	1.170
--- chan_sip.c	4 Sep 2003 04:40:37 -0000	1.171
***************
*** 5084,5087 ****
--- 5084,5088 ----
  			p->needdestroy = 1;
  	} else if (!strcasecmp(cmd, "SIP/2.0")) {
+ 		extract_uri(p, req);
  		while(*e && (*e < 33)) e++;
  		if (sscanf(e, "%i %n", &respid, &len) != 1) {




More information about the svn-commits mailing list