<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>RE: [Asterisk-Users] TDM400P digium card </TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>Thank you so much. we aren't using wireless. just our LAN. So it sounds like network connectivity and possibly my asterisk server. Thanks for helping to pointme in the right direction I so apprciate it.<BR>
<BR>
-nora<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: asterisk-users-bounces@lists.digium.com on behalf of Dewey Straughn<BR>
Sent: Mon 2/27/2006 4:20 PM<BR>
To: Asterisk Users Mailing List - Non-Commercial Discussion<BR>
Subject: RE: [Asterisk-Users] TDM400P digium card<BR>
<BR>
<BR>
Unless I am missing something, it looks like you only use pots (Plain Old Telephone Service) lines for making and receiving calls correct? It doesn't appear you are using and VOIP termination (Making outbound calls) or origination (Receiving inbound calls) provider. If you are getting choppy calls and your extensions are not outside your LAN, you need to troubleshoot you lan and Asterisk server. Make sure you can ping it with no packet loss or high latency. That's were I would start. Using a basic configuration (IE. POTS lines, TDM400, all lan extensions), you really shouldn't have any issues to deal with. It's pretty straight forward. Is any of this wirelessly connected?<BR>
<BR>
-Dewey<BR>
<BR>
<BR>
<BR>
&nbsp; _____&nbsp;<BR>
<BR>
From: asterisk-users-bounces@lists.digium.com on behalf of Nora Lavelle<BR>
Sent: Mon 2/27/2006 5:48 PM<BR>
To: Asterisk Users Mailing List - Non-Commercial Discussion<BR>
Subject: RE: [Asterisk-Users] TDM400P digium card<BR>
<BR>
<BR>
<BR>
Hi Dewey -<BR>
<BR>
<BR>
<BR>
So as those who read this list know I'm very new to voip software. So as embarrassed as I am to say it. I don't know how to answer all of your questions. I have no idea how many voip trunks I have or if I'm using G.729.&nbsp; We have a DSL connection currently.&nbsp; I have 4 analog phone lines connected to a digium card that's plugged into a dell&nbsp; Here's my Zapata.conf and extensions.conf file.&nbsp; I'm definitely confused here. Can y'all tell ? ;-)<BR>
<BR>
<BR>
<BR>
zapata.conf:<BR>
<BR>
;<BR>
<BR>
; Zapata telephony interface<BR>
<BR>
;<BR>
<BR>
; Configuration file<BR>
<BR>
<BR>
<BR>
[channels]<BR>
<BR>
language=en<BR>
<BR>
context=default<BR>
<BR>
switchtype=national<BR>
<BR>
signalling=fxs_ks<BR>
<BR>
usecallerid=yes<BR>
<BR>
hidecallerid=no<BR>
<BR>
callwaiting=yes<BR>
<BR>
callwaitingcallerid=yes<BR>
<BR>
threewaycalling=yes<BR>
<BR>
transfer=yes<BR>
<BR>
cancallforward=yes<BR>
<BR>
callreturn=yes<BR>
<BR>
echocancel=yes<BR>
<BR>
echocancelwhenbridged=yes<BR>
<BR>
echotraining=800<BR>
<BR>
rxgain=0.0<BR>
<BR>
txgain=0.0<BR>
<BR>
group=1<BR>
<BR>
immediate=yes<BR>
<BR>
channel =&gt; 1,2,3,4<BR>
<BR>
<BR>
<BR>
extensions.conf:<BR>
<BR>
<BR>
<BR>
[incoming]<BR>
<BR>
exten =&gt; s,1,Answer();<BR>
<BR>
exten =&gt; s,2,Background(ssn-greeting);<BR>
<BR>
exten =&gt; *,1,Directory(default)<BR>
<BR>
exten =&gt; 205,1,Wait(2)<BR>
<BR>
exten =&gt; 205,2,Record(/tmp/asterisk-recording:gsm)<BR>
<BR>
exten =&gt; 205,3,Wait(2)<BR>
<BR>
exten =&gt; 205,4,Playback(/tmp/asterisk-recording)<BR>
<BR>
exten =&gt; 205,5,Wait(2)<BR>
<BR>
exten =&gt; 205,6,Hangup<BR>
<BR>
<BR>
<BR>
[internal]<BR>
<BR>
exten =&gt; 101,1,Macro(stdexten,SIP/101)<BR>
<BR>
exten =&gt; 102,1,Macro(stdexten,SIP/102)<BR>
<BR>
exten =&gt; 103,1,Macro(stdexten,SIP/103)<BR>
<BR>
exten =&gt; 123,1,Macro(stdexten,SIP/123)<BR>
<BR>
exten =&gt; 124,1,Macro(stdexten,SIP/124)<BR>
<BR>
exten =&gt; 125,1,Macro(stdexten,SIP/125)<BR>
<BR>
exten =&gt; 126,1,Macro(stdexten,SIP/126)<BR>
<BR>
exten =&gt; 127,1,Macro(stdexten,SIP/127)<BR>
<BR>
exten =&gt; 128,1,Macro(stdexten,SIP/128)<BR>
<BR>
exten =&gt; 129,1,Macro(stdexten,SIP/129)<BR>
<BR>
exten =&gt; 130,1,Macro(stdexten,SIP/130)<BR>
<BR>
exten =&gt; 135,1,Macro(stdexten,SIP/135)<BR>
<BR>
exten =&gt; 117,1,Macro(stdexten,SIP/117)<BR>
<BR>
exten =&gt; 201,1,Macro(stdexten,SIP/201)<BR>
<BR>
<BR>
<BR>
; Please begin new extensions here<BR>
<BR>
exten =&gt; 250,1,Macro(stdexten,SIP/250)<BR>
<BR>
<BR>
<BR>
[voicemail]<BR>
<BR>
exten =&gt; 300,1,Ringing<BR>
<BR>
exten =&gt; 300,2,Wait(2)<BR>
<BR>
exten =&gt; 300,3,System(/var/spool/asterisk/vm/fix_volume.pl)<BR>
<BR>
exten =&gt; 300,4,VoicemailMain(ssn-voicemail-greeting)<BR>
<BR>
exten =&gt; 300,5,Hangup<BR>
<BR>
<BR>
<BR>
[local]<BR>
<BR>
exten =&gt; _9NXXXXXX,1,Dial(Zap/g1/${EXTEN:1})<BR>
<BR>
exten =&gt; _9NXXXXXX,2,Congestion<BR>
<BR>
<BR>
<BR>
[longdistance]<BR>
<BR>
exten =&gt; _91NXXNXXXXXX,1,Dial(Zap/g1/${EXTEN:1})<BR>
<BR>
exten =&gt; _91NXXNXXXXXX,2,Congestion<BR>
<BR>
<BR>
<BR>
; exten =&gt; s,103,Hangup<BR>
<BR>
<BR>
<BR>
[macro-stdexten]<BR>
<BR>
exten =&gt; s,1,Dial(${ARG1},20)<BR>
<BR>
exten =&gt; s,2,Goto(s-${DIALSTATUS},1)<BR>
<BR>
exten =&gt; s-NOANSWER,1,Voicemail(u${MACRO_EXTEN})<BR>
<BR>
exten =&gt; s-NOANSWER,2,Goto(default,s,1)<BR>
<BR>
exten =&gt; s-BUSY,1,Voicemail(b${MACRO_EXTEN})<BR>
<BR>
exten =&gt; s-BUSY,2,Goto(default,s,1)<BR>
<BR>
exten =&gt; s-CONGESTION,1,Voicemail(b${MACRO_EXTEN})<BR>
<BR>
exten =&gt; s-CONGESTION,2,Goto(default,s,1)<BR>
<BR>
exten =&gt; s-.,1,Goto(s-NOANSWER,1)<BR>
<BR>
exten =&gt; a,1,VoicemailMain(${MACRO_EXTEN})<BR>
<BR>
<BR>
<BR>
[default]<BR>
<BR>
include =&gt; incoming<BR>
<BR>
include =&gt; internal<BR>
<BR>
include =&gt; voicemail<BR>
<BR>
include =&gt; local<BR>
<BR>
include =&gt; longdistance<BR>
<BR>
<BR>
&lt;html&gt;&lt;head&gt;&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html&quot;&gt;&lt;/head&gt;&lt;body&gt;--------------------------------------------------------------------------------------------&lt;br&gt;CONFIDENTIALITY NOTICE: &lt;br&gt;&lt;br&gt;This email and any attachments are intended only for the designated recipients. Superior IT Solutions prohibits use, distribution or transmittal by or to an inintended recipient without Superior IT Solution's express written approval. If you are not the intended recipient, please delete this email and notify Superior IT Solutions (support@superior-it.com)&lt;br&gt;&lt;br&gt;This message (And any attachment) has been scanned by F-Secure and Norton&lt;br&gt;Anti-Virus before leaving our mail server.&lt;br&gt;-----------------------------------------------------------------------------------------&lt;br&gt;&lt;/body&gt;&lt;/html&gt;<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>