From: <abe...@us...> - 2012-02-08 18:14:19
|
Revision: 5448 http://astlinux.svn.sourceforge.net/astlinux/?rev=5448&view=rev Author: abelbeck Date: 2012-02-08 18:14:13 +0000 (Wed, 08 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-08 18:02:32 UTC (rev 5447) +++ branches/1.0/docs/ChangeLog.txt 2012-02-08 18:14:13 UTC (rev 5448) @@ -75,6 +75,8 @@ -- tcpdump, version bump to 4.2.1 +-- nc, enable netcat 1.10 compatibility, see Asterisk app_notify below for more info. + -- dnsmasq, added rc.conf variable LOCALDNS_LOCAL_DOMAIN to enable/disable local-only lookups for DOMAIN. See /stat/etc/rc.conf for more details. @@ -100,6 +102,15 @@ -- rhino, version bump to 0.99.5b1, DAHDI 2.5.x support +-- 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) + + [macro-notify] + exten => s,1,System(/bin/echo -ne "${ARG1}|${ARG2}|${ARG3}\\x00" | /usr/bin/nc -u -w1 ${ARG4} 40000 &) + ... + exten => 3,1,Macro(notify,${CALLERID(name)},${CALLERID(num)},${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. |