mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-05 06:17:27 -07:00
Change some text to properly state "On Hold", which was already done in trunk.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@53818 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-1
@@ -6869,7 +6869,7 @@ static int transmit_state_notify(struct sip_pvt *p, int state, int full, int tim
|
||||
statestring = "confirmed";
|
||||
local_state = NOTIFY_INUSE;
|
||||
pidfstate = "busy";
|
||||
pidfnote = "On the phone";
|
||||
pidfnote = "On Hold";
|
||||
break;
|
||||
case AST_EXTENSION_NOT_INUSE:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user