aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-07 16:31:48 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-07 16:31:48 +0000
commit20154045f6c61e26f96d3447c6c7a4c5526e2f03 (patch)
tree4d27b88e5f465a84baad01cb40adc329dbf29107 /doc
parent52ee44fa925d6b4ff03d074b2578d845ddaeed5f (diff)
fix example usage
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@106684 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'doc')
-rw-r--r--doc/smdi.txt2
1 files changed, 1 insertions, 1 deletions
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)