[Asterisk-Dev] possible bug in chan_sip

Maurizio Marini maumar at datalogica.com
Thu Jan 13 08:17:04 MST 2005


On Thursday 13 January 2005 04:05 pm, Kevin P. Fleming wrote:
> 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).
> _______________________________________________
> Asterisk-Dev mailing list
> Asterisk-Dev at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-dev
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-dev
>
>  ** CRM114 Whitelisted by: digium.com **
>
>  ** ACCEPT: CRM114 Whitelisted by: digium.com **
the same big for realtime_user:
line 1210
               if (strcasecmp(tmp->name, "type"))
                        continue;

i will post diff -u on mantis in next minutes :)

-- 
Maurizio Marini         GSM +39-335-8259739
Work: +39-0721-855285   Fax +39-0721-859609
Home: +39-0721-950396   IAXTel: (700) 350-1234



More information about the asterisk-dev mailing list