View previous topic :: View next topic |
Author |
Message |
zolotov at altron.ua Guest
|
Posted: Thu Sep 18, 2008 9:24 am Post subject: [Freeswitch-users] mod_openzap |
|
|
In a directory libs/openzap/src/isdn
[olej@opos8 isdn]$ ls *.c
5ESSmes.c DMSStateNT.c mfifo.c Q921.c Q931mes.c
5ESSStateNT.c DMSStateTE.c nationalmes.c Q931api.c Q931StateNT.c
5ESSStateTE.c EuroISDNStateNT.c nationalStateNT.c Q931.c Q931StateTE.c
DMSmes.c EuroISDNStateTE.c nationalStateTE.c Q931ie.c Q932mes.c
- we see 2 files with definitions of responses to PRI messages :
Q931StateNT.c & Q931StateTE.c - "net side" & "local side"
1. If we connect 2 FreeSWITCHs with PRI channel we should specify (into mod_openzap configurations) NT for one of them
and TE for another.
In which way we are able to do this???
2. Is it a "span" parameter :
<param name="mode" value="user" />
in openzap.conf.xml?
What significance needs to be written in a "value" for the "net side" ? |
|
Back to top |
|
|
msc at freeswitch.org Guest
|
Posted: Thu Sep 18, 2008 9:35 am Post subject: [Freeswitch-users] mod_openzap |
|
|
Evgeniy,
I've only got a few minutes so I have to be quick.
Right now we only support the "user" or TE (terminal) side of PRI. Still working on the network side. If you need to do a back-to-back setup for testing then your options are a bit limited, but I do know that YATE and Asterisk both have mature (if buggy) PRI stacks that can at least let you do testing. (Please stay tuned - there is a lot in the works right now but no hard time frames.)
-MC
On Thu, Sep 18, 2008 at 7:20 AM, Evgeniy Zolotov <zolotov@altron.ua (zolotov@altron.ua)> wrote:
|
|
Back to top |
|
|
|