Commit Graph

4822 Commits (e9520dbe0db9a4f3c5c2cd90a9740880b18d1e90)

Author SHA1 Message Date
Corey Farrell ec1a7654f3 Fix leak in AMI Action Bridge
11 years ago
Joshua Colp dbb8f0a935 pbx: Fix off-nominal case where a freed extension may still be used.
11 years ago
Corey Farrell 21c41e4542 manager: Fix HTTP connection reference leaks.
11 years ago
Richard Mudgett a68baad74f Bridge DTMF hooks: Made audio pass from the bridge while waiting for more matching digits.
11 years ago
Corey Farrell 4d80f223af main/file.c: fix possible extra ast_module_unref to format modules.
11 years ago
Corey Farrell 7e2369310c Fix unintential memory retention in stringfields.
11 years ago
George Joseph d5de94201e config: Make text_file_save and 'dialplan save' escape semicolons in values.
11 years ago
George Joseph bd42a09d7f config: BUG: Restore ability for non-templ to be used as base objs in config.
11 years ago
Corey Farrell bdc35c77b9 Fix crash caused by merge error on review 4138
11 years ago
Corey Farrell 509c04ef38 Fix ast_writestream leaks
11 years ago
Corey Farrell 85c1822a9d func_jitterbuffer: fix frame leaks.
11 years ago
Corey Farrell ced81afff2 audiohooks: Clean references to formats
11 years ago
Corey Farrell 67e496c275 manager: Unsubscribe from acl_change_sub at shutdown.
11 years ago
Matthew Jordan 8e9f593e3a main/bridge: Destroy features struct on off nominal path during bridge impart
11 years ago
Matthew Jordan f4b4d42630 main/manager: Fix typo in AMI event documentation of "OriginateResponse"
11 years ago
Jonathan Rose c084728690 Documentation: Improve documentation for ExtensionStatus AMI events
11 years ago
Richard Mudgett 2165868be7 translage.c: Fix regression when generating translation path strings.
11 years ago
Matthew Jordan dad0334cf1 AST-2014-011: Fix POODLE security issues
11 years ago
Richard Mudgett f91cb1207c AMI: Add missing VarSet events when a channel inherits variables.
11 years ago
Matthew Jordan 873d956144 main/cdr: Use 'time' when rescheduling batched CDRs as opposed to 'size'
11 years ago
George Joseph c2ec5f0f6f config: Fix inf loop using ast_category_browse and ast_variable_retrieve
11 years ago
George Joseph 104fca5001 config: Fix SEGV in unit test with MALLOC_DEBUG
11 years ago
Jonathan Rose 87b5006ff0 Scheduler: Fix a nasty scheduler caching bug which makes new tasks not execute
11 years ago
Richard Mudgett c61b66e107 stasis_channels.c: Resolve unfinished Dials when doing masquerades (Part 2)
11 years ago
George Joseph c7e6b6ba3d manager/config: Support templates and non-unique category names via AMI
11 years ago
Joshua Colp 98d5b7090d bridge: During a smart bridge operation provide a more complete bridge to the old technology.
11 years ago
Kinsey Moore 37b5f52da7 CallerID: Fix parsing regression
11 years ago
George Joseph cc595f7353 res_phoneprov: Refactor phoneprov to allow pluggable config providers
11 years ago
Richard Mudgett 0f50e8856b cdr.c: Make turning on CDR debug a one step process instead of two.
11 years ago
Kinsey Moore 5e50638539 Stasis: Relegate log message to dev-mode
11 years ago
Kinsey Moore 3dfc485e35 Indexer: Format message types may not exist
11 years ago
Kinsey Moore d8bbf1ec1d Stasis: Only log errors for non-declined types
11 years ago
Joshua Colp f7225da08a data: Properly access formats in capabilities structure when adding codecs.
11 years ago
Matthew Jordan 39bd5b7a70 message: Don't close an AMI connection on SendMessage action error
11 years ago
Richard Mudgett c384532aa4 features.c: Fix lingering channel ref while Bridge() application is active.
11 years ago
Matthew Jordan 3a87f32dc0 sdp_srtp: Add new lines to some WARNING messages
11 years ago
Corey Farrell 9611ef4f1e Release AMI connections on shutdown.
11 years ago
Richard Mudgett 70301b0438 audiohooks: Reevaluate the bridge technology when an audiohook is added or removed.
11 years ago
Richard Mudgett 0165c5f95a chan_pjsip: Fix deadlock when masquerading PJSIP channels.
11 years ago
George Joseph 4967478d18 sorcery: Prevent SEGV in sorcery_wizard_create when there's no create function
11 years ago
Kinsey Moore 4246652603 Manager: Add missing fields and documentation for CoreShowChannels
11 years ago
Richard Mudgett 9d2bc0675a threadpool.c: Minor cleanup fixes.
11 years ago
Walter Doekes e0abb82ab8 core: Ouch, forgot to undo a test free() in r423978.
11 years ago
Walter Doekes 37179a2b1f core: Don't allow free to mean ast_free (and malloc, etc..).
11 years ago
Walter Doekes 63a4da4a0d cli.c: Fix tab completion "module load" when MALLOC_DEBUG is enabled.
11 years ago
Matthew Jordan 64a9e5f001 main/channel: Unlock channel in off-nominal path
11 years ago
Jonathan Rose 6dae345674 Stasis_channels: Resolve unfinished Dials when doing masquerades
11 years ago
Kinsey Moore 7f2623a26f PJSIP: Prevent T38 framehook being put on wrong channel
11 years ago
George Joseph ad8ef9175a utils: Create ast_strsep function that ignores separators inside quotes
11 years ago
Richard Mudgett a7add3a257 astobj2.c/refcounter.py: Fix to deal with invalid object refs.
11 years ago
Mark Michelson fa6313ad29 Add API call to determine if format capability structure is "empty".
11 years ago
George Joseph d120e40309 config: bug: Fix SEGV in ast_category_insert when matching category isn't found
11 years ago
Scott Griepentrog 662b687dbe Voicemail: get correct duration when copying file to vm
11 years ago
Jonathan Rose dd6bdede7d Realtime: Fix a bug that caused realtime destroy command to crash
11 years ago
Mark Michelson c212a71f0b Remove undocumented default behavior of ast_play_and_record_full acceptdtmf.
11 years ago
George Joseph 93894d53c4 config: bug: fix truncation of included config files on permissions error
11 years ago
Matthew Jordan 71acca4de2 main/cdr: Copy over location information during a fork
11 years ago
Matthew Jordan e4591f98b1 main/rtp_engine: Format NTP timestamps as unsigned ints
11 years ago
Matthew Jordan d42b116925 main/cdrs: Preserve context/extension when executing a Macro or GoSub
11 years ago
Matthew Jordan 4499eb05d8 main/cdr: Fix crash/memory consumption in CDRs in multi-party bridge scenarios
11 years ago
Jonathan Rose 85878c4dd8 Dial API: Add a dial option to indicate the dialed channel will replace dialer
11 years ago
Jonathan Rose e19017fc00 Call IDs: Fix appearance of call ID in core show channels when NULL
11 years ago
Richard Mudgett 5a1de68b9a devicestate.c: Minor tweaks
11 years ago
Jonathan Rose af75e45da1 Manager: Require read permission for SYSTEM in order to send FullyBooted
11 years ago
Matthew Jordan 897cbf6a4f main/cli: Do not attempt to show CDR data for internal channels
11 years ago
George Joseph 59d4dbd3d0 manager: Make WaitEvent action respect eventfilters
11 years ago
Richard Mudgett 4728c05957 sched: Fix typo and whitespace change.
11 years ago
Kinsey Moore bf85018107 CallerID: Fix parsing of malformed callerid
11 years ago
Mark Michelson c5ab4adf17 Fix race condition in the scheduler when deleting a running entry.
11 years ago
Matthew Jordan 1498ae0830 main/message: Add a new-line to a DEBUG message
11 years ago
Matthew Jordan f3a525e9a6 ARI: Fix implicit answer when playback is initiated on unanswered channel
11 years ago
Matthew Jordan 085d5a2629 Clean up files that do not end with newlines
11 years ago
Matthew Jordan da91946df7 uri: Quiet warning about type qualifiers ignored on function return type
11 years ago
Richard Mudgett b7f98c3da4 chan_pjsip: Update media translation paths when new SDP negotiated.
11 years ago
Richard Mudgett 4672c139dd cli.c: Fix tab completion of "module load" when MALLOC_DEBUG is enabled.
11 years ago
Kinsey Moore 36f4bff943 Stasis: Add information to blind transfer event
11 years ago
Kinsey Moore 01f1ff1f77 AMI: Add AllVariables parameter to Status
11 years ago
Kinsey Moore a85a483fcd AMI Docs: Fix Status channel parameter optionality
11 years ago
Matthew Jordan ba5d5da60b Improve call forwarding reporting, especially with regards to ARI.
11 years ago
Jonathan Rose 9b658b7c60 Bridging: Fix a behavioral change when checking if a channel is leaving a bridge
11 years ago
Matthew Jordan 0d0a616e1a app_voicemail/app: Remove test events that were duplicated by r421059
11 years ago
Matthew Jordan 513981c89d main/file: Move test event to emit PLAYBACK event more consistently
11 years ago
Matthew Jordan 0b11c48522 cel: Make sure channels in extra fields include their unique IDs as well
11 years ago
Richard Mudgett e4b32731b9 channel_internal_api.c: Replace some code with ao2_replace().
11 years ago
Jonathan Rose d4695774e7 Bridges: Fix feature interruption/unintended kick caused by external actions
11 years ago
Kinsey Moore 6a6702bb0f AMI: Improve documentation for Status action
11 years ago
Walter Doekes 52c94d3af4 logger: Don't store verbose-magic in the log files.
11 years ago
Walter Doekes 1e0846167b general: Fix memory Corruption in __ast_string_field_ptr_build_va.
11 years ago
Walter Doekes b2afbc48e4 tcptls: Avoid compiler warning on non-dev-mode.
11 years ago
Matthew Jordan 008c1ad9bf main/message: remove debug message
11 years ago
Kinsey Moore 6653d7e8ee Stasis: Correct blind transfer message generation
11 years ago
Kinsey Moore d442ffd59c Stasis: Ensure transfer messages follow validation rules
11 years ago
Mark Michelson cb55679aed Ensure bridges exist when trying to determine bridged parties when publishing transfer information.
11 years ago
Mark Michelson 99d0bccd35 Add support for RFC 4662 resource list subscriptions.
11 years ago
Richard Mudgett ea7d4ab09e chan_iax2: Several media format fixes.
11 years ago
Kinsey Moore 0ac7f96057 Stasis: Convey transfer information to applications
11 years ago
Matthew Jordan 98af8fb715 pbx: Filter out pattern matching hints in responses sent to ExtensionStateList
11 years ago
George Joseph 3e5ab6ca39 pbx_lua: fix regression with global sym export and context clash by pbx_config.
11 years ago
Kinsey Moore f1036f40dc Stasis: Allow message types to be blocked
11 years ago
Matthew Jordan 47bf7efc4d Multiple revisions 420089-420090,420097
11 years ago
Jonathan Rose 2e350d6bd6 chan_iax2: Fix a crash that occurs when using allow=all for an IAX2 peer
11 years ago
Richard Mudgett e2d8fce2a3 Remove duplicate definitions of ast_format_vp8.
11 years ago
Rusty Newton 1dce73d278 Manager - Improve documentation for manager commands Getvar and Setvar.
11 years ago
Matthew Jordan bbeaeea1a3 res_hep_rtcp: Add module that sends RTCP information to a Homer Server
11 years ago
Matthew Jordan 922e3203a9 xmldocs: Add support for an <example> tag in the Asterisk XML Documentation
11 years ago
Kinsey Moore 485d0379ae manager: Add state list commands
11 years ago
Mark Michelson cac711fc95 Do not omit the first header of a UserEvent AMI action from the corresponding emitted UserEvent.
11 years ago
Richard Mudgett 2758cc76e5 datastores: Audit ast_channel_datastore_remove usage.
11 years ago
Joshua Colp 702c503b76 loader: Fix an infinite loop when printing modules using "module show".
11 years ago
Mark Michelson dcf1ad14da Add module support level to ast_module_info structure. Print it in CLI "module show" .
11 years ago
Matthew Jordan ba9867fab0 module loader: Unload modules in reverse order of their start order
11 years ago
Joshua Colp b2d6a9e076 bridge: Make "bridge destroy" only available in developer mode and add "all" to "bridge kick".
11 years ago
Richard Mudgett a2ce95d9d2 accountcode: Slightly change accountcode propagation.
11 years ago
Michael L. Young 7059b001ad core/db: Revert Patch Added In Attempt To Improve I/O Performance
11 years ago
Matthew Jordan f6283866c1 device state: Update the core to report ONHOLD if a channel is on hold
11 years ago
Kinsey Moore 4445ee7fc0 AMI: Allow for command response documentation
11 years ago
Matthew Jordan ccc6e8bd17 endpoints: Fix failing unit tests from r419196
11 years ago
Corey Farrell ef697de4a5 res_fax: unregister manager actions on unload
11 years ago
Michael L. Young f613fc24fb core/bridge_channel: Substitute Variables In Features Application Map
11 years ago
Michael L. Young b4a681684d core/db: Improve I/O When Updating Rows
11 years ago
Matthew Jordan bb87796f67 ARI: Fix endpoint/channel subscription issues; allow for subscriptions to tech
11 years ago
Kinsey Moore 878db87fc0 Dial API: Prevent crash on NULL cap
11 years ago
Matthew Jordan a2c912e997 media formats: re-architect handling of media for performance improvements
11 years ago
Corey Farrell eaf1225b40 stasis: fix call to ao2_t_alloc for stasis_message_router_create
11 years ago
Corey Farrell fd7814ddb5 stasis: use ao2_t_alloc for certain object allocators
11 years ago
Scott Griepentrog 0a99e4099b astobj2: assert on invalid ref and backtrace cleanup
11 years ago
Scott Griepentrog 3ad198c835 feature_config: insure featuregroups and applicationmaps are initialized
11 years ago
Jonathan Rose af4cd65143 Channels: Masquerades to automatically move frame/audio hooks
11 years ago
Kinsey Moore cd6c774456 TEST_FRAMEWORK: Fix threewaytransfer reporting
11 years ago
Matthew Jordan fee789dddb codec_adpcm: Change description of codec "ADPCM" to "Dialogic ADPCM"
11 years ago
Matthew Jordan 96cbaa187a manager: Return ActionID on nominal responses to PresenceState action
11 years ago
Kinsey Moore ca587079c0 TEST_FRAMEWORK: Fix ref leak in feature activation
11 years ago
Sean Bright a1eec851c6 Update Asterisk copyright year in main/asterisk.c
11 years ago
Corey Farrell fcdc4ad0bf astobj2: work around REF_DEBUG race which causes out of order log entries
11 years ago
Corey Farrell f4a30ad32e Fix minor reference leaks in app_skel and TEST_FRAMEWORK
11 years ago
Matthew Jordan 0d1288e2d2 astobj2: Add tag variants for ao2_bump, ao2_cleanup, and ao2_replace
11 years ago
Scott Griepentrog 6e5d843a56 config: inform config hook of change when writing file
11 years ago
Richard Mudgett f962448eee ARI: Make mixing bridges propagate linkedids and accountcodes.
11 years ago
Kinsey Moore edcaa54019 CEL: Fix incorrect/missing extra field information
11 years ago
Kinsey Moore 9c589571b7 HTTP: Fix build for gcc 4.10
11 years ago
Matthew Jordan 9711bb7b54 main/Makefile: fix compilation error of buildinfo occurring on 'make install'
11 years ago
Matthew Jordan 0e844b7598 configure: Remove last vestiges of h323; DO create menuselect-deps
11 years ago
Matthew Jordan 97834718c2 Remove many deprecated modules
11 years ago
Richard Mudgett 9b10813a2b res_ari: Fix some off-nominal paths just dropping the HTTP connection.
11 years ago
Jonathan Rose 04a9123309 pbx_config: Add manager actions to add/remove extensions
11 years ago
Richard Mudgett dbec5e0d8d HTTP: Add persistent connection support.
11 years ago
Matthew Jordan 758b13858b main/tcptls: Add checks for OpenSSL Elliptic Curve support
11 years ago
Matthew Jordan eaee92198d main/tcptls: Add support for Perfect Forward Secrecy
11 years ago
Matthew Jordan d1c6a9e69e main/untils: Prevent potential infinite loop in ast_careful_fwrite
11 years ago
Joshua Colp 6e60f5d317 Recorded merge of revisions 417677 from http://svn.asterisk.org/svn/asterisk/branches/11
11 years ago