Merged revisions 106684 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
r106684 | russell | 2008-03-07 10:31:48 -0600 (Fri, 07 Mar 2008) | 2 lines

fix example usage

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@106686 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Russell Bryant 17 years ago
parent 061a42ab6f
commit 9a6ac737ae

@ -58,7 +58,7 @@ Here is an example of how to use these functions:
; Retrieve the SMDI message that is associated with the number that
; was called in Asterisk.
exten => _0XXX,1,Set(SMDI_MSG_ID=${SMDI_MSG_RETRIEVE(${EXTEN})})
exten => _0XXX,1,Set(SMDI_MSG_ID=${SMDI_MSG_RETRIEVE(/dev/tty0,${EXTEN})})
; Ensure that the message was retrieved.
exten => _0XXX,n,GotoIf($["x${SMDI_MSG_ID}" != "x"]?processcall:hangup)

Loading…
Cancel
Save