Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] libpri_span vs prispans


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
lakindia89 at gmail.com
Guest





PostPosted: Fri Oct 09, 2009 7:08 am    Post subject: [Freeswitch-users] libpri_span vs prispans Reply with quote

Hi all,

What difference it will make, if I use pri_span configuration and lib_pri span configuration in openzap.conf.xml.
I'm preety much confused on the difference between this.
Back to top
Russell.Mosemann at cu...
Guest





PostPosted: Fri Oct 09, 2009 8:08 am    Post subject: [Freeswitch-users] libpri_span vs prispans Reply with quote

lakshmanan ganapathy <lakindia89@gmail.com> said:
Quote:
What difference it will make, if I use pri_span configuration and lib_pri
span configuration in openzap.conf.xml.
I'm preety much confused on the difference between this.

Openzap can handle a T1/E1 itself, or openzap can use libpri to do that.
libpri is more mature than openzap. In my case openzap was not able to
handle everything invovling a T1 here, and using libpri fixed it.

A libpri_span configuration is handled by libpri. A pri_span
configuration is handled natively by openzap. Use the one that works for you.

--
Russell Mosemann



________________________________________________________
Concordia University, Nebraska
See http://www.cune.edu/ for the latest news and events!


_______________________________________________
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
msc at freeswitch.org
Guest





PostPosted: Fri Oct 09, 2009 1:05 pm    Post subject: [Freeswitch-users] libpri_span vs prispans Reply with quote

On Fri, Oct 9, 2009 at 5:57 AM, <Russell.Mosemann@cune.org (Russell.Mosemann@cune.org)> wrote:
Quote:

lakshmanan ganapathy <lakindia89@gmail.com (lakindia89@gmail.com)> said:
Quote:
What difference it will make, if I use pri_span configuration and lib_pri
span configuration in openzap.conf.xml.
I'm preety much confused on the difference between this.



Openzap can handle a T1/E1 itself, or openzap can use libpri to do that.
libpri is more mature than openzap. In my case openzap was not able to
handle everything invovling a T1 here, and using libpri fixed it.

A libpri_span configuration is handled by libpri. A pri_span
configuration is handled natively by openzap. Use the one that works for you.

Right now the libpri stack is more mature than the ozmod_isdn stuff. See the OpenZAP page on the wiki for instructions on how to set up ozmod_libpri.
-MC
Back to top
lakindia89 at gmail.com
Guest





PostPosted: Fri Oct 09, 2009 11:47 pm    Post subject: [Freeswitch-users] libpri_span vs prispans Reply with quote

Where can I found entire configurations for a libpri spans. Right now I've only 4 things in my libpri configuration. They are Switchtype, Node, Contect, Dialplan, which is given as example in wiki.

But I think libprispan has more configuration. Where can I find those things?



On Fri, Oct 9, 2009 at 11:27 PM, Michael Collins <msc@freeswitch.org (msc@freeswitch.org)> wrote:
Quote:


On Fri, Oct 9, 2009 at 5:57 AM, <Russell.Mosemann@cune.org (Russell.Mosemann@cune.org)> wrote:
Quote:

lakshmanan ganapathy <lakindia89@gmail.com (lakindia89@gmail.com)> said:
Quote:
What difference it will make, if I use pri_span configuration and lib_pri
span configuration in openzap.conf.xml.
I'm preety much confused on the difference between this.



Openzap can handle a T1/E1 itself, or openzap can use libpri to do that.
libpri is more mature than openzap. In my case openzap was not able to
handle everything invovling a T1 here, and using libpri fixed it.

A libpri_span configuration is handled by libpri. A pri_span
configuration is handled natively by openzap. Use the one that works for you.


Right now the libpri stack is more mature than the ozmod_isdn stuff. See the OpenZAP page on the wiki for instructions on how to set up ozmod_libpri.
-MC




_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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
moises.silva at gmail.com
Guest





PostPosted: Sat Oct 10, 2009 12:48 pm    Post subject: [Freeswitch-users] libpri_span vs prispans Reply with quote

From libs/openzap/mod_openzap/mod_openzap.c and libs/openzap/src/ozmod_libpri/ozmod_libpri.c


node=cpe|netswitch=ni1|ni2|dms100|lucent5|5ess|att4ess|4ess|euroisdn|gr303eoc|gr303tmc
dp=international|national|local|isdn|private|unknown
l1=alaw|ulaw <-- this recently is set based on the trunk type, but old openzap in E1 mode needs to explicitly set it to alaw
debug=q921_raw,q921_dump,q921_state,config,q931_dump,q931_state,q931_anomaly,apdu,acc none or all
opts=suggest_channel,omit_display,omit_redirecting_number


The following values are commonly known.
context=
dialplan=

On Sat, Oct 10, 2009 at 12:39 AM, lakshmanan ganapathy <lakindia89@gmail.com (lakindia89@gmail.com)> wrote:
Quote:
Where can I found entire configurations for a libpri spans. Right now I've only 4 things in my libpri configuration. They are Switchtype, Node, Contect, Dialplan, which is given as example in wiki.

But I think libprispan has more configuration. Where can I find those things?



On Fri, Oct 9, 2009 at 11:27 PM, Michael Collins <msc@freeswitch.org (msc@freeswitch.org)> wrote:
Quote:


On Fri, Oct 9, 2009 at 5:57 AM, <Russell.Mosemann@cune.org (Russell.Mosemann@cune.org)> wrote:
Quote:

lakshmanan ganapathy <lakindia89@gmail.com (lakindia89@gmail.com)> said:
Quote:
What difference it will make, if I use pri_span configuration and lib_pri
span configuration in openzap.conf.xml.
I'm preety much confused on the difference between this.



Openzap can handle a T1/E1 itself, or openzap can use libpri to do that.
libpri is more mature than openzap. In my case openzap was not able to
handle everything invovling a T1 here, and using libpri fixed it.

A libpri_span configuration is handled by libpri. A pri_span
configuration is handled natively by openzap. Use the one that works for you.


Right now the libpri stack is more mature than the ozmod_isdn stuff. See the OpenZAP page on the wiki for instructions on how to set up ozmod_libpri.
-MC




_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (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 (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




--
Moises Silva
Software Developer
Sangoma Technologies Inc. | 50 McIntosh Drive, Suite 120, Markham ON L3R 9T3 Canada
t. 1 905 474 1990 x 128 | e. moy@sangoma.com (moy@sangoma.com)
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
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

VoiceMeUp - Corporate & Wholesale VoIP Services