Re: [asterisk-users] Issues with making calls

2007-10-23 Thread Mojo with Horan Company, LLC
[EMAIL PROTECTED] wrote:
 ZAP/G1 will dial starting from channel 1. ZAP/R1 will dial starting
 from the last channel of the group.
   

Actually, ZAP/g1 mean start with first channel and work up.  ZAP/G1 mean 
start with last channel and work down.  'r' and 'R' operate in similar 
directions, but they also remember where they left off last time -- 
Round-Robin.

http://www.voip-info.org/wiki/view/Asterisk+ZAP+channels
under Dialing a Group


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Issues with making calls

2007-10-18 Thread Pablo Almido
Hi List,

I am from Peru, I have installed an asterisk server in my company with
digium card E1 TE120P, I am having issues when i make calls, here the
error from my server


[Oct 18 09:13:50] WARNING[2377]: channel.c:3232 ast_request: No
channel type registered for 'Zap'
[Oct 18 09:13:50] WARNING[2377]: app_dial.c:1106 dial_exec_full:
Unable to create channel of type 'Zap' (cause 66 - Channel not
implemented)
  == Everyone is busy/congested at this time (1:0/0/1)


My sources are:

libpri-1.4.1.tar.gz
zaptel-1.4.5.1.tar.gz
asterisk-1.4.11.tar.gz
asterisk-addons-1.4.2.tar.gz
asterisk-perl-0.10.tar.gz



I have 1/2 E1  from my provider telephony,  my configuration is

[EMAIL PROTECTED] ~]# cat /etc/zaptel.conf
span=1,1,0,ccs,hdb3,crc4
bchan=1-15,17-31
dchan=16
loadzone = us
defaultzone=us





#cat /etc/asterisk/zapata.conf
[channels]
context=default
switchtype = euroisdn
pridialplan = unknown
signalling = pri_cpe
usecallerid=yes
hidecallerid=no
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
immediate=no
amaflags=documentation
musiconhold=default


;Configure Channels
group=0
callgroup=0
pickupgroup=0
channel = 1-4
group=1
callgroup=1
pickupgroup=1
channel = 5-8
group=2
callgroup=2
pickupgroup=2
channel = 9-12
group=3
callgroup=3
pickupgroup=3
channel = 13-14
group=4
callgroup=4
pickupgroup=4
channel = 15


I have could make calls but, after of some minutes my server is hung,
suggestions are welcome. Thanks for any help in advance.

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Issues with making calls

2007-10-18 Thread Brian West
Make sure chan_zap.so is loaded.

/b

On Oct 18, 2007, at 9:34 AM, Pablo Almido wrote:

 Hi List,

 I am from Peru, I have installed an asterisk server in my company with
 digium card E1 TE120P, I am having issues when i make calls, here the
 error from my server


 [Oct 18 09:13:50] WARNING[2377]: channel.c:3232 ast_request: No
 channel type registered for 'Zap'
 [Oct 18 09:13:50] WARNING[2377]: app_dial.c:1106 dial_exec_full:
 Unable to create channel of type 'Zap' (cause 66 - Channel not
 implemented)
   == Everyone is busy/congested at this time (1:0/0/1)


 My sources are:

 libpri-1.4.1.tar.gz
 zaptel-1.4.5.1.tar.gz
 asterisk-1.4.11.tar.gz
 asterisk-addons-1.4.2.tar.gz
 asterisk-perl-0.10.tar.gz



 I have 1/2 E1  from my provider telephony,  my configuration is

 [EMAIL PROTECTED] ~]# cat /etc/zaptel.conf
 span=1,1,0,ccs,hdb3,crc4
 bchan=1-15,17-31
 dchan=16
 loadzone = us
 defaultzone=us





 #cat /etc/asterisk/zapata.conf
 [channels]
 context=default
 switchtype = euroisdn
 pridialplan = unknown
 signalling = pri_cpe
 usecallerid=yes
 hidecallerid=no
 callwaiting=yes
 callwaitingcallerid=yes
 threewaycalling=yes
 transfer=yes
 canpark=yes
 cancallforward=yes
 callreturn=yes
 echocancel=yes
 echocancelwhenbridged=yes
 rxgain=0.0
 txgain=0.0
 immediate=no
 amaflags=documentation
 musiconhold=default


 ;Configure Channels
 group=0
 callgroup=0
 pickupgroup=0
 channel = 1-4
 group=1
 callgroup=1
 pickupgroup=1
 channel = 5-8
 group=2
 callgroup=2
 pickupgroup=2
 channel = 9-12
 group=3
 callgroup=3
 pickupgroup=3
 channel = 13-14
 group=4
 callgroup=4
 pickupgroup=4
 channel = 15


 I have could make calls but, after of some minutes my server is hung,
 suggestions are welcome. Thanks for any help in advance.

 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Issues with making calls

