You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/pbx
Russell Bryant f02e26feff
Make sure that DUNDIRESULT is given an ID.
18 years ago
..
ael Merged revisions 62883 via svnmerge from 18 years ago
Makefile Merged revisions 44055 via svnmerge from 19 years ago
dundi-parser.c Merged revisions 46200 via svnmerge from 19 years ago
dundi-parser.h
kdeconsole_main.cc
pbx_ael.c Merged revisions 59688 via svnmerge from 18 years ago
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. 19 years ago
pbx_dundi.c Make sure that DUNDIRESULT is given an ID. 18 years ago
pbx_gtkconsole.c Various updates from PCadach's chan_h323-live branch 19 years ago
pbx_kdeconsole.cc
pbx_kdeconsole.h
pbx_loopback.c merge new_loader_completion branch, including (at least): 19 years ago
pbx_realtime.c Merged revisions 46200 via svnmerge from 19 years ago
pbx_spool.c Merged revisions 53046 via svnmerge from 19 years ago