Hi, I'm having two problems. First - I'm using the xten x-lite program to communicate with asterisk, and everything works fine except that DTMFs are not transferred. I've set DTMFMODE to inband on both the sip.conf file and the x-lite configuration, and still it doesn't work. Anyone had this problem before>? Second thing: I get a WARNING:[1209214400]: File dsp.c, line 1198 (ast_dsp_process): unable to detect process 2 frames All the time. What gives? Please excuse a newbie... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031030/7649b3ad/attachment.htm
You can only use inband dtmf if you are using the ulaw or alaw codecs. On Thu, 2003-10-30 at 10:46, Shoval Tomer wrote:> Hi, > > I'm having two problems. > > First ? I'm using the xten x-lite program to communicate with > asterisk, and everything works fine except that DTMFs are not > transferred. > > I've set DTMFMODE to inband on both the sip.conf file and the x-lite > configuration, and still it doesn't work. > > > > Anyone had this problem before>? > > > > Second thing: > > I get a WARNING:[1209214400]: File dsp.c, line 1198 (ast_dsp_process): > unable to detect process 2 frames > > All the time. > > What gives? > > > > Please excuse a newbie? > >-- Sample configs, scripts, more : http://www.fnords.org/~eric/asterisk/ BTEL Consulting 504-899-1387 or 850-484-4545 or 877-677-9643
Try setting the dtmfmode=rcf2833 and also make sure you have suidperl installed. These things really helped in getting my X-Lite to work. -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Shoval Tomer Sent: Thursday, October 30, 2003 10:46 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] two things Hi, I'm having two problems. First - I'm using the xten x-lite program to communicate with asterisk, and everything works fine except that DTMFs are not transferred. I've set DTMFMODE to inband on both the sip.conf file and the x-lite configuration, and still it doesn't work. Anyone had this problem before>? Second thing: I get a WARNING:[1209214400]: File dsp.c, line 1198 (ast_dsp_process): unable to detect process 2 frames All the time. What gives? Please excuse a newbie. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031031/27bfd3b2/attachment.htm
Hi!> I've set DTMFMODE to inband on both the sip.conf file and the x-lite > configuration, and still it doesn't work. > > Anyone had this problem before>?1. Why do you have to use inband DTMF? Stick with the default if you can. 2. From what I read on this list that'll only work with ulaw and alaw codecs. Greetings, Philipp