Commit Graph

2368 Commits (04c5c39d56cc3fab31139ffba785421560073700)

Author SHA1 Message Date
Joshua Colp d17a780333 res_stasis: Ensure the channel is always departed from the bridge when it leaves.
12 years ago
David M. Lee 069da1e75a stasis: add functions embarrassingly missing from r400522
12 years ago
Kevin Harwell 4746c068dc pjsip_messaging: Added debug for in dialog messaging
12 years ago
Kinsey Moore aa7f9e55f2 ARI: Remove channels/{channelId}/dial
12 years ago
Joshua Colp fd98037fe2 res_ari_playback: Add missing 404 error response for GET and DELETE.
12 years ago
Richard Mudgett 8e4084b586 res_stasis.c: Made use the ao2_container callback templates.
12 years ago
Richard Mudgett 7eea4ab872 You'd think that new files would be free of whitespace issues. But you would be wrong.
12 years ago
Jonathan Rose 5c696bde67 ARI: channel/bridge recording errors when invalid format specified
12 years ago
Jonathan Rose d8a760307e ARI recordings: Issue HTTP failures for recording requests with file conflicts
12 years ago
Jonathan Rose bb1568caa1 PJSIP: Add log messages when requests are received for non-existent endpoints
12 years ago
Jonathan Rose d7bac6cf4b res_rtp_asterisk: Address jittery DTMF events in RTP streams
12 years ago
Matthew Jordan f04a4328d8 res_rtp_asterisk: Fix crash when RTCP is not available during SSRC change
12 years ago
Richard Mudgett 8f03a463e1 res_parking: Give parking timeout comebacktoorigin channel DTMF features.
12 years ago
Richard Mudgett c17731620d res_parking: Update XML documention for DTMF features after parking timeout.
12 years ago
David M. Lee c87aae26f8 Fixed malformed Access-Control-Allow-Methods header. Was causing Safari to barf on POST and DELETE.
12 years ago
Joshua Colp d183c6e134 Return a channel snapshot when originating using ARI, and subscribe the Stasis application to it.
12 years ago
Richard Mudgett a80a6a7631 res_parking: Remove setting useless flag.
12 years ago
Richard Mudgett 057d105c5a Add channel lock protection around translation path setup.
12 years ago
Jonathan Rose 9a45173715 res_parking: Fix bug where reloading immediately wipes new parkpos extensions
12 years ago
Kinsey Moore 4cdd02ce26 Reduce log level of a non-pubsub error message
12 years ago
Richard Mudgett 868a76f897 ARI: Fix crash when POST /playback/{id}/control does not have an operation parameter.
12 years ago
Kinsey Moore 2fc0a8873c Clarify documentation for channel and bridge list
12 years ago
Paul Belanger 7955e89d06 Use POST / DELETE to toggle ARI bridge moh
12 years ago
Kinsey Moore ec83706003 Ensure bridge record error responses validate
12 years ago
Paul Belanger 6072e043cf Use POST / DELETE to toggle hold / moh for ARI channels
12 years ago
Kevin Harwell 61b60fab2d pjsip outbound registration: Log message says received a 408 when we didn't
12 years ago
Matthew Jordan fd4919e466 Remove duplicate module info block
12 years ago
Joshua Colp b47851264e Fix a race condition in res_pjsip_session with rapidly terminating the session.
12 years ago
Kinsey Moore 1a0a2b3e4c Fix realm comparison for outbound auth
12 years ago
David M. Lee 9234804a3b Multiple revisions 400508,400842-400843,400848
12 years ago
Joshua Colp 113c281782 Perform validation of permanent contacts on AORs in res_pjsip.
12 years ago
Joshua Colp cbbcf1808c Fix an assertion in res_pjsip when specifying an invalid outbound proxy.
12 years ago
Matthew Jordan fcf6c84666 Use 'z' as the format specifier for size_t
12 years ago
Matthew Jordan b36ef0b412 Add PJSIP_HEADER function for manipulation of SIP headers in the PJSIP stack
12 years ago
Mark Michelson 2904a198d5 Switch from using pjsip_strerror to pj_strerror.
12 years ago
Kinsey Moore 4873c11f64 Fix STUN crash when using IPv6 any address
12 years ago
Mark Michelson a4d6f43962 Push CLI qualify into the threadpool.
12 years ago
Richard Mudgett 8eec8fbf83 Make app_queue and res_agi independent of AMI being enabled.
12 years ago
Jonathan Rose f4ebdca52a chan_pjsip: Make logger togglable without loading/unloading
12 years ago
Matthew Jordan 8d7873b836 ARI: Add subscription support
12 years ago
Joshua Colp b52c972b17 Enclose the To URI and update its user portion if a request user has been specified.
12 years ago
Joshua Colp 47da03e737 Replace the connection address at the SDP level if altering the SDP with the external media address.
12 years ago
Joshua Colp bd8cf10d60 Fix a crash caused by muting and unmuting a channel in ARI without specifying a direction.
12 years ago
Kinsey Moore c3b1d8f8c1 res_rtp_multicast: Ensure SSRC is set properly
12 years ago
Mark Michelson ee21eee7e0 Cache string values of formats on ast_format_cap() to save processing.
12 years ago
Joshua Colp c977f73e13 Fix crashes in res_pjsip_sdp_rtp and res_pjsip_t38 when a stream is rejected and external_media_address is set.
12 years ago
Mark Michelson addbf276f5 Multiple revisions 400318-400319
12 years ago
Joshua Colp 51a9b93a14 Fix a crash in res_pjsip_t38 caused by the wrong assumption that a session will always have a channel.
12 years ago
Richard Mudgett 97fcd6366d MALLOC_DEBUG: Fix some misuses of free() when MALLOC_DEBUG is enabled.
12 years ago
Joshua Colp 424c0f2eb7 Fix a random one way audio issue in PJSIP.
12 years ago
Joshua Colp 83d55f85ec Allow specifying a channel to dial an extension and context in an ARI dial operation.
12 years ago
Joshua Colp c33aac75e4 Retrieve and store the hostname only once so multiple threads do not potentially initialize it at the same time.
12 years ago
David M. Lee 2de42c2a25 Multiple revisions 399887,400138,400178,400180-400181
12 years ago
Kinsey Moore b44ce141e5 chan_sip: Allow Asterisk to retry after 403 on register
12 years ago
Matthew Jordan a1d56da32a res_pjsip_notify: Add documentation
12 years ago
Matthew Jordan c4b5c549fd res_rtp_asterisk: Correct erroneous lost packet information in RTCP reports
12 years ago
Richard Mudgett 2b32732aa8 app_cdr and res_parking: Fix some resource leaks.
12 years ago
Kevin Harwell d6bceb0350 res_pjsip: crash when using localnet and external_signaling_address options
12 years ago
Kevin Harwell 103ebcf807 pjsip: race condition in registrar
12 years ago
Rusty Newton 21fb2fca5e Broke the build - Fixing XML DTD violation added in r399782, missing <para> tags inside a <note>
12 years ago
Rusty Newton 1b9db0fd99 Fixing documentation for the configOption "external_media_address" of both Endpoints and Transports
12 years ago
Joshua Colp 85d6db6cbe Fix crash in res_pjsip on load if error occurs, and prevent unloading of res_pjsip and res_pjsip_session.
12 years ago
Richard Mudgett ec5a724714 res_rtp_asterisk: Fix ref leaks in ast_rtcp_read().
12 years ago
Kevin Harwell 0e1d364fbd res_pjsip_messaging: Register message technology as pjsip
12 years ago
Mark Michelson 391f0003c4 Change the "external_media_address" PJSIP endpoint option to "media_address".
12 years ago
Richard Mudgett 10d4ed93ff app_speech_utils: Fix unresolved symbol ast_speech_get_setting().
12 years ago
Richard Mudgett 2a371cd80b Restore Dial, Queue, and FollowMe 'I' option support.
12 years ago
Mark Michelson 9deb416397 Create more accurate Contact headers for dialogs when we are the UAS.
12 years ago
Mark Michelson bbf5fbbd8c Change how realms are handled for outbound authentication.
12 years ago
Rusty Newton 873969d6c5 Broke the build! Forgot para tags within my description.
12 years ago
David M. Lee 2a57f6ccf7 res_pjsip: Forward PJSIP logging to Asterisk logging
12 years ago
David M. Lee f56796a539 ARI: Fix WebSocket response when subprotocol isn't specified
12 years ago
Rusty Newton fc09e5eb66 'identify' configObject doesn't have a synopsis
12 years ago
Rusty Newton 1b777d8946 Documentation fix and improvements to XML configuration help res_pjsip_acl
12 years ago
David M. Lee 6ad74509f3 Fix symbol collision with pjsua.
12 years ago
Kevin Harwell 4d35941891 pjsip: reinvite for connected line updates occurs when it should not
12 years ago
Richard Mudgett 83bf017db9 Fix incorrect usages of ast_realloc().
12 years ago
Mark Michelson 9fb34542d1 Add extra debugging to res_pjsip_endpoint_identifier_ip
12 years ago
David M. Lee 0bcc676d09 Multiple revisions 398638-398639
12 years ago
Kinsey Moore ad89dffb8a Prevent XMPP timeout on blank responses
12 years ago
Kinsey Moore 0bed76989a Multiple revisions 398558,398577
12 years ago
Kinsey Moore 53dbe10f5c Fix build warnings
12 years ago
Mark Michelson 23ed2ca57f Clarify server_uri and client_uri registration settings.
12 years ago
Mark Michelson 517389b1e7 Give more detail regarding failures to create request with auth credentials.
12 years ago
Kevin Harwell 1be7514a59 Debug messages for pjsip outbound registration
12 years ago
Kinsey Moore e5542ab1e7 Prevent a crash in res_pjsip_dtmf_info.c
12 years ago
Kevin Harwell 9bad1dabcf Add a reloadable option for sorcery type objects
12 years ago
Kevin Harwell 16b8d0cb5a Fix various memory leaks
12 years ago
Kevin Harwell af1747ee6c Memory leak fix
12 years ago
David M. Lee 9bed50db41 optional_api: Fix linking problems between modules that export global symbols
12 years ago
David M. Lee 7f547872e4 ARI: Implement /recordings/stored API's
12 years ago
Mark Michelson eb955dad9a Sanitize XML output for PIDF bodies.
12 years ago
Mark Michelson b5f61b5608 Fix method for creating activities string in PIDF bodies.
12 years ago
Mark Michelson 8990924953 Fix when the subscription_terminated callback is called for subscription handlers.
12 years ago
Mark Michelson de7ce39187 Fix a race condition where a canceled call was answered.
12 years ago
Mark Michelson 6cc7319455 Improve detection of answer on SIP blind transfer.
12 years ago
Mark Michelson a181544299 Fix dialog matching in the SIP distributor.
12 years ago
David M. Lee 451993f4f5 ARI: WebSocket event cleanup
12 years ago
Matthew Jordan de44880645 Add rtpengine configuration parameter
12 years ago
Mark Michelson e7c6f33517 Add some clarifying documentation to the rewrite_contact endpoint option.
12 years ago
Richard Mudgett 6ebfac8e70 Handle DTMF and hold wrapup when a channel leaves the bridging system.
12 years ago
David M. Lee 7a581537e8 ARI: Correct error codes for bridge operations
12 years ago
Matthew Jordan 4d348e853c Add pass through support for Opus and VP8; Opus format attribute negotiation
12 years ago
Matthew Jordan e31bd332b8 Update config framework/sorcery with types/options without documentation
12 years ago
Jonathan Rose 21e22310c7 ARI: Music on Hold/Background Music for bridges
12 years ago
Kinsey Moore 7b032c1adb Add SayAlphaCase and similar functionality for AGI
12 years ago
Kevin Harwell aefebebd37 res_sip_dtmf_info: Support sending of 'raw' DTMF
12 years ago
Kinsey Moore 6fa4e8e3ab Add missing configOption close tags
12 years ago
Rusty Newton 9520df86fd Fix missing xml doc configOption 'type' for for both 'system' and 'global' configObjects
12 years ago
Richard Mudgett 477dea4661 Bridge API: Set a cause code on a channel when it is ejected from a bridge.
12 years ago
Mark Michelson 8049bf94f7 Handle default body types for SIP event packages in res_pjsip_pubsub
12 years ago
David M. Lee 5762c1b4ac ARI: Correct segfault with /variable calls are missing ?variable parameter.
12 years ago
David M. Lee f5cca5e41e res_stasis: remove call to missing function control_continue.
12 years ago
Richard Mudgett d213dfa30f Fix several interrelated issues dealing with the holding bridge technology.
12 years ago
Kinsey Moore d12350ccc3 Allow channels in app_stasis to hangup properly
12 years ago
Mark Michelson 5caa938be2 Localize and rename ACL configuration.
12 years ago
Mark Michelson 86741bdf46 Clarify documentation for the "identify_by" option for SIP endpoints.
12 years ago
Mark Michelson ed19b8ee76 Add debug message to res_pjsip_endpoint_identifier_ip to indicate when an endpoint is successfully retrieved.
12 years ago
Mark Michelson 8931502f7a Add warning messages for registration failure paths.
12 years ago
Mark Michelson 14ba1751f6 Add note to transport configuration that a restart is required to change transports.
12 years ago
Joshua Colp 17f332169c Remove assumption in res_pjsip_dtmf_info that all INFO messages will contain a body.
12 years ago
Kinsey Moore dbe1520f35 Disable build of res_corosync until it is back in a compiling state
12 years ago
Rusty Newton 168c679e6c xml doc changes for 'aor' config object and a few of its options
12 years ago
Rusty Newton 6b1f91b6fc 'domain_alias' config object XML help doesn't make it clear that the name used for the object is the domain alias
12 years ago
Rusty Newton fdfe1ea82e xml doc changes for clarity - 'auth' config object and auth's 'auth_type' config option
12 years ago
Rusty Newton 115c078e9d xml doc change for transport config object - remove non-applicable warning and add text regarding Asterisk restart
12 years ago
Kinsey Moore 56aea1c030 Allow res_parking to be unloadable
12 years ago
Kinsey Moore 59753b1ea1 Strip down the old event system
12 years ago
Richard Mudgett e47d3db365 Doxygen comment tweaks.
12 years ago
Richard Mudgett 8b7742202f Minor parking cleanup.
12 years ago
Richard Mudgett 6b062d9afd Parking: Eliminate local channel name hack to get peer channel.
12 years ago
Kinsey Moore e9ac63f9a9 Prevent automagic things from happening to Stasis application bridges
12 years ago
David M. Lee 987fdfb444 ARI: allow other operations to happen while bridged
12 years ago
John Bigelow d195728541 Add test suite events for when contacts are added or removed from an AOR
12 years ago
Jonathan Rose 6fe21ef48e bridge_channel: Support the lonely flag and make ARI use it.
12 years ago
David M. Lee c790848794 ARI: Add recording controls
12 years ago
Kinsey Moore dfa5be76d4 Expose res_pjsip threadpool options
12 years ago
Joshua Colp 5b3441ae55 Fix crash in res_pjsip_outbound_registration when the remote server can not be resolved.
12 years ago
Matthew Jordan 80c9ad102e Add AMI registration events for PJSIP outbound registration attempts
12 years ago
Jonathan Rose e47794ead1 ARI: bridges/{bridgeID}/addChannel: add roles parameter
12 years ago
Jonathan Rose 98b02d98f3 res_parking: Unit tests
12 years ago
David M. Lee 357b275239 Fix res_ari_asterisk load issue
12 years ago
Mark Michelson 11d2993426 Get the SNMP code to compile.
12 years ago
David M. Lee 5114e4fc0b ARI - GET /ari/asterisk/info
12 years ago
David M. Lee 537ecebd2d ARI - implement allowMultiple for parameters
12 years ago
David M. Lee 10c91bc96e Address JSON thread safety issues.
12 years ago
Mark Michelson 328e99f41d Make a couple of changes to help AMI events to be more clear in what is occurring.
12 years ago
Kinsey Moore 41cd06e03f Add CLI/AMI commands to force chan_pjsip actions
12 years ago
Matthew Jordan 38236e54a8 Remove dead code from features.c; refactor pickup code into pickup.c
12 years ago
Joshua Colp 63a229e369 Fix a crash due to performing full URI validation on a contact which only contains '*'.
12 years ago