<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all,<br>
I have a problem with dialing digits from my analog phone connected to
TDM400 with one FXS card. I can call the phone from SIP, but when I try
to dial digits from it, after first digit I receive a busy tone. I
thouht that it is the problem with DTFM frequencies, so I changed zone
to my country setting, but with no luck. The next thing I did was to
make change zaptel.h in zaptel source so the zaptel should recognize
pulse dialing and recompiled zaptel again, but only remotely by ssh -
so, now, Im not at the office and I cannot get there until Monday, I
cannot try if now at least pulse dialing works now. : - (<br>
<br>
I'm newbie to Asterisk so, please, can someone check my configuration
and tell me I have everything alright (I think its ok, I did it the
same way as in asterisk TFOT book) and I can focus to grab theory for
DTFM problem through weekend?<br>
<br>
Thanks a lot.<br>
<br>
Petosh<br>
<br>
my configuration files:<br>
<br>
<b>extensions.conf:</b><br>
<br>
[internal]<br>
exten =&gt; 101,1,Dial(SIP/petosh,20)<br>
exten =&gt; 101,2,Playback(my/notavailable)<br>
exten =&gt; 101,3,Hangup( )<br>
<br>
exten =&gt; 200,1,Dial(Zap/1,20)<br>
exten =&gt; 200,2,Playback(my/notavailable)<br>
exten =&gt; 200,3,Hangup( )<br>
<br>
<br>
<b>zapata.conf:<br>
</b>[trunkgroups]<br>
<br>
[channels]<br>
usercallerid=yes<br>
hidecallerid=no<br>
callwaiting=no<br>
threewaycalling=yes<br>
transfer=yes<br>
echocancel=yes<br>
echotraining=yes<br>
<br>
context=incoming<br>
signalling=fxo_ks<br>
channel =&gt; 1<br>
<br>
<b>zaptel.conf:</b><br>
fxoks=1<br>
loadzone=cz<br>
defaultzone=cz<br>
</body>
</html>