В Птн, 29/10/2010 в 14:09 +0200, Stefan Sayer пишет: > Hi Anton, > > glad it finally worked out with git. > > One question: Are you planning to add call queues to the call center > module?
Does SEMS have native call queues? There is std::vector<CalleeInfo*> with mutexes which maintaines all callees leg in the AmB2BForkCallerSession class, so it can represents a call queue. May be this isn't a good solution for using it outside a callcenter module. What is better? > > BR > Stefan > > Anton Zagorskiy wrote: > > Module: sems > > Branch: amberovsky/oyster > > Commit: e5e405141c80904933490b011c67f3f38ed4d1b1 > > URL: > > http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=e5e405141c80904933490b011c67f3f38ed4d1b1 > > > > Author: Anton Zagorskiy <[email protected]> > > Committer: Anton Zagorskiy <amberov...@programmer.(none)> > > Date: Fri Oct 29 16:00:37 2010 +0400 > > > > Added callcenter module and AmB2BFork*Session classes > > > > --- > > > > apps/callcenter/AmB2BForkSession.cpp | 691 > > ++++++++++++++++++++++++++++++++++ > > apps/callcenter/AmB2BForkSession.h | 273 ++++++++++++++ > > apps/callcenter/CMakeLists.txt | 7 + > > apps/callcenter/CallCenter.Readme | 78 ++++ > > apps/callcenter/Makefile | 7 + > > apps/callcenter/callcenter.cpp | 186 +++++++++ > > apps/callcenter/callcenter.h | 55 +++ > > apps/callcenter/etc/callcenter.conf | 6 + > > 8 files changed, 1303 insertions(+), 0 deletions(-) > > > > Diff: > > http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=e5e405141c80904933490b011c67f3f38ed4d1b1 > > _______________________________________________ > > Semsdev mailing list > > [email protected] > > http://lists.iptel.org/mailman/listinfo/semsdev > > > > _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
