summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
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
2012-02-02Fix sip show peers port output, align columns, and fix ami port output.Jonathan Rose
2012-02-01Use ast_sockaddr_stringify_fmt wrappers for various functions in chan_sipJonathan Rose
2012-02-01Constify some more channel driver technology callback parameters.Richard Mudgett
2012-01-30Re-link peers by IP when dnsmgr changes the IPTerry Wilson
2012-01-30Merged revisions 353369 via svnmerge from Alec L Davis
2012-01-30Merged revisions 353321 via svnmerge from Alec L Davis
2012-01-30Clarify log WARNING message when port-zero SDP 'm' lines received.Kevin P. Fleming
2012-01-27Audit of ao2_iterator_init() usage for v1.8.Richard Mudgett
2012-01-27Merged revisions 352863 via svnmerge from Alec L Davis
2012-01-26Copy amaflags to sip_pvt from peer during create_addr_from_peerJonathan Rose
2012-01-26Merged revisions 352705 via svnmerge from Alec L Davis
2012-01-25Remove some extraneous debugging from registry memleak fixTerry Wilson
2012-01-25Fixes for sending SIP MESSAGE outside of calls.Richard Mudgett
2012-01-25Clean up some SIP registry-related memory leaksTerry Wilson
2012-01-24Don't do a DNS lookup on an outbound REGISTER host if there is an outbound pr...Mark Michelson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-23Fix sip_cfg.notifycid to be set with the defined enum values.Richard Mudgett
2012-01-21Remove XXX comment that is not necessary.Mark Michelson
2012-01-21Fix RTP reference leak.Mark Michelson
2012-01-20Make CLI sip show channel list the complete route set.Richard Mudgett
2012-01-20SIP session timeout AMI eventKinsey Moore
2012-01-20Adds setting of mwi_from field to check_auth_result check_peer_okJonathan Rose
2012-01-19Misc minor fixes in reqresp_parser.c and chan_sip.c.Richard Mudgett
2012-01-19Eliminates doubling the :port part of SIP Notify Message-Account headers.Jonathan Rose
2012-01-19Prevent crash when an SDP offer is received with an encrypted video stream wh...Joshua Colp
2012-01-18The get_pai function in chan_sip.c didn't recognized a proper callerid name andStefan Schmidt
2012-01-17Use built-in parsing functions for Contact and Record-Route headers.Mark Michelson
2012-01-17Fix udptl issue with initial INVITE introduced by r351027Matthew Jordan
2012-01-17Merged revisions 351183 via svnmerge from Russell Bryant
2012-01-16Ensure ACK retransmit & hangup on non-200 response to INVITETerry Wilson
2012-01-16Don't prematurely stop SIP session timerTerry Wilson
2012-01-16Create and initialize udptl only when dialog negotiates for image mediaMatthew Jordan
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2012-01-06Don't leak CID in From header when presentation=unavailableTerry Wilson
2012-01-04Adds Subscription-State header to notify with call completion. per RFC3265Jonathan Rose
2011-12-31Fix some minor formatting issues based on coding guidelines.Russell Bryant
2011-12-31Constify tag argument in REF_DEBUG related code.Russell Bryant
2011-12-23INFO/Record request configurable to use dynamic featuresJonathan Rose
2011-12-23chan_sip autocreatepeer=persist option for auto-created peers to survive reloadJonathan Rose