[asterisk-users] Alcatel OXO Sip
Brian Candler
B.Candler at pobox.com
Tue Sep 19 09:50:54 MST 2006
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
More information about the asterisk-users
mailing list