[asterisk-commits] trunk r22482 - /trunk/doc/smdi.txt

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Apr 25 15:38:32 MST 2006


Author: tilghman
Date: Tue Apr 25 17:38:31 2006
New Revision: 22482

URL: http://svn.digium.com/view/asterisk?rev=22482&view=rev
Log:
Bug 7032 - Remove deprecated use of ${CALLERIDNUM}

Modified:
    trunk/doc/smdi.txt

Modified: trunk/doc/smdi.txt
URL: http://svn.digium.com/view/asterisk/trunk/doc/smdi.txt?rev=22482&r1=22481&r2=22482&view=diff
==============================================================================
--- trunk/doc/smdi.txt (original)
+++ trunk/doc/smdi.txt Tue Apr 25 17:38:31 2006
@@ -26,7 +26,7 @@
 exten => _XXXXXXX,1,VoiceMail(${EXTEN}|${SMDI_VM_TYPE})
 exten => _XXXXXXX,n,Hangup
 
-exten => s,1,VoiceMailMain(${CALLERIDNUM})
+exten => s,1,VoiceMailMain(${CALLERID(num)})
 exten => s,n,Hangup
 
 The ${SMDI_VM_TYPE} variable will be set to u, b, or nothing depending on the



More information about the asterisk-commits mailing list