summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2013-10-29res_ari_playback: Add missing 404 error response for GET and DELETE.Joshua Colp
2013-10-26res_stasis.c: Made use the ao2_container callback templates.Richard Mudgett
2013-10-25You'd think that new files would be free of whitespace issues. But you would...Richard Mudgett
2013-10-25ARI: channel/bridge recording errors when invalid format specifiedJonathan Rose
2013-10-25ARI recordings: Issue HTTP failures for recording requests with file conflictsJonathan Rose
2013-10-25PJSIP: Add log messages when requests are received for non-existent endpointsJonathan Rose
2013-10-23res_rtp_asterisk: Address jittery DTMF events in RTP streamsJonathan Rose
2013-10-22res_rtp_asterisk: Fix crash when RTCP is not available during SSRC changeMatthew Jordan
2013-10-22res_parking: Give parking timeout comebacktoorigin channel DTMF features.Richard Mudgett
2013-10-22res_parking: Update XML documention for DTMF features after parking timeout.Richard Mudgett
2013-10-21Fixed malformed Access-Control-Allow-Methods header. Was causing Safari to ba...David M. Lee
2013-10-19Return a channel snapshot when originating using ARI, and subscribe the Stasi...Joshua Colp
2013-10-18res_parking: Remove setting useless flag.Richard Mudgett
2013-10-18Add channel lock protection around translation path setup.Richard Mudgett
2013-10-17res_parking: Fix bug where reloading immediately wipes new parkpos extensionsJonathan Rose
2013-10-17Reduce log level of a non-pubsub error messageKinsey Moore
2013-10-16ARI: Fix crash when POST /playback/{id}/control does not have an operation pa...Richard Mudgett
2013-10-16Clarify documentation for channel and bridge listKinsey Moore
2013-10-16Use POST / DELETE to toggle ARI bridge mohPaul Belanger
2013-10-15Ensure bridge record error responses validateKinsey Moore
2013-10-15Use POST / DELETE to toggle hold / moh for ARI channelsPaul Belanger
2013-10-14pjsip outbound registration: Log message says received a 408 when we didn'tKevin Harwell
2013-10-14Remove duplicate module info blockMatthew Jordan
2013-10-13Fix a race condition in res_pjsip_session with rapidly terminating the session.Joshua Colp
2013-10-12Fix realm comparison for outbound authKinsey Moore
2013-10-11Multiple revisions 400508,400842-400843,400848David M. Lee
2013-10-10Perform validation of permanent contacts on AORs in res_pjsip.Joshua Colp
2013-10-10Fix an assertion in res_pjsip when specifying an invalid outbound proxy.Joshua Colp
2013-10-09Use 'z' as the format specifier for size_tMatthew Jordan
2013-10-08Add PJSIP_HEADER function for manipulation of SIP headers in the PJSIP stackMatthew Jordan
2013-10-08Switch from using pjsip_strerror to pj_strerror.Mark Michelson
2013-10-08Fix STUN crash when using IPv6 any addressKinsey Moore
2013-10-08Push CLI qualify into the threadpool.Mark Michelson
2013-10-08Make app_queue and res_agi independent of AMI being enabled.Richard Mudgett
2013-10-04chan_pjsip: Make logger togglable without loading/unloadingJonathan Rose
2013-10-04ARI: Add subscription supportMatthew Jordan
2013-10-04Enclose the To URI and update its user portion if a request user has been spe...Joshua Colp
2013-10-04Replace the connection address at the SDP level if altering the SDP with the ...Joshua Colp
2013-10-03Fix a crash caused by muting and unmuting a channel in ARI without specifying...Joshua Colp
2013-10-03res_rtp_multicast: Ensure SSRC is set properlyKinsey Moore
2013-10-03Cache string values of formats on ast_format_cap() to save processing.Mark Michelson
2013-10-03Fix crashes in res_pjsip_sdp_rtp and res_pjsip_t38 when a stream is rejected ...Joshua Colp
2013-10-02Multiple revisions 400318-400319Mark Michelson
2013-10-02Fix a crash in res_pjsip_t38 caused by the wrong assumption that a session wi...Joshua Colp
2013-10-02MALLOC_DEBUG: Fix some misuses of free() when MALLOC_DEBUG is enabled.Richard Mudgett
2013-10-02Fix a random one way audio issue in PJSIP.Joshua Colp
2013-10-02Allow specifying a channel to dial an extension and context in an ARI dial op...Joshua Colp
2013-10-02Retrieve and store the hostname only once so multiple threads do not potentia...Joshua Colp
2013-09-30Multiple revisions 399887,400138,400178,400180-400181David M. Lee
2013-09-30chan_sip: Allow Asterisk to retry after 403 on registerKinsey Moore