summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2012-05-08Send more accurate identification information in dialog-info SIP NOTIFYs.Mark Michelson
2012-05-04Fix many issues from the NULL_RETURNS Coverity reportKinsey Moore
2012-05-02Save the address on which a MESSAGE was received, so it can be used in MESSAGE()Jason Parker
2012-05-01Remove a function that has been marked unused since Asterisk 1.6.0.Mark Michelson
2012-04-30Revert revision 360862.Mark Michelson
2012-04-28Add support for lightweight NAT keepalive.Joshua Colp
2012-04-27Don't attempt to make use of the dynamic_exclude_static ACL if DNS lookup fails.Mark Michelson
2012-04-27Allow SIP pvts involved in Replaces transfers to fall out of reference soonerKinsey Moore
2012-04-27Allow for reloading SRTP crypto keys within the same SIP dialogMatthew Jordan
2012-04-26Fix reference leaks involving SIP Replaces transfersKinsey Moore
2012-04-26chan_sip: [general] maxforwards, not checked for a value greater than 255Alec L Davis
2012-04-23AST-2012-006: Fix crash in UPDATE handling when no channel owner existsMatthew Jordan
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-04-17Turn off warning message when bind address is set to any.Michael L. Young
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-04-06Fix a typo in the warning messages for an ignored media streamMatthew Jordan
2012-04-04Replace GNU old-style field designator extensions to fix clang warningsJonathan Rose
2012-04-02Stop sending out RTCP if RTP is inactiveKinsey Moore
2012-03-29Improve accuracy of identifying information sent in dialog-info SIP NOTIFY re...Mark Michelson
2012-03-27Make a debug message regarding subscription changes more accurate.Mark Michelson
2012-03-23Add missing initialization of update_redirecting in chan_sip.cRichard Mudgett
2012-03-21Ensure Asterisk sends a BYE when pending on the final response to a re-INVITEMatthew Jordan
2012-03-15Remove unused variable ‘srch’Paul Belanger
2012-03-15Remove some dead code found in _sip_show_peers()Paul Belanger
2012-03-13Make hints for invalid SIP devices return Unavail, not idleTerry Wilson
2012-03-13Finalize ast_channel opaquificationTerry Wilson
2012-03-08Make transfer not ignore port information with SIP.Jonathan Rose
2012-03-05Defer sending the connected line reinvite if a reinvite is already in progress.Joshua Colp
2012-03-05Ensure Asterisk acknowledges ACKs to 4xx on Replaces errorsKinsey Moore
2012-03-01Opaquify ast_channel typedefs, fd arrays, and softhangup flagTerry Wilson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-28Convert struct ast_tcptls_session_instance to finally use the ao2 object lock.Richard Mudgett
2012-02-28Changes transport option in sip.conf so that using multiple instances doesn't...Jonathan Rose
2012-02-27Adds an option to sip.conf that prevents diversion headers from being added.Jonathan Rose
2012-02-24Fix worker thread resource leak in SIP TCP/TLS.Richard Mudgett
2012-02-24Opaquification for ast_format structs in struct ast_channelTerry Wilson
2012-02-23Fix blind transfer parking issues if the dialed extension is not recognized a...Richard Mudgett
2012-02-23Fix ACK routing for non-2xx responses.Mark Michelson
2012-02-22Merged revisions 356215 via svnmerge from Matthew Jordan
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-17Fix regressions with regards to route-set creation on early dialogs.Mark Michelson
2012-02-14Properly invert the return of a strncmp call.Mark Michelson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-09Fix parsing of SIP headers where compact and non-compact headers are mixedKinsey Moore
2012-02-09Add auto_force_rport and auto_comedia NAT optionsTerry Wilson
2012-02-09Clean-up of minor formatting issues in r354542/3/4Matthew Jordan
2012-02-09Fix SIP INFO DTMF handling for non-numeric codesMatthew Jordan
2012-02-08Add callbackextension matching & realtime callbackextensionsTerry Wilson
2012-02-07Fix multiple SIP realtime issuesTerry Wilson
2012-02-02Ensure entering T.38 passthrough does not cause an infinite loopKinsey Moore