summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
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-25Fix channel opaquification of stringfields for chan_vpbTerry 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-14Multiple revisions 350788-350789Kevin P. Fleming
2012-01-13Set port to a default sane value if a bogus one is provided when parsing host...Mark Michelson
2012-01-13Fix crash from bridge channel hangup race condition in ConfBridgeMatthew Jordan
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2012-01-09Fix joinable thread terminating without joiner memory leak in chan_iax.c.Richard Mudgett
2012-01-06Don't leak CID in From header when presentation=unavailableTerry Wilson
2012-01-04Fix segfault in chan_dahdi for CHANNEL(dahdi_span) evaluation on hangup.Richard Mudgett
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
2011-12-23Fix extension state callback references in chan_sip.Richard Mudgett
2011-12-22Fix segfault on answer.Damien Wedhorn
2011-12-20Fix chan_iax2 to not report an RDNIS number if it is blank.Richard Mudgett
2011-12-13Fix possible misshandling of an incoming SIP response as a peer poke response.Stefan Schmidt
2011-12-08Fix regression when using tcpenable=no and tlsenable=yes.Walter Doekes
2011-12-08Don't crash on INFO automon request with no channelTerry Wilson
2011-12-08Fix segfault on answer.Damien Wedhorn
2011-12-06Make SIP INFO messages for dtmf-relay signals case insensitive.Richard Mudgett
2011-12-06Don't allow transport=tcp when tcpenable=no.Walter Doekes
2011-12-06Fixed crash from orphaned MWI subscriptions in chan_sipMatthew Jordan
2011-12-05Restore call progress code for analog ports.Richard Mudgett
2011-12-04For SIP REGISTER fix domain-only URIs and domain ACL bypass.Walter Doekes
2011-12-02Update SIP MESSAGE To parsing to correctly handle URIMatthew Jordan
2011-12-02Merged revisions 346763 via svnmerge from Alexandr Anikin
2011-12-01Change 183 Ringing in sipfrag body to 180 ringing. 183 Ringing isn't even a t...Jonathan Rose
2011-11-30Remove the few places where we try to ast_verbose() without a newline.Tilghman Lesher