Skip to content
Snippets Groups Projects
Commit d9020bb6 authored by Mark Spencer's avatar Mark Spencer
Browse files

Warn about setting read only variables (bug #3309)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4951 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent b4f05e2c
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,9 @@ ${TXTCIDNAME} Result of application TXTCIDName
${UNIQUEID} Current call unique identifier
${PRIREDIRECTREASON} Reason for redirect, if a call was directed
NOTE: Attempting to set any of these "special" variables will not change
their value, but will not display any warning either.
The dial() application sets the following variables:
${DIALEDPEERNAME} Dialed peer name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment