bkruse: branch aadk r1134 - /branches/aadk/config/numberplan.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Jun 20 14:13:03 CDT 2007
Author: bkruse
Date: Wed Jun 20 14:13:02 2007
New Revision: 1134
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1134
Log:
Now parked calls will work correctly...All number numberplans include the parkedcalls context. In the future, we should make this an option to include it.
Modified:
branches/aadk/config/numberplan.html
Modified: branches/aadk/config/numberplan.html
URL: http://svn.digium.com/view/asterisk-gui/branches/aadk/config/numberplan.html?view=diff&rev=1134&r1=1133&r2=1134
==============================================================================
--- branches/aadk/config/numberplan.html (original)
+++ branches/aadk/config/numberplan.html Wed Jun 20 14:13:02 2007
@@ -485,6 +485,7 @@
temp = objcopy(gen);
temp.name = "numberplan-custom-" + c ;
temp.fieldbyname['plancomment'] = "DialPlan" + c;
+ temp.fieldbyname['include'] = "parkedcalls";
_$('plancomment').value = "DialPlan" + c;
return temp;
}
@@ -584,6 +585,7 @@
var uri = build_action('newcat', 0, default_planname ,"", "");
uri += build_action('append', 1, default_planname,"plancomment", "DialPlan1");
uri += build_action('append', 2, default_planname,"include", "default");
+ uri += build_action('append', 3, default_planname,"include", "parkedcalls");
makerequest('u','extensions.conf', uri, function(t){gui_feedback("Created Default DialPlan",'green'); location.reload(); } );
}
More information about the asterisk-gui-commits
mailing list