2007-10-18 Thread Jared Smith
On Thu, 2007-10-18 at 09:34 -0500, Pablo Almido wrote:
 [Oct 18 09:13:50] WARNING[2377]: channel.c:3232 ast_request: No
 channel type registered for 'Zap'
 [Oct 18 09:13:50] WARNING[2377]: app_dial.c:1106 dial_exec_full:
 Unable to create channel of type 'Zap' (cause 66 - Channel not
 implemented)
   == Everyone is busy/congested at this time (1:0/0/1)

That would seem to indicate that the chan_zap.so module isn't being
loaded.  What happens if you type module unload chan_zap.so and then
module load chan_zap.so from the Asterisk CLI?  I'll bet you'll find
that either there's a problem in your zapata.conf file, or that chan_zap
hasn't been compiled for some reason.


-- 
Jared Smith
Community Relations Manager
Digium, Inc.


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Issues with making calls

2007-10-18 Thread Brian West
Why would a config error stop the module from loading? That seems  
like a suboptimal behavior.


/b

On Oct 18, 2007, at 9:50 AM, Jared Smith wrote:


That would seem to indicate that the chan_zap.so module isn't being
loaded.  What happens if you type module unload chan_zap.so and then
module load chan_zap.so from the Asterisk CLI?  I'll bet you'll find
that either there's a problem in your zapata.conf file, or that  
chan_zap

hasn't been compiled for some reason.


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Issues with making calls

2007-10-18 Thread Pablo Almido
Yes, the module is load

# asterisk  -r

ippbx*CLI module show like chan_zap.so
Module Description
 Use Count
chan_zap.soZapata Telephony
 0
1 modules loaded
ippbx*CLI
ippbx*CLI




2007/10/18, Brian West [EMAIL PROTECTED]:
 Make sure chan_zap.so is loaded.

 /b

 On Oct 18, 2007, at 9:34 AM, Pablo Almido wrote:

  Hi List,
 
  I am from Peru, I have installed an asterisk server in my company with
  digium card E1 TE120P, I am having issues when i make calls, here the
  error from my server
 
 
  [Oct 18 09:13:50] WARNING[2377]: channel.c:3232 ast_request: No
  channel type registered for 'Zap'
  [Oct 18 09:13:50] WARNING[2377]: app_dial.c:1106 dial_exec_full:
  Unable to create channel of type 'Zap' (cause 66 - Channel not
  implemented)
== Everyone is busy/congested at this time (1:0/0/1)
 
 
  My sources are:
 
  libpri-1.4.1.tar.gz
  zaptel-1.4.5.1.tar.gz
  asterisk-1.4.11.tar.gz
  asterisk-addons-1.4.2.tar.gz
  asterisk-perl-0.10.tar.gz
 
 
 
  I have 1/2 E1  from my provider telephony,  my configuration is
 
  [EMAIL PROTECTED] ~]# cat /etc/zaptel.conf
  span=1,1,0,ccs,hdb3,crc4
  bchan=1-15,17-31
  dchan=16
  loadzone = us
  defaultzone=us
 
 
 
 
 
  #cat /etc/asterisk/zapata.conf
  [channels]
  context=default
  switchtype = euroisdn
  pridialplan = unknown
  signalling = pri_cpe
  usecallerid=yes
  hidecallerid=no
  callwaiting=yes
  callwaitingcallerid=yes
  threewaycalling=yes
  transfer=yes
  canpark=yes
  cancallforward=yes
  callreturn=yes
  echocancel=yes
  echocancelwhenbridged=yes
  rxgain=0.0
  txgain=0.0
  immediate=no
  amaflags=documentation
  musiconhold=default
 
 
  ;Configure Channels
  group=0
  callgroup=0
  pickupgroup=0
  channel = 1-4
  group=1
  callgroup=1
  pickupgroup=1
  channel = 5-8
  group=2
  callgroup=2
  pickupgroup=2
  channel = 9-12
  group=3
  callgroup=3
  pickupgroup=3
  channel = 13-14
  group=4
  callgroup=4
  pickupgroup=4
  channel = 15
 
 
  I have could make calls but, after of some minutes my server is hung,
  suggestions are welcome. Thanks for any help in advance.
 
  ___
  --Bandwidth and Colocation Provided by http://www.api-digital.com--
 
  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users


 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Issues with making calls

2007-10-18 Thread Pablo Almido
I have unload and load the module, it is output


ippbx*CLI module unload chan_zap.so
  == Unregistered application 'ZapSendKeypadFacility'

ippbx*CLI module load chan_zap.so
  == Registered application 'ZapSendKeypadFacility'
  == Parsing '/etc/asterisk/zapata.conf': Found
[Oct 18 10:46:38] WARNING[2790]: chan_zap.c:903 zt_open: Unable to
specify channel 1: No such device or address
[Oct 18 10:46:38] ERROR[2790]: chan_zap.c:7160 mkintf: Unable to open
channel 1: No such device or address
here = 0, tmp-channel = 1, channel = 1
[Oct 18 10:46:38] ERROR[2790]: chan_zap.c:10466 build_channels: Unable
to register channel '1-4'

ippbx*CLI





2007/10/18, Brian West [EMAIL PROTECTED]:
 Why would a config error stop the module from loading? That seems like a
 suboptimal behavior.

 /b


 On Oct 18, 2007, at 9:50 AM, Jared Smith wrote:


 That would seem to indicate that the chan_zap.so module isn't being

 loaded.  What happens if you type module unload chan_zap.so and then

 module load chan_zap.so from the Asterisk CLI?  I'll bet you'll find

 that either there's a problem in your zapata.conf file, or that chan_zap

 hasn't been compiled for some reason.

 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:

 http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Issues with making calls

2007-10-18 Thread Tzafrir Cohen
On Thu, Oct 18, 2007 at 10:53:15AM -0500, Pablo Almido wrote:
 I have unload and load the module, it is output
 
 
 ippbx*CLI module unload chan_zap.so
   == Unregistered application 'ZapSendKeypadFacility'
 
 ippbx*CLI module load chan_zap.so
   == Registered application 'ZapSendKeypadFacility'
   == Parsing '/etc/asterisk/zapata.conf': Found
 [Oct 18 10:46:38] WARNING[2790]: chan_zap.c:903 zt_open: Unable to
 specify channel 1: No such device or address
 [Oct 18 10:46:38] ERROR[2790]: chan_zap.c:7160 mkintf: Unable to open
 channel 1: No such device or address
 here = 0, tmp-channel = 1, channel = 1
 [Oct 18 10:46:38] ERROR[2790]: chan_zap.c:10466 build_channels: Unable
 to register channel '1-4'

cat /proc/zaptel/1

Did it get properly configured?

http://rapid.tzafrir.org.il/docs/README.html#toc20 (the section about
the procfs interface)

-- 
   Tzafrir Cohen   
icq#16849755  jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Issues with making calls

2007-10-18 Thread Pablo Almido
I run this command

[EMAIL PROTECTED] ~]# cat /proc/zaptel/1
Span 1: WCT1/0 Wildcard TE12xP Card 0
IRQ misses: 40

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


Then I run ztcfg

[EMAIL PROTECTED] ~]# ztcfg -vv

Zaptel Version: 1.4.5.1
Echo Canceller: MG2
Configuration
==

SPAN 1: CCS/HDB3 Build-out: 0 db (CSU)/0-133 feet (DSX-1)

Channel map:

Channel 01: Clear channel (Default) (Slaves: 01)
Channel 02: Clear channel (Default) (Slaves: 02)
Channel 03: Clear channel (Default) (Slaves: 03)
Channel 04: Clear channel (Default) (Slaves: 04)
Channel 05: Clear channel (Default) (Slaves: 05)
Channel 06: Clear channel (Default) (Slaves: 06)
Channel 07: Clear channel (Default) (Slaves: 07)
Channel 08: Clear channel (Default) (Slaves: 08)
Channel 09: Clear channel (Default) (Slaves: 09)
Channel 10: Clear channel (Default) (Slaves: 10)
Channel 11: Clear channel (Default) (Slaves: 11)
Channel 12: Clear channel (Default) (Slaves: 12)
Channel 13: Clear channel (Default) (Slaves: 13)
Channel 14: Clear channel (Default) (Slaves: 14)
Channel 15: Clear channel (Default) (Slaves: 15)
Channel 16: D-channel (Default) (Slaves: 16)
Channel 17: Clear channel (Default) (Slaves: 17)
Channel 18: Clear channel (Default) (Slaves: 18)
Channel 19: Clear channel (Default) (Slaves: 19)
Channel 20: Clear channel (Default) (Slaves: 20)
Channel 21: Clear channel (Default) (Slaves: 21)
Channel 22: Clear channel (Default) (Slaves: 22)
Channel 23: Clear channel (Default) (Slaves: 23)
Channel 24: Clear channel (Default) (Slaves: 24)
Channel 25: Clear channel (Default) (Slaves: 25)
Channel 26: Clear channel (Default) (Slaves: 26)
Channel 27: Clear channel (Default) (Slaves: 27)
Channel 28: Clear channel (Default) (Slaves: 28)
Channel 29: Clear channel (Default) (Slaves: 29)
Channel 30: Clear channel (Default) (Slaves: 30)
Channel 31: Clear channel (Default) (Slaves: 31)

31 channels configured.

Changing signalling on channel 1 from Unused to Clear channel
Changing signalling on channel 2 from Unused to Clear channel
Changing signalling on channel 3 from Unused to Clear channel
Changing signalling on channel 4 from Unused to Clear channel
Changing signalling on channel 5 from Unused to Clear channel
Changing signalling on channel 6 from Unused to Clear channel
Changing signalling on channel 7 from Unused to Clear channel
Changing signalling on channel 8 from Unused to Clear channel
Changing signalling on channel 9 from Unused to Clear channel
Changing signalling on channel 10 from Unused to Clear channel
Changing signalling on channel 11 from Unused to Clear channel
Changing signalling on channel 12 from Unused to Clear channel
Changing signalling on channel 13 from Unused to Clear channel
Changing signalling on channel 14 from Unused to Clear channel
Changing signalling on channel 15 from Unused to Clear channel
Changing signalling on channel 16 from Unused to HDLC with FCS check
Changing signalling on channel 17 from Unused to Clear channel
Changing signalling on channel 18 from Unused to Clear channel
Changing signalling on channel 19 from Unused to Clear channel
Changing signalling on channel 20 from Unused to Clear channel
Changing signalling on channel 21 from Unused to Clear channel
Changing signalling on channel 22 from Unused to Clear channel
Changing signalling on channel 23 from Unused to Clear channel
Changing signalling on channel 24 from Unused to Clear channel
Changing signalling on channel 25 from Unused to Clear channel
Changing signalling on channel 26 from Unused to Clear channel
Changing signalling on channel 27 from Unused to Clear channel
Changing signalling on channel 28 from Unused to Clear channel
Changing signalling on channel 29 from Unused to Clear channel
Changing signalling on channel 30 from Unused to Clear channel
Changing signalling on channel 31 from Unused to Clear channel




Then I back to run this command , but I can not understand why it
change in channel 16, However I can not  make calls


[EMAIL PROTECTED] ~]# cat /proc/zaptel/1
Span 1: WCT1/0 Wildcard TE12xP Card 0 HDB3/CCS/CRC4
IRQ misses: 40

   1 WCT1/0/1 Clear
   2 WCT1/0/2 Clear
   3 WCT1/0/3 Clear
   4 WCT1/0/4 Clear
   5 WCT1/0/5 Clear
   6 WCT1/0/6 Clear
   7 WCT1/0/7 Clear
   8 WCT1/0/8 Clear

Re: [asterisk-users] Issues with making calls

2007-10-18 Thread [EMAIL PROTECTED]
ZAP/G1 will dial starting from channel 1. ZAP/R1 will dial starting
from the last channel of the group.

Pablo, please tell us what version of Linux and which distribution are
you using. Maybe for the time being try the stock asterisk of your
distro or the one they provide in the buildservice?

On 10/18/07, Brett Crapser [EMAIL PROTECTED] wrote:

 Pablo - You said you have 1/2 E1 - which half???
 That might be your problem.  Unless 1/2 E1 means something else...
 Asterisk normally dials out on the low end unless you specify
 G instead of g ??? or something like that.

 Brett


 ___
 --Bandwidth and Colocation Provided by http://www.api-digital.com--

 asterisk-users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Issues with making calls

2007-10-18 Thread Brett Crapser

Pablo - You said you have 1/2 E1 - which half???
That might be your problem.  Unless 1/2 E1 means something else...
Asterisk normally dials out on the low end unless you specify
G instead of g ??? or something like that.

Brett


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users