summaryrefslogtreecommitdiff
path: root/channels/sip
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-20Fix Common Typo's.Corey Farrell
2017-12-04security-events: Fix SuccessfulAuth using_password declaration.Richard Mudgett
2017-09-19chan_sip: Expose read-only access to the full SIP INVITE Request-URIDavid J. Pryke
2017-08-03Correct some leaks in unit tests.Corey Farrell
2017-03-17chan_sip: Add rtcp-mux supportSean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-09-23chan_sip: Address runaway when realtime peers subscribe to mailboxesGeorge Joseph
2016-08-16Refactor usage pattern of xmldoc info tag.Corey Farrell
2016-08-15func_channel: Reorganize documentationMatt Jordan
2016-07-18Unit tests: Use AST_TEST_DEFINE in conditional code only.Corey Farrell
2016-03-16chan_sip.c: Fix registration timeout and expire deadlock potential.Richard Mudgett
2016-03-16chan_sip.c: Fix session timers deadlock potential.Richard Mudgett
2016-03-16chan_sip.c: Fix autokillid deadlock potential.Richard Mudgett
2016-03-16sip/dialplan_functions.c: Fix /channels/chan_sip/test_sip_rtpqos crash.Richard Mudgett
2016-03-14chan_sip.c: Simplify sip_pvt destructor call levels.Richard Mudgett
2016-01-21Merge "chan_sip: option 'notifyringing' change and doc fix"Mark Michelson
2015-12-26chan_sip: option 'notifyringing' change and doc fixWard van Wanrooij
2015-12-01Audit improper usage of scheduler exposed by 5c713fdf18f.Richard Mudgett
2015-11-03chan_sip: Allow websockets to be disabled.Corey Farrell
2015-10-06chan_sip: Fix port parsing for IPv6 addresses in SIP Via headers.Florian Sauerteig
2015-08-13chan_sip.c: wrong peer searched in sip_report_security_eventKevin Harwell
2015-05-04Modules: Make ast_module_info->self available to auxiliary sources.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-10chan_sip: make progressinband default to noKevin Harwell
2015-03-31chan_sip: Fix expression in unit test /channels/chan_sip/test_sip_rtpqos.Richard Mudgett
2015-03-30clang compiler warnings: Fix -Wabsolute-value warningsMatthew Jordan
2015-03-19chan_sip: Simplify dialog/peer references, improve REF_DEBUG output.Corey Farrell
2015-03-13Logger: Convert 'struct ast_callid' to unsigned int.Corey Farrell
2015-01-26Various fixes for OS XDavid M. Lee
2014-11-19ast_str: Fix improper member access to struct ast_str members.Richard Mudgett
2014-10-31channels/sip/reqresp_parser: Fix unit tests for r426594Matthew Jordan
2014-10-30channels/chan_sip: Support mutltiple Supported and Required headersMatthew Jordan
2014-08-08chan_sip: Mark chan_sip and its files as extended supportMatthew Jordan
2014-08-04Add the ability to retrieve the source port of a SIP call.Mark Michelson
2014-07-24chan_sip: complete upgrade to ao2Corey Farrell
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-06-30Recorded merge of revisions 417677 from http://svn.asterisk.org/svn/asterisk/...Joshua Colp
2014-06-26res_http_websocket: Close websocket correctly and use careful fwriteMatthew Jordan
2014-06-19Fix build warnings with TEST_FRAMEWORK enabledKinsey Moore
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-04-21chan_sip: Add sendrpid trust optionsJonathan Rose
2014-04-17chan_sip: Add SIPURIPHONECONTEXT channel variable for Request TEL URIsMatthew Jordan
2014-04-12chan_sip: Support RFC-3966 TEL URIs in inbound INVITE requestsMatthew Jordan
2014-04-11main/astobj2: Make REF_DEBUG a menuselect item; improve REF_DEBUG outputMatthew Jordan
2014-03-28chan_sip: Add MESSAGE request to allowed methodsMatthew Jordan
2014-02-10chan_sip: Isolate code that manages struct sip_route.Corey Farrell
2013-12-19Voicemail: Remove mailbox identifier format (box@context) assumptions in the ...Richard Mudgett
2013-11-08chan_sip: keep same local (from) tag for outgoing register requestsScott Griepentrog
2013-10-23memory leaks: Memory leak cleanup patch by Corey Farrell (first set)Jonathan Rose