Commit Graph

171 Commits (4e292ea3af5484b10b6df9dddf6b718f3efc3d20)

Author SHA1 Message Date
David Vossel 0bd877621e Addition of "outofcall_message_context" sip.conf option.
14 years ago
Russell Bryant 3f4d0e8743 Support routing text messages outside of a call.
14 years ago
Jonathan Rose 0caae96609 Merged revisions 321273 via svnmerge from
14 years ago
Mark Murawki 9a7f807278 Merged revisions 321155 via svnmerge from
14 years ago
Jonathan Rose f90bc95f0d Merged revisions 319938 via svnmerge from
14 years ago
Gregory Nietsky 32d43ebe19 When a error in T.38 negotiation happens or its rejected on a channel the
14 years ago
Matthew Nicholson 9066db4329 Merged revisions 318720 via svnmerge from
14 years ago
Russell Bryant f0f5e237bf Merged revisions 317474 via svnmerge from
14 years ago
Matthew Nicholson e87639fc26 Merged revisions 315894 via svnmerge from
14 years ago
Matthew Nicholson 079e794b1c Merged revisions 314628 via svnmerge from
14 years ago
Leif Madsen b8b1d085db Add 'description' field for CLI and Manager output
14 years ago
Brett Bryant 15f633294d Merged revisions 311612 via svnmerge from
14 years ago
Terry Wilson 82ef85f20b Merged revisions 311558 via svnmerge from
14 years ago
Jonathan Rose f7b7223fb6 Merged revisions 310088 via svnmerge from
14 years ago
David Vossel c26c190711 Asterisk media architecture conversion - no more format bitfields
15 years ago
Matthew Nicholson 48a9694ed0 Merged revisions 304245 via svnmerge from
15 years ago
Matthew Nicholson e706b5706e According to section 19.1.2 of RFC 3261:
15 years ago
Russell Bryant cc0b7e7df5 Some scheduler API cleanup and improvements.
15 years ago
Jeff Peeler 41b95ee887 Merged revisions 286931 via svnmerge from
15 years ago
David Vossel 1b2039e7db Merged revisions 285006 via svnmerge from
15 years ago
David Vossel d17eded2e9 Merged revisions 284950 via svnmerge from
15 years ago
David Vossel 848135748f Merged revisions 283559 via svnmerge from
15 years ago
David Vossel bcf5988caf Merged revisions 283493 via svnmerge from
15 years ago
a491cac965 Merged revisions 281687 via svnmerge from
15 years ago
Russell Bryant 1990c4347e Merged revisions 281650 via svnmerge from
15 years ago
Jeff Peeler 7a987a853e Merged revisions 280269 via svnmerge from
15 years ago
David Vossel 4a98994542 Merged revisions 279568 via svnmerge from
15 years ago
Mark Michelson dd9428666d Merged revisions 279504 via svnmerge from
15 years ago
Mark Michelson d1ad460b3d SIP URI comparison fixes.
15 years ago
Mark Michelson 57a92a6a7c Allow IPv6 addresses for UDPTL streams.
15 years ago
Mark Michelson cb5892bb67 Fix port setting of external address in SIP.
15 years ago
Mark Michelson 2289649901 Fix up some weird indentation problems in reqresp_parser.c
15 years ago
Olle Johansson e129b31fc6 Add ability to configure the Max-Forwards header in the dialplan, as well as in
15 years ago
David Vossel 23b6e621d2 chan_sip: RFC compliant retransmission timeout
15 years ago
Terry Wilson b42c6cab17 Revert early destruction of RTP sessions
15 years ago
Terry Wilson cb160a12b0 Destroy RTP fds when we schedule final dialog destruction
15 years ago
Tilghman Lesher da8450323f Kill some startup warnings and errors and make some messages more helpful in tracking down the source.
15 years ago
Mark Michelson 0cc20f86ba Fix sip_uri_parse test comparison.
15 years ago
Mark Michelson cd4ebd336f Add IPv6 to Asterisk.
15 years ago
David Vossel 243d87038e correct handling of get_destination return values
15 years ago
David Vossel 8a07dbf95d rfc compliant sip option parsing + new unit test
15 years ago
Matthew Nicholson 9bbeb945e8 Merged revisions 271689 via svnmerge from
15 years ago
David Vossel 462da0585e fixes crash when From header URI is missing "sip:"
15 years ago
David Vossel 846050f698 fixes some coding guideline issue
15 years ago
David Vossel a1fe641a38 retransmit response to BYE requests until timer J expires
15 years ago
David Vossel 2112418032 addition of more parse_uri test cases
15 years ago
Terry Wilson 857814f435 Add SRTP support for Asterisk
15 years ago
Richard Mudgett ebbf166c2d Make SIP tests compile again.
15 years ago
Tilghman Lesher 8b790e4f06 Mailbox list would previously grow at each reload, containing duplicates.
15 years ago
Tilghman Lesher 17bd11b8aa Seems strange (and the code backs up) that if the max and min of a statistic is expressed as a double, the last value would not also need to be a double.
15 years ago
Richard Mudgett afd4454c44 Generic Advice of Charge.
15 years ago
David Vossel 77a96c5a93 do all sip registry parsing before transmit_register
15 years ago
Terry Wilson c7303d840e Add support for direct media ACLs
15 years ago
Mark Michelson b5d5cc565f Enhancements to connected line and redirecting work.
15 years ago
Tilghman Lesher ba9b0d95e6 Permit more lines within a SIP body to be parsed.
15 years ago
Mark Michelson a6ea125e7c Prevent unnecessary warnings when getting rtpsource or rtpdest.
15 years ago
Mark Michelson 9e1b6c7236 Don't override peer context with domain context.
15 years ago
Jason Parker 0da0e3856c Be more explicit about field naming in a test.
15 years ago
Mark Michelson 4b8f1c8cac Add routines for parsing SIP URIs consistently.
15 years ago
Mark Michelson e24661fd18 Merge Call completion support into trunk.
15 years ago
Mark Michelson 54f5e1f840 Add new rtpsource options to the CHANNEL function.
15 years ago
Kevin P. Fleming 42577406fd Improve handling of T.38 re-INVITEs that arrive before a T.38-capable
15 years ago
Terry Wilson 68d1ded8dd Only change the RTP ssrc when we see that it has changed
15 years ago
Tilghman Lesher e7a5fb5459 Make all of the various rtpqos parameters in this branch available from the CHANNEL function.
16 years ago
David Vossel 2003243947 chan_sip parse code refactoring plus two new unit tests
16 years ago
David Vossel 6d9c531237 fixes some test description formatting inconsistencies so log file looks nice
16 years ago
David Vossel f57e5150e5 additional parse_uri test and documentation
16 years ago
Russell Bryant bbed34f764 Various updates to the unit test API.
16 years ago
Russell Bryant f199367b93 Tweak formatting and add minor updates to some comments.
16 years ago
David Vossel 1810f1efff fixes issue with sip registry not having correct default expiry
16 years ago
David Vossel a9932363a9 -----Changes -----
16 years ago