summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2010-06-10Attempt to fix a FreeBSD build error by including sys/stat.h.Russell Bryant
2010-06-09Merged revisions 269495 via svnmerge from Russell Bryant
2010-06-09Add missing API function to sig_ss7: sig_ss7_fixup().Richard Mudgett
2010-06-09Eliminate deadlock potential in dahdi_fixup().Richard Mudgett
2010-06-09dial by name in chan_dahdiTzafrir Cohen
2010-06-08Fix some doxygen warnings.Leif Madsen
2010-06-08Add SRTP support for AsteriskTerry Wilson
2010-06-08Make SIP tests compile again.Richard Mudgett
2010-06-07Use the mailbox destructor function, instead.Tilghman Lesher
2010-06-07Mailbox list would previously grow at each reload, containing duplicates.Tilghman Lesher
2010-06-07Extract sig_ss7 out of chan_dahdi.Richard Mudgett
2010-06-07Seems strange (and the code backs up) that if the max and min of a statistic ...Tilghman Lesher
2010-06-07Moved AOC request code out of the middle of code parsing the dialed number.Richard Mudgett
2010-06-06Finally track down and eliminate the "FRACK! warnings from chan_iax2".Tilghman Lesher
2010-06-04fixes compile error from uninitialized variableDavid Vossel
2010-06-04RFC3261 compliant sip unreliable retransmit timing + 'registerattempts' optio...David Vossel
2010-06-04Incoming overlap dialing no longer works after sig_pri extraction.Richard Mudgett
2010-06-04Send an ACK for every final response received for an INVITETerry Wilson
2010-06-03Don't stop Asterisk if chan_usbradio isn't configured.Russell Bryant
2010-06-03Remove a line that was killing Asterisk on startup.Russell Bryant
2010-06-03Comment out a rule that likes to run implicitly unnecessarily, breaking buildsRussell Bryant
2010-06-03Add ETSI Message Waiting Indication (MWI) support.Richard Mudgett
2010-06-02try to fix some random chan_h323 compilation failuresRussell Bryant
2010-06-02Add ETSI Malicious Call ID support.Richard Mudgett
2010-06-02Add ETSI Call Waiting support.Richard Mudgett
2010-06-02Prevent use of uninitialized values.Mark Michelson
2010-06-02Generic Advice of Charge.Richard Mudgett
2010-06-02Add ETSI Advice Of Charge (AOC) event reporting.Richard Mudgett
2010-06-02Add ETSI Explicit Call Transfer (ECT) support.Richard Mudgett
2010-05-28fixes crash when creation of UDPTL failsDavid Vossel
2010-05-26do all sip registry parsing before transmit_registerDavid Vossel
2010-05-26fixes failed SIP Directed pickup resulting in dead channelDavid Vossel
2010-05-26.......Mark Michelson
2010-05-26Re-enable "always" option for videosupport option in sip.conf.Mark Michelson
2010-05-25Properly use peer's outboundproxy for outbound REGISTERs.Mark Michelson
2010-05-24Print openh323 log to the Asterisk console.Mark Michelson
2010-05-24Allow type=user SIP endpoints to be loaded properly from realtime.Mark Michelson
2010-05-24reverses incorrect logic introduced by r243200David Vossel
2010-05-21Be sure to set the sin_family on the proxy when allocating.Mark Michelson
2010-05-21Take dup'd code for directmedia ACLs and make utility funcTerry Wilson
2010-05-20Add support for direct media ACLsTerry Wilson
2010-05-19Fix transcode_via_sln option with SIP calls and improve PLC usage.Mark Michelson
2010-05-19fixes crash in check_rtp_timeoutDavid Vossel
2010-05-18Be sure to heap-allocate the redirecting to tag so as not to cause crashiness.Mark Michelson
2010-05-18Fix memory leaks in redirecting structures in chan_sip.cMark Michelson
2010-05-17Enhancements to connected line and redirecting work.Mark Michelson
2010-05-14fix iax_frame double freeDavid Vossel
2010-05-13Fix inverted logic in cli command: ss7 set debug on/offRichard Mudgett
2010-05-13Fix an off by one error that causes a crash.Russell Bryant
2010-05-12Don't crash when destroying chan_dahdi pseudo channels.Richard Mudgett