X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=channels%2Fchan_sip.c;h=d9e51a56f9152c3751f0256df833e91bc3550725;hp=027704591f39a81bb75168bdd7a5839ca12be5f6;hb=5c3c5fb65cf9f885b3ccf0b81453ba7a3dc59e15;hpb=7353c879b09ef610acc1906831c428945abfb7c9 diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 0277045..d9e51a5 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -4190,7 +4190,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");