aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index bb831ad33..8a362a698 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -6818,7 +6818,7 @@ static int transmit_state_notify(struct sip_pvt *p, int state, int full, int tim
pidfnote = "On the phone";
break;
case AST_EXTENSION_UNAVAILABLE:
- statestring = "confirmed";
+ statestring = "terminated";
local_state = NOTIFY_CLOSED;
pidfstate = "away";
pidfnote = "Unavailable";