From: <abe...@us...> - 2012-02-10 17:02:07
|
Revision: 5456 http://astlinux.svn.sourceforge.net/astlinux/?rev=5456&view=rev Author: abelbeck Date: 2012-02-10 17:02:00 +0000 (Fri, 10 Feb 2012) Log Message: ----------- update ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2012-02-10 17:00:09 UTC (rev 5455) +++ branches/1.0/docs/ChangeLog.txt 2012-02-10 17:02:00 UTC (rev 5456) @@ -105,21 +105,8 @@ -- app_notify, mark as deprecated, offer replacement code, to be removed in AstLinux 1.1.x or so Example Dialplan Code to replace Notify() application: (AstLinux 1.0.2 and later) + http://doc.astlinux.org/userdoc:tt_asterisk_call_notify - [macro-notify] - ; - ; For Asterisk 1.8 - exten => s,1,Set(OK=0-9a-zA-Z!#%&*+./?@_~\x20\x2c\x2d\x7c) - exten => s,n,System(/bin/echo -ne '${FILTER(${OK},${CALLERID(name)}|${CALLERID(num)}|${ARG1})}\\x00' | /usr/bin/nc -u -w1 ${ARG2} 40000 &) - ; - ; For Asterisk 1.4 - ;exten => s,1,Set(OK="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!#%&*+./?@_~ \,-\|" - ;exten => s,n,System(/bin/echo -ne \'${FILTER("${OK}","${CALLERID(name)}|${CALLERID(num)}|${ARG1}")}\\x00\' | /usr/bin/nc -u -w1 ${ARG2} 40000 &) - ; - ;... - exten => 1234,n,Macro(notify,${EXTEN},192.168.101.13) - - ** Web Interface -- Prefs tab and System tab, if the "Repository URL:" has not been defined (ex. initial This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |