[asterisk-users] cannot received calls in pstn line

brandon kruz highendpcs at hotmail.com
Sat Jul 22 12:21:53 MST 2006


sounds like you have a TDM card
with an fxo port(FOR YOUR PSTN, i think)
and 1-3 fxs ports for your phone lines
make sure you have your zaptel.conf
and zapata.conf and extensions.conf right
with the context that your ports are in
and the signalling that it uses(oppisite of the port)
be careful because u can burn out your card and maybe phone line if u do 
this wrong


itll look like this
[incoming]
exten => 100,1,Answer()
exten => 100,2,Dial(Zap/1,20,rR)
exten => 101,1Answer()
exten => 101,2,Dial(Zap/2,20,rR)

etc...


let me know if this helps for i think thats what you are asking

the redmodule is the module you will plug your pstn line into
then you have to set it up in zapata.conf and zaptel.conf to show your 
signalling and context
obviously you will want to name it something like [incoming] and make sure 
you have an
[incoming] context in extensions.conf

`KruZ~


>From: "Alex Robar" <alex.robar at gmail.com>
>Reply-To: Asterisk Users Mailing List - Non-Commercial 
>Discussion<asterisk-users at lists.digium.com>
>To: "Asterisk Users Mailing List - Non-Commercial 
>Discussion"<asterisk-users at lists.digium.com>
>Subject: Re: [asterisk-users] cannot received calls in pstn line
>Date: Sat, 22 Jul 2006 14:20:55 -0400
>MIME-Version: 1.0
>Received: from lists.digium.com ([69.16.138.164]) by 
>bay0-mc4-f4.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Sat, 22 
>Jul 2006 11:22:26 -0700
>Received: from digium-69-16-138-164.phx1.puregig.net (localhost 
>[127.0.0.1])by lists.digium.com (Postfix) with ESMTP id 91F142FC8AC;Sat, 22 
>Jul 2006 11:21:00 -0700 (MST)
>Received: from psmtp.com (exprod8mx6.postini.com [64.18.3.106])by 
>lists.digium.com (Postfix) with SMTP id 3AEB82FC873for 
><asterisk-users at lists.digium.com>;Sat, 22 Jul 2006 11:20:55 -0700 (MST)
>Received: from source ([64.233.166.180]) by 
>exprod8mx6.postini.com([64.18.7.10]) with SMTP; Sat, 22 Jul 2006 11:20:55 
>PDT
>Received: by py-out-1112.google.com with SMTP id d80so2101063pydfor 
><asterisk-users at lists.digium.com>;Sat, 22 Jul 2006 11:20:55 -0700 (PDT)
>Received: by 10.35.111.14 with SMTP id o14mr3756911pym;Sat, 22 Jul 2006 
>11:20:55 -0700 (PDT)
>Received: by 10.35.20.7 with HTTP; Sat, 22 Jul 2006 11:20:55 -0700 (PDT)
>X-Message-Info: LsUYwwHHNt086//j7JttpKUspbUCJfLVhuDm54Pcj2w=
>X-Original-To: asterisk-users at lists.digium.com
>Delivered-To: asterisk-users at lists.digium.com
>DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; 
>d=gmail.com;h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references;b=iLvJ6FoOf22Pv+A6587oFsCNRKwURXppuoXrw50vKoKxwbWKkefnRqSvEqWH8oqA8jR5u0pfmwXFzCf/SHlOX6hTED/Qseb+xsAUpfry4fJbtzMoh11NKvZEKV4w/snWBsMTnbCVGDhBLPqqJ6FdjAhZ1WeNZizUoi1/nGcW0to=
>References: 
><47a81fb70607220300u49e33449wb0e0214541670940 at mail.gmail.com><53B9A6B6-34EA-4BBC-AC38-4DA1CA6EF3AA at stillnewt.org>
>X-pstn-levels: (S:99.90000/99.90000 FC:95.5390 LC:95.5390 R:95.9108 
>P:95.9108M:96.8350 C:98.4741 )
>X-pstn-settings: 3 (1.0000:1.0000) s fc lc gt3 gt2 gt1 r p m c 
>X-pstn-addresses: from <alex.robar at gmail.com> [db-null] X-BeenThere: 
>asterisk-users at lists.digium.com
>X-Mailman-Version: 2.1.5
>Precedence: list
>List-Id: Asterisk Users Mailing List - Non-Commercial 
>Discussion<asterisk-users.lists.digium.com>
>List-Unsubscribe: 
><http://lists.digium.com/mailman/listinfo/asterisk-users>,<mailto:asterisk-users-request at lists.digium.com?subject=unsubscribe>
>List-Archive: <http://lists.digium.com/pipermail/asterisk-users>
>List-Post: <mailto:asterisk-users at lists.digium.com>
>List-Help: <mailto:asterisk-users-request at lists.digium.com?subject=help>
>List-Subscribe: 
><http://lists.digium.com/mailman/listinfo/asterisk-users>,<mailto:asterisk-users-request at lists.digium.com?subject=subscribe>
>Errors-To: asterisk-users-bounces at lists.digium.com
>Return-Path: asterisk-users-bounces at lists.digium.com
>X-OriginalArrivalTime: 22 Jul 2006 18:22:29.0913 (UTC) 
>FILETIME=[CAC67090:01C6ADBB]
>
>Agreed... How are your extensions connected? What hardware are you using to
>connect your PSTN lines? Rephrase your question and we can probably help 
>you
>out.
>
>Alex
>
>On 7/22/06, Martin Joseph <ast at stillnewt.org> wrote:
>>
>>
>>On Jul 22, 2006, at 3:00 AM, Lito Lampitoc wrote:
>>
>> > Hi All,
>> >
>> > I'm having problems receiving calls in my direct lines, but it's
>> > working fine in local lines (extensions). When a direct line is
>> > connected to my fxo it can't handle the call, but when an extension
>> > is connected it's ok.
>> >
>> > Any suggestion?
>> >
>>I think you might try rephrasing your question as it currently
>>doesn't seem to make any sense?
>>_______________________________________________
>>--Bandwidth and Colocation provided by Easynews.com --
>>
>>asterisk-users mailing list
>>To UNSUBSCRIBE or update options visit:
>>    http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>
>
>
>--
>Alex Robar
>alex.robar at gmail.com


>_______________________________________________
>--Bandwidth and Colocation provided by Easynews.com --
>
>asterisk-users mailing list
>To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users

_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/




More information about the asterisk-users mailing list