summaryrefslogtreecommitdiff
path: root/res/res_pjsip
AgeCommit message (Expand)Author
2014-11-19res_pjsip_sdp_rtp: Add support for optimistic SRTP.Joshua Colp
2014-11-15res_pjsip: Enforce requirements for session timer minimum expiration period a...Joshua Colp
2014-11-06res_pjsip: Ensure in-dialog responses have an endpoint associated.Joshua Colp
2014-11-05Make the disable_tcp_switch PJSIP system object enabled by default.Mark Michelson
2014-11-03res_pjsip: Add disable_tcp_switch option.Richard Mudgett
2014-10-30res_pjsip: incorrect qualify statistics after disabling for contactKevin Harwell
2014-10-06res_pjsip/pjsip_options: Do not 404 an OPTIONS request not sent to an endpointMatthew Jordan
2014-10-06res_pjsip: Prevent crashes when PJPROJECT presents an rdata with no messageMatthew Jordan
2014-10-03PJSIP: Restore functional default for callerid_privacyKinsey Moore
2014-10-02res_pjsip: Make transport cipher option accept a comma separated list of ciph...Richard Mudgett
2014-10-01res_pjsip: Add 'dtls_fingerprint' option to configure DTLS fingerprint hash.Joshua Colp
2014-10-01PJSIP: Handle defaults properlyKinsey Moore
2014-09-29pjsip_cli: Suppress header print on error or no objectsGeorge Joseph
2014-09-24pjsip_options.c: Fix race condition stopping periodic out of dialog OPTIONS r...Richard Mudgett
2014-09-18res_pjsip: Don't require a password when doing userpass authentication.Sean Bright
2014-09-18res_pjsip: ami: Fix error in AMI output when an endpoint has no transportGeorge Joseph
2014-09-10pjsip/config_auth.c: Add missing whitespace to log messages.Sean Bright
2014-08-28res/res_pjsip/pjsip_options.c: Eliminate excessive RAII_VAR usage.Richard Mudgett
2014-08-01Add ContactStatusDetail to PJSIPShowEndpoint AMI output.Mark Michelson
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-07-07res_pjsip_dialog_info_body_generator: Add dialog-info+xml support for presence.Joshua Colp
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-13stasis: Reduce creation of channel snapshots to improve performanceMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2014-05-07Improve XML sanitization in NOTIFYs, especially for presence subtypes and mes...Mark Michelson
2014-05-01res_pjsip: Add the ability to configure ciphers based on name.Joshua Colp
2014-04-18Allow for multiple contacts to be configured in a single contact= line.Mark Michelson
2014-04-17res_pjsip: Handle reloading when permanent contacts exist and qualify is conf...Joshua Colp
2014-04-15Remove unused RAII_VAR() declarations.Richard Mudgett
2014-04-02Prevent duplicate sorcery wizards from being applied to sorcery object types.Mark Michelson
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-18res_pjsip: Fix memory leak of nameservers in off-nominal resolver creation fa...Joshua Colp
2014-03-17res_pjsip: Enable PJSIP DNS client support.Joshua Colp
2014-03-17Revert changes to sorcery that accidentally got committed.Mark Michelson
2014-03-17Fix stuck channel in ARI through the introduction of synchronous bridge actions.Mark Michelson
2014-03-14PJSIP: TOS values should be represented as decimals in sorcery objectsJonathan Rose
2014-03-10AST-2014-003: res_pjsip: When handling 401/407 responses don't assume a reque...Joshua Colp
2014-03-08pjsip_cli: Create pjsip show channel and contact, and general cli code cleanup.George Joseph
2014-03-07pjsip: allow and disallow show same codecsScott Griepentrog
2014-03-06sorcery: Create AST_SORCERY dialplan function.George Joseph
2014-03-06pjsip configuration: Make transport TOS values consistent with endpointsJonathan Rose
2014-02-20pjsip_cli: Add pjsip commands 'show registrations' and 'show contacts'.George Joseph
2014-02-20pjsip_cli: Fix memory leak in ast_sip_cli_print_sorcery_objectset.George Joseph
2014-02-20sorcery: Create sorcery instance registry.George Joseph
2014-02-17Store SIP User-Agent information in contacts.Mark Michelson
2014-02-13Fix crash in AMI PJSIPShowEndpoint action.Mark Michelson