asterisk/res
Joshua Colp 23760c47d3 Merged revisions 174218 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r174218 | file | 2009-02-09 10:48:21 -0400 (Mon, 09 Feb 2009) | 4 lines
  
  Don't overwrite our pointer to the music class when music on hold stops. We will use this if it starts again to see if we can resume the music where it left off.
  (closes issue #14407)
  Reported by: mostyn
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@174219 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-02-09 14:49:24 +00:00
..
ael Merged revisions 168745 via svnmerge from 2009-01-16 00:34:31 +00:00
ais Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon trying to parse an invalid config 2008-11-19 19:25:14 +00:00
snmp Merged revisions 174148 via svnmerge from 2009-02-07 16:16:50 +00:00
Makefile Make res_config_ldap compile with the official OpenLDAP 2.3.X versions. 2008-11-28 14:20:11 +00:00
res_adsi.c Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating 2008-09-12 23:30:03 +00:00
res_ael_share.c remove a bunch of useless #include "options.h" 2007-11-21 23:09:02 +00:00
res_agi.c Add a todo to finish the XML docs in this module 2009-01-24 19:33:15 +00:00
res_ais.c make the AIS checking a little more generic, and have a more useful configure script command line option for OpenAIS 2008-07-01 17:22:47 +00:00
res_clialiases.c Merge ast_str_opaque branch (discontinue usage of ast_str internals) 2008-12-13 08:36:35 +00:00
res_clioriginate.c Add a note to indicate why this only supports one channel for now. 2008-12-12 23:06:55 +00:00
res_config_curl.c Merge ast_str_opaque branch (discontinue usage of ast_str internals) 2008-12-13 08:36:35 +00:00
res_config_ldap.c Merge ast_str_opaque branch (discontinue usage of ast_str internals) 2008-12-13 08:36:35 +00:00
res_config_odbc.c Fix how we skip fields (to avoid fields which don't exist) when doing an UPDATE. 2009-01-28 22:48:01 +00:00
res_config_pgsql.c Merge ast_str_opaque branch (discontinue usage of ast_str internals) 2008-12-13 08:36:35 +00:00
res_config_sqlite.c Change the first field, or we don't get the necessary field separation. 2009-02-05 19:36:29 +00:00
res_convert.c Janitor, use ARRAY_LEN() when possible. 2008-12-05 10:31:25 +00:00
res_crypto.c Janitor, use ARRAY_LEN() when possible. 2008-12-05 10:31:25 +00:00
res_curl.c Separate the global initialization routines for cURL into its own separate 2008-06-25 16:00:54 +00:00
res_http_post.c Fully overwrite a same-named file when uploading 2009-01-13 23:05:43 +00:00
res_indications.c Merged revisions 168561 via svnmerge from 2009-01-13 19:22:13 +00:00
res_jabber.c Add XML documentation for the applications and functions in res_jabber 2009-02-04 21:26:15 +00:00
res_limit.c Merge the cli_cleanup branch. 2008-09-28 23:32:14 +00:00
res_monitor.c Document default Monitor file location. 2008-12-12 17:22:47 +00:00
res_musiconhold.c Merged revisions 174218 via svnmerge from 2009-02-09 14:49:24 +00:00
res_odbc.c ast_str_SQLGetData is *not* part of the ast_str API, it's part of the ast_odbc API and just happens to use an ast_str as the buffer; move all of it to res_odbc.c and res_odbc.h, renaming appropriately 2009-01-19 21:42:46 +00:00
res_phoneprov.c Don't leak memory if phoneprov.conf does not exist 2009-01-09 20:25:25 +00:00
res_realtime.c Fix the build 2008-12-17 21:29:30 +00:00
res_smdi.c Merged revisions 146799 via svnmerge from 2008-10-06 21:09:05 +00:00
res_snmp.c Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating 2008-09-12 23:30:03 +00:00
res_speech.c remove a bunch of useless #include "options.h" 2007-11-21 23:09:02 +00:00
res_timing_dahdi.c Merge the changes from the res_timing_timerfd branch. 2008-11-19 19:37:32 +00:00
res_timing_pthread.c Fix a problem where continuous mode will get inadvertently get turned off if set_rate() 2008-12-11 21:21:31 +00:00
res_timing_timerfd.c Fix a logic error that occur when using the timerfd interface 2009-01-16 19:54:39 +00:00