summaryrefslogtreecommitdiff
path: root/include/asterisk/res_pjsip.h
AgeCommit message (Expand)Author
2015-07-24pjsip: Add rtp_timeout and rtp_timeout_hold endpoint options.Joshua Colp
2015-07-20res_pjsip: Add rtp_keepalive endpoint option.Mark Michelson
2015-07-06res_pjsip: Failover when server is not availableKevin Harwell
2015-06-25threadpool, res_pjsip: Add serializer group shutdown API calls.Richard Mudgett
2015-06-23res_pjsip_mwi: Set up unsolicited MWI upon registration.Joshua Colp
2015-06-15res_pjsip: Add option to force G.726 to be treated as AAL2 packed.Kevin Harwell
2015-06-10res_pjsip.h: Fix some doxygen comments.Richard Mudgett
2015-05-26res_pjsip: Add AMI events for chan_pjsip contact lifecycle changesGeorge Joseph
2015-05-22res_pjsip: Refactor endpt_send_transaction (qualify_timeout)George Joseph
2015-04-29res_pjsip_outbound_registration: Don't fail on delayed processing.Mark Michelson
2015-04-19pjsip_options: Fix non-qualified contacts showing as unavailableGeorge Joseph
2015-04-16res_pjsip: Add global option to limit the maximum time for initial qualifiesGeorge Joseph
2015-04-16pjsip_options: Add qualify_timeout processing and eventingGeorge Joseph
2015-04-16res_pjsip: Refactor endpt_send_request to include transaction timeoutGeorge Joseph
2015-04-10res_pjsip: Add an 'auto' option for DTMF ModeMatthew Jordan
2015-03-27Add stateful PJSIP response API call, and use it for out-of-dialog responses.Mark Michelson
2015-03-24chan_pjsip: Add "rpid_immediate" option to prevent unnecessary "180 Ringing" ...Richard Mudgett
2015-03-17res_pjsip: Allow configuration of endpoint identifier query orderKevin Harwell
2015-03-17res_pjsip: Allow configuration of endpoint identifier query orderKevin Harwell
2015-03-13Revert - res_pjsip: Allow configuration of endpoint identifier query orderKevin Harwell
2015-03-11res_pjsip: Move internal init/destroy prototypes to private header file.Richard Mudgett
2015-03-11res_pjsip: Fix pjsip.conf type=global object default value handling.Richard Mudgett
2015-03-09res_pjsip: allow configuration of endpoint identifier query orderKevin Harwell
2015-01-16Add support for the ca_list_path option for PJSIP transports.Mark Michelson
2015-01-05pjsip: Add 'PJSIP_AOR' and 'PJSIP_CONTACT' dialplan functions.Joshua Colp
2014-11-19res_pjsip_sdp_rtp: Add support for optimistic SRTP.Joshua Colp
2014-11-14Fix race condition where duplicated requests may be handled by multiple threads.Mark Michelson
2014-11-03chan_pjsip: Add support for passing hold and unhold requests through.Joshua Colp
2014-10-17res_pjsip_keepalive: Add runtime configurable keepalive module for connection...Joshua Colp
2014-10-17res_pjsip: Add 'user_eq_phone' option to add a 'user=phone' parameter when ap...Joshua Colp
2014-10-16PJSIP: Enforce module load dependenciesKinsey Moore
2014-09-18res_pjsip: ami: Fix error in AMI output when an endpoint has no transportGeorge Joseph
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-16res_pjsip: Support setting a default accountcode on endpointsMatthew Jordan
2014-06-30Recorded merge of revisions 417677 from http://svn.asterisk.org/svn/asterisk/...Joshua Colp
2014-06-27res_pjsip: Add ActionID to events created as a result of PJSIP AMI actionsMatthew Jordan
2014-06-26res_http_websocket: Close websocket correctly and use careful fwriteMatthew Jordan
2014-06-12res_pjsip_pubsub: Persist subscriptions in sorcery so they are recreated on s...Joshua Colp
2014-03-25Add a "message_context" option for PJSIP endpoints.Mark Michelson
2014-03-25res_pjsip: Fix contact authenticate_qualify endpoint lookup when qualifing a ...Richard Mudgett
2014-03-08pjsip_cli: Create pjsip show channel and contact, and general cli code cleanup.George Joseph
2014-02-17Store SIP User-Agent information in contacts.Mark Michelson
2014-02-06res_pjsip: Updates and adds more PJSIP CLI commands.Richard Mudgett
2014-01-31res_pjsip: Config option to enable PJSIP logger at load time.Kevin Harwell
2014-01-15PJSIP: Add Path header supportKinsey Moore
2014-01-02res_pjsip: add 'set_var' support on endpointsKevin Harwell
2013-12-20res_pjsip: Add PJSIP CLI commandsMatthew Jordan
2013-12-14res_pjsip: Apply outbound proxy to all SIP requests.Joshua Colp
2013-12-11res_pjsip_messaging: send message to a default outbound endpointKevin Harwell
2013-12-09Switch PJSIP auth to use a vector.Mark Michelson