summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-09-25res_pjsip.c: Add missing off nominal cleanup in ast_sip_push_task_synchronous().Richard Mudgett
2014-09-25musiconhold: Add preferchannelclass=no option to prefer app class.Walter Doekes
2014-09-24pjsip_options.c: Fix race condition stopping periodic out of dialog OPTIONS r...Richard Mudgett
2014-09-19res_pjsip_notify: Fix crash on unload/load and don't say the module doesn't e...Joshua Colp
2014-09-19res_pjsip_sdp_rtp.c: Fix native formats containing formats that were not nego...Richard Mudgett
2014-09-19PJSIP: Prevent T38 framehook being put on wrong channelKinsey Moore
2014-09-18res_pjsip: Don't require a password when doing userpass authentication.Sean Bright
2014-09-18Add subscription state test events.Mark Michelson
2014-09-18res_pjsip_endpoint_identifier_ip: Fix parsing of match value with CIDRJonathan Rose
2014-09-18res_fax_spandsp: Properly handle cleanup before starting FAXes.Mark Michelson
2014-09-18res_pjsip_pubsub: Add some type safety when generating NOTIFY bodies.Mark Michelson
2014-09-18res_pjsip: ami: Fix error in AMI output when an endpoint has no transportGeorge Joseph
2014-09-17res_rtp_asterisk: Ensure that the thread terminating pj stuff is registered.Joshua Colp
2014-09-16Multiple revisions 423209,423212Joshua Colp
2014-09-16res_pjsip_session: Fix usage of wrong memory pool when creating local SDP.Joshua Colp
2014-09-16res_rtp_asterisk: Fix a myriad of TURN client issues.Joshua Colp
2014-09-14musiconhold: Add sort=randstart, and deprecate old stuff.Walter Doekes
2014-09-10pjsip/config_auth.c: Add missing whitespace to log messages.Sean Bright
2014-09-08Pre-allocate transmission data buffer for RLS NOTIFY requests.Mark Michelson
2014-09-08res_pjsip_pubsub: Check supported headers for eventlist when subscribing toJonathan Rose
2014-09-06res_pjsip_sdp_rtp: Fix retrieval of "ice-pwd" attribute if in session and not...Joshua Colp
2014-09-03res_pjsip_transport_websocket: Fix crash when the Contact header is not a URI.Joshua Colp
2014-09-02Resolve race condition where channels enter dialplan application before media...Mark Michelson
2014-09-01res_stasis: Don't play MoH to channels by default when added to holding bridgesMatthew Jordan
2014-08-28Fix bug that did not allow for multiple batched RLS notifications to be sent.Mark Michelson
2014-08-28res/res_pjsip/pjsip_options.c: Eliminate excessive RAII_VAR usage.Richard Mudgett
2014-08-27CallerID: Fix parsing of malformed calleridKinsey Moore
2014-08-25res_musiconhold.c: Release any format refs before memset().Richard Mudgett
2014-08-25res_musiconhold: Fix MOH restarting where it left off from the last hold.Richard Mudgett
2014-08-24res_pjsip_transport_websocket: Attach the Websocket module on outgoing INVITEs.Joshua Colp
2014-08-24res_pjsip_transport_websocket: Fix a progressive memory growth.Joshua Colp
2014-08-24res_pjsip_transport_websocket: Ensure secure Websocket clients can be called.Joshua Colp
2014-08-22ARI: Fix a crash caused by hanging during playback to a channel in a bridgeJonathan Rose
2014-08-21res_musiconhold.c: Remove obsolete REF_DEBUG code.Richard Mudgett
2014-08-21Switch from hostname to an IP address in the SDP origin line.Mark Michelson
2014-08-21Ensure after-bridge behavior is correct when moving from Stasis to a non-Stas...Mark Michelson
2014-08-21res_musiconhold: Fix reference leaks caused when reloading with REF_DEBUG setJonathan Rose
2014-08-21Let's try checking the name and number, instead of the name twice.Mark Michelson
2014-08-21Improve consistency of party ID privacy usage.Mark Michelson
2014-08-21Clean up files that do not end with newlinesMatthew Jordan
2014-08-20chan_pjsip: Update media translation paths when new SDP negotiated.Richard Mudgett
2014-08-20Set the role for inbound subscriptions correctly.Mark Michelson
2014-08-20Stasis: Add information to blind transfer eventKinsey Moore
2014-08-19Alter documentation for callerid_privacy to use correct values.Mark Michelson
2014-08-19Fix compilation error on certain versions of GCC.Mark Michelson
2014-08-19ARI: Fix a bug where /channels/{channelID}/continue doesn't execute PBXJonathan Rose
2014-08-19chan_pjsip: Fix attended transfer connected line name update.Richard Mudgett
2014-08-18Multiple revisions 421311-421312Matthew Jordan
2014-08-18Improve call forwarding reporting, especially with regards to ARI.Matthew Jordan