summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
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
2010-06-04fixes compile error from uninitialized variableDavid Vossel
2010-06-04RFC3261 compliant sip unreliable retransmit timing + 'registerattempts' optio...David Vossel
2010-06-04Send an ACK for every final response received for an INVITETerry Wilson
2010-06-02Prevent use of uninitialized values.Mark Michelson
2010-06-02Generic Advice of Charge.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-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-12Convert to AST_CLI_YESNO and AST_CLI_ONOFFPaul Belanger
2010-05-11Improve logging information for misconfigured contextsPaul Belanger
2010-05-05fixes sip native transferDavid Vossel
2010-05-05Merged revisions 261274 via svnmerge from Paul Belanger