aboutsummaryrefslogtreecommitdiffstats
path: root/channels/sip
AgeCommit message (Expand)AuthorFilesLines
2011-01-26Merged revisions 304244 via svnmerge from mnicholson3-86/+243
2010-09-15Add parking extension for non-default parking lots.jpeeler1-0/+1
2010-09-09Merged revisions 285710 via svnmerge from bbryant2-15/+11
2010-07-28Give test category missing leading slashjpeeler1-1/+1
2010-07-26transaction matching using top most Via headerdvossel3-0/+156
2010-07-26Allow for systems without locale support to be usable.mmichelson1-0/+10
2010-07-23SIP URI comparison fixes.mmichelson2-1/+506
2010-07-23Allow IPv6 addresses for UDPTL streams.mmichelson1-1/+1
2010-07-19Fix port setting of external address in SIP.mmichelson1-2/+2
2010-07-16Fix up some weird indentation problems in reqresp_parser.cmmichelson1-10/+10
2010-07-16Add ability to configure the Max-Forwards header in the dialplan, as well as inoej1-1/+4
2010-07-13chan_sip: RFC compliant retransmission timeoutdvossel1-1/+3
2010-07-13Revert early destruction of RTP sessionstwilson1-4/+0
2010-07-13Destroy RTP fds when we schedule final dialog destructiontwilson1-0/+4
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...tilghman3-11/+11
2010-07-09Fix sip_uri_parse test comparison.mmichelson1-2/+2
2010-07-08Add IPv6 to Asterisk.mmichelson6-171/+149
2010-07-01correct handling of get_destination return valuesdvossel1-0/+9
2010-06-28rfc compliant sip option parsing + new unit testdvossel3-0/+297
2010-06-22Merged revisions 271689 via svnmerge from mnicholson1-0/+1
2010-06-21fixes crash when From header URI is missing "sip:"dvossel1-0/+22
2010-06-17fixes some coding guideline issuedvossel1-6/+6
2010-06-17retransmit response to BYE requests until timer J expiresdvossel2-2/+5
2010-06-16addition of more parse_uri test casesdvossel1-0/+54
2010-06-08Add SRTP support for Asterisktwilson6-3/+510
2010-06-08Make SIP tests compile again.rmudgett1-3/+3
2010-06-07Mailbox list would previously grow at each reload, containing duplicates.tilghman1-2/+3
2010-06-07Seems strange (and the code backs up) that if the max and min of a statistic ...tilghman1-3/+3
2010-06-02Generic Advice of Charge.rmudgett1-2/+8
2010-05-26do all sip registry parsing before transmit_registerdvossel2-23/+153
2010-05-20Add support for direct media ACLstwilson1-0/+2
2010-05-17Enhancements to connected line and redirecting work.mmichelson1-0/+2
2010-05-06Permit more lines within a SIP body to be parsed.tilghman1-1/+1
2010-05-05Prevent unnecessary warnings when getting rtpsource or rtpdest.mmichelson1-2/+4
2010-04-28Don't override peer context with domain context.mmichelson1-1/+2
2010-04-27Be more explicit about field naming in a test.qwell1-1/+1
2010-04-09Add routines for parsing SIP URIs consistently.mmichelson3-56/+982
2010-04-09Merge Call completion support into trunk.mmichelson1-2/+363
2010-03-25Add new rtpsource options to the CHANNEL function.mmichelson1-3/+39
2010-03-25Improve handling of T.38 re-INVITEs that arrive before a T.38-capablekpfleming1-37/+41
2010-03-12Only change the RTP ssrc when we see that it has changedtwilson1-2/+1
2010-02-17Make all of the various rtpqos parameters in this branch available from the C...tilghman6-3/+567
2010-02-15chan_sip parse code refactoring plus two new unit testsdvossel3-0/+291
2010-02-11fixes some test description formatting inconsistencies so log file looks nicedvossel2-6/+6
2010-02-10additional parse_uri test and documentationdvossel2-1/+16
2010-02-09Various updates to the unit test API.russell2-87/+73
2010-02-07Tweak formatting and add minor updates to some comments.russell4-21/+40
2010-02-05fixes issue with sip registry not having correct default expirydvossel2-32/+31
2010-02-03-----Changes -----dvossel6-0/+2476