Index: manager.c =================================================================== --- manager.c (revision 7774) +++ manager.c (working copy) @@ -798,7 +798,7 @@ "Event: Status\r\n" "Privilege: Call\r\n" "Channel: %s\r\n" - "CallerID: %s\r\n" + "CallerIDNum: %s\r\n" "CallerIDName: %s\r\n" "Account: %s\r\n" "State: %s\r\n" @@ -821,7 +821,7 @@ "Event: Status\r\n" "Privilege: Call\r\n" "Channel: %s\r\n" - "CallerID: %s\r\n" + "CallerIDNum: %s\r\n" "CallerIDName: %s\r\n" "Account: %s\r\n" "State: %s\r\n" @@ -958,7 +958,7 @@ "Exten: %s\r\n" "Reason: %d\r\n" "Uniqueid: %s\r\n" - "CallerID: %s\r\n" + "CallerIDNum: %s\r\n" "CallerIDName: %s\r\n", in->idtext, in->tech, in->data, in->context, in->exten, reason, chan ? chan->uniqueid : "", Index: UPGRADE.txt =================================================================== --- UPGRADE.txt (revision 7774) +++ UPGRADE.txt (working copy) @@ -18,6 +18,13 @@ * The application SetVar has been renamed to Set. The syntax SetVar was marked deprecated in version 1.2 and is no longer recognized in this version. +Manager: + +* After executing the 'status' manager action, the "Status" manager events + included the header "CallerID:" which was actually only the CallerID number, + and not the full CallerID string. This header has been renamed to + "CallerIDNum". + Variables: * The builtin variables ${CALLERID}, ${CALLERIDNAME}, ${CALLERIDNUM},