mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 07:35:18 +00:00
Issue 8735: Terminate state when extension is unavailable for subscription
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@49925 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user