summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2015-12-25chan_sip.c: fix websocket_write_timeout default valueDade Brandon
2015-12-17chan_sip: Enable WebSocket support by default.Joshua Colp
2015-12-10chan_sip: Add TCP/TLS keepalive to TCP/TLS serverJonathan Rose
2015-12-09Merge "chan_sip: Check sip_pvt pointer in ast_channel_get_t38_state(c)"Matt Jordan
2015-12-08chan_sip.c: Start ICE negotiation when response is sent or received.Eugene Voityuk
2015-12-08chan_sip: Check sip_pvt pointer in ast_channel_get_t38_state(c)Filip Jenicek
2015-12-07chan_sip: Fix crash involving the bogus peer during sip reload.Richard Mudgett
2015-12-07chan_sip: Support parsing of Q.850 reason header in SIP BYE and CANCEL requests.Christof Lauber
2015-12-01Audit improper usage of scheduler exposed by 5c713fdf18f. (v13 additions)Richard Mudgett
2015-12-01Audit improper usage of scheduler exposed by 5c713fdf18f.Richard Mudgett
2015-11-12Further fixes to improper usage of schedulerSteve Davies
2015-11-09ast_format_cap_get_names: To display all formats, the buffer was increased.Alexander Traud
2015-11-03chan_sip: Allow websockets to be disabled.Corey Farrell
2015-10-26chan_sip: Do not send all codecs on INVITE.Alexander Traud
2015-10-21chan_sip: Fix autoframing=yes.Alexander Traud
2015-10-13channels/chan_sip: Set cause code to 44 on RTP timeoutMatt Jordan
2015-10-06Fix improper usage of scheduler exposed by 5c713fdf18fMatt Jordan
2015-09-18chan_sip: Fix From header truncation for extremely long CALLERID(name).Walter Doekes
2015-09-11Merge "chan_sip.c: Validation on module reload"Matt Jordan
2015-09-10chan_sip.c: Validation on module reloadRodrigo Ramírez Norambuena
2015-08-26chan_sip: Allow call pickup to set the hangup cause.Joshua Colp
2015-08-20chan_sip.c: Set preferred rx payload type mapping on incoming offers.Richard Mudgett
2015-08-13chan_sip.c: wrong peer searched in sip_report_security_eventKevin Harwell
2015-08-11chan_sip: Fix negotiation of iLBC 30.Alexander Traud
2015-08-03res_http_websocket: Avoid passing strlen() to ast_websocket_write().Mark Michelson
2015-07-30chan_sip.c: Tweak glue->update_peer() parameter nil value.Richard Mudgett
2015-07-02chan_sip: Fix early call pickup channel leak.Walter Doekes
2015-06-22chan_sip: Reload peer without its old capabilities.Alexander Traud
2015-06-20chan_sip: Destroy peers without holding peers container lock.Joshua Colp
2015-06-12chan_sip.c: Update dialog fromtag after request with authDamian Ivereigh
2015-06-08Fix unsafe uses of ast_context pointers.Corey Farrell
2015-05-22Stasis: Fix unsafe use of stasis_unsubscribe in modules.Corey Farrell
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-05-05Merge "Restrict functionality when ACLs are misconfigured."Joshua Colp
2015-05-02Remove unneeded uses of optional_api providers.Corey Farrell
2015-04-30Restrict functionality when ACLs are misconfigured.Mark Michelson
2015-04-27Astobj2: Allow reference debugging to be enabled/disabled by config.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-10chan_sip: make progressinband default to noKevin Harwell
2015-04-08chan_sip: Handle IPv4 mapped IPv6 clients when NAT is enabledMatthew Jordan
2015-04-07clang compiler warnings: Fix non-literal-null-conversion warningsMatthew Jordan
2015-04-06build: Fixes for gcc 5 compilationGeorge Joseph
2015-03-30clang compiler warnings: Fix invalid enum conversionMatthew Jordan
2015-03-19chan_sip: Simplify dialog/peer references, improve REF_DEBUG output.Corey Farrell
2015-03-19chan_sip: Fix dialog reference leaked to scheduler for reinvite_timeout.Corey Farrell
2015-03-13Logger: Convert 'struct ast_callid' to unsigned int.Corey Farrell
2015-03-06chan_sip: Fix realtime locking inversion when poking a just built peer.Richard Mudgett
2015-02-26channels/chan_sip: Don't send a BYE after final response when PBX thread failsMatthew Jordan
2015-02-25channels/chan_sip: Clarify WARNING message in mismatched SRTP scenarioMatthew Jordan
2015-02-24channels/chan_sip: Fix crash when transmitting packet after thread shutdownMatthew Jordan