VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
Mark.Tabron at rnid-ty... Guest
|
Posted: Fri Mar 20, 2009 11:26 am Post subject: [Freeswitch-users] Problem dialing out via E1 |
|
|
Installed libpri but I'm stuck on what entries to put in
openzap.conf.xml, here's how I have the span setup at the moment:
<libpri_spans>
<span id="1">
<param name="node" value="cpe"/>
<param name="switch" value="Q931"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
</span>
</libpri_spans>
Node and Switch type aren't documented for libpri from what I can tell -
I know the former is either CPE or NET, though, I'm unsure what other
values can be used for switch type.
-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Mark
Tabron
Sent: 19 March 2009 16:55
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Problem dialing out via E1
Thanks, found an install guide on the FS Wiki for libpri - will get the
server cloned then install and test.
Shall report back.
-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Michael Collins
Sent: 19 March 2009 16:12
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Problem dialing out via E1
On Thu, Mar 19, 2009 at 2:08 AM, Mark Tabron
<Mark.Tabron@rnid-typetalk.org.uk> wrote:
Quote: | So the second issue is possibly known - really could do with a fix or
| a
Quote: | workaround for this as we plan to use E1's for all incoming traffic.
Can anyone shed light on the first problem (extension rings for a
fraction of a second then hangs up) I mentioned below, or is that
possibly part of the same issue?
|
I have experienced this before but I believe it was resolved by having
the telco switch protocol dialects which is probably not an option for
you. I think your best bet is to use ozmod_libpri and see if the issue
is still present.
-MC
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Save paper - don't print this email unless you need to.
------------------------------------------------------------------------
--------
NOTICE from RNID Typetalk
This communication contains information which is confidential and may
also be privileged. It is for the exclusive use of the addressee.
If you are not the addressee, please note that any distribution,
dissemination, copying or use of this communication or the information
in it is prohibited. If you have received this message in error, please
notify the sender immediately at the above e-mail address and delete the
information from your computer system.
Please note that neither RNID nor the sender accepts any responsibility
for viruses and it is your responsibility to scan the email and
attachments (if any).
------------------------------------------------------------------------
--------
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
stkn at freeswitch.org Guest
|
Posted: Fri Mar 20, 2009 1:44 pm Post subject: [Freeswitch-users] Problem dialing out via E1 |
|
|
Am Friday 20 March 2009 schrieb Mark Tabron:
Quote: | Installed libpri but I'm stuck on what entries to put in
openzap.conf.xml, here's how I have the span setup at the moment:
<libpri_spans>
<span id="1">
<param name="node" value="cpe"/>
<param name="switch" value="Q931"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
</span>
</libpri_spans>
Node and Switch type aren't documented for libpri from what I can tell -
I know the former is either CPE or NET, though, I'm unsure what other
values can be used for switch type.
|
The value for switch is invalid, it's going to fall back to dms100 with that one set.
Valid settings are:
ni1, ni2, dms100, euroisdn, lucent5e, att4ess, gr303eoc and gr303tmc
and "euroisdn" is the one you'll want for a E1 line.
Another setting you may need is:
<param name="l1" value="alaw"/>
stkn
--
-------------------------------------------------------------------------------
Stefan Knoblich |
axsentis GmbH | Web: http://www.axsentis.de/
Eupener Str. 74, 50933 Koeln, Germany | http://oss.axsentis.de/
Amtsgericht Koeln: HR B 56238 | Email: s.knoblich@axsentis.de
UST-ID: DE244977565 | JID: s.knoblich@jabber.axsentis.de
-------------------------------------------------------------------------------
Web: http://stkn.techmage.de/
Email: stkn@freeswitch.org
IRC: #freeswitch-de @ irc.freenode.net
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
Mark.Tabron at rnid-ty... Guest
|
Posted: Wed Mar 25, 2009 12:16 pm Post subject: [Freeswitch-users] Problem dialing out via E1 |
|
|
Thanks for the additional info. Found a problem with ozmod_libri.so
missing from the mod directory after installation (fixed by manually
copying file over) and I can now happily confirm I can make calls both
in and out!
Thanks for all the help on this - really appreciated.
-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of
Stefan Knoblich
Sent: 20 March 2009 18:29
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Problem dialing out via E1
Am Friday 20 March 2009 schrieb Mark Tabron:
Quote: | Installed libpri but I'm stuck on what entries to put in
openzap.conf.xml, here's how I have the span setup at the moment:
<libpri_spans>
<span id="1">
<param name="node" value="cpe"/>
<param name="switch" value="Q931"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
</span>
</libpri_spans>
Node and Switch type aren't documented for libpri from what I can tell
| -
Quote: | I know the former is either CPE or NET, though, I'm unsure what other
values can be used for switch type.
|
The value for switch is invalid, it's going to fall back to dms100 with
that one set.
Valid settings are:
ni1, ni2, dms100, euroisdn, lucent5e, att4ess, gr303eoc and
gr303tmc
and "euroisdn" is the one you'll want for a E1 line.
Another setting you may need is:
<param name="l1" value="alaw"/>
stkn
--
------------------------------------------------------------------------
-------
Stefan Knoblich |
axsentis GmbH | Web: http://www.axsentis.de/
Eupener Str. 74, 50933 Koeln, Germany | http://oss.axsentis.de/
Amtsgericht Koeln: HR B 56238 | Email: s.knoblich@axsentis.de
UST-ID: DE244977565 | JID:
s.knoblich@jabber.axsentis.de
------------------------------------------------------------------------
-------
Web: http://stkn.techmage.de/
Email: stkn@freeswitch.org
IRC: #freeswitch-de @ irc.freenode.net
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Save paper - don't print this email unless you need to.
--------------------------------------------------------------------------------
NOTICE from RNID Typetalk
This communication contains information which is confidential and may also be privileged. It is for the exclusive use of the addressee.
If you are not the addressee, please note that any distribution, dissemination, copying or use of this communication or the information in it is prohibited. If you have received this message in error, please notify the sender immediately at the above e-mail address and delete the information from your computer system.
Please note that neither RNID nor the sender accepts any responsibility for viruses and it is your responsibility to scan the email and attachments (if any).
--------------------------------------------------------------------------------
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
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
|