[Asterisk-Dev] possible bug in chan_sip

Kevin P. Fleming kpfleming at starnetworks.us
Thu Jan 13 08:05:11 MST 2005


Maurizio Marini wrote:

> should be (conceptualy):
>        while(tmp) {
>                 if (strcasecmp(tmp->name, "type")){
> 			tmp = tmp->next;
>                         continue;
> 		}

You are correct, and this is probably the fix for bug 3077. Please make 
a regular "diff -u" patch and post it to that bug, and thanks for the 
catch! (I missed that when I wrote it).



More information about the asterisk-dev mailing list