Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

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

[Freeswitch-users] Openzap doesn't work


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





PostPosted: Mon Jan 12, 2009 7:56 am    Post subject: [Freeswitch-users] Openzap doesn't work Reply with quote

Hello,

I'm a newbie in FS.

I installed and configure Openzap and Zaptel. I have a PRI Digium Wildcard TE110P.

When I call a number then I get an Error!

2009-01-12 10:20:01 [CRIT] zap_io.c:804 zap_channel_open_any() All circuits are busy.
2009-01-12 10:20:01 [ERR] mod_openzap.c:910 channel_outgoing_channel() No channels available
2009-01-12 10:20:01 [ERR] switch_ivr_originate.c:926 switch_ivr_originate() Cannot create outgoing channel of type [openzap] cause: [DESTINATION_OUT_OF_ORDER]

What's wrong? Do you need any configurations?

Thanks!
Best Regards, Curly


--
Sensationsangebot verlängert: GMX FreeDSL - Telefonanschluss + DSL
für nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K1308T4569a

_______________________________________________
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
Prometheus001 at gmx.net
Guest





PostPosted: Mon Jan 12, 2009 9:03 am    Post subject: [Freeswitch-users] Openzap doesn't work Reply with quote

I had the same problem a while ago with German PRI lines (S2M).

Do you have
<param name="dialect" value="q931"/>
in your
openzap.conf.xml?

In older Versions of openzap I used euro, in newer releases this didn't
work any more, so I used q931.

If this is not successfull,

can you post your openzap.conf.xml and openzap.xml
and the output of cat /proc/zaptel/*

Best regards
Peter

curly2009@gmx.de schrieb:
Quote:
Hello,

I'm a newbie in FS.

I installed and configure Openzap and Zaptel. I have a PRI Digium Wildcard TE110P.

When I call a number then I get an Error!

2009-01-12 10:20:01 [CRIT] zap_io.c:804 zap_channel_open_any() All circuits are busy.
2009-01-12 10:20:01 [ERR] mod_openzap.c:910 channel_outgoing_channel() No channels available
2009-01-12 10:20:01 [ERR] switch_ivr_originate.c:926 switch_ivr_originate() Cannot create outgoing channel of type [openzap] cause: [DESTINATION_OUT_OF_ORDER]

What's wrong? Do you need any configurations?

Thanks!
Best Regards, Curly




_______________________________________________
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
curly2009 at gmx.de
Guest





PostPosted: Mon Jan 12, 2009 9:37 am    Post subject: [Freeswitch-users] Openzap doesn't work Reply with quote

I use q931 too.

openzap.conf.xml

<configuration name="openzap.conf" description="OpenZAP Configuration">
<settings>
<param name="debug" value="0"/>
<!--<param name="hold-music" value="$${moh_uri}"/>-->
<!--<param name="enable-analog-option" value="call-swap"/>-->
<!--<param name="enable-analog-option" value="3-way"/>-->
</settings>
<!-- one entry here per openzap span -->
<pri_spans>
<span id="1">
<param name="mode" value="user"/>
<param name="dialect" value="q931"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
</span>
</pri_spans>
</configuration>

openzap.conf

[span zt]
name => OpenZap
number => 1
trunk_type => e1
b-channel => 1-15, 17-31
d-channel => 16

cat /proc/zaptel/*
Span 1: WCT1/0 "Digium Wildcard TE110P T1/E1 Card 0" (MASTER) HDB3/CCS/CRC4 RECOVERING

1 WCT1/0/1 Clear (In use) RED
2 WCT1/0/2 Clear (In use) RED
3 WCT1/0/3 Clear (In use) RED
4 WCT1/0/4 Clear (In use) RED
5 WCT1/0/5 Clear (In use) RED
6 WCT1/0/6 Clear (In use) RED
7 WCT1/0/7 Clear (In use) RED
8 WCT1/0/8 Clear (In use) RED
9 WCT1/0/9 Clear (In use) RED
10 WCT1/0/10 Clear (In use) RED
11 WCT1/0/11 Clear (In use) RED
12 WCT1/0/12 Clear (In use) RED
13 WCT1/0/13 Clear (In use) RED
14 WCT1/0/14 Clear (In use) RED
15 WCT1/0/15 Clear (In use) RED
16 WCT1/0/16 HDLCFCS (In use) RED
17 WCT1/0/17 Clear (In use) RED
18 WCT1/0/18 Clear (In use) RED
19 WCT1/0/19 Clear (In use) RED
20 WCT1/0/20 Clear (In use) RED
21 WCT1/0/21 Clear (In use) RED
22 WCT1/0/22 Clear (In use) RED
23 WCT1/0/23 Clear (In use) RED
24 WCT1/0/24 Clear (In use) RED
25 WCT1/0/25 Clear (In use) RED
26 WCT1/0/26 Clear (In use) RED
27 WCT1/0/27 Clear (In use) RD
28 WCT1/0/28 Clear (In use) RED
29 WCT1/0/29 Clear (In use) RED
30 WCT1/0/30 Clear (In use) RED
31 WCT1/0/31 Clear (In use) RED

Why is it RED? zttool shows no alarms (ok) and ztfcg -vv shows that 31 Channels to configure.



Quote:
I had the same problem a while ago with German PRI lines (S2M).

Do you have
<param name="dialect" value="q931"/>
in your
openzap.conf.xml?

In older Versions of openzap I used euro, in newer releases this didn't
work any more, so I used q931.

If this is not successfull,

can you post your openzap.conf.xml and openzap.xml
and the output of cat /proc/zaptel/*

Best regards
Peter

curly2009@gmx.de schrieb:
Quote:
Hello,

I'm a newbie in FS.

I installed and configure Openzap and Zaptel. I have a PRI Digium
Wildcard TE110P.
Quote:

When I call a number then I get an Error!

2009-01-12 10:20:01 [CRIT] zap_io.c:804 zap_channel_open_any() All
circuits are busy.
Quote:
2009-01-12 10:20:01 [ERR] mod_openzap.c:910 channel_outgoing_channel()
No channels available
Quote:
2009-01-12 10:20:01 [ERR] switch_ivr_originate.c:926
switch_ivr_originate() Cannot create outgoing channel of type [openzap] cause:
[DESTINATION_OUT_OF_ORDER]
Quote:

What's wrong? Do you need any configurations?

Thanks!
Best Regards, Curly




_______________________________________________
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
curly2009 at gmx.de
Guest





PostPosted: Mon Jan 12, 2009 10:22 am    Post subject: [Freeswitch-users] Openzap doesn't work Reply with quote

I use q931 too.

openzap.conf.xml

<configuration name="openzap.conf" description="OpenZAP Configuration">
<settings>
<param name="debug" value="0"/>
<!--<param name="hold-music" value="$${moh_uri}"/>-->
<!--<param name="enable-analog-option" value="call-swap"/>-->
<!--<param name="enable-analog-option" value="3-way"/>-->
</settings>
<!-- one entry here per openzap span -->
<pri_spans>
<span id="1">
<param name="mode" value="user"/>
<param name="dialect" value="q931"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
</span>
</pri_spans>
</configuration>

openzap.conf

[span zt]
name => OpenZap
number => 1
trunk_type => e1
b-channel => 1-15, 17-31
d-channel => 16

cat /proc/zaptel/*
Span 1: WCT1/0 "Digium Wildcard TE110P T1/E1 Card 0" (MASTER) HDB3/CCS/CRC4 RECOVERING

1 WCT1/0/1 Clear (In use) RED
2 WCT1/0/2 Clear (In use) RED
3 WCT1/0/3 Clear (In use) RED
4 WCT1/0/4 Clear (In use) RED
5 WCT1/0/5 Clear (In use) RED
6 WCT1/0/6 Clear (In use) RED
7 WCT1/0/7 Clear (In use) RED
8 WCT1/0/8 Clear (In use) RED
9 WCT1/0/9 Clear (In use) RED
10 WCT1/0/10 Clear (In use) RED
11 WCT1/0/11 Clear (In use) RED
12 WCT1/0/12 Clear (In use) RED
13 WCT1/0/13 Clear (In use) RED
14 WCT1/0/14 Clear (In use) RED
15 WCT1/0/15 Clear (In use) RED
16 WCT1/0/16 HDLCFCS (In use) RED
17 WCT1/0/17 Clear (In use) RED
18 WCT1/0/18 Clear (In use) RED
19 WCT1/0/19 Clear (In use) RED
20 WCT1/0/20 Clear (In use) RED
21 WCT1/0/21 Clear (In use) RED
22 WCT1/0/22 Clear (In use) RED
23 WCT1/0/23 Clear (In use) RED
24 WCT1/0/24 Clear (In use) RED
25 WCT1/0/25 Clear (In use) RED
26 WCT1/0/26 Clear (In use) RED
27 WCT1/0/27 Clear (In use) RD
28 WCT1/0/28 Clear (In use) RED
29 WCT1/0/29 Clear (In use) RED
30 WCT1/0/30 Clear (In use) RED
31 WCT1/0/31 Clear (In use) RED

Why is it RED? zttool shows no alarms (ok) and ztfcg -vv shows that 31 Channels to configure.



Quote:
I had the same problem a while ago with German PRI lines (S2M).

Do you have
<param name="dialect" value="q931"/>
in your
openzap.conf.xml?

In older Versions of openzap I used euro, in newer releases this didn't
work any more, so I used q931.

If this is not successfull,

can you post your openzap.conf.xml and openzap.xml
and the output of cat /proc/zaptel/*

Best regards
Peter

curly2009@gmx.de schrieb:
Quote:
Hello,

I'm a newbie in FS.

I installed and configure Openzap and Zaptel. I have a PRI Digium
Wildcard TE110P.
Quote:

When I call a number then I get an Error!

2009-01-12 10:20:01 [CRIT] zap_io.c:804 zap_channel_open_any() All
circuits are busy.
Quote:
2009-01-12 10:20:01 [ERR] mod_openzap.c:910 channel_outgoing_channel()
No channels available
Quote:
2009-01-12 10:20:01 [ERR] switch_ivr_originate.c:926
switch_ivr_originate() Cannot create outgoing channel of type [openzap] cause:
[DESTINATION_OUT_OF_ORDER]
Quote:

What's wrong? Do you need any configurations?

Thanks!
Best Regards, Curly




_______________________________________________
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

--
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger

_______________________________________________
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: Mon Jan 12, 2009 11:03 am    Post subject: [Freeswitch-users] Openzap doesn't work Reply with quote

This looks like a zaptel issue. Do we have any zaptel users familiar
with this issue? If not you should probably check on the asterisk list
for help. Once zaptel is working we can then see about getting openzap
up.

-MC

Sent from my iPhone

On Jan 12, 2009, at 6:36 AM, "Franziska Röhler" <curly2009@gmx.de>
wrote:

Quote:
I use q931 too.

openzap.conf.xml

<configuration name="openzap.conf" description="OpenZAP
Configuration">
<settings>
<param name="debug" value="0"/>
<!--<param name="hold-music" value="$${moh_uri}"/>-->
<!--<param name="enable-analog-option" value="call-swap"/>-->
<!--<param name="enable-analog-option" value="3-way"/>-->
</settings>
<!-- one entry here per openzap span -->
<pri_spans>
<span id="1">
<param name="mode" value="user"/>
<param name="dialect" value="q931"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
</span>
</pri_spans>
</configuration>

openzap.conf

[span zt]
name => OpenZap
number => 1
trunk_type => e1
b-channel => 1-15, 17-31
d-channel => 16

cat /proc/zaptel/*
Span 1: WCT1/0 "Digium Wildcard TE110P T1/E1 Card 0" (MASTER) HDB3/
CCS/CRC4 RECOVERING

1 WCT1/0/1 Clear (In use) RED
2 WCT1/0/2 Clear (In use) RED
3 WCT1/0/3 Clear (In use) RED
4 WCT1/0/4 Clear (In use) RED
5 WCT1/0/5 Clear (In use) RED
6 WCT1/0/6 Clear (In use) RED
7 WCT1/0/7 Clear (In use) RED
8 WCT1/0/8 Clear (In use) RED
9 WCT1/0/9 Clear (In use) RED
10 WCT1/0/10 Clear (In use) RED
11 WCT1/0/11 Clear (In use) RED
12 WCT1/0/12 Clear (In use) RED
13 WCT1/0/13 Clear (In use) RED
14 WCT1/0/14 Clear (In use) RED
15 WCT1/0/15 Clear (In use) RED
16 WCT1/0/16 HDLCFCS (In use) RED
17 WCT1/0/17 Clear (In use) RED
18 WCT1/0/18 Clear (In use) RED
19 WCT1/0/19 Clear (In use) RED
20 WCT1/0/20 Clear (In use) RED
21 WCT1/0/21 Clear (In use) RED
22 WCT1/0/22 Clear (In use) RED
23 WCT1/0/23 Clear (In use) RED
24 WCT1/0/24 Clear (In use) RED
25 WCT1/0/25 Clear (In use) RED
26 WCT1/0/26 Clear (In use) RED
27 WCT1/0/27 Clear (In use) RD
28 WCT1/0/28 Clear (In use) RED
29 WCT1/0/29 Clear (In use) RED
30 WCT1/0/30 Clear (In use) RED
31 WCT1/0/31 Clear (In use) RED

Why is it RED? zttool shows no alarms (ok) and ztfcg -vv shows that
31 Channels to configure.



Quote:
I had the same problem a while ago with German PRI lines (S2M).

Do you have
<param name="dialect" value="q931"/>
in your
openzap.conf.xml?

In older Versions of openzap I used euro, in newer releases this
didn't
work any more, so I used q931.

If this is not successfull,

can you post your openzap.conf.xml and openzap.xml
and the output of cat /proc/zaptel/*

Best regards
Peter

curly2009@gmx.de schrieb:
Quote:
Hello,

I'm a newbie in FS.

I installed and configure Openzap and Zaptel. I have a PRI Digium
Wildcard TE110P.
Quote:

When I call a number then I get an Error!

2009-01-12 10:20:01 [CRIT] zap_io.c:804 zap_channel_open_any() All
circuits are busy.
Quote:
2009-01-12 10:20:01 [ERR] mod_openzap.c:910
channel_outgoing_channel()
No channels available
Quote:
2009-01-12 10:20:01 [ERR] switch_ivr_originate.c:926
switch_ivr_originate() Cannot create outgoing channel of type
[openzap] cause:
[DESTINATION_OUT_OF_ORDER]
Quote:

What's wrong? Do you need any configurations?

Thanks!
Best Regards, Curly




_______________________________________________
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

_______________________________________________
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
Prometheus001 at gmx.net
Guest





PostPosted: Mon Jan 12, 2009 11:29 am    Post subject: [Freeswitch-users] Openzap doesn't work Reply with quote

From my experience it shows red when:
- the cables are not connected
- the pri lines are not synchronized yet
- sometimes the telco provider has to reset the line

Best regards
Peter

Michael S Collins schrieb:
Quote:
This looks like a zaptel issue. Do we have any zaptel users familiar
with this issue? If not you should probably check on the asterisk list
for help. Once zaptel is working we can then see about getting openzap
up.

-MC

Sent from my iPhone

On Jan 12, 2009, at 6:36 AM, "Franziska Röhler" <curly2009@gmx.de>
wrote:


Quote:
I use q931 too.

openzap.conf.xml

<configuration name="openzap.conf" description="OpenZAP
Configuration">
<settings>
<param name="debug" value="0"/>
<!--<param name="hold-music" value="$${moh_uri}"/>-->
<!--<param name="enable-analog-option" value="call-swap"/>-->
<!--<param name="enable-analog-option" value="3-way"/>-->
</settings>
<!-- one entry here per openzap span -->
<pri_spans>
<span id="1">
<param name="mode" value="user"/>
<param name="dialect" value="q931"/>
<param name="dialplan" value="XML"/>
<param name="context" value="default"/>
</span>
</pri_spans>
</configuration>

openzap.conf

[span zt]
name => OpenZap
number => 1
trunk_type => e1
b-channel => 1-15, 17-31
d-channel => 16

cat /proc/zaptel/*
Span 1: WCT1/0 "Digium Wildcard TE110P T1/E1 Card 0" (MASTER) HDB3/
CCS/CRC4 RECOVERING

1 WCT1/0/1 Clear (In use) RED
2 WCT1/0/2 Clear (In use) RED
3 WCT1/0/3 Clear (In use) RED
4 WCT1/0/4 Clear (In use) RED
5 WCT1/0/5 Clear (In use) RED
6 WCT1/0/6 Clear (In use) RED
7 WCT1/0/7 Clear (In use) RED
8 WCT1/0/8 Clear (In use) RED
9 WCT1/0/9 Clear (In use) RED
10 WCT1/0/10 Clear (In use) RED
11 WCT1/0/11 Clear (In use) RED
12 WCT1/0/12 Clear (In use) RED
13 WCT1/0/13 Clear (In use) RED
14 WCT1/0/14 Clear (In use) RED
15 WCT1/0/15 Clear (In use) RED
16 WCT1/0/16 HDLCFCS (In use) RED
17 WCT1/0/17 Clear (In use) RED
18 WCT1/0/18 Clear (In use) RED
19 WCT1/0/19 Clear (In use) RED
20 WCT1/0/20 Clear (In use) RED
21 WCT1/0/21 Clear (In use) RED
22 WCT1/0/22 Clear (In use) RED
23 WCT1/0/23 Clear (In use) RED
24 WCT1/0/24 Clear (In use) RED
25 WCT1/0/25 Clear (In use) RED
26 WCT1/0/26 Clear (In use) RED
27 WCT1/0/27 Clear (In use) RD
28 WCT1/0/28 Clear (In use) RED
29 WCT1/0/29 Clear (In use) RED
30 WCT1/0/30 Clear (In use) RED
31 WCT1/0/31 Clear (In use) RED

Why is it RED? zttool shows no alarms (ok) and ztfcg -vv shows that
31 Channels to configure.




Quote:
I had the same problem a while ago with German PRI lines (S2M).

Do you have
<param name="dialect" value="q931"/>
in your
openzap.conf.xml?

In older Versions of openzap I used euro, in newer releases this
didn't
work any more, so I used q931.

If this is not successfull,

can you post your openzap.conf.xml and openzap.xml
and the output of cat /proc/zaptel/*

Best regards
Peter

curly2009@gmx.de schrieb:

Quote:
Hello,

I'm a newbie in FS.

I installed and configure Openzap and Zaptel. I have a PRI Digium

Wildcard TE110P.

Quote:
When I call a number then I get an Error!

2009-01-12 10:20:01 [CRIT] zap_io.c:804 zap_channel_open_any() All

circuits are busy.

Quote:
2009-01-12 10:20:01 [ERR] mod_openzap.c:910
channel_outgoing_channel()

No channels available

Quote:
2009-01-12 10:20:01 [ERR] switch_ivr_originate.c:926

switch_ivr_originate() Cannot create outgoing channel of type
[openzap] cause:
[DESTINATION_OUT_OF_ORDER]

Quote:
What's wrong? Do you need any configurations?

Thanks!
Best Regards, Curly




_______________________________________________
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


_______________________________________________
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
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