Hi all,

    assert(mCallHandle != SIPX_CALL_NULL);
    stack_result = sipxCallStartTone(mCallHandle, DtmfToneId, true, false);
/* DTMF Tone id passed is correct */
    if( stack_result == SIPX_RESULT_SUCCESS )
    {

    }
    else
    {
        Log->Debug(LOG_ERR, "Could not start tone - stack error ");
        assert(true);
    }

    Sleep(2000);
    stack_result = sipxCallStopTone(mCallHandle);


     I tried this code to generate DTMF tones locally, but i do not hear
anything. I stepped through the  sipxCallStartTone function and it is *not*
indicating failure in the code flow.
     Has someone here tried it ?
     However,  DTMF tones are generated and audible locally as well as at
remote , when in a call.

Thank you.

Best,
Amith
_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to