fix and reswig after switch_cpp updates

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8216 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Traun Leyden
2008-04-30 00:37:52 +00:00
parent ba226074c1
commit c9f575fb1f
3 changed files with 491 additions and 118 deletions
@@ -201,7 +201,7 @@ switch_status_t PySession::run_dtmf_callback(void *input,
if (pyresult && pyresult != Py_None) {
resultStr = (char *) PyString_AsString(pyresult);
switch_status_t cbresult = process_callback_result(resultStr, &cb_state, session);
switch_status_t cbresult = process_callback_result(resultStr);
return cbresult;
}
else {