aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2010-06-16Merged revisions 270980 via svnmerge from qwell1-0/+2
2010-06-16addition of G.719 pass-through supportdvossel2-0/+14
2010-06-16Merged revisions 270866 via svnmerge from dvossel1-6/+4
2010-06-16Fix no call waiting caller IDjpeeler1-1/+0
2010-06-15Don't blow up if an ast_channel doesn't get allocated.russell1-1/+3
2010-06-15Make contactdeny apply to src ip when nat=yestwilson1-21/+22
2010-06-14Extract sig_ss7_init_linkset() to sig_ss7.rmudgett3-16/+28
2010-06-14Add option to get untruncated channel name from AGENT function.qwell1-0/+7
2010-06-14Add digit manipulation tag support to chan_dahdi/sig_pri like chan_misdn.rmudgett3-1/+77
2010-06-10Attempt to fix a FreeBSD build error by including sys/stat.h.russell1-0/+1
2010-06-09Merged revisions 269495 via svnmerge from russell1-1/+1
2010-06-09Add missing API function to sig_ss7: sig_ss7_fixup().rmudgett3-7/+32
2010-06-09Eliminate deadlock potential in dahdi_fixup().rmudgett1-3/+4
2010-06-09dial by name in chan_dahditzafrir1-10/+122
2010-06-08Fix some doxygen warnings.lmadsen3-10/+11
2010-06-08Add SRTP support for Asterisktwilson8-18/+781
2010-06-08Make SIP tests compile again.rmudgett1-3/+3
2010-06-07Use the mailbox destructor function, instead.tilghman1-1/+1
2010-06-07Mailbox list would previously grow at each reload, containing duplicates.tilghman2-12/+45
2010-06-07Extract sig_ss7 out of chan_dahdi.rmudgett6-1581/+2623
2010-06-07Seems strange (and the code backs up) that if the max and min of a statistic ...tilghman2-4/+4
2010-06-07Moved AOC request code out of the middle of code parsing the dialed number.rmudgett1-15/+14
2010-06-06Finally track down and eliminate the "FRACK! warnings from chan_iax2".tilghman1-0/+9
2010-06-04fixes compile error from uninitialized variabledvossel1-1/+1
2010-06-04RFC3261 compliant sip unreliable retransmit timing + 'registerattempts' optio...dvossel1-6/+9
2010-06-04Incoming overlap dialing no longer works after sig_pri extraction.rmudgett1-8/+1
2010-06-04Send an ACK for every final response received for an INVITEtwilson1-0/+5
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