asterisk/pbx
Russell Bryant 32e03f9e4a Add the ability to dynamically specify weights for responses to DUNDi queries.
This can be done using a global variable or a dialplan function.  Using the
SHELL() function will allow you to use an external script to determine what the
weight in the response should be.  This can be very useful in load balancing
applications.
(inspired by discussions with blitzrage and jsmith in #asterisk-bugs)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@58304 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-03-07 22:30:52 +00:00
..
ael updated the regression tests 2007-03-03 15:35:44 +00:00
Makefile Merged revisions 44055 via svnmerge from 2006-09-29 22:48:43 +00:00
dundi-parser.c Merged revisions 46200 via svnmerge from 2006-10-25 14:44:50 +00:00
dundi-parser.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
kdeconsole_main.cc rename this file so it doesn't appear to be a module by itself 2006-07-07 02:20:28 +00:00
pbx_ael.c Merged revisions 57426 via svnmerge from 2007-03-02 05:57:06 +00:00
pbx_config.c Convert the PBX core to use read/write locks. This yields a nifty performance improvement when it comes to simultaneous calls going through the dialplan. Using murf's test the old mutex based core took an average of 57.3 seconds while the rwlock based core took 31.1 seconds. That's a nifty 26.2 seconds performance improvement. The other good part is that if we do need to switch back then we just have to change the lock/unlock API calls. I converted everywhere that used to touch the mutex locks directly to use them. 2007-02-28 20:46:01 +00:00
pbx_dundi.c Add the ability to dynamically specify weights for responses to DUNDi queries. 2007-03-07 22:30:52 +00:00
pbx_gtkconsole.c Various updates from PCadach's chan_h323-live branch 2006-09-19 21:07:49 +00:00
pbx_kdeconsole.cc various minor fixes 2006-07-07 00:48:40 +00:00
pbx_kdeconsole.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
pbx_loopback.c merge new_loader_completion branch, including (at least): 2006-08-21 02:11:39 +00:00
pbx_realtime.c Merged revisions 46200 via svnmerge from 2006-10-25 14:44:50 +00:00
pbx_spool.c Merged revisions 53046 via svnmerge from 2007-01-31 21:35:15 +00:00