source:
npl/phone/sipp/sipp_port_fix.patch
Last change on this file was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 428 bytes |
-
call.cpp
diff -urb sipp.svn_orig/call.cpp sipp.svn_fixed/call.cpp
old new 192 192 /* m=audio not found */ 193 193 return 0; 194 194 } 195 begin += strlen(pattern) - 1;195 begin += strlen(pattern); 196 196 end = strstr(begin, "\r\n"); 197 197 if (!end) 198 198 ERROR("get_remote_port_media: no CRLF found");
Note: See TracBrowser
for help on using the repository browser.