[asterisk-commits] russell: branch 1.6.0 r106686 - in /branches/1.6.0: ./ doc/smdi.txt
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Mar 7 10:32:14 CST 2008
Author: russell
Date: Fri Mar 7 10:32:13 2008
New Revision: 106686
URL: http://svn.digium.com/view/asterisk?view=rev&rev=106686
Log:
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
........
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/doc/smdi.txt
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
--- trunk-merged (original)
+++ trunk-merged Fri Mar 7 10:32:13 2008
@@ -1,1 +1,1 @@
-/trunk:1-105595,105675,105677,105733-105734,105773,105785,105804,105840-105841,105864,105899,105933,106036,106040,106139,106186,106238-106239,106329,106346,106399,106438-106439,106501,106507,106518,106553,106607,106654
+/trunk:1-105595,105675,105677,105733-105734,105773,105785,105804,105840-105841,105864,105899,105933,106036,106040,106139,106186,106238-106239,106329,106346,106399,106438-106439,106501,106507,106518,106553,106607,106654,106684
Modified: branches/1.6.0/doc/smdi.txt
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/doc/smdi.txt?view=diff&rev=106686&r1=106685&r2=106686
==============================================================================
--- branches/1.6.0/doc/smdi.txt (original)
+++ branches/1.6.0/doc/smdi.txt Fri Mar 7 10:32:13 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