On Tue, 2006-09-19 at 02:18 -0700, Steve Langstaff wrote:
> I think that (one of the) offending line(s) is in chan_sip.c:
> 
>               if (strcasecmp(via, "SIP/2.0/UDP")) {
>                       ast_log(LOG_WARNING, "Don't know how to respond
> via '%s'\n", via);
>                       return -1;
>               }
> 
> This is looking for an upper-case 'UDP' whereas your oxo pbx is using a
> lower-case 'udp'.

man strcasecmp says:
strcasecmp, strncasecmp - compare two strings ignoring case

So the case is ignored and either sip and SIP or udp and UDP should
work.

Regards,
Patrick


_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to