aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-10 00:41:57 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-10 00:41:57 +0000
commit236fa3edc173a6a06a4eeb3597a83190b3dcc779 (patch)
tree50b27660c763ce28621bf41fccb88b6741051d25 /channels
parentf8fd21a76914f014fbbd305c52143dbc5ca8d208 (diff)
Change some text to properly state "On Hold", which was already done in trunk.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@53818 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-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 d11e633ff..2d491d46a 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -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: