Migrate mod python 8998
From FreeSWITCH Wiki
[edit]
Mandatory Changes
- The handler method now takes two arguments: session, args rather than a uuid
- There is no more PySession, use the session argument that is passed in
- Method signature to playAndGetDigits has changed, see Lua's version
- Anywhere that it calls setDTMFCallback, replace with calls to setInputCallback (see hello world example)
