summaryrefslogtreecommitdiff
path: root/tests/test_cel.c
AgeCommit message (Expand)Author
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-06-09cel: Ensure only one dial status per channel exists.Joshua Colp
2015-06-24Unit tests: Fix unit test description strings.Richard Mudgett
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-12-03tests/test_cel: Add test_cel_attended_transfer_bridges_link to racey testsMatthew Jordan
2014-12-03tests/test_cel: Fix CEL unit test failures caused by attended transfer changesMatthew Jordan
2014-11-14tests/test_cel: Unlock bridge on off nominal pathsMatthew Jordan
2014-11-14Fix race condition that could result in ARI transfer messages not being sent.Mark Michelson
2014-10-17test_cel: Update pickup test to expect CANCEL instead of ANSWSERMatthew Jordan
2014-09-23Make CDR and CEL unit tests less FRACKy.Mark Michelson
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-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-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-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-01-28test_cdr.c, test_cel.c: Correctly destroy created bridges.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-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2013-10-03Get rid of uses of stasis_topic_wait()Mark Michelson
2013-10-02Multiple revisions 400318-400319Mark Michelson
2013-09-27Restore usefulness of the CEL Peer fieldKinsey Moore
2013-09-13Restore Dial, Queue, and FollowMe 'I' option support.Richard Mudgett
2013-08-22Make CEL behavior conform to the documentationKinsey Moore
2013-08-17Refactor CEL to avoid using the event system coreKinsey Moore
2013-08-17Strip down the old event systemKinsey Moore
2013-08-16Doxygen comment tweaks.Richard Mudgett
2013-08-02Fix test modulesMatthew Jordan
2013-08-02Remove dead code from features.c; refactor pickup code into pickup.cMatthew Jordan
2013-08-01Split caching out from the stasis_caching_topic.David M. Lee
2013-07-31Disable CEL tests that need rearchitecting to operate properlyKinsey Moore
2013-07-31Enforce conference exit order for CEL testsKinsey Moore
2013-07-29Clean up and improve test_celKinsey Moore
2013-07-27Improve reliability of bridge merge CEL testKinsey Moore
2013-07-25Fix incorrect reference to stasis/bridging.hMatthew Jordan
2013-07-25A great big renaming patchMatthew Jordan
2013-07-22Make the CEL blind transfer test pass consistentlyKinsey Moore
2013-07-20Add CEL local optimization record typeKinsey Moore
2013-07-20Add transfer support to CELKinsey Moore
2013-07-17Change ast_hangup() to return void and be NULL safe.Richard Mudgett
2013-07-11Correct test_cel cleanup.David M. Lee