aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2010-06-03Don't stop Asterisk if chan_usbradio isn't configured.russell1-2/+2
2010-06-03Remove a line that was killing Asterisk on startup.russell1-1/+0
2010-06-03Comment out a rule that likes to run implicitly unnecessarily, breaking buildsrussell1-2/+6
2010-06-03Add ETSI Message Waiting Indication (MWI) support.rmudgett3-1/+252
2010-06-02try to fix some random chan_h323 compilation failuresrussell2-2/+1
2010-06-02Add ETSI Malicious Call ID support.rmudgett1-0/+110
2010-06-02Add ETSI Call Waiting support.rmudgett3-153/+739
2010-06-02Prevent use of uninitialized values.mmichelson1-1/+1
2010-06-02Generic Advice of Charge.rmudgett5-432/+1058
2010-06-02Add ETSI Advice Of Charge (AOC) event reporting.rmudgett1-0/+683
2010-06-02Add ETSI Explicit Call Transfer (ECT) support.rmudgett3-75/+130
2010-05-28fixes crash when creation of UDPTL failsdvossel1-12/+27
2010-05-26do all sip registry parsing before transmit_registerdvossel3-95/+239
2010-05-26fixes failed SIP Directed pickup resulting in dead channeldvossel1-0/+1
2010-05-26.......mmichelson1-1/+1
2010-05-26Re-enable "always" option for videosupport option in sip.conf.mmichelson1-2/+3
2010-05-25Properly use peer's outboundproxy for outbound REGISTERs.mmichelson1-16/+5
2010-05-24Print openh323 log to the Asterisk console.mmichelson1-0/+2
2010-05-24Allow type=user SIP endpoints to be loaded properly from realtime.mmichelson1-11/+19
2010-05-24reverses incorrect logic introduced by r243200dvossel1-4/+1
2010-05-21Be sure to set the sin_family on the proxy when allocating.mmichelson1-0/+1
2010-05-21Take dup'd code for directmedia ACLs and make utility functwilson1-29/+20
2010-05-20Add support for direct media ACLstwilson2-90/+149
2010-05-19Fix transcode_via_sln option with SIP calls and improve PLC usage.mmichelson1-1/+1
2010-05-19fixes crash in check_rtp_timeoutdvossel1-0/+3
2010-05-18Be sure to heap-allocate the redirecting to tag so as not to cause crashiness.mmichelson1-1/+4
2010-05-18Fix memory leaks in redirecting structures in chan_sip.cmmichelson1-3/+12
2010-05-17Enhancements to connected line and redirecting work.mmichelson8-19/+117
2010-05-14fix iax_frame double freedvossel1-1/+1
2010-05-13Fix inverted logic in cli command: ss7 set debug on/offrmudgett1-1/+1
2010-05-13Fix an off by one error that causes a crash.russell1-1/+1
2010-05-12Don't crash when destroying chan_dahdi pseudo channels.rmudgett1-1/+10
2010-05-12Merged revisions 262657,262660 fromrmudgett1-3/+105
2010-05-12Convert to AST_CLI_YESNO and AST_CLI_ONOFFpabelanger1-84/+74
2010-05-11Dialing an invalid extension causes incomplete hangup sequence.rmudgett1-6/+36
2010-05-11Improve logging information for misconfigured contextspabelanger1-2/+2
2010-05-10fixes crash in chan_consoledvossel1-1/+8
2010-05-07Fix deadlock in sig_pri when hanging up.jpeeler1-10/+10
2010-05-06Some code optimizations.rmudgett1-80/+88
2010-05-06Permit more lines within a SIP body to be parsed.tilghman1-1/+1
2010-05-06When failing to configure, don't destroy 'cfg' twicetzafrir1-1/+1
2010-05-05Avoid a crash on SS7 channels.rmudgett1-2/+8
2010-05-05fixes sip native transferdvossel1-2/+1
2010-05-05Merged revisions 261274 via svnmerge from pabelanger1-3/+7
2010-05-05Prevent unnecessary warnings when getting rtpsource or rtpdest.mmichelson1-2/+4
2010-05-04The inalarm flag is not passed up from the sig_analog and sig_pri submodules.rmudgett5-38/+95
2010-04-30Merged revisions 260434 via svnmerge from jpeeler3-0/+17
2010-04-30Separate the uses of NUM_DCHANS and MAX_CHANNELS into PRI, SS7, and MFCR2 users.rmudgett3-54/+56
2010-04-29Merged revisions 260195 via svnmerge from rmudgett2-23/+44
2010-04-28Don't override peer context with domain context.mmichelson2-3/+6