Hi all. I've being reading posts from the list since yesterday and I feel this question was answered a lot time ago, but the list archives are a mess (yet). I hope some one is willing to help me out. I want to set up this: caller ----- PSTN ---- (SOMETHING1) ------ VoIP --------- (SOMETHING2) ---- PSTN I think this must be a very basic architecture, but I'm not sure wat SOMETHING1 and SOMETHING2 are. I've been on this for a while now (around two months) and till yesterday I haven't find Asterisk. Can you help me? I need to know hardware and software needs for this. I have read a few about voIP and have some programming and configuration skills under Linux and Windows. Thanks in advance. RODOLFO --- avast! Antivirus: Outbound message clean. Virus Database (VPS): 0436-4, 03/09/2004 Tested on: 06/09/2004 13:02:15 avast! - copyright (c) 2000-2004 ALWIL Software. http://www.avast.com
> From: Rodolfo Grave <rodolfograve@yahoo.es> > > I've being reading posts from the list since yesterday and I feel this > question was answered a lot time ago, but the list archives are a mess > (yet). I hope some one is willing to help me out. > > I want to set up this: > > caller ----- PSTN ---- (SOMETHING1) ------ VoIP --------- (SOMETHING2) > ---- PSTN > > I think this must be a very basic architecture, but I'm not sure wat > SOMETHING1 and SOMETHING2 are. I've been on this for a while now (around > two months) and till yesterday I haven't find Asterisk. > > Can you help me? I need to know hardware and software needs for this. I > have read a few about voIP and have some programming and configuration > skills under Linux and Windows.In terms of using asterisk to implement your diagram, "something1" and "something2" are basic linux boxes equipped with: - pstn interface card (such as x100p, tdm, isdn, T1 card) - ethernet interface (to connect to your broadband internet) - asterisk software The type of pstn interface card to use will be dependent upon how many "simultanous" phone conversations you'd like to support. The x100p card is a single pstn line interface; the tdm card supports one to four (tdm04b bundle) pstn lines (the tdm card needs to be purchased with fxo interface modules); the isdn card supports from one to 23 (?) pstn logical interfaces (depending upon the exact card purchased); or the T1/E1 card supports from 1 to 24 (T1) or 1 to 32 (E1-?) conversations. You'll find most of those cards at www.digium.com under Hardware Products. If you are outside the US, consider the TDM card as opposed to the x100p card. The size of Linux system will also be dependent on how many simultanous calls you want to support, and exactly how you have the system configured. For a single call, some folks have it running on old 300 mhz (and slower) box, while high traffic volumes will require a much faster system. The asterisk software can be found on the digium home page (lower-left menu option), which points to www.asterisk.org Also, lots of good reference material at www.voip-info.org After you've configured your system with your favorite Linux distro, download and compile asterisk per the instructions found on the www.asterisk.org site. Pay attention to the last steps on your screen that copies configuration samples to /etc/asterisk. Read through those configuration files, read the info at www.voip-info.org, and you should be able to get a system running.
hi guys i,m very new to asterisk and i need a little help with it i just installed and configered the asterisk and i'm trying to dial from outside and get to my voicemail but this what i'm getting from my asterisk box{Sep 6 13:08:58 NOTICE[-1093239888]: chan_sip.c:3922 sip_reg_timeout}so please can someone help me out thank you all.>From: Eric Wieling <eric@fnords.org> >Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion ><asterisk-users@lists.digium.com> >To: Asterisk Users Mailing List - Non-Commercial Discussion ><asterisk-users@lists.digium.com> >Subject: Re: [Asterisk-Users] Newby question. Basic structure >Date: Mon, 06 Sep 2004 15:05:52 -0500 > >Rodolfo Grave wrote: > >>Can you explain further what a FXS and FXO port represents in a call >>process in general? > >FXO port - Expects to RECEIVE dialtone and ring voltage >FXS port - Expects to PROVIDE dialtone and ring voltage > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users >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/
Tony Mountifield
2004-Sep-06 13:16 UTC
[Asterisk-Users] Re: Newby question. Basic structure
In article <413CC320.7050500@fnords.org>, Eric Wieling <eric@fnords.org> wrote:> Rodolfo Grave wrote: > > > Can you explain further what a FXS and FXO port represents in a call > > process in general? > > FXO port - Expects to RECEIVE dialtone and ring voltage > FXS port - Expects to PROVIDE dialtone and ring voltageOr in other words, an FXO port connects to an analogue PSTN line, and an FXS port connects to an analogue telephone. Cheers Tony -- Tony Mountifield Work: tony@softins.co.uk - http://www.softins.co.uk Play: tony@mountifield.org - http://tony.mountifield.org
Thanks. Tony Mountifield wrote:>In article <413CC320.7050500@fnords.org>, Eric Wieling <eric@fnords.org> wrote: > > >>Rodolfo Grave wrote: >> >> >> >>>Can you explain further what a FXS and FXO port represents in a call >>>process in general? >>> >>> >>FXO port - Expects to RECEIVE dialtone and ring voltage >>FXS port - Expects to PROVIDE dialtone and ring voltage >> >> > >Or in other words, an FXO port connects to an analogue PSTN line, >and an FXS port connects to an analogue telephone. > >Cheers >Tony > >--- avast! Antivirus: Outbound message clean. Virus Database (VPS): 0436-4, 03/09/2004 Tested on: 06/09/2004 22:18:22 avast! - copyright (c) 2000-2004 ALWIL Software. http://www.avast.com
Tony Mountifield wrote:> In article <413CC320.7050500@fnords.org>, Eric Wieling <eric@fnords.org> wrote: > >>Rodolfo Grave wrote: >> >> >>>Can you explain further what a FXS and FXO port represents in a call >>>process in general? >> >>FXO port - Expects to RECEIVE dialtone and ring voltage >>FXS port - Expects to PROVIDE dialtone and ring voltage > > > Or in other words, an FXO port connects to an analogue PSTN line, > and an FXS port connects to an analogue telephone.And FXS port can also connect to an analog CO port of your PBX. An FXO port could connect to an analog extension on your PBX too. Thinking of PSTN lines and telephones can limit the thinking of a newbie to just PSTN lines and analog phones. There are MANY ways you can use FXS and FXO ports to connect devices togather.