From de31be874121a9a62c2262d067601d78c57b2173 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 7 Mar 2008 16:31:48 +0000 Subject: fix example usage git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@106684 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- doc/smdi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/smdi.txt b/doc/smdi.txt index 32e160458..0d10e0f88 100644 --- a/doc/smdi.txt +++ b/doc/smdi.txt @@ -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) -- cgit v1.2.3