On Tue, Sep 19, 2006 at 02:53:17PM +0200, Christian Gatti wrote:
> It the question why does asterisk has problems with SIP/2.0/udp or
> SIP/2.0/UDP
> 
> if (strcasecmp(via, "SIP/2.0/UDP")) {
>       ast_log(LOG_WARNING, "Don't know how to respond via '%s'\n", via);
>       return -1;
> }
> 
> This code says: I don't know what to do with a SIP/2.0/UDP in a via and
> blocks (return -1).

No, it says I don't know what to do if the via is *not* SIP/2.0/UDP
_______________________________________________
--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