V V.Wolpers Member Oct 10, 2021 #1 Hello, my problem is, that Private Sub btnDTMF_Click If CurrentCall.IsInitialized Then CurrentCall.SendDtmf(10) End If End Sub Click to expand... does not send DTMF * The log shows Logger verbunden mit: samsung SM-G389F --------- beginning of main ** Activity (main) Create, isFirst = true ** ** Activity (main) Resume ** ** Activity (main) Pause, UserClosed = true ** sending message to waiting queue (sip_callerror) Click to expand... The last line (sending message...) appears after the app is closed. If I use e.g. Vfone App from Akuvox the DTMF tone is send, so there is no problem with my sip server. What does sending message to waiting queue (sip_callerror) mean and how can I solve it? regards Volker Attachments Sip_DTMF.zip 8.2 KB · Views: 197
Hello, my problem is, that Private Sub btnDTMF_Click If CurrentCall.IsInitialized Then CurrentCall.SendDtmf(10) End If End Sub Click to expand... does not send DTMF * The log shows Logger verbunden mit: samsung SM-G389F --------- beginning of main ** Activity (main) Create, isFirst = true ** ** Activity (main) Resume ** ** Activity (main) Pause, UserClosed = true ** sending message to waiting queue (sip_callerror) Click to expand... The last line (sending message...) appears after the app is closed. If I use e.g. Vfone App from Akuvox the DTMF tone is send, so there is no problem with my sip server. What does sending message to waiting queue (sip_callerror) mean and how can I solve it? regards Volker