summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2010-07-16Merged revisions 277497 via svnmerge from Matthew Nicholson
2010-07-16Formatting fixesOlle Johansson
2010-07-16Formatting changes (guideline corrections)Olle Johansson
2010-07-16Add ability to configure the Max-Forwards header in the dialplan, as well as inOlle Johansson
2010-07-16Fix reversed logic of if statement.Mark Michelson
2010-07-15Correct not setting the bindport before attempting to open the socket.Jeff Peeler
2010-07-14Fix MWI notification transmission problems over SIP.Jeff Peeler
2010-07-14Fix errors where incorrect address information was printed.Mark Michelson
2010-07-14handle special case were "200 Ok" to pending INVITE never receives ACKDavid Vossel
2010-07-14Expand the caller ANI field to an ast_party_idRichard Mudgett
2010-07-14collapse debug code in retrans_pkt into separate linesDavid Vossel
2010-07-14Do not skip sending MWI for a peer if an address is defined. Really just a me...Jeff Peeler
2010-07-14ast_callerid restructuringRichard Mudgett
2010-07-13chan_sip: RFC compliant retransmission timeoutDavid Vossel
2010-07-13Revert early destruction of RTP sessionsTerry Wilson
2010-07-13Destroy RTP fds when we schedule final dialog destructionTerry Wilson
2010-07-12Don't try to ref authpeer when it isn't setTerry Wilson
2010-07-09Fix error in parsing SIP registry strings from ASTdb.Mark Michelson
2010-07-09Fix port parsing in check_via.Mark Michelson
2010-07-09Fix an issue where the port for p->ourip was being set to 0.Mark Michelson
2010-07-09Merged revisions 275241 via svnmerge from Paul Belanger
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...Tilghman Lesher
2010-07-09Return logic of sip_debug_test_addr() to its original functionality.Mark Michelson
2010-07-09Copy the address into the peer structure after we set the default port
2010-07-08Add IPv6 to Asterisk.Mark Michelson
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,Eliel C. Sardanons
2010-07-07Fixes some ref count issues introduced by r274539David Vossel
2010-07-07Use the relatedpeer field of a sip_pvt during INVITE processing.Mark Michelson
2010-07-06Merged revisions 274280 via svnmerge from Terry Wilson
2010-07-02Fix various typos reported by LintianTzafrir Cohen
2010-07-01correct handling of get_destination return valuesDavid Vossel
2010-06-29Merged revisions 273060 via svnmerge from Tilghman Lesher
2010-06-29send a 400 Bad Request on malformed sip requestDavid Vossel
2010-06-28rfc compliant sip option parsing + new unit testDavid Vossel
2010-06-28Merged revisions 272804 via svnmerge from Mark Michelson
2010-06-28code guidelines cleanup for retrans_pkt() functionDavid Vossel
2010-06-25chan_sip: more accurate retransmissionsDavid Vossel
2010-06-23Add extra protection for reinvite glare scenario.Mark Michelson
2010-06-22ignore CANCEL request after having already received final response to INVITEDavid Vossel
2010-06-22Merged revisions 271902 via svnmerge from Matthew Nicholson
2010-06-22Merged revisions 271689 via svnmerge from Matthew Nicholson
2010-06-21fixes crash when From header URI is missing "sip:"David Vossel
2010-06-17retransmit response to BYE requests until timer J expiresDavid Vossel
2010-06-16addition of G.719 pass-through supportDavid Vossel
2010-06-15Make contactdeny apply to src ip when nat=yesTerry Wilson
2010-06-08Fix some doxygen warnings.Leif Madsen
2010-06-08Add SRTP support for AsteriskTerry Wilson
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-07Seems strange (and the code backs up) that if the max and min of a statistic ...Tilghman Lesher