summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2010-06-21fixes crash when From header URI is missing "sip:"David Vossel
2010-06-17fixes some coding guideline issueDavid Vossel
2010-06-17retransmit response to BYE requests until timer J expiresDavid Vossel
2010-06-17Change expected operation from error to debug messageJeff Peeler
2010-06-16addition of more parse_uri test casesDavid Vossel
2010-06-16Fix the actual place that was pointed out, for previous commit.Jason Parker
2010-06-16Merged revisions 270980 via svnmerge from Jason Parker
2010-06-16addition of G.719 pass-through supportDavid Vossel
2010-06-16Merged revisions 270866 via svnmerge from David Vossel
2010-06-16Fix no call waiting caller IDJeff Peeler
2010-06-15Don't blow up if an ast_channel doesn't get allocated.Russell Bryant
2010-06-15Make contactdeny apply to src ip when nat=yesTerry Wilson
2010-06-14Extract sig_ss7_init_linkset() to sig_ss7.Richard Mudgett
2010-06-14Add option to get untruncated channel name from AGENT function.Jason Parker
2010-06-14Add digit manipulation tag support to chan_dahdi/sig_pri like chan_misdn.Richard Mudgett
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