DTMF

Status
Not open for further replies.

zensoftware

Joined
Aug 23, 2007
Messages
225
Reaction score
0
Hi,

We have deployed a simple call flow to our server. Calls are placed to it ok but there is no response to either of the options as if it is not hearing the DTMF tone.

Has anyone else come accross this?

Emmet
 
We are getting this error in the IVR logs:

12:27:06.439|3648|(0):Error! Module '3CX.com.OSBinet'. Error ID 302. URLhttp://localhost:5484/(S(mjlcl3ytorqkau45ln4gm2eb))/VAD_Test_7/PleaseEnterDestination.wav
12:27:12.564|3648|(0):Error! Module '3CX.com.OSBjsi'. Error ID 501. errmsgmissing ; before statementline1linetxt172.17.9.253tokentxt.9.253
12:27:12.564|3648|(0):Error! Module '3CX.com.OSBjsi'. Error ID 501. errmsgSyntaxError: missing ; before statementline1linetxt172.17.9.253tokentxt.9.253
12:27:17.595|3648|.\VXIMachine.cpp(1704):IvrDll, VXIMachine::EndSession(), Warning! Session 0x00C7F448 not found
 
Hi Emmet,

In regards to DTMF tones, that's something that can happen if your phone sends in-band DTMF using a codec with compression. In that case, DTMF digits may not be detected by 3CX. Can you verify if this is your situation?

In regards to the error reported in the IVR logs, that seems to be a javascript error (missing semicolon). Are you using an External Code Execution component? Can you describe the callflow you're designing?

Thanks.
 
Hi,

Ok, we checked DTMF tones were working normally by setting up a simple DR, on a press of key 1, the call was transferred to an extension on our PBX, this worked fine.

The call flow is quite simple. On a press of key 1 or 2 an email is sent to a specified user with the callerid in the body. Thats all it does so far.

Regards,

Emmet.
 
Can you describe how you're configuring the e-mail sender component? Have in mind that properties of this component are expressions, so for example, to enter a constant text as the destination e-mail address you need to quote it as '[email protected]'. This is explained in the users manual.
 
Hi,

Right, that might be it.

I will test and get back to you.
 
Still the same I'm afraid:

now though we are getting Error ID 302

Emmet
 
Ok, thaks for the help we have it working now but oddly, whenever an option is pressed the main prompt repeats itself?

Emmet.
 
The main prompt of a menu can be repeated when you enter an invalid option, or the timeout expires.
Is this what is happening?
 
Hi Emmet,

Can you provide us with more information about the problem you had with DMTF digits not being detected? Did you have to do anything to fix it? Was the problem related to the codecs being used?

Thanks.
 
Hi,

What seemed to happen was, the main prompt was played, the user presses option 1 and then the option is played again.

To make sure I'm understanding things correctly, I'm building the example CreditCard application.

Emmet.
 
Status
Not open for further replies.