asterisk/res
Steve Murphy 068859119a In these changes, I have added some explanation
of changes to the Set and MSet apps, so people aren't
so shocked and surprised when they upgrade from
1.4 to 1.6.

Also, for the sake of those upgrading from 1.4 to
1.6 with AEL, I provide automatic support for the 
"old" way of using Set(), that still does the
exact same old thing with quotes and backslashes
and so on as 1.4 did, by having AEL compile in the
use of MSet() instead of Set(), everywhere it inserts
this code.

But, if the app_set var is set to 1.6 or higher,
it uses the "new", non-evaluative Set().

This only usually happens if the user manually 
inserts this into the asterisk.conf file, or runs
the "make samples" command.



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@140824 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-09-03 14:01:27 +00:00
..
ael In these changes, I have added some explanation 2008-09-03 14:01:27 +00:00
ais I'm not sure how these files got to trunk (probably my fault), but they 2008-09-02 15:09:20 +00:00
snmp Make res/snmp/agent.c build 2008-05-02 14:51:59 +00:00
Makefile Make all sed calls Posix sed compatible. 2008-07-13 23:14:03 +00:00
res_adsi.c All of the res/ stuff (other than res_jabber) from the RSW branch. 2008-08-10 00:47:56 +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 All of the res/ stuff (other than res_jabber) from the RSW branch. 2008-08-10 00:47:56 +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_clioriginate.c Merged revisions 102378 via svnmerge from 2008-02-05 15:10:36 +00:00
res_config_curl.c Separate the global initialization routines for cURL into its own separate 2008-06-25 16:00:54 +00:00
res_config_ldap.c All of the res/ stuff (other than res_jabber) from the RSW branch. 2008-08-10 00:47:56 +00:00
res_config_odbc.c Merged revisions 129741 via svnmerge from 2008-07-10 21:23:23 +00:00
res_config_pgsql.c All of the res/ stuff (other than res_jabber) from the RSW branch. 2008-08-10 00:47:56 +00:00
res_config_sqlite.c Switch command order, to meet with current specs 2008-07-31 21:53:59 +00:00
res_convert.c include "logger.h" and errno.h from asterisk.h - usage shows that they 2007-11-19 18:52:04 +00:00
res_crypto.c make configuration variable const so they are not accidentally 2007-12-18 10:24:58 +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 HTTP module memory leaks 2008-08-04 16:34:04 +00:00
res_indications.c Go through and fix a bunch of places where character strings were being interpreted as format strings. Most of these changes are solely to make compiling with -Wsecurity and -Wformat=2 happy, and were not 2008-03-18 15:43:34 +00:00
res_jabber.c Mention JID rather than SreenName in help messages 2008-08-19 15:58:39 +00:00
res_limit.c Janitor project to convert sizeof to ARRAY_LEN macro. 2008-07-08 16:40:28 +00:00
res_monitor.c Fix another spot where a hard-coded '|' hadn't been converted to ',' 2008-02-20 15:21:51 +00:00
res_musiconhold.c All of the res/ stuff (other than res_jabber) from the RSW branch. 2008-08-10 00:47:56 +00:00
res_odbc.c Merged revisions 137138 via svnmerge from 2008-08-11 00:25:28 +00:00
res_phoneprov.c Merged revisions 140488 via svnmerge from 2008-08-29 17:47:17 +00:00
res_realtime.c Older versions of GNU gcc do not allow 'NULL' as sentinel. 2008-06-19 20:48:33 +00:00
res_smdi.c All of the res/ stuff (other than res_jabber) from the RSW branch. 2008-08-10 00:47:56 +00:00
res_snmp.c remove a bunch of useless #include "options.h" 2007-11-21 23:09:02 +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 - add get_max_rate timing API call 2008-06-26 15:37:01 +00:00
res_timing_pthread.c Merged revisions 140488 via svnmerge from 2008-08-29 17:47:17 +00:00