asterisk/configs
Luigi Rizzo 437f4288cd - Generalize the function ssl_setup() so that the certificate info
are passed as an argument.

- Update the code in main/http.c to use the new interface
  (the diff is large but mostly mechanical, due to the name change of
  several variables);

- And since now it is trivial, implement "AMI over TLS", and document
  the possible options in manager.conf

- And since the test client (openssl s_client -connect host:port )
  does not generate \r\n as a line terminator, make get_input()
  also accept just a \n as a line terminator (Mac users: do you
  also need the \r-only version ?)
 
The option parsing in manager.conf is not very efficient, and needs
to be cleaned up and made similar to what we have in http.conf



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48351 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-12-07 16:42:29 +00:00
..
adsi.conf.sample remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
adtranvofr.conf.sample remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
agents.conf.sample add the ability to turn off the feature that allows agents to end calls 2006-04-15 22:32:23 +00:00
alarmreceiver.conf.sample remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
alsa.conf.sample Merged revisions 42716 via svnmerge from 2006-09-11 16:41:49 +00:00
amd.conf.sample Changing syntax once again slightly and standardizing 2006-02-20 18:30:49 +00:00
asterisk.adsi remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
cdr.conf.sample Merged revisions 42716 via svnmerge from 2006-09-11 16:41:49 +00:00
cdr_custom.conf.sample remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
cdr_manager.conf.sample remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
cdr_odbc.conf.sample remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
cdr_pgsql.conf.sample remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
cdr_tds.conf.sample allows the table field to be configurable for 2006-03-08 22:12:20 +00:00
codecs.conf.sample remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
dnsmgr.conf.sample remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
dundi.conf.sample Merged revisions 42716 via svnmerge from 2006-09-11 16:41:49 +00:00
enum.conf.sample Merged revisions 42716 via svnmerge from 2006-09-11 16:41:49 +00:00
extconfig.conf.sample - Change filename to current file name 2006-07-12 20:56:49 +00:00
extensions.ael.sample Merged revisions 43739 via svnmerge from 2006-09-27 02:46:50 +00:00
extensions.conf.sample Merged revisions 48186 via svnmerge from 2006-12-01 20:26:44 +00:00
features.conf.sample Merged revisions 42716 via svnmerge from 2006-09-11 16:41:49 +00:00
festival.conf.sample remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
followme.conf.sample remove some extraneous 'followme' in prompt names 2006-08-07 18:47:33 +00:00
func_odbc.conf.sample Remove the suggestion of realtime hints, since that functionality will not be available until post-1.4 2006-09-18 14:53:54 +00:00
gtalk.conf.sample seperate jingle and gtalk so it will be easier to track 2006-09-18 16:36:14 +00:00
h323.conf.sample Handle HOLD/RETRIEVE notifications 2006-09-28 10:41:38 +00:00
http.conf.sample add a new http.conf option, sslbindaddr. 2006-11-27 20:21:40 +00:00
iax.conf.sample Merged revisions 48323 via svnmerge from 2006-12-06 16:19:01 +00:00
iaxprov.conf.sample improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus modifications) 2006-03-28 03:28:52 +00:00
indications.conf.sample Merged revisions 43159 via svnmerge from 2006-09-18 15:07:59 +00:00
jabber.conf.sample solves some bugs with memory allocation, and adds 2006-06-07 22:43:20 +00:00
jingle.conf.sample asterisk-xmpp merge in 2006-05-22 21:12:30 +00:00
logger.conf.sample Add option to logger to rename log files with timestamp (issue #8020 reported by jmls) 2006-10-02 17:54:21 +00:00
manager.conf.sample - Generalize the function ssl_setup() so that the certificate info 2006-12-07 16:42:29 +00:00
meetme.conf.sample Formatting fixes 2006-04-06 15:41:37 +00:00
mgcp.conf.sample Merged revisions 42716 via svnmerge from 2006-09-11 16:41:49 +00:00
misdn.conf.sample Merged revisions 46351-46353 via svnmerge from 2006-10-27 11:18:32 +00:00
modem.conf.sample remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
modules.conf.sample remove documentation of 'global' section in modules.conf, since it is no longer needed or supported 2006-08-25 14:14:27 +00:00
musiconhold.conf.sample Merged revisions 47279 via svnmerge from 2006-11-07 18:56:56 +00:00
muted.conf.sample I've been meaning to add some explanation about muted... here it is 2006-10-04 17:10:53 +00:00
osp.conf.sample Merged revisions 42716 via svnmerge from 2006-09-11 16:41:49 +00:00
oss.conf.sample Merged revisions 42716 via svnmerge from 2006-09-11 16:41:49 +00:00
phone.conf.sample Merged revisions 42716 via svnmerge from 2006-09-11 16:41:49 +00:00
privacy.conf.sample remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
queues.conf.sample Add 'loose' option to joinempty and leavewhenempty which is almost exactly like 'strict' except it does not count paused queue members as unavailable. (issue #8263 reported by gnarf) 2006-11-13 18:23:55 +00:00
res_odbc.conf.sample Feature: allow the sanity SQL to be customized per connection class (Issue 6453) 2006-11-13 05:58:14 +00:00
res_snmp.conf.sample Add SNMP support (bug #6439) 2006-02-26 20:46:11 +00:00
rpt.conf.sample Added docs for new features (duplex mode & tailmessages) 2005-12-20 23:53:26 +00:00
rtp.conf.sample Issue #2863 - Improved RTCP support (John Martin, Fredrik Olsson) 2006-06-05 08:39:42 +00:00
say.conf.sample german syntax for numbers from christian richter 2006-05-10 15:30:37 +00:00
sip.conf.sample Adding docs on t.38 2006-12-05 16:48:15 +00:00
sip_notify.conf.sample Merged revisions 45439 via svnmerge from 2006-10-18 02:19:55 +00:00
skinny.conf.sample Add documentation on rtp packetization. 2006-09-20 17:39:59 +00:00
sla.conf.sample - unregister SLA apps on module unload and add sample config (issue #7701, junky) 2006-08-14 01:32:46 +00:00
smdi.conf.sample Merged revisions 42716 via svnmerge from 2006-09-11 16:41:49 +00:00
telcordia-1.adsi remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
udptl.conf.sample Bug 5090 - sample configuration for udptl packets 2006-01-16 18:05:19 +00:00
users.conf.sample Merged revisions 44186 via svnmerge from 2006-10-02 19:01:10 +00:00
voicemail.conf.sample Merged revisions 48230 via svnmerge from 2006-12-04 17:55:38 +00:00
vpb.conf.sample Merged revisions 42716 via svnmerge from 2006-09-11 16:41:49 +00:00
zapata.conf.sample Add ability to modify range for dring matching. 2006-11-16 22:32:23 +00:00