asterisk/res
Russell Bryant 2290819e6d Merged revisions 80573 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r80573 | russell | 2007-08-23 15:16:41 -0500 (Thu, 23 Aug 2007) | 5 lines

When executing a dynamic feature, don't look it up a second time by digit pattern
after we already looked it up by name.  This causes broken behavior if there is
more than one feature defined with the same digit pattern.
(closes issue #10539, reported by bungalow, patch by me)

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@80574 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-08-23 20:20:17 +00:00
..
ael As per 10472, mvanbaak thought the generated code would look better this way. 2007-08-21 20:55:44 +00:00
snmp Fix a typo in the Asterisk MIB and fix astNumChanBridged so it acts as a counter again 2007-08-23 17:27:07 +00:00
Makefile This commit closes bug 7605, and half-closes 7638. The AEL code has been redistributed/repartitioned to allow code re-use both inside and outside of Asterisk. This commit introduces the utils/conf2ael program, and an external config-file reader, for both normal config files, and for extensions.conf (context, exten, prio); It provides an API for programs outside of asterisk to use to play with the dialplan and config files. 2007-08-15 19:21:27 +00:00
res_adsi.c Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
res_ael_share.c This commit closes bug 7605, and half-closes 7638. The AEL code has been redistributed/repartitioned to allow code re-use both inside and outside of Asterisk. This commit introduces the utils/conf2ael program, and an external config-file reader, for both normal config files, and for extensions.conf (context, exten, prio); It provides an API for programs outside of asterisk to use to play with the dialplan and config files. 2007-08-15 19:21:27 +00:00
res_agi.c Merged revisions 80469 via svnmerge from 2007-08-23 15:52:08 +00:00
res_clioriginate.c (closes issue #10271) 2007-07-23 14:32:04 +00:00
res_config_odbc.c store and destroy implementations for sqlite (closes issue #10446) and odbc (closes issue #10447) 2007-08-17 13:45:44 +00:00
res_config_pgsql.c store and destroy implementations for realtime pgsql (closes issue #10372) 2007-08-17 13:40:11 +00:00
res_config_sqlite.c store and destroy implementations for sqlite (closes issue #10446) and odbc (closes issue #10447) 2007-08-17 13:45:44 +00:00
res_convert.c (closes issue #10271) 2007-07-23 14:32:04 +00:00
res_crypto.c Add another big set of doxygen documentation improvements from snuffy. 2007-08-07 23:04:01 +00:00
res_features.c Merged revisions 80573 via svnmerge from 2007-08-23 20:20:17 +00:00
res_indications.c Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
res_jabber.c Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
res_limit.c Fix building under Solaris. 2007-07-02 20:27:28 +00:00
res_monitor.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 2007-07-31 01:10:47 +00:00
res_musiconhold.c Merged revisions 79778 via svnmerge from 2007-08-16 22:30:39 +00:00
res_odbc.c Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
res_realtime.c It is no longer required for each module that deals with a channel to call ast_module_user_hangup_all in it's unload function. The loader will automatically perform this action for it. 2007-07-16 13:35:20 +00:00
res_smdi.c Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
res_snmp.c Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
res_speech.c Merged revisions 79334 via svnmerge from 2007-08-13 21:59:15 +00:00