Saisyam

Results 1 comments of Saisyam

I have commented **PyBytes_Check** in the method to make DTMF work: `static PyObject *py_pjsua_call_dial_dtmf(PyObject *pSelf, PyObject *pArgs) { int call_id; PyObject *pDigits; pj_str_t digits; int status; PJ_UNUSED_ARG(pSelf); if (!PyArg_ParseTuple(pArgs, "iO",...