VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
gandresin at gmail.com Guest
|
Posted: Wed Feb 27, 2008 12:25 pm Post subject: [asterisk-users] About faxes recived through a PRI and passe |
|
|
Hi, all
I want to configure a few FXS ports in an Antribank-16 to be able to
receive faxes sent throught a PRI:
E1 ==>Zap * ==>FXS * ==>Fax machine
My asterisk box has a Digium TE120P (for the PRI).
Versions are *=> 1.4.17 | Zaptel=>1.4.8 | libpri=>1.4.5
The Astribank is not configured yet, because I am a little bit
confused about how to do it.
Let's say I configure the FXS ports in the Astribank as channels 41 &
42 (only 2 for the moment).
I dedicated DIDs 111111 & 222222 for internal faxes.
Can I just set the dial plan for : (not actual coonfig)
exten=> 111111,1,Dial(Zap/41)
exten=> 222222,1,Dial(Zap/42)
Do I need any other piece of software?
I know 1.6-beta is capable of managing faxes properly, but I won't
upgrade my * if any other option is available.
Thank you.
--
Andres Jimenez
GPG : http://www.andresin.com/gpg/gandresin at gmail.com.asc |
|
Back to top |
|
|
support at drdos.info Guest
|
Posted: Wed Feb 27, 2008 12:53 pm Post subject: [asterisk-users] About faxes recived through a PRI and passe |
|
|
Andres Jimenez wrote:
Quote: | exten=> 111111,1,Dial(Zap/41)
exten=> 222222,1,Dial(Zap/42)
| That's what I do with my Adit channel bank.
Doug
--
Ben Franklin quote:
"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety." |
|
Back to top |
|
|
gandresin at gmail.com Guest
|
Posted: Wed Feb 27, 2008 1:16 pm Post subject: [asterisk-users] About faxes recived through a PRI and passe |
|
|
On Wed, Feb 27, 2008 at 6:58 PM, Tzafrir Cohen <tzafrir.cohen at xorcom.com> wrote:
Quote: | Quote: | Let's say I configure the FXS ports in the Astribank as channels 41 &
42 (only 2 for the moment).
|
Hmmm... One full E1 span will get you channels 1-31 (even if you use
only up to channel 24, the span will register 31 channels). So the
FXS ports of the Astribank will occupy ports 32-39 and 46-53 (40-45 are
the I/O ports).
But then again, normally you just use zapconf / genzaptelconf and get a
working configuration.
So I suspect you got the channel numbers wrong there.
|
I used those numbers as an example, but I though I could relocate the
Astribank channels to a higher number and have a cleaner setup.
I don't like using automatic tools, because they used the american defaults.
Should I just use zapconf/genzaptelconf and change the zones?
Thanks
--
Andres Jimenez
GPG : http://www.andresin.com/gpg/gandresin at gmail.com.asc |
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Wed Feb 27, 2008 1:58 pm Post subject: [asterisk-users] About faxes recived through a PRI and passe |
|
|
On Wed, Feb 27, 2008 at 05:25:08PM +0000, Andres Jimenez wrote:
Quote: | Hi, all
I want to configure a few FXS ports in an Antribank-16 to be able to
receive faxes sent throught a PRI:
E1 ==>Zap * ==>FXS * ==>Fax machine
My asterisk box has a Digium TE120P (for the PRI).
Versions are *=> 1.4.17 | Zaptel=>1.4.8 | libpri=>1.4.5
The Astribank is not configured yet, because I am a little bit
confused about how to do it.
Let's say I configure the FXS ports in the Astribank as channels 41 &
42 (only 2 for the moment).
|
Hmmm... One full E1 span will get you channels 1-31 (even if you use
only up to channel 24, the span will register 31 channels). So the
FXS ports of the Astribank will occupy ports 32-39 and 46-53 (40-45 are
the I/O ports).
But then again, normally you just use zapconf / genzaptelconf and get a
working configuration.
So I suspect you got the channel numbers wrong there.
Quote: |
I dedicated DIDs 111111 & 222222 for internal faxes.
Can I just set the dial plan for : (not actual coonfig)
exten=> 111111,1,Dial(Zap/41)
exten=> 222222,1,Dial(Zap/42)
|
Basically yes, except the Zaptel channel numbers.
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir |
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Wed Feb 27, 2008 2:23 pm Post subject: [asterisk-users] About faxes recived through a PRI and passe |
|
|
On Wed, Feb 27, 2008 at 06:16:47PM +0000, Andres Jimenez wrote:
Quote: | On Wed, Feb 27, 2008 at 6:58 PM, Tzafrir Cohen <tzafrir.cohen at xorcom.com> wrote:
Quote: | Quote: | Let's say I configure the FXS ports in the Astribank as channels 41 &
42 (only 2 for the moment).
|
Hmmm... One full E1 span will get you channels 1-31 (even if you use
only up to channel 24, the span will register 31 channels). So the
FXS ports of the Astribank will occupy ports 32-39 and 46-53 (40-45 are
the I/O ports).
But then again, normally you just use zapconf / genzaptelconf and get a
working configuration.
So I suspect you got the channel numbers wrong there.
|
I used those numbers as an example, but I though I could relocate the
Astribank channels to a higher number and have a cleaner setup.
|
Those numbers are set at zaptel registration time. So there's not much
freedom for you to set them.
You could assign channels to groups at your whim (baring that there are
only 64 of them).
Quote: |
I don't like using automatic tools, because they used the american defaults.
|
The default can be changed by setting lc_country in
/etc/{sysconfig,default}/zaptel .
Quote: |
Should I just use zapconf/genzaptelconf and change the zones?
|
That's another possibility.
You can always hadncraft your own, of course.
--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|