summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Expand)Author
2013-12-31chan_pjsip: Handle hanging up before calling.Joshua Colp
2013-12-31res_pjsip_endpoint_identifier_ip: Accept hostnames in the 'match' field.Joshua Colp
2013-12-31res_pjsip_outbound_registration: Add validation for 'server_uri' and 'client_...Joshua Colp
2013-12-24res_pjsip_pubsub: Ensure dialog manipulation happens on proper thread.Joshua Colp
2013-12-21res_pjsip/pjsip_cli: fix compilation error caused by passing ast_freeMatthew Jordan
2013-12-20ari: Remove support for specifying channel vars during origination.David M. Lee
2013-12-20res_pjsip: Add PJSIP CLI commandsMatthew Jordan
2013-12-20Fix issue where PJSIP blind transferer dialog may not complete as planned.Mark Michelson
2013-12-20res_stasis_device_state: Set resource type for subscriptions to deviceStateMatthew Jordan
2013-12-20ao2_iterator: Mini-audit of the ao2_iterator loops in the new code files.Richard Mudgett
2013-12-19res_pjsip: Ignore 401/407 responses for transactions and dialogs we don't kno...Joshua Colp
2013-12-19res_pjsip_session: Fix SDP negotiation when resending an INVITE with authenti...Joshua Colp
2013-12-19Fix a deadlock that occurred due to a conflict of masquerades.Mark Michelson
2013-12-19res_fax.c: crash on framehook with no dsp in fax detectScott Griepentrog
2013-12-19Voicemail: Remove mailbox identifier format (box@context) assumptions in the ...Richard Mudgett
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-18channels: Return allocated channels locked.Joshua Colp
2013-12-18res_calendar: Protect channel when adding datastore.Joshua Colp
2013-12-17bridging: Give bridges a name and a known creatorJonathan Rose
2013-12-17res_sorcery_config: Output an error message when an object can't be created.Joshua Colp
2013-12-17ari/resource_channels: When creating a channel, specify a default format (SLIN)Matthew Jordan
2013-12-14res_pjsip: Apply outbound proxy to all SIP requests.Joshua Colp
2013-12-14res_stasis: Expose event for call forwarding and follow forwarded channel.Joshua Colp
2013-12-13documentation: Add PJSIP technology to messaging documentationJonathan Rose
2013-12-13Transfers: Make Asterisk set ATTENDEDTRANSFER/BLINDTRANSFER more reliablyJonathan Rose
2013-12-13ARI: Allow specifying channel variables during a POST /channelsKevin Harwell
2013-12-13ARI: Adding a channel to a bridge while a live recording is active blocksKevin Harwell
2013-12-11res_pjsip_messaging: send message to a default outbound endpointKevin Harwell
2013-12-11func_channel, chan_pjsip: Add CHANNEL read function support for chan_pjsipMatthew Jordan
2013-12-10Fix correct authentication behavior for artificial endpoint.Mark Michelson
2013-12-09Reverting regex part of -r403545 at request of file.Richard Mudgett
2013-12-09res_sorcery_astdb.c: Fix get multiple records by regex.Richard Mudgett
2013-12-09res_pjsip_nat: Add NAT module to session dialogs.Joshua Colp
2013-12-09Switch PJSIP auth to use a vector.Mark Michelson
2013-12-09res_fax_spandsp: Always init T.38 session to avoid crashes during state changeMatthew Jordan
2013-12-08res_config_sqlite: Check for CDR unregistration failuresMatthew Jordan
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-05ari: Fix deadlock problem with functions that use autoservice.David M. Lee
2013-12-04res_pjsip_registrar: undefined function pointer symbolKevin Harwell
2013-12-04res_pjsip_t38: Don't pass T.38 control frames through to other hooks.Joshua Colp
2013-12-04Initialize the hash value argument to pj_hash_get() to 0.Mark Michelson
2013-12-03res_pjsip_session: Add support for PJMEDIA_SDP_NEG_ALLOW_MEDIA_CHANGE flag.Joshua Colp
2013-12-03sorcery, bucket: Change observer remove calls to take const callbacks struct.Richard Mudgett
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-12-01res_pjsip_session: Apply fromuser and fromdomain to all requests as documented.Joshua Colp
2013-12-01res_pjsip_t38: Add the framehook to the channel only on first INVITE.Joshua Colp
2013-12-01res_pjsip_transport_websocket: Fix security events and simplify implementation.Joshua Colp
2013-11-30res_ari: Add Recording events to the validator.Joshua Colp
2013-11-28res_pjsip_sdp_rtp: Don't produce an invalid media stream with no formats.Joshua Colp
2013-11-28res_pjsip_header_funcs: Don't add headers to re-INVITEs.Joshua Colp