summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2014-09-23Make CDR and CEL unit tests less FRACKy.Mark Michelson
2014-09-18utils: Create ast_strsep function that ignores separators inside quotesGeorge Joseph
2014-08-27CallerID: Fix parsing of malformed calleridKinsey Moore
2014-08-20Stasis: Add information to blind transfer eventKinsey Moore
2014-08-14cel: Make sure channels in extra fields include their unique IDs as wellMatthew Jordan
2014-08-08CEL: Update unit tests for additional informationKinsey Moore
2014-08-07Stasis: Convey transfer information to applicationsKinsey Moore
2014-08-06Stasis: Allow message types to be blockedKinsey Moore
2014-08-05Multiple revisions 420089-420090,420097Matthew Jordan
2014-07-23endpoints: Fix failing unit tests from r419196Matthew Jordan
2014-07-22Fix more dev-mode build issuesKinsey Moore
2014-07-21Fix build in dev-modeKinsey Moore
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-07-07CEL: Fix incorrect/missing extra field informationKinsey Moore
2014-06-27CEL: Update unit tests for bridge tech fieldKinsey Moore
2014-06-26Bridging: Allow channels to define bridging hooksKinsey Moore
2014-06-20astobj2: Additional refactoring to push impl specific code down into the impls.George Joseph
2014-06-16res_http_websocket: read/write string fixupKevin Harwell
2014-06-15test_stasis_endpoints: Remove expected channel snapshotMatthew Jordan
2014-06-06core uri: Custom uri parsing error when no query parametersKevin Harwell
2014-06-06Split astobj2.c into more maintainable components.George Joseph
2014-06-05res_http_websocket: Create a websocket clientKevin Harwell
2014-05-23test_cel: Fix unit tests broken due to event def changes from res_corosyncMatthew Jordan
2014-04-11bridging: Ensure locking during snapshot creationKinsey Moore
2014-04-02Prevent duplicate sorcery wizards from being applied to sorcery object types.Mark Michelson
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-14Fix failing realtime sorcery tests.Mark Michelson
2014-03-07Make res_sorcery_realtime filter unknown retrieved results.Mark Michelson
2014-03-07stasis cache: Enhance to keep track of an item from different entities.Richard Mudgett
2014-03-07uniqueid: Fix chan_dahdi, sig_pri, sig_ss7, test_cdr, and test_cel compiler e...Richard Mudgett
2014-03-07uniqueid: channel linkedid, ami, ari object creation with id'sScott Griepentrog
2014-03-06sorcery: Create AST_SORCERY dialplan function.George Joseph
2014-02-26test_stasis.c: Misc cleanups.Richard Mudgett
2014-02-20sorcery: Create sorcery instance registry.George Joseph
2014-01-28test_cdr.c, test_cel.c: Correctly destroy created bridges.Richard Mudgett
2014-01-12stasis: Add methods to allow for synchronous publishing to subscriberMatthew Jordan
2014-01-03res_pjsip_authenticator_digest: Fix md5 hash bufferMatthew Jordan
2014-01-03test_stasis.c: Fix ref leak in normal execution path.Richard Mudgett
2013-12-20ao2_iterator: Mini-audit of the ao2_iterator loops in the new code files.Richard Mudgett
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-18channels: Return allocated channels locked.Joshua Colp
2013-12-17tests: fix ast_bridge_base_new calls not using the additional argumentsJonathan Rose
2013-12-13test_voicemail_api: Add check for a registered voicemail provider before tests.Richard Mudgett
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03sorcery, bucket: Change observer remove calls to take const callbacks struct.Richard Mudgett
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-11-27ari:Add application/json parameter supportDavid M. Lee
2013-11-22Make sure unit tests compileKinsey Moore