392 Commits

Author SHA1 Message Date
Anthony Minessale
e3ac4010e6 FS-5605 --resolve 2013-09-04 21:00:26 +05:00
Anthony Minessale
7d6d688e53 FS-5731 --resolve 2013-08-26 20:25:14 +05:00
Anthony Minessale
2c4287ed54 FS-5633 --resolve 2013-07-24 11:38:01 -05:00
Anthony Minessale
fab8e29dd6 FS-5607 --resolve 2013-07-19 13:48:34 -05:00
Brian West
35fca3d290 fix logic from race fix 2013-07-08 13:19:22 -05:00
Brian West
9ed53db590 fix race 2013-07-05 19:50:57 -05:00
Nathan Neulinger
32adc789f6 make noexpandtab explicit in all vim modelines other than xml files 2013-06-25 11:50:17 -05:00
Brian West
750c06c1b8 fix reload of outbound_name change 2013-06-18 15:49:12 -05:00
William King
4219049789 New compiler warning(error). Unused assignment before the pointer is reassigned. 2013-06-12 21:39:27 -07:00
Anthony Minessale
5835e0d541 FS-5488 --resolve 2013-05-31 14:46:15 -05:00
Anthony Minessale
5eabe2bc4e FS-5488 --resolve 2013-05-31 13:14:37 -05:00
Anthony Minessale
ff7cb252fa FS-5358 --resolve use allow-transcoding=true param in global settings or fifo_allow_transcoding=true channel var on per caller basis 2013-04-30 09:39:35 -05:00
Anthony Minessale
2d96d7c165 fix minor cid issue in mod_fifo 2013-04-22 16:31:05 -05:00
Anthony Minessale
18c429f66f refactor and cleanup more cid stuff 2013-04-05 15:29:57 -05:00
Anthony Minessale
83fc8ddf3a endless cid fun 2013-04-05 08:29:16 -05:00
Anthony Minessale
805514192c fix some cid stuff in fifo 2013-04-02 17:46:46 -05:00
Anthony Minessale
2207b87769 do some more caller-id cleanup 2013-04-01 23:03:14 -05:00
Anthony Minessale
4b3aa396fb fix some regessions and sync namespace of some vars 2013-03-31 21:27:25 -05:00
Anthony Minessale
aca9257f93 tweaks for caller id in certian uuid_bridge situations 2013-03-28 22:17:28 -05:00
Anthony Minessale
c510a81177 do not pause callers when they come out of a bridge 2013-03-27 15:18:54 -05:00
Anthony Minessale
f7408f8829 FS-4903 --resolve some of these are better of reverted but not all, this should work 2013-03-27 12:31:40 -05:00
Anthony Minessale
42e679f023 FS-5226 --resolve 2013-03-26 15:50:07 -05:00
Anthony Minessale
0026f9e496 FS-5163 --resolve 2013-03-11 09:14:11 -05:00
Michael Jerris
42de032273 change duplicate FIFO-Action from bridge-consumer-stop to channel-consumer-stop (same for start) for the set of events that were not for the bridge. Also, when trying to pull a specific call out of queue, end pending outbound calls to the agent first to avoid blocking 2013-02-25 17:03:37 -05:00
Michael Jerris
254f7ee44b FS-4903: --resolve add/remove records from fifo_outbound not queued so the count query directly follwing gets the correct result 2013-01-21 12:44:12 -05:00
Michael Jerris
f0726482cd FS-4903: add back running fifo_callers queries not queued 2013-01-20 21:42:03 -05:00
Michael Jerris
8ae4114d54 always use queue so we keep the incs and decs in the right order 2013-01-16 17:37:37 -05:00
Anthony Minessale
b3d12d49b3 FS-5013 --resolve better to submit here and I can tell you when you can commit 2013-01-13 19:39:01 -06:00
Jeff Lenk
dc2c11f13f FS-4768 initial add of vs2012 build support 2012-12-29 14:57:15 -06:00
Michael Jerris
08fdff4511 don't block on db for fifo track_calls 2012-12-11 16:35:53 -05:00
Michael Jerris
c4cf1ba222 don't block on db for fifo_callers del 2012-12-10 16:39:02 -05:00
Anthony Minessale
8790476f0f FS-4903 --resolve 2012-12-03 08:49:50 -06:00
Anthony Minessale
8dd35c1d8c doh 2012-11-30 15:01:16 -06:00
Anthony Minessale
f0c47ede91 fix fifo queue_manager placement 2012-11-30 14:56:36 -06:00
Anthony Minessale
f1a89fb016 let mod_fifo use sql_queue_manager 2012-11-28 23:11:31 -06:00
Anthony Minessale
e1fe289672 refactor db stuff to use single string dsn to avoid code duplication and introduce switch_sql_queue_manager api to create transactional sql queues to aggregate a bunch of sql stmts into transactions 2012-10-09 20:20:32 -05:00
Eliot Gable
5cb354dddc Initial core-pgsql support based on native libpq; FS starts and stops without errors using core-pgsql. 2012-10-08 20:33:57 +00:00
Anthony Minessale
5bbc372c56 fix crash in mod_fifo when deleting a node when its in use 2012-09-14 14:25:20 -05:00
Anthony Minessale
8ec031e7c9 let callers delete themselves on reload 2012-09-05 11:12:06 -05:00
Ken Rice
c5554eb939 Copyright date update. 2012-04-18 11:52:02 -05:00
Anthony Minessale
e27a9c78c3 put caller back into the fifo if the agent hangs up before they are bridged 2012-04-17 16:12:14 -05:00
Anthony Minessale
759262c749 tweak to uuid field in fifo event 2012-04-10 08:55:56 -05:00
Ken Rice
cac6c262bb conf: add config files to module directories
The idea here is that the config files in the module directories will
serve as the canonical documentation of all module configuration
options.
2012-03-24 04:51:08 +00:00
Anthony Minessale
78a43b4005 FS-3760 --resolve fix that works in all situations 2012-01-19 15:13:48 -06:00
Anthony Minessale
f9e7e4d320 FS-3760 revert 2012-01-19 15:13:15 -06:00
Marc Olivier Chouinard
cc08b939c4 FS-3760 --resolve 2011-12-13 18:33:09 -05:00
Anthony Minessale
5227d5033a FS-3746 --resolve 2011-12-08 15:46:02 -06:00
Anthony Minessale
38ff1347bb FS-3745 2011-12-07 11:49:44 -06:00
Anthony Minessale
dd5c0a7742 re-arrange stmts 2011-11-10 18:06:33 -06:00
Anthony Minessale
84d029e4b9 rearrange order of sql stmts 2011-11-02 17:20:20 -05:00