Module: sems Branch: master Commit: e471726afe3e092ee7db08d688b7397a0d1ba81a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=e471726afe3e092ee7db08d688b7397a0d1ba81a
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed Nov 24 23:10:11 2010 +0100 moved timers API into AmSession app level timers can now be used easily with the AmSession functions: setTimer(int id, unsigned timeout) removeTimer(int id) removeTimers() timersSupported() --- apps/annrecorder/AnnRecorder.cpp | 26 ++--------- apps/annrecorder/AnnRecorder.h | 2 - apps/auth_b2b/AuthB2B.cpp | 24 +--------- apps/auth_b2b/AuthB2B.h | 5 +-- apps/call_timer/CallTimer.cpp | 25 +++-------- apps/call_timer/CallTimer.h | 7 +--- apps/dsm/DSMCoreModule.cpp | 59 +++---------------------- apps/examples/b2b_connect/b2b_connect.cpp | 18 ++------ apps/examples/b2b_connect/b2b_connect.h | 5 +-- apps/examples/call_gen/CallGen.cpp | 16 +------ apps/examples/tutorial/mycc/MyCC.cpp | 26 +++-------- apps/examples/tutorial/mycc/MyCC.h | 4 +- apps/ivr/Ivr.cpp | 23 +++------- apps/ivr/Ivr.h | 4 +- apps/ivr/IvrDialogBase.cpp | 21 +-------- apps/py_sems/PySems.cpp | 16 +++---- apps/py_sems/PySems.h | 2 - apps/py_sems/PySemsB2ABDialog.cpp | 9 +--- apps/py_sems/PySemsB2ABDialog.h | 2 - apps/py_sems/PySemsB2BDialog.cpp | 10 +---- apps/py_sems/PySemsB2BDialog.h | 2 - apps/py_sems/PySemsDialog.cpp | 12 +----- apps/py_sems/PySemsDialog.h | 2 - apps/py_sems/sip/py_sems.sbf | 2 +- apps/sbc/SBC.cpp | 37 +++------------ apps/sbc/SBC.h | 6 +-- apps/sst_b2b/SSTB2B.cpp | 2 +- apps/sst_b2b/SSTB2B.h | 7 +--- apps/sw_prepaid_sip/SWPrepaidSIP.cpp | 25 +++-------- apps/sw_prepaid_sip/SWPrepaidSIP.h | 4 +- apps/voicemail/AnswerMachine.cpp | 20 +------- apps/voicemail/AnswerMachine.h | 2 - core/AmSession.cpp | 68 ++++++++++++++++++++++++++++- core/AmSession.h | 35 +++++++++++++++ 34 files changed, 182 insertions(+), 346 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=e471726afe3e092ee7db08d688b7397a0d1ba81a _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
