diff --git a/channels/chan_sip.c b/channels/chan_sip.c index ed1a1179dd..4a84114e2e 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -3865,7 +3865,7 @@ static int transmit_state_notify(struct sip_pvt *p, int state, int full) 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");