<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
Good afternoon,<BR>
<BR>
I'm trying to configure my asterisk to work with DTMF signaling (I live in Brazil) , i've put these lines in my chan_dahdi.conf<BR>
<BR>
usecallerid=yes<BR>
callerid=asreceived<BR>
cidsignaling=dtmf<BR>
cidstart=polarity<BR>
<BR>
my dahdi system.conf<BR>
<BR>
loadzone=br<BR>
defaultzone=br<BR>
fxsks=1<BR>
fxsks=3<BR>
fxsks=4<BR>
<BR>
When i try to dial to my asterisk box via analog line, it returns these errors in the console:<BR>
<BR>
== Starting post polarity CID detection on channel 2<BR>
-- Starting simple switch on 'DAHDI/2-1'<BR>
[Jul 8 14:33:02] WARNING[2889]: sig_analog.c:2482 __analog_ss_thread: Channel DAHDI/2-1 in prering state, but I have nothing to do. Terminating simple switch, should be restarted by the actual ring.<BR>
-- Hanging up on 'DAHDI/2-1'<BR>
-- Hungup 'DAHDI/2-1'<BR>
<BR>
Information about my system:<BR>
-> FreeBSD 8.2-STABLE<BR>
-> asterisk-1.8.4.2<BR>
-> dahdi-2.4.0rc5_5<BR>
-> Digium TDM400P Board with 3 FXO Modules
</BODY>
</HTML>