Module: sems
Branch: master
Commit: 2ddcf513db7a608f26c9389ae429d11081ac2064
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=2ddcf513db7a608f26c9389ae429d11081ac2064

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Tue Aug 24 02:19:11 2010 +0200

DSM doc: quizconnect tutorial

This DSM tutorial implements step by step an application,
which is best described by the original question:

"I am trying to accomplish a script that parallel forks to
 many callers and then the one who enters the right DTMF
 code gets the call."

The tutorial shows how a full application can be implemented
with DSM state machine scripting alone. Specifically, it shows
how to
 - play ringback tone (183 early media)
 - read from mysql database
 - place outgoing calls
 - interact between calls
 - use conference module to connect the audio of calls

---

 .../quizconnect/Readme.quizconnect_tutorial.txt    |   18 +
 doc/dsm/tutorials/quizconnect/prompts/Makefile     |   10 +
 .../quizconnect/prompts/sorry_pin_wrong.txt        |    1 +
 .../quizconnect/prompts/sorry_pin_wrong.wav        |  Bin 0 -> 58330 bytes
 .../quizconnect/prompts/welcome_callee.txt         |    1 +
 .../quizconnect/prompts/welcome_callee.wav         |  Bin 0 -> 56882 bytes
 .../quizconnect/prompts/welcome_caller.txt         |    1 +
 .../quizconnect/prompts/welcome_caller.wav         |  Bin 0 -> 80780 bytes
 doc/dsm/tutorials/quizconnect/quizconnect.conf     |   31 +
 .../tutorials/quizconnect/quizconnect_callee.dsm   |   66 ++
 .../tutorials/quizconnect/quizconnect_caller.dsm   |  150 +++++
 .../tutorials/quizconnect/quizconnect_tutorial.pdf |  Bin 0 -> 45134 bytes
 .../tutorials/quizconnect/quizconnect_tutorial.txt |  660 ++++++++++++++++++++
 13 files changed, 938 insertions(+), 0 deletions(-)

Diff:   
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=2ddcf513db7a608f26c9389ae429d11081ac2064
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to