asterisk/res
Jeff Peeler 406bb18127 Merged revisions 248860 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r248860 | jpeeler | 2010-02-25 15:22:06 -0600 (Thu, 25 Feb 2010) | 18 lines
  
  Ensure that monitor recordings are written to the correct location (again)
  
  This is an extension to 248757. As such the dialplan test has been extended:
  
  exten => 5040, 1, monitor(wav,tmp/jeff/monitor_test,b)
  exten => 5040, n, dial(sip/5001)
  exten => 5041, 1, monitor(wav,/tmp/jeff/monitor_test2,b)
  exten => 5041, n, dial(sip/5001)
  exten => 5042, 1, monitor(wav,monitor_test3,b)
  exten => 5042, n, dial(sip/5001)
  exten => 5043, 1, monitor(wav,tmp/jeff/monitor_test3,m)
  exten => 5043, n, changemonitor(monitor_test4)
  exten => 5043, n, dial(sip/5001)
  exten => 5044, 1, monitor(wav,monitor_test4,m)
  exten => 5044, n, changemonitor(tmp/jeff/monitor_test5) ; this looks to fail by design and emits a warning
  exten => 5044, n, dial(sip/5001)
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@248952 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2010-02-25 23:09:54 +00:00
..
ael When we call a gosub routine, the variables should be scoped to avoid contaminating the caller. 2009-10-06 19:17:11 +00:00
ais Merge the new Channel Event Logging (CEL) subsystem. 2009-06-26 15:28:53 +00:00
snmp Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterator to use it. 2009-10-21 21:08:47 +00:00
Makefile Merged revisions 242969 via svnmerge from 2010-01-25 21:51:41 +00:00
res_adsi.c More 32->64 bit codec conversions. 2009-12-01 20:27:37 +00:00
res_adsi.exports Merged revisions 182808 via svnmerge from 2009-03-18 02:21:23 +00:00
res_ael_share.c remove a bunch of useless #include "options.h" 2007-11-21 23:09:02 +00:00
res_ael_share.exports allow this module to export everything for now 2009-03-18 21:28:28 +00:00
res_agi.c Solaris doesn't like outputting a NULL to a %s in format strings. 2010-02-10 16:01:28 +00:00
res_agi.exports Redesigned 'optional API' support. 2009-06-15 16:07:23 +00:00
res_ais.c Mark res_ais as experimental, as the binary event format is subject to change. 2009-02-27 21:47:18 +00:00
res_calendar.c Fix INTERNAL_OBJ error on stop when calendars.conf missing 2010-01-25 18:01:08 +00:00
res_calendar.exports Add Calendaring support for Asterisk 2009-05-28 19:57:18 +00:00
res_calendar_caldav.c Fix crash on 32-bit for users not using https 2010-02-05 17:20:24 +00:00
res_calendar_exchange.c Fix crash on 32-bit for users not using https 2010-02-05 17:20:24 +00:00
res_calendar_icalendar.c Fix crash on 32-bit for users not using https 2010-02-05 17:20:24 +00:00
res_clialiases.c Pass NULL for the ao2_callback function pointer instead of duplicating cb_true. 2010-01-11 16:41:44 +00:00
res_clioriginate.c Add new ast_complete_applications function so that we can use it with the 2009-05-26 14:36:11 +00:00
res_config_curl.c AST-2009-005 2009-08-10 19:20:57 +00:00
res_config_ldap.c Plug a memory leak in res_config_ldap. 2010-01-14 23:13:02 +00:00
res_config_odbc.c Verify support for wide ODBC character types before using them. 2009-09-10 18:17:14 +00:00
res_config_pgsql.c fixes pgsql double free of threadstorage 2009-11-10 15:27:45 +00:00
res_config_sqlite.c AST-2009-005 2009-08-10 19:20:57 +00:00
res_convert.c Merged revisions 196826 via svnmerge from 2009-05-26 18:20:57 +00:00
res_crypto.c Move OpenSSL initialization to a single place, make library usage thread-safe. 2009-07-08 15:17:19 +00:00
res_curl.c a few more namespace updates... res_ael_share still needs some work before this can be merged to other release branches 2009-03-18 02:39:36 +00:00
res_features.exports Merged revisions 182808 via svnmerge from 2009-03-18 02:21:23 +00:00
res_http_post.c Don't prepend the URI prefix to the post directory 2009-10-27 16:48:54 +00:00
res_jabber.c Add a new manager event for our buddies status. 2010-02-18 16:34:08 +00:00
res_jabber.exports a few more namespace updates... res_ael_share still needs some work before this can be merged to other release branches 2009-03-18 02:39:36 +00:00
res_limit.c Remove what appears to be an unnecessary define. 2009-09-08 15:30:18 +00:00
res_monitor.c Merged revisions 248860 via svnmerge from 2010-02-25 23:09:54 +00:00
res_monitor.exports Redesigned 'optional API' support. 2009-06-15 16:07:23 +00:00
res_musiconhold.c Get MoH building on OpenSolaris. 2010-01-16 00:54:08 +00:00
res_mutestream.c Adding MUTEAUDIO() dialplan function and MuteAudio AMI action (pinepeach) 2009-09-02 06:23:05 +00:00
res_odbc.c Recorded merge of revisions 222152 via svnmerge from 2009-10-06 01:24:24 +00:00
res_odbc.exports 2 symbols defined when DEBUG_THREADS 2009-03-19 17:00:13 +00:00
res_phoneprov.c Instead of crashing, allocate our header ast_str before we try to use it. 2010-01-24 21:49:17 +00:00
res_pktccops.c Socket level option is SOL_SOCKET, not SO_SOCKET. 2010-01-11 23:19:51 +00:00
res_pktccops.exports res_pktccops needs to be able to export a symbol for chan_mgcp 2010-02-10 21:55:42 +00:00
res_realtime.c Clarify documentation on 'realtime update2' to show more than one condition. 2009-07-22 16:49:42 +00:00
res_rtp_asterisk.c Improve support for RTCP reports without report blocks 2010-02-20 22:37:22 +00:00
res_rtp_multicast.c Expand codec bitfield from 32 bits to 64 bits. 2009-11-04 14:05:12 +00:00
res_security_log.c Add an API for reporting security events, and a security event logging module. 2009-07-11 19:15:03 +00:00
res_smdi.c Convert a few places to use ast_calloc_with_stringfields where applicable. 2010-01-15 18:21:50 +00:00
res_smdi.exports Redesigned 'optional API' support. 2009-06-15 16:07:23 +00:00
res_snmp.c More 'static' qualifiers on module global variables. 2009-06-15 17:34:30 +00:00
res_speech.c Revert an errant part of a previous cleanup, to fix a memory corruption issue. 2010-02-18 23:13:46 +00:00
res_speech.exports Merged revisions 182808 via svnmerge from 2009-03-18 02:21:23 +00:00
res_timing_dahdi.c module load priority 2009-06-09 16:22:04 +00:00
res_timing_pthread.c module load priority 2009-06-09 16:22:04 +00:00
res_timing_timerfd.c Clarify error message in res_timing_timerfd. 2010-01-15 22:07:31 +00:00