summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
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
2011-11-30r346525 | jrose | 2011-11-30 15:10:38 -0600 (Wed, 30 Nov 2011) | 18 linesJonathan Rose
2011-11-30Reverting 346525 due to accidental patch against trunk instead of 1.8Jonathan Rose
2011-11-30Cleaning up chan_sip/tcptls file descriptor closing.Jonathan Rose
2011-11-29Allow each logging destination and console to have its own notion of the verb...Tilghman Lesher
2011-11-23Fix calls to ast_get_ip() not initializing the address family.Richard Mudgett