Commit Graph

3576 Commits (4d5e96ab53f7076496e62b251dd349f320120d88)

Author SHA1 Message Date
Alexander Traud 33752e0837 res_pjsip_sdp_rtp: Enable Opus to be negotiated via SIP/SDP.
10 years ago
Matt Jordan afec1b1b64 res_pjsip/location: Destroy contact_status objects on contact deletion
10 years ago
Matt Jordan 1cf699c848 Merge "pjsip_configuration: On delete, remove the persistent version of an endpoint" into 13
10 years ago
Matt Jordan 715f770c9f pjsip_configuration: On delete, remove the persistent version of an endpoint
10 years ago
Mark Michelson 6fbffe42e1 res_pjsip: Set threadpool max size default to 50.
10 years ago
Matt Jordan 11e54b1932 pjsip_options: Schedule/unschedule qualifies on AoR creation/destruction
10 years ago
Joshua Colp 9a021a42ad res_pjsip_pubsub: Fix assertion when UAS dialog creation fails.
10 years ago
Joshua Colp ba566b0f0f Merge "res_pjsip: Add "like" processing to pjsip list and show commands" into 13
10 years ago
Matt Jordan 6875944771 Merge "res_pjsip_pubsub: Prevent sending NOTIFY on destroyed dialog." into 13
10 years ago
Matt Jordan 131c3c181d Merge "res_pjsip_pubsub: Ensure dialog lock balance." into 13
10 years ago
Matt Jordan c7651da5d1 Merge "res_pjsip_pubsub: Prevent crashes on final NOTIFY." into 13
10 years ago
Matt Jordan 90f0ed5475 Merge "res_pjsip_pubsub: Remove serializer when sending final NOTIFY." into 13
10 years ago
Matt Jordan d9be087da4 Merge "res_pjsip_pubsub: Fix crash on destruction of empty subscription tree." into 13
10 years ago
Matt Jordan 4d576fe6d9 Merge "res_pjsip_pubsub: Solidify lifetime and ownership of objects." into 13
10 years ago
George Joseph 162acd45f7 res_pjsip: Add "like" processing to pjsip list and show commands
10 years ago
Joshua Colp d818e6edce Merge "res_pjsip_outbound_registration: registration stops due to fatal 4xx response" into 13
10 years ago
Kevin Harwell c58091737d res_pjsip_outbound_registration: registration stops due to fatal 4xx response
10 years ago
Mark Michelson 3b19efefef res_pjsip_pubsub: Prevent sending NOTIFY on destroyed dialog.
10 years ago
Mark Michelson 0a346f095f res_pjsip_pubsub: Ensure dialog lock balance.
10 years ago
Mark Michelson ad39508095 res_pjsip_pubsub: Prevent crashes on final NOTIFY.
10 years ago
Mark Michelson 067f408760 res_pjsip_pubsub: Remove serializer when sending final NOTIFY.
10 years ago
Mark Michelson 1bcc592765 res_pjsip_pubsub: Fix crash on destruction of empty subscription tree.
10 years ago
Mark Michelson b3cc2bd7df res_pjsip_pubsub: Solidify lifetime and ownership of objects.
10 years ago
Joshua Colp f2725c8b77 res_pjsip: Move URI validation to use time.
10 years ago
Richard Mudgett dc6ec661b3 res_config_pgsql.c: Fix deadlock loading realtime configuration.
10 years ago
Joshua Colp 1c799b1f1e Merge "chan_pjsip: Fix crash on reINVITE before initial INVITE completes." into 13
10 years ago
Richard Mudgett 3329c714f7 res_pjsip: Fix deadlock when sending out-of-dialog requests.
10 years ago
StefanEng86 a1435aa3fa res/res_rtp_asterisk.c: Fix incorrect assignment of frame->subclass.frame_ending
10 years ago
Matt Jordan b714b2152d res/res_rtp_asterisk: Fix assignment after ao2 decrement
10 years ago
Richard Mudgett 426263a64d chan_pjsip: Fix crash on reINVITE before initial INVITE completes.
10 years ago
Matt Jordan 50fa9ff997 Fix improper usage of scheduler exposed by 5c713fdf18
10 years ago
Richard Mudgett 40c69e78f5 res_sorcery_memory_cache.c: Fix deadlock with scheduler.
10 years ago
Richard Mudgett dfeb513e85 res_sorcery_memory_cache.c: Replace inline code with function.
10 years ago
Richard Mudgett ced0a2d71b res_sorcery_memory_cache.c: Shutdown in a less crash potential order.
10 years ago
Richard Mudgett cc279eea11 res_sorcery_memory_cache.c: Misc tweaks.
10 years ago
Richard Mudgett 9af3b613f6 res_sorcery_memory_cache.c: Made use OBJ_SEARCH_MASK.
10 years ago
Joshua Colp 56ed7b9dd5 res_rtp_asterisk: Move "Set role" warning to be debug.
10 years ago
Richard Mudgett 5f19c9bade res/ari/config.c: Fix user sort compare function.
10 years ago
Richard Mudgett 3a85764039 res/ari/config.c: Optimize conf_alloc() object init.
10 years ago
Richard Mudgett 028033e5a8 res/ari/config.c: Fix conf_alloc() object init.
10 years ago
Matt Jordan 90165e306d res/res_stasis: Fix accidental subscription to 'all' bridge topic
10 years ago
Matt Jordan b50e372394 ARI: Add events for Contact and Peer Status changes
10 years ago
Matt Jordan 3502c0431d res/res_stasis_device_state: Allow for subscribing to 'all' device state
10 years ago
Matt Jordan 4c9f613309 ARI: Add the ability to subscribe to all events
10 years ago
Matt Jordan 16f1598b31 Merge "CHAOS: res_pjsip_diversion avoid crash if allocation fails" into 13
10 years ago
Scott Griepentrog c94f46080f CHAOS: avoid crash if string create fails
10 years ago
Richard Mudgett 4cc59533b9 CHAOS: res_pjsip_diversion avoid crash if allocation fails
10 years ago
Mark Michelson fe5077b1f8 res_pjsip_pubsub: Eliminate race during initial NOTIFY.
10 years ago
Matt Jordan 4fd0af298e Merge "res/res_pjsip_nat: Ignore REGISTER requests when looking for a Record-Route" into 13
10 years ago
Richard Mudgett e75aff53e6 res_pjsip_pubsub.c: Mark ast_sip_create_subscription() as not used.
10 years ago
Richard Mudgett 4d91d01df1 res_pjsip_pubsub.c: Add some notification comments.
10 years ago
Richard Mudgett f36a9d1221 res_pjsip_pubsub.c: Set dlg_status code instead of sending SIP response.
10 years ago
Richard Mudgett 94582f8fab res_pjsip_pubsub.c: Fix off-nominal memory leak.
10 years ago
Richard Mudgett 8b3ed52239 res_pjsip_pubsub.c: Fix one byte buffer overrun error.
10 years ago
Richard Mudgett 4329bd1e4c res_pjsip_pubsub.c: Use ast_alloca() instead of alloca().
10 years ago
Richard Mudgett a456a20ecf res_pjsip_pubsub.c: Add missing error return in load_module().
10 years ago
Richard Mudgett f58f4c6e27 res_pjsip/location.c: Use the builtin ao2_callback() match function instead.
10 years ago
Mark Michelson 9d1f176e29 res_pjsip: Copy default_from_user to avoid crash.
10 years ago
Matt Jordan 1dd0e220bf res/res_pjsip_nat: Ignore REGISTER requests when looking for a Record-Route
10 years ago
Joshua Colp 16fa1cbb6c Merge "ParkAndAnnounce: Add variable inheritance" into 13
10 years ago
Scott Griepentrog f72f9ceefc pjsip: avoid possible crash req_caps allocation failure
10 years ago
Joshua Colp 34ad877bac Merge "res_pjsip: Use hash for contact object identity instead of Contact URI." into 13
10 years ago
Jonathan Rose fbf720db91 ParkAndAnnounce: Add variable inheritance
10 years ago
Matt Jordan 777f9adfc7 Merge "res_rtp_asterisk: Add more ICE debugging" into 13
10 years ago
David M. Lee 695f26cbb7 res_rtp_asterisk: Add more ICE debugging
10 years ago
Joshua Colp 9c5a0035d9 Merge "res/res_pjsip: Purge contacts when an AoR is deleted" into 13
10 years ago
Joshua Colp 5469caa9dd res_pjsip: Use hash for contact object identity instead of Contact URI.
10 years ago
Matt Jordan c3e6debdb9 res/res_pjsip: Purge contacts when an AoR is deleted
10 years ago
Joshua Colp 6a4d2b2e58 Merge "res_pjsip: Change default from user value." into 13
10 years ago
Joshua Colp 3070dd0660 Merge "Fix when remote candidates exceed PJ_ICE_MAX_CAND" into 13
10 years ago
David M. Lee 61c6c6aa6c Fix when remote candidates exceed PJ_ICE_MAX_CAND
10 years ago
Mark Michelson ac62928d6b res_pjsip: Change default from user value.
10 years ago
Martin Tomec d32e516c7c res/pjsip: Mark WSS transport as secure
10 years ago
Mark Michelson ad9cb6c2ce res_pjsip: Fix contact refleak on stateful responses.
10 years ago
Mark Michelson d58c8d73af res_pjsip_pubsub: re-re-fix persistent subscription storage.
10 years ago
Joshua Colp 1b1561f4c8 res_pjsip_sdp_rtp: Fix multiple keepalive scheduled items.
10 years ago
Mark Michelson b5801fe42c Merge "res_pjsip_session: Don't invoke session supplements twice for BYE requests." into 13
10 years ago
Joshua Colp c2df44ad3e Merge "res_pjsip: Add common ast_sip_get_host_ip API." into 13
10 years ago
Joshua Colp c2c7319082 res_pjsip_session: Don't invoke session supplements twice for BYE requests.
10 years ago
Scott Griepentrog 6862c2a167 Chaos: handle failed allocation in get_media_encryption_type
10 years ago
Joshua Colp 2a4eee0cd9 res_pjsip: Add common ast_sip_get_host_ip API.
10 years ago
Mark Michelson d238cf33a9 Merge "res_pjsip_pubsub: On recreated notify fail deleted sub_tree is referenced" into 13
10 years ago
Joshua Colp 5f781cb799 Merge "res_pjsip/pjsip_configuration: Disregard empty auth values" into 13
10 years ago
Joshua Colp 7c4d0c3506 res_pjsip_pubsub: On recreated notify fail deleted sub_tree is referenced
10 years ago
Matt Jordan bc6fe07f5c res_pjsip/pjsip_configuration: Disregard empty auth values
10 years ago
Richard Mudgett 0582776f7f ari/ari_websockets.c: Fix ast_debug parameter type mismatch.
10 years ago
Matt Jordan 94d93e4d40 Merge "res_ari.c: Add missing off nominal unlock and remove a RAII_VAR()." into 13
10 years ago
Richard Mudgett 77518d5434 res_http_websocket.c: Fix some off nominal path cleanup.
10 years ago
Richard Mudgett c61547fee6 res_ari.c: Add missing off nominal unlock and remove a RAII_VAR().
10 years ago
Mark Michelson b719f56c72 res_pjsip_sdp_rtp: Restore removed NULL check.
10 years ago
Joshua Colp e18c300550 res_http_websocket: When shutting down a session don't close closed socket
10 years ago
Joshua Colp 0bc6fe6f7d Merge "res_http_websocket: Forcefully terminate on write errors." into 13
10 years ago
Joshua Colp b4e9416138 res_http_websocket: Forcefully terminate on write errors.
10 years ago
Richard Mudgett c126afe18f res_pjsip.c: Fix crash from corrupt saved SUBSCRIBE message.
10 years ago
Matt Jordan 47d9ff1741 Merge "res/res_format_attr_silk: Expose format attributes to other modules" into 13
10 years ago
Joshua Colp c57b78d4c9 Merge "Replace htobe64 with htonll" into 13
10 years ago
Joshua Colp f733bc10b1 Merge "res_pjsip_pubsub: More accurately persist packet." into 13
10 years ago
Matt Jordan 8e194047ac res/res_format_attr_silk: Expose format attributes to other modules
10 years ago
David M. Lee 26f0559a94 Replace htobe64 with htonll
10 years ago
Scott Emidy df9ce36366 ARI: Retrieve existing log channels
10 years ago
Scott Emidy e9f1bc08cb ARI: Creating log channels
10 years ago
Joshua Colp cf27200391 Merge "ARI: Deleting log channels" into 13
10 years ago
Joshua Colp 4b1bd40d7e Merge "res_pjsip: Ensure sanitized XML is NULL terminated." into 13
10 years ago
Scott Emidy 78364132ce ARI: Deleting log channels
10 years ago
Mark Michelson e25569ef95 res_pjsip_pubsub: More accurately persist packet.
10 years ago
Joshua Colp 9182c9e4e6 Merge "res_rtp_asterisk.c: Fix off-nominal crash potential." into 13
10 years ago
Joshua Colp ba40b07ddc Merge topic 'misc_rtp_tweaks' into 13
10 years ago
Joshua Colp 8521a86367 res_pjsip: Ensure sanitized XML is NULL terminated.
10 years ago
Joshua Colp c07fa843ec Merge "res_pjsip_sdp_rtp.c: Fix processing wrong SDP media list." into 13
10 years ago
Mark Michelson 56d11d4198 Merge "res_rtp_asterisk: Don't leak temporary key when enabling PFS." into 13
10 years ago
Joshua Colp 9a12804e59 res_rtp_asterisk: Don't leak temporary key when enabling PFS.
10 years ago
Mark Michelson 27dc2094e9 res_http_websocket: Debug write lengths.
10 years ago
Matt Jordan 1aa23a5d1b Merge "res_http_websocket: Avoid passing strlen() to ast_websocket_write()." into 13
10 years ago
Mark Michelson 39cc28f6ea res_http_websocket: Avoid passing strlen() to ast_websocket_write().
10 years ago
Mark Duncan aed068844c res/res_rtp_asterisk: Add ECDH support
10 years ago
Mark Michelson e28fbebc57 Merge "ARI: Rotate log channels." into 13
10 years ago
Benjamin Ford 1ae762634c ARI: Rotate log channels.
10 years ago
Richard Mudgett 84262749d2 res_rtp_asterisk.c: Fix off-nominal crash potential.
10 years ago
Richard Mudgett a93b7a927c res_pjsip_sdp_rtp.c: Fix processing wrong SDP media list.
10 years ago
Richard Mudgett 741fa0d26d res_pjsip_sdp_rtp.c: Fixup some whitespace.
10 years ago
Richard Mudgett 13eb491e35 res_pjsip_session.c: Fix crashes seen when call cancelled.
10 years ago
Mark Michelson 48698a5e21 res_http_websocket: Properly encode 64 bit payload
10 years ago
Joshua Colp 2749721791 pjsip: Add rtp_timeout and rtp_timeout_hold endpoint options.
10 years ago
Mark Michelson d9094ddd73 res_pjsip: Add rtp_keepalive endpoint option.
10 years ago
Michael Cargile a23adcca3d res/res_musiconhold: Add a warning when MOH does not exist
10 years ago
Matt Jordan 03064daeb2 res/res_sorcery_config: Prevent crash from misconfigured sorcery.conf
10 years ago
Matt Jordan 9d7f689b4b Merge "ARI: Add support for push configuration of dynamic object" into 13
10 years ago
Matt Jordan 8bcf6d2801 ARI: Add support for push configuration of dynamic object
10 years ago
Matt Jordan 80eaf0b025 Merge "res_pjsip_session.c: Extract sip_session_defer_termination_stop_timer()." into 13
10 years ago
Matt Jordan 174f0e9d4d Merge "res_pjsip_session.c: Add some helpful comments and minor tweaks." into 13
10 years ago
Matt Jordan bba2c44ac4 Merge "res_pjsip_session.c: Fix off nominal crash potential in debug message." into 13
10 years ago
Richard Mudgett 243c0d1609 parking_applications.c: Fix ast_verb() line terminator.
10 years ago
Richard Mudgett c782320c68 res_parking: Fix crash if ATTENDEDTRANSFER set empty before Park.
10 years ago
Richard Mudgett 2735dd5b2d res_pjsip_session.c: Extract sip_session_defer_termination_stop_timer().
10 years ago
Richard Mudgett 3d0ca343ca res_pjsip_session.c: Add some helpful comments and minor tweaks.
10 years ago
Richard Mudgett 8d08bb179c res_pjsip_session.c: Fix off nominal crash potential in debug message.
10 years ago
Mark Michelson ca41785774 Merge "ARI: Fixed unload mode for unload module." into 13
10 years ago
Benjamin Ford 3384e64ef6 ARI: Fixed unload mode for unload module.
10 years ago
Matt Jordan 00d858da87 Merge "res_pjsip_session.c: Fix crash on call disconnect." into 13
10 years ago
Matt Jordan 0b6ff77afb res/res_sorcery_astdb: Add a debugging message for when retrieval by ID fails
10 years ago
Matt Jordan 2f0d6d346c res/res_pjsip_outbound_registration: Fix WARNING message
10 years ago
Matt Jordan cd2213f1ae res_pjsip/configuration: Fix a variety of default value problems
10 years ago
Richard Mudgett 653f2087e0 res_pjsip_session.c: Fix crash on call disconnect.
10 years ago
Benjamin Ford 1aafadf814 ARI: Added new functionality to reload a single module.
10 years ago
Benjamin Ford 9dcae23cfc ARI: Added new functionality to unload a single module.
10 years ago
Benjamin Ford c219a98d2b ARI: Added new functionality to load a single module.
10 years ago
Benjamin Ford 73e35d20de ARI: Added new functionality to get information on a single module.
10 years ago
Matt Jordan 4a5f23e716 Merge "res/res_sorcery_memory_cache: Fix test registration issues" into 13
10 years ago
Matt Jordan bee41eec62 res/res_sorcery_memory_cache: Fix test registration issues
10 years ago
Matt Jordan e51d86682a Merge "ARI: Added new functionality to get all module information." into 13
10 years ago
Benjamin Ford 47ea312b24 ARI: Added new functionality to get all module information.
10 years ago
Joshua Colp b74b071369 res_sorcery_memory_cache: Backport to 13
10 years ago
Joshua Colp 7ff1ac8797 res_rtp_asterisk: Ensure DTLS timeout timer is -1 if DTLS is not used.
10 years ago
Matt Jordan b842a8dabf Merge "res_pjsip_mwi.c: Use safer loop coding in mwi_subscription_mailboxes_str()." into 13
10 years ago
Matt Jordan 84a6ed05b7 Merge "res_pjsip_mwi.c: Fix MWI subscription memory corruption crash." into 13
10 years ago
Joshua Colp 7386a761c1 Merge "PJSIP XML, XPIDF: Fix buffer size overwrite memory corruption error." into 13
10 years ago
Joshua Colp 4c99310468 Merge topic 'res_pjsip_mwi_cleanups' into 13
10 years ago
Joshua Colp f35d8f5670 Merge "PJSIP FAX: Fix T.38 automatic reject timer NULL channel pointer dereferences." into 13
10 years ago
Joshua Colp 618b97c143 Merge "res_pjsip_t38.c: Fix always false if test." into 13
10 years ago
Joshua Colp 2bc9245d9d Merge "res_pjsip: Need to use the same serializer for a pjproject SIP transaction." into 13
10 years ago
Joshua Colp 6d4227bbba Merge "res/res_http_websocket: Don't send HTTP response fragmented." into 13
10 years ago
Joshua Colp 05e8e14982 res_rtp_asterisk: Prevent simultaneous access to DTLS SSL context.
10 years ago
Richard Mudgett 38bace4fbb res_pjsip_t38.c: Fix always false if test.
10 years ago
Richard Mudgett 2f7688c788 res_pjsip_mwi.c: Use safer loop coding in mwi_subscription_mailboxes_str().
10 years ago
Richard Mudgett 74be3a50d7 res_pjsip_mwi.c: Eliminate a simple RAII_VAR.
10 years ago
Richard Mudgett 589e93617a res_pjsip_mwi.c: Fix mid-line log message line breaks.
10 years ago
Richard Mudgett 0d67e04359 res_pjsip_mwi.c: Fix MWI subscription memory corruption crash.
10 years ago
Richard Mudgett 0422433f47 PJSIP XML, XPIDF: Fix buffer size overwrite memory corruption error.
10 years ago
Richard Mudgett 8ea214aed7 PJSIP FAX: Fix T.38 automatic reject timer NULL channel pointer dereferences.
10 years ago
Richard Mudgett ada7346792 res_pjsip: Need to use the same serializer for a pjproject SIP transaction.
10 years ago
Joshua Colp 55137c3d12 res/res_http_websocket: Don't send HTTP response fragmented.
10 years ago
Matt Jordan 49f81ddb85 Makefile: Remove coverage files on 'make clean'
10 years ago
Walter Doekes f4dd9560cf res_timing: Don't close FD 0 when out of open files.
10 years ago
Mark Michelson 156395e743 res_sorcery_realtime: Fix leak of sorcery object type.
10 years ago
Matt Jordan bfa5d38a1b Merge "res_pjsip_nat: Adjust when contact should be rewritten." into 13
10 years ago
Matt Jordan a5e9c4e9b2 res/res_corosync: Always decline module load, instead of failing
11 years ago
Mark Michelson 24eec5a10b res_pjsip_nat: Adjust when contact should be rewritten.
11 years ago
Richard Mudgett 0ec461a637 res_pjsip_outbound_registration.c: Add a serializer shutdown group.
11 years ago
Matt Jordan 0a1700d286 Merge "threadpool, res_pjsip: Add serializer group shutdown API calls." into 13
11 years ago
Matt Jordan d8e61c04a4 Merge "res_pjsip_outbound_registration.c: Fix handle_client_state_destruction() refs" into 13
11 years ago
Matt Jordan 9b70a078f6 Merge "res_pjsip_outbound_registration.c: Use ast_sorcery_object_unregister() API" into 13
11 years ago
Matt Jordan c69c8d4e80 Merge "res_pjsip_refer: Prevent sending duplicate headers." into 13
11 years ago
Matt Jordan dc067e585f Merge "res_pjsip_outbound_registration.c: Reorder load_module() and unload_module()." into 13
11 years ago
Mark Michelson 05a2cc1293 res_pjsip_refer: Prevent sending duplicate headers.
11 years ago
Mark Michelson 028fa54620 res_pjsip_nat: Rewrite route set when required.
11 years ago
Richard Mudgett 84c12f9e0c threadpool, res_pjsip: Add serializer group shutdown API calls.
11 years ago
Richard Mudgett 602c4b74b5 res_pjsip_outbound_registration.c: Fix handle_client_state_destruction() refs
11 years ago
Richard Mudgett 8c6a95a9ac res_pjsip_outbound_registration.c: Use ast_sorcery_object_unregister() API
11 years ago
Richard Mudgett 4313f32969 res_pjsip_outbound_registration.c: Reorder load_module() and unload_module().
11 years ago
Mark Michelson db0521f905 Merge "res_pjsip_mwi: Set up unsolicited MWI upon registration." into 13
11 years ago
Joshua Colp 80e82dc97f res_pjsip_mwi: Set up unsolicited MWI upon registration.
11 years ago
Richard Mudgett 036bc0012f res_pjsip_outbound_registration.c: Add missing line endings to CLI commands
11 years ago
Richard Mudgett bec7435945 res_pjsip_outbound_registration.c: Eliminate simple RAII_VAR() usage.
11 years ago
Richard Mudgett c2519fdf1c res_pjsip_outbound_registration.c: Misc code cleanups.
11 years ago
Mark Michelson 9015bb4c8c Resolve race conditions involving Stasis bridges.
11 years ago
Mark Michelson 723a9d4225 Parking: Add documentation for AMI ParkedCallSwap event.
11 years ago
Kevin Harwell 31c77b157b res_pjsip: Add option to force G.726 to be treated as AAL2 packed.
11 years ago
Ivan Poddubny 8af6c9cf6b res_pjsip_transport_websocket: Fix use-after-free bugs.
11 years ago
Joshua Colp 720251f2b8 Merge "Fixes for OS X" into 13
11 years ago
Mark Michelson 88212ccb7f res_pjsip: Prevent access of NULL channels.
11 years ago
George Joseph 5dc9fb4198 res_pjsip/location: Fix ref leak in contact_apply_handler
11 years ago
David M. Lee d908272b7e Fixes for OS X
11 years ago
Matt Jordan bc70904c05 Merge "res_pjsip_session: Fix in-dialog authentication." into 13
11 years ago
Corey Farrell 9e7827e3ac pjsip_configuration: Fix leak in persistent_endpoint_update_state.
11 years ago
George Joseph 857166b5e5 res_pjsip/location: Fix memory leak in permanent_uri_handler
11 years ago
Richard Mudgett fe21f2e52f res_pjsip_session: Fix in-dialog authentication.
11 years ago
George Joseph 262d590819 res_pjsip: Add AMI events for chan_pjsip contact lifecycle changes
11 years ago
Matt Jordan b9826bf101 Merge "Stasis: Fix unsafe use of stasis_unsubscribe in modules." into 13
11 years ago
Ivan Poddubny 554bd1e39c res_pjsip_transport_websocket: Fix crash on receiving large SIP packets
11 years ago
Corey Farrell 0d266cbe02 Stasis: Fix unsafe use of stasis_unsubscribe in modules.
11 years ago
Matt Jordan eaabc4d04c Merge "res/res_pjsip_pubsub: Note that 'dialog' is also a valid event type for RLS" into 13
11 years ago
Matt Jordan 4690bc81f7 Merge "res/res_pjsip_exten_state: Fix confusing NOTICE message" into 13
11 years ago
Matt Jordan 51ffed5e61 res/res_pjsip_pubsub: Note that 'dialog' is also a valid event type for RLS
11 years ago
Matt Jordan 7950b65e4f res/res_pjsip_exten_state: Fix confusing NOTICE message
11 years ago
Matt Jordan ea8620a51b Merge "res/ari: Register Stasis application on WebSocket attempt" into 13
11 years ago
Matt Jordan 5ac65ddfb4 res/ari: Register Stasis application on WebSocket attempt
11 years ago
Joshua Colp 1b475a8410 Merge "res_pjsip: Refactor endpt_send_transaction (qualify_timeout)" into 13
11 years ago
Matt Jordan 02dfb118ba Merge "res_pjsip_outbound_registration: Check request URI for line." into 13
11 years ago
George Joseph 60e2fbfe62 res_pjsip: Refactor endpt_send_transaction (qualify_timeout)
11 years ago
demon-ru 42476e6633 res_pjsip_outbound_registration: Check request URI for line.
11 years ago
Corey Farrell e7edb59db6 res_mwi_external_ami: Use module version of AMI registration.
11 years ago
Matt Jordan 31cc24aad6 res/res_http_websocket: Add a pre-session established callback
11 years ago
George Joseph dd78ab42e4 res_pjsip_config_wizard/config: Fix template processing
11 years ago
Yousf Ateya 16f602f5c2 res_rtp_asterisk: Correction for the limit which detects that a packet is DTLS.
11 years ago
Sean Bright 613a461c3d res_rtp_asterisk: Issue ERROR if res_srtp is not found.
11 years ago
Joshua Colp d649d682c4 res_pjsip_exten_state: Fix race condition between sending NOTIFY and termination
11 years ago
Kevin Harwell 68513e00f7 res_stasis_snoop: Spying on a single direction continually increases CPU
11 years ago
Corey Farrell 366ea63438 res_ari_bridges: Add missing dependencies.
11 years ago
Matt Jordan 743fed71fc Merge "res_odbc: Use negative connection cache for all connections" into 13
11 years ago
Martin Tomec 3dcec04ab5 res_odbc: Use negative connection cache for all connections
11 years ago
Corey Farrell 63196a8256 res_pjsip_dlg_options: Fix MODULEINFO section.
11 years ago
Matt Jordan ec0f80b6e8 Merge "res_pjsip_outbound_authenticator_digest: Add missing outbound authenticator callback." into 13
11 years ago
Mark Michelson 4b8cddfb36 res_pjsip_outbound_authenticator_digest: Add missing outbound authenticator callback.
11 years ago
Joshua Colp 415a0d0745 res_ari_device_states: Fix dependency on res_stasis_device_state.
11 years ago
Matt Jordan d1bc86fc99 Merge "res_pjsip_outbound_registration: Add virtual line support." into 13
11 years ago
Joshua Colp e332c7ed5e res_pjsip_outbound_registration: Fix double unref on error return.
11 years ago
Matt Jordan 37a193da18 Merge "ARI: Fix missing dependencies." into 13
11 years ago
Kevin Harwell 3fb6daeb55 res_fax: allow 2400 transmission rate according to v.27ter standard
11 years ago
Joshua Colp 49ef81c15c res_sorcery_config: Fix build issue due to syntax error.
11 years ago
Ashley Sanders 3278fe5327 chan_pjsip: Creating Channel Causes Asterisk to Crash When Duplicate AOR
11 years ago
Joshua Colp 89f6719f7a res_pjsip_outbound_registration: Add virtual line support.
11 years ago
Corey Farrell d61f03c4f9 ARI: Fix missing dependencies.
11 years ago
Corey Farrell 3e4624ad21 res_pjsip: Remove incorrect MODULEINFO from presence_xml.c.
11 years ago
Joshua Colp df23c8a86b res_pjsip_outbound_registration: Fix build due to removal of transaction.
11 years ago
Joshua Colp 95ab9fdb1a Merge "res_pjsip_outbound_registration: Add debugging messages." into 13
11 years ago
Joshua Colp 0e70dc0dc8 Merge "res_pjsip_outbound_registration: Don't fail on delayed processing: 13." into 13
11 years ago
Mark Michelson e39bd6ba46 res_pjsip_outbound_registration: Don't fail on delayed processing: 13.
11 years ago
Mark Michelson 1bf008fc76 res_pjsip_outbound_registration: Add debugging messages.
11 years ago
Steve Davies 0b6410c4f8 res_rtp_asterisk: Resolve 2 discrete memory leaks in DTLS
11 years ago
George Joseph 99fb87ae13 res_pjsip: Fix SEGV on pending-qualify contacts
11 years ago
Matt Jordan 2d277996b7 Merge "Clang: Fix some more tautological-compare warnings." into 13
11 years ago
Mark Michelson 1da9ec969d res_pjsip_outbound_authenticator: Increase CSeq on authed requests.
11 years ago
Matt Jordan bf3d9db4a6 Merge "res_pjsip_t38: Don't crash on authenticated reinvite after originated T.38 FAX." into 13
11 years ago
Mark Michelson b3cd5bc77f Merge "Clang: change previous tautological-compare fixes." into 13
11 years ago
Mark Michelson eabf3b5a3c res_pjsip_t38: Don't crash on authenticated reinvite after originated T.38 FAX.
11 years ago
George Joseph f70d21b2cf res_pjsip: Validate that contact uris start with sip: or sips:
11 years ago
Diederik de Groot 1bb16bedc7 Clang: change previous tautological-compare fixes.
11 years ago
George Joseph 1474bb05f6 res_corosync: Add check for config file before calling corosync apis
11 years ago
Diederik de Groot d6dfc85666 Clang: Fix some more tautological-compare warnings.
11 years ago
Joshua Colp 7b57116833 res_pjsip_mwi: Send unsolicited MWI NOTIFY on startup and when endpoint registers.
11 years ago
Joshua Colp 4423d5f755 Merge "res_pjsip_pubsub: Set the endpoint on SUBSCRIBE dialogs." into 13
11 years ago
Mark Michelson 3327560cb2 res_pjsip_pubsub: Set the endpoint on SUBSCRIBE dialogs.
11 years ago
Joshua Colp 96e18453f4 Merge "pjsip_options: Fix non-qualified contacts showing as unavailable" into 13
11 years ago
George Joseph b74b2cdcda pjsip_options: Fix format specifier for int64_t rtt.
11 years ago
George Joseph 63169e00ff pjsip_options: Fix non-qualified contacts showing as unavailable
11 years ago
Richard Mudgett 82bc0fd3ad res_fax: Fix latent bug exposed by ASTERISK-24841 changes.
11 years ago
Matt Jordan e05b076827 Merge "Detect potential forwarding loops based on count." into 13
11 years ago
Mark Michelson 4f1a8dbe92 Detect potential forwarding loops based on count.
11 years ago
George Joseph 674b18bdf0 pjsip_options: Add qualify_timeout processing and eventing
11 years ago
Matt Jordan f1abf51b73 Merge "res_pjsip: Refactor endpt_send_request to include transaction timeout" into 13
11 years ago
Matt Jordan ab5b38e434 Merge "res_pjsip: Add global option to limit the maximum time for initial qualifies" into 13
11 years ago
Scott Griepentrog 8d4ce7cc2b res_pjsip_pubsub: On notify fail deleted sub_tree is then referenced
11 years ago
George Joseph bf46799f0e res_pjsip: Refactor endpt_send_request to include transaction timeout
11 years ago
George Joseph 1b6f6ff841 res_pjsip: Add global option to limit the maximum time for initial qualifies
11 years ago
Corey Farrell 0e4b997cd7 res_monitor: Add dependency on func_periodic_hook.
11 years ago
George Joseph 555b5f5d30 Add .gitignore and .gitreview files
11 years ago
Matthew Jordan 4cf7d0bf01 res/res_pjsip_t38: Add missing initialization of t38faxmaxdatagram
11 years ago
Richard Mudgett 13cd99682d chan_pjsip/res_pjsip/bridge_softmix/core: Improve translation path choices.
11 years ago
Matthew Jordan 88b0fa7755 res_pjsip: Add an 'auto' option for DTMF Mode
11 years ago
George Joseph 16afee4651 res_pjsip_config_wizard: Cleanup load unload
11 years ago
Matthew Jordan c9791dba1f res/ari: Fix model validation for ChannelHold event
11 years ago
George Joseph 75c2c85962 res_pjsip_phoneprov_provider: Fix reference leak on unload
11 years ago
Kevin Harwell 5737650a67 res_pjsip: add CLI command to show global and system configuration
11 years ago
Matthew Jordan 2679d0100a res/res_pjsip_dlg_options: Add a module to handle in-dialog OPTIONS requests
11 years ago
Matthew Jordan 6ba6e3dffd clang compiler warnings: Fix autological comparisons
11 years ago
Jonathan Rose f21b45db49 res_pjsip_t38: Fix FAX failures when using PJSIP with authentication
11 years ago
Matthew Jordan f324870dab clang compiler warnings: Fix pointer-bool-converesion warnings
11 years ago
Scott Griepentrog a6aed7f6f6 Revert accidental change in r434261
11 years ago
Scott Griepentrog 0584e29300 pjsip: resolve compatibility problem with ast_sip_session
11 years ago
Mark Michelson c516981dc7 Do not queue message requests that we do not respond to.
11 years ago
Matthew Jordan ab803ec342 ARI: Add the ability to intercept hold and raise an event
11 years ago
Matthew Jordan c027133f6d clang compiler warnings: Fix non-literal-null-conversion warnings
11 years ago
Kevin Harwell 2270c40d33 res_pjsip: config option 'timers' can't be set to 'no'
11 years ago
Matthew Jordan d54ccda3b1 clang compiler warnings: Remove large chunks of unused code from extconf
11 years ago
Corey Farrell b1102cd642 res_pjsip_phoneprov_provider: Revert 433996 / 433997.
11 years ago
Mark Michelson 0f25076f67 ParkedCall: Don't allow dialplan fallthrough after retrieving parked call.
11 years ago
Corey Farrell 709fa14b44 res_pjsip_phoneprov_provider: Fix leaked OBJ_MULTIPLE iterator.
11 years ago
Mark Michelson 1ee8424f27 res_pjsip_messaging: Serialize outbound SIP MESSAGEs
11 years ago
Matthew Jordan 5f8faf16af clang compiler warnings: Fix -Wabsolute-value warnings
11 years ago
Matthew Jordan 09b681e344 clang compiler warnings: Fix invalid enum conversion
11 years ago
Matthew Jordan eb70993a50 clang compiler warnings: Fix -Wparantheses-equality warnings
11 years ago
Matthew Jordan 844bc76bef clang compiler warnings: Fix -Winitializer-overrides
11 years ago
Richard Mudgett 13557675d4 res_pjsip_registrar_expire.c: Made use ao2 container template routines and eliminated some RAII_VAR() usage.
11 years ago
Mark Michelson 85feac857c Add stateful PJSIP response API call, and use it for out-of-dialog responses.
11 years ago
Richard Mudgett dc2cf21144 res_pjsip_registrar_expire.c: Cleanup scheduler leaks on unload/shutdown.
11 years ago
Matthew Jordan 6e6f5b3a1f res/res_timing_kqueue: Update the module to conform to current timer API
11 years ago
Corey Farrell d0df545a44 res_pjsip: Enable unload of all modules at shutdown.
11 years ago
Richard Mudgett dea885a607 A couple minor cleanup tweaks.
11 years ago
Matthew Jordan 05de9082a5 res_xmpp: Buddies are always auto-registered when processing the roster
11 years ago
Richard Mudgett b1e9552b08 chan_pjsip: Add "rpid_immediate" option to prevent unnecessary "180 Ringing" messages.
11 years ago
Richard Mudgett 6ca98524bf Audit ast_pjsip_rdata_get_endpoint() usage for ref leaks.
11 years ago
Richard Mudgett 1c09028171 res_pjsip_sdp_rtp,sorcery: Fix invalid access and memory leak respectively.
11 years ago
Richard Mudgett dba0f1ad67 res_pjsip_session: Fix off-nominal extra unref of session.
11 years ago
Richard Mudgett 2122c205e6 Audit ast_sockaddr_resolve() usage for memory leaks.
11 years ago
Kevin Harwell 94fe4a9178 res_pjsip: Allow configuration of endpoint identifier query order
11 years ago
Kevin Harwell 1f428f25f0 res_pjsip: Allow configuration of endpoint identifier query order
11 years ago
Richard Mudgett 522f063186 res_pjsip: Add reason comment.
11 years ago
Richard Mudgett a3292230b8 chan_pjsip: AMI action PJSIPShowEndpoint closes AMI connection on error.
11 years ago
Richard Mudgett 34aa0214eb chan_pjsip/res_pjsip_callerid: Make Party ID handling simpler and consistent.
11 years ago
Kevin Harwell 0497b7b155 Revert - res_pjsip: Allow configuration of endpoint identifier query order
11 years ago
Richard Mudgett bd029688cd res_pjsip: Move internal init/destroy prototypes to private header file.
11 years ago
Richard Mudgett c24a294f0b res_pjsip: Fix pjsip.conf type=global object default value handling.
11 years ago
Richard Mudgett 737064bfa4 res_pjsip: Fixed invalid empty Server and User-Agent SIP headers.
11 years ago
Matthew Jordan afea98dc73 res/res_config_odbc: Fix improper escaping of backslashes with MySQL
11 years ago
Richard Mudgett cae712d986 res_pjsip_refer: Fix occasional unexpected BYE sent after receiving a REFER.
11 years ago
Kevin Harwell 110b99646c res_pjsip: Allow configuration of endpoint identifier query order
11 years ago
Joshua Colp 714cb27000 res_rtp_asterisk: Fix wrongful use of USE_PJPROJECT define.
11 years ago
Richard Mudgett e158517a9c res_pjsip_refer: Make safely get the context for a blind transfer.
11 years ago
Richard Mudgett 5d16d80b59 res_pjsip_refer: Made refer_attended_alloc() not create the ao2 object with a lock.
11 years ago
Matthew Jordan 9cdadc168c res/res_pjsip_sdp_rtp: Revert portion of r432195
11 years ago
Richard Mudgett 9d85e855de ARI: Fix crash if integer values used in JSON payload 'variables' object.
11 years ago
David M. Lee 43a3e80be1 Increase WebSocket frame size and improve large read handling
11 years ago
Matthew Jordan 3d1a1533bf ARI/PJSIP: Apply requesting channel's format cap to created channels
11 years ago
Joshua Colp f726304283 res_ari_channels: Return a 404 response when a requested channel variable does not exist.
11 years ago
Joshua Colp 7a507ae31a res_pjsip_registrar: Add Expires header to 200 OK if present in REGISTER.
11 years ago
Joshua Colp f0d018e249 res_pjsip: Add a log message when creating a UAC dialog to a target URI that is invalid.
11 years ago
George Joseph 8e806f9e12 ASTERISK-24811: Add ast_sorcery_apply_config() to res_pjsip_publish_asterisk.
11 years ago
Richard Mudgett 2181c9443f res_pjsip_refer: Handle INVITE with Replaces failure after answer.
11 years ago
Richard Mudgett 6d3fcfc3c2 res_pjsip_refer: Fix crash from a REFER and BYE collision.
11 years ago
Matthew Jordan 562b7bf6f0 res/res_rtp_asterisk: Fix crash in debug from RTCP reports without report block
11 years ago
Joshua Colp c8f3074cc4 res_sorcery_config: Improve object lookup times.
11 years ago
Joshua Colp a3044cbf02 res_pjsip: Add "pjsip show version" CLI command.
11 years ago
Joshua Colp ce70587ba6 res_timing_pthread: Fix leaky pipes.
11 years ago
Joshua Colp 8c6e3ad3b4 res_pjsip_exten_state: Improve log message when a subscription is attempted to a non-existent extension.
11 years ago
Richard Mudgett 4d797f17c5 res_pjsip_session: Fix double re-INVITE collision crash.
11 years ago
Matthew Jordan 1995baad71 ARI/PJSIP: Add the ability to redirect (transfer) a channel in a Stasis app
11 years ago
Kevin Harwell e8ec15a9ef res_pjsip: dtls_handler causes Asterisk to crash
11 years ago
Kevin Harwell e64d151fae ari_websockets: removed extra check on websocket session read
11 years ago
Richard Mudgett feddab7944 HTTP: Stop accepting requests on final system shutdown.
11 years ago
Kevin Harwell 72e5ba2ce8 res_http_websocket: websocket write timeout fails to fully disconnect
11 years ago
George Joseph 4d8ab20a8a res_pjsip_config_wizard: Add ability to auto-create hints.
11 years ago
Matthew Jordan 32e42e50cc res/ari/resource_channels: Add missing 'no_answer' reason to DELETE /channels
11 years ago
Matthew Jordan 8582411344 res/res_odbc: Remove unneeded queries when determining if a table exists
11 years ago
Matthew Jordan 675b2b8103 res/res_pjsip_sdp_rtp: Fix leak of local ICE candidates when applying to SDP
11 years ago
Scott Griepentrog 323c0927ac various: cleanup issues found during leak hunt
11 years ago
Joshua Colp 18c8c1bae3 res_pjsip_keepalive: Don't crash if PJSIP module is not loaded.
11 years ago
Joshua Colp f67402a52a res_format_attr_h264: Fix crash when determining joint capability.
11 years ago
Kevin Harwell 6583b4de98 res_pjsip_outbound_publish: eventually crashes when no response is ever received
11 years ago
Mark Michelson 43dd42d8ae Fix some memory leaks.
11 years ago
Scott Griepentrog f7d23dfcc6 stasis transfer: fix stasis bridge push race part two
11 years ago
Mark Michelson e8896ac008 Use SIPS URIs in Contact headers when appropriate.
11 years ago
Mark Michelson b8ea23b0d1 Allow disabling of 100rel support on PJSIP endpoints.
11 years ago
George Joseph 6e5eb9af88 res_pjsip_exten_state: Reduce log clutter... change a WARNING to a VERBOSE/2
11 years ago
Joshua Colp e0461290d0 res_rtp_asterisk: Fix DTLS when used with OpenSSL 1.0.1k
11 years ago
Mark Michelson 8c068fc096 Fix file descriptor leak in RTP code.
11 years ago
Sean Bright c3add776af media formats: update res_format_attr_opus & silk
11 years ago
Richard Mudgett 88fbe4e917 res_pjsip_outbound_registration: Fix reload race condition.
11 years ago
Kevin Harwell 9e3d316dd1 res_pjsip: make it unloadable (take 2)
11 years ago
Joshua Colp b64f4bb6ee bridge / res_pjsip_sdp_rtp: Fix issues with media not being reinvited during direct media.
11 years ago
Matthew Jordan 7f9b28b0c6 ARI: Improve wiki documentation
11 years ago
Joshua Colp ceedd40370 res_parking: Fix crash due to race condition when unloading.
11 years ago
David M. Lee 702d79de2a Various fixes for OS X
11 years ago
David M. Lee 197265438e Add depend on pjproject to res_pjsip_config_wizard.c
11 years ago
Kevin Harwell 630eea087d Investigate and fix memory leaks in Asterisk
11 years ago
Walter Doekes e23f07beb8 Fix typo's (retrieve, specified, address).
11 years ago
Richard Mudgett c73b4b2a46 res_pjsip_outbound_registration.c: Minor code cleanup.
11 years ago
Scott Griepentrog bdfdb01bcf stasis transfer: fix a race condition on stasis bridge push
11 years ago
Richard Mudgett 5e10007dbd res_pjsip_outbound_registration.c: Move unref to a better place.
11 years ago
Ashley Sanders a7ba8a58a8 ARI: Fixed crash that occurred when updating a bridge when the optional query parameter 'name' was not supplied.
11 years ago
Richard Mudgett 6af6a216a1 CHANNEL(peer), chan_iax2, res_fax, SNMP agent: Fix deadlock from reaching across a bridge.
11 years ago
Joshua Colp 643b81d98e res_pjsip / res_pjsip_multihomed: Use the correct transport and addressing information on UAS sessions.
11 years ago
Kevin Harwell 34c220203f REVERTING res_pjsip: make it unloadable
11 years ago
Mark Michelson 821c15ae53 Fix problem where a hung channel could occur on a failed blind transfer.
11 years ago
Mark Michelson 8bc4a89e1f Add support for the ca_list_path option for PJSIP transports.
11 years ago
Richard Mudgett fa80d9658d res_fax.c, res_fax_spandsp.c: Remove redundant locking.
11 years ago
Richard Mudgett 6c426e86bd res_fax.c, res_fax_spandsp.c: Fix some curlies on the end of function definitions.
11 years ago
Joshua Colp c95391f23c res_pjsip_outbound_registration: Fix race condition when reloading and listing registrations.
11 years ago
Kevin Harwell 77a036bf3f res_pjsip: make it unloadable
11 years ago
Mark Michelson e370c9e68e Prevent slow graceful shutdown when outbound publications never started.
11 years ago
Richard Mudgett 4b363688d4 AMI: Make AMI actions that generate event lists consistent.
11 years ago
Kinsey Moore eb9ce791d8 res_fax: Add T.38 negotiation timeout option
11 years ago
George Joseph b937438c17 res_pjsip_pubsub: Fix persistent subscriptions not surviving graceful shutdown
11 years ago
George Joseph 143bec54ee res_pjsip_outbound_registration: Fix reference leak.
11 years ago
George Joseph 6e59bf6491 res_pjsip_outbound_registration: Fix several reload issues
11 years ago
Kinsey Moore 8f3c60cee7 ARI: Allow usage of ASYNCGOTO with Stasis()
11 years ago
Mark Michelson 42b342c6e2 Add the ability to continue and originate using priority labels.
11 years ago
George Joseph a10d2966b6 res_pjsip_exten_state: Change 'does not exist' warning to notice
11 years ago
George Joseph 13ed8f73ed res_pjsip_mwi: Change "MWI Subscription failed" message from warning to notice
11 years ago
Mark Michelson 9ea8dd036f Fix ability to perform a remote attended transfer with PJSIP.
11 years ago
Kinsey Moore e17a1a8ba1 Fix dev-mode build on recent gcc
11 years ago
George Joseph 4becfae3b1 res_pjsip_mwi: Change warning to notice
11 years ago
George Joseph 0fa6c34dc6 outbound_registration: Add 'pjsip send register' and update 'send unregister'
11 years ago
George Joseph d873b09075 pjsip cli: Fix sorting of contacts for 'pjsip list contacts'
11 years ago
Joshua Colp a7c38428af pjsip: Add 'PJSIP_AOR' and 'PJSIP_CONTACT' dialplan functions.
11 years ago
Kinsey Moore cca262e7d3 PJSIP: Update transport method documentation
11 years ago
Matthew Jordan b521c612fc res_pjsip: Backport missing commits for user_eq_phone
11 years ago
Matthew Jordan 915bb88d3e res_pjsip_keepalive: Add runtime configurable keepalive module for connection-oriented transports.
11 years ago
Matthew Jordan 006ffdcfb2 res_pjsip: Add 'user_eq_phone' option to add a 'user=phone' parameter when applicable.
11 years ago
George Joseph d1c532034b pjsip_options: Fix continued qualifies after endpoint/aor deletion
11 years ago
George Joseph fc79cf6428 res_pjsip_phoneprovi_provider: Fix reload
11 years ago
Richard Mudgett 4b054bdc6d res_http_websocket.c: Fix incorrect use of sizeof in ast_websocket_write().
11 years ago
Richard Mudgett b22c833c12 chan_dahdi.c, res_rtp_asterisk.c: Change some spammy debug messages to level 5.
11 years ago
Kevin Harwell 4fad85f9bf res_pjsip_sdp_rtp: wrong bridge chosen when the DTMF mode is not compatible
11 years ago
Mark Michelson 14d2f8f20f Prevent potential infinite outbound authentication loops in registration.
11 years ago
George Joseph b4621cd0f5 res_pjsip_config_wizard: fix unload SEGV
11 years ago
George Joseph 105f224cfd res_pjsip_config_wizard: Change FILEUNCHANGED config_load2 flag determination
11 years ago
Walter Doekes 9ae57e0dd6 Fix printf problems with high ascii characters after r413586 (1.8).
11 years ago
George Joseph a3534b7c05 res_pjsip_config_wizard: fix test breakage
11 years ago
Joshua Colp ad85e54fd9 res_pjsip_t38: Fix T.38 failure when peer reinvites immediately.
11 years ago
George Joseph 89617370ec res_pjsip_config_wizard: Allow streamlined config of common pjsip scenarios
11 years ago
Mark Michelson b85f79c0c1 Activate persistent subscriptions when they are recreated.
11 years ago
Matthew Jordan 8c019b1a6b res/res_agi: Make Verbose message for 'stream file' match other playbacks
11 years ago
David M. Lee 49386cf568 Fix crash for sorcery misconfigs
11 years ago
Kinsey Moore 3b0c40f337 PJSIP: Allow use of 'inactive' streams for hold
11 years ago
Kinsey Moore 15af40180a Sorcery: Log when old config remains in use
11 years ago
Joshua Colp 0c9fbb449f res_pjsip_session: Delay sending BYE if a re-INVITE transaction is in progress.
11 years ago
Joshua Colp 61fe4f10d2 res_pjsip_session: Fix issue where a declined media stream in a re-INVITE would fail SDP negotiation.
11 years ago
Joshua Colp fb768ec33a res_http_websocket: Fix crash due to double freeing memory when receiving a payload length of zero.
11 years ago
Kinsey Moore a220a08777 PJSIP: Fix assert on initial mass qualify
11 years ago
Kevin Harwell 2f21f85c37 ARI/AMI: Include language in standard channel snapshot output
11 years ago
Kevin Harwell 525c823b4b Direct Media calls within private network sometimes get one way audio
11 years ago
Kevin Harwell 664067e318 res_pjsip_outbound_publish: stack overflow when using non-default sorcery wizard
11 years ago
Joshua Colp 74b032bb03 ari: Add support for specifying an originator channel when originating.
11 years ago
Kinsey Moore 64581d894d PJSIP: Stagger outbound qualifies
11 years ago
Mark Michelson 1712694817 Fix a crash that would occur when receiving a 491 response to a reinvite.
11 years ago
Mark Michelson 93b1df3bf6 Add new AMI and ARI events for connected line changes on a channel.
11 years ago
Kinsey Moore 55c9a46abd Stasis: Fix StasisStart/End order and missing events
11 years ago
Matthew Jordan 7fd1227202 res/res_monitor: Reset in/out sample counts on Monitor start
11 years ago
Joshua Colp a551851e5b res_pjsip_refer: Fix issue where native bridge may not occur upon completion of a transfer.
11 years ago
George Joseph 7472c661ca res_pjsip_endpoint_identifier_ip: Add 'show identify(ies)' cli commands
11 years ago
Matthew Jordan d79c68d3fb main/stasis: Allow subscriptions to use a threadpool for message delivery
11 years ago
George Joseph 2846d23688 sorcery: Make is_object_field_registered handle field names that are regexes.
11 years ago
Jonathan Rose ddc3f4846f PJSIP ACLs: Fix ACLs not loading on startup and apply/acl issues on contact
11 years ago
Joshua Colp e7f16827cb AST-2014-016: Fix crash when receiving an in-dialog INVITE with Replaces in res_pjsip_refer.
11 years ago
Richard Mudgett 524588c345 ast_str: Fix improper member access to struct ast_str members.
11 years ago
Joshua Colp a0d9eab389 res_pjsip_sdp_rtp: Add support for optimistic SRTP.
11 years ago
Joshua Colp 87c2e9e238 res_pjsip_refer: Ensure Refer-To is NULL terminated and parse it as a URI.
11 years ago
Richard Mudgett 8648bc1f6f parking_tests.c: Add missing newline on a unit test message.
11 years ago
Joshua Colp cbba061f13 res_pjsip: Enforce requirements for session timer minimum expiration period and normal expiration period.
11 years ago
Mark Michelson 1536b0ecb6 Fix race condition that could result in ARI transfer messages not being sent.
11 years ago