asterisk/channels
Jonathan Rose 565f411868 Changes transport option in sip.conf so that using multiple instances doesn't stack.
Prior to this patch, Using "transport=" multiple times would cause them to add to one
another like allow/deny. This patch changes that behavior to simply use the transport
option specified last. Also, if no transport option is applied now, the default will
automatically be UDP.

(closes ASTERISK-19352)
Reported by: jamicque
Patches:
	asterisk-19352-transport-warning-message-v1.patch uploaded by Michael L. Young (license 5026)
	issueA19352_no_transport_is_udp.patch uploaded by Walter Doekes (license 5674)
Review: https://reviewboard.asterisk.org/r/1745/diff/#index_header
........

Merged revisions 357266 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 357271 from http://svn.asterisk.org/svn/asterisk/branches/10


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@357288 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2012-02-28 18:23:02 +00:00
..
h323 Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
misdn Correct some set-but-unused variable warnings in the mISDN library. 2012-02-22 21:10:05 +00:00
sip Adds an option to sip.conf that prevents diversion headers from being added. 2012-02-27 16:24:17 +00:00
xpmr AST-2009-005 2009-08-10 19:20:57 +00:00
chan_agent.c Opaquification for ast_format structs in struct ast_channel 2012-02-24 00:32:20 +00:00
chan_alsa.c Opaquification for ast_format structs in struct ast_channel 2012-02-24 00:32:20 +00:00
chan_bridge.c Opaquification for ast_format structs in struct ast_channel 2012-02-24 00:32:20 +00:00
chan_console.c Opaquification for ast_format structs in struct ast_channel 2012-02-24 00:32:20 +00:00
chan_dahdi.c Opaquification for ast_format structs in struct ast_channel 2012-02-24 00:32:20 +00:00
chan_gtalk.c Opaquification for ast_format structs in struct ast_channel 2012-02-24 00:32:20 +00:00
chan_h323.c ast_channel opaquification of pointers and integral types 2012-02-20 23:43:27 +00:00
chan_iax2.c Address comments from Mark Michelson 2012-02-27 17:03:46 +00:00
chan_jingle.c Opaquification for ast_format structs in struct ast_channel 2012-02-24 00:32:20 +00:00
chan_local.c Opaquification for ast_format structs in struct ast_channel 2012-02-24 00:32:20 +00:00
chan_mgcp.c Prefer ast_set_qos() over ast_netsock_set_qos() 2012-02-27 14:13:58 +00:00
chan_misdn.c Opaquification for ast_format structs in struct ast_channel 2012-02-24 00:32:20 +00:00
chan_multicast_rtp.c Opaquification for ast_format structs in struct ast_channel 2012-02-24 00:32:20 +00:00
chan_nbs.c Opaquification for ast_format structs in struct ast_channel 2012-02-24 00:32:20 +00:00
chan_oss.c Opaquification for ast_format structs in struct ast_channel 2012-02-24 00:32:20 +00:00
chan_phone.c Opaquification for ast_format structs in struct ast_channel 2012-02-24 00:32:20 +00:00
chan_phone.h rename DialTone.h to chan_phone.h because chan_phone.c is the only file using it 2008-05-28 20:00:21 +00:00
chan_sip.c Changes transport option in sip.conf so that using multiple instances doesn't stack. 2012-02-28 18:23:02 +00:00
chan_skinny.c Prefer ast_set_qos() over ast_netsock_set_qos() 2012-02-27 14:13:58 +00:00
chan_unistim.c Prefer ast_set_qos() over ast_netsock_set_qos() 2012-02-27 14:13:58 +00:00
chan_usbradio.c Opaquification for ast_format structs in struct ast_channel 2012-02-24 00:32:20 +00:00
chan_vpb.cc Opaquification for ast_format structs in struct ast_channel 2012-02-24 00:32:20 +00:00
console_board.c import the recent additions for video console into trunk, 2008-06-29 21:17:14 +00:00
console_gui.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
console_video.c Replace direct access to channel name with accessor functions 2012-01-09 22:15:50 +00:00
console_video.h implement the 'freeze' function for incoming frames; 2008-06-30 15:45:15 +00:00
iax2-parser.c Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
iax2-parser.h Asterisk media architecture conversion - no more format bitfields 2011-02-03 16:22:10 +00:00
iax2-provision.c Merged revisions 317474 via svnmerge from 2011-05-05 22:44:52 +00:00
iax2-provision.h Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
iax2.h Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd audio ConfBridge, and other stuff 2011-02-22 23:04:49 +00:00
Makefile Extract sig_ss7 out of chan_dahdi. 2010-06-07 20:04:42 +00:00
misdn_config.c Merged revisions 317478 via svnmerge from 2011-05-05 22:55:09 +00:00
sig_analog.c ast_channel opaquification of pointers and integral types 2012-02-20 23:43:27 +00:00
sig_analog.h push 'outgoing' flag from sig_XXX up to chan_dahdi 2012-02-18 08:02:08 +00:00
sig_pri.c ast_channel opaquification of pointers and integral types 2012-02-20 23:43:27 +00:00
sig_pri.h push 'outgoing' flag from sig_XXX up to chan_dahdi 2012-02-18 08:02:08 +00:00
sig_ss7.c ast_channel opaquification of pointers and integral types 2012-02-20 23:43:27 +00:00
sig_ss7.h push 'outgoing' flag from sig_XXX up to chan_dahdi 2012-02-18 08:02:08 +00:00
vcodecs.c Const-ify the world (or at least a good part of it) 2009-05-21 21:13:09 +00:00
vgrabbers.c free memory used by the x11 grabber when closing it. 2008-07-14 16:50:54 +00:00