--- chan_sip.c 2005-03-19 11:40:57.400698028 -0700 +++ chan_sip.fix.c 2005-03-19 11:40:39.452781582 -0700 @@ -4190,7 +4190,7 @@ bytes = snprintf(t, maxbytes, "\n", p->exten); t += bytes; maxbytes -= bytes; - bytes = snprintf(t, maxbytes, "
\n", mto); + bytes = snprintf(t, maxbytes, "
\n", mto); t += bytes; maxbytes -= bytes; bytes = snprintf(t, maxbytes, "\n", !state ? "open" : (state==1) ? "inuse" : "closed");