]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
1. add collectInput method. 2. modify the dtmf callback handlers to better deal...
authorTraun Leyden <tleyden@branchcut.com>
Mon, 20 Aug 2007 16:33:28 +0000 (16:33 +0000)
committerTraun Leyden <tleyden@branchcut.com>
Mon, 20 Aug 2007 16:33:28 +0000 (16:33 +0000)
commitc806a20d65dc281925c1962f8ed2e5b1bb126fb5
treee4fa2b3733e69fae36a421a5a8df07dd4f79e523
parent5eaea5f62a75ca4284cb6d8607c8a2ca432224a7
1. add collectInput method.  2. modify the dtmf callback handlers to better deal with event inputs, as opposed to dtmf inputs.  currently returns a dictionary where one key contains the body, and another contains the headers as a subdictionary.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5624 d0543943-73ff-0310-b7d9-9358b9ac24b2
src/include/switch_cpp.h
src/mod/languages/mod_python/freeswitch.py
src/mod/languages/mod_python/freeswitch_python.cpp
src/mod/languages/mod_python/freeswitch_python.h
src/mod/languages/mod_python/mod_python_wrap.cpp
src/switch_cpp.cpp