[asterisk-commits] russell: trunk r106684 - /trunk/doc/smdi.txt

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Mar 7 10:31:49 CST 2008


Author: russell
Date: Fri Mar  7 10:31:48 2008
New Revision: 106684

URL: http://svn.digium.com/view/asterisk?view=rev&rev=106684
Log:
fix example usage

Modified:
    trunk/doc/smdi.txt

Modified: trunk/doc/smdi.txt
URL: http://svn.digium.com/view/asterisk/trunk/doc/smdi.txt?view=diff&rev=106684&r1=106683&r2=106684
==============================================================================
--- trunk/doc/smdi.txt (original)
+++ trunk/doc/smdi.txt Fri Mar  7 10:31:48 2008
@@ -58,7 +58,7 @@
 
 ; 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)




More information about the asterisk-commits mailing list