similar to: problem with outgoing calls Unable tocreatechannel of type 'ZAP' (cause 34 - Circuit/channel congestion)

Displaying 20 results from an estimated 3000 matches similar to: "problem with outgoing calls Unable tocreatechannel of type 'ZAP' (cause 34 - Circuit/channel congestion)"

2006 Feb 13
1
problem with outgoing calls Unabletocreatechannel of type 'ZAP' (cause 34 - Circuit/channel congestion)
Nik, I'm not sure that "NOP" is correct, but I'm in the states so I'll to defer to someone who knows E1/PRI. When I run zttool I have "OK" under the alarms. Is there a way you can call the telco and confirm the settings? Make sure that framing, coding and D channels are set up on their end the same way you're set up. As for asterisk, here's what I get
2006 Feb 15
1
problem with outgoing callsUnabletocreatechannel of type 'ZAP' (cause 34 - Circuit/channelcongestion)
Nik, Looks like you're making some progress. When I first started using A@H I had trouble getting the outbound dialing to work. I wasn't sure where to start, so what I did was skip the macros in the dial plan. I wanted to play around with exactly what digits the telco wanted to see. So I put a specific extension in my [default] context like this: exten =>
2006 Feb 13
1
problem with outgoing calls Unable to createchannel of type 'ZAP' (cause 34 - Circuit/channel congestion)
Nik, Just curious - what is your telco setup? Do you have PRI with the specified D channels? You need to make sure that your telco is set up to have the D channels on 16 and 47. When you first start Asterisk, or when you log on to the CLI, do you ever see messages stating the B channels are successfully started? Let us know. -MC -----Original Message----- From:
2006 Feb 20
1
problem with outgoingcallsUnabletocreatechannelof type 'ZAP' (cause 34 -Circuit/channelcongestion)
-----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of nik600 Sent: Saturday, February 18, 2006 2:00 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] problem with outgoingcallsUnabletocreatechannelof type 'ZAP' (cause 34 -Circuit/channelcongestion) On 2/17/06,
2006 Feb 17
2
problem with outgoing callsUnabletocreatechannelof type 'ZAP' (cause 34 - Circuit/channelcongestion)
Nik, This definitely helps! Please check your dial command. You've got "Dial(Zap/0/mynumber)" and I think you might possibly want it to be something like this: Dial(Zap/1/mynumber) or Dial(Zap/g0/mynumber) I don't recall there being a zap channel zero, but it is common to have a group zero. I would recommend trying Zap channel 1 - Dial(Zap/1/mynumber) - before trying the
2006 Feb 13
0
problem with outgoing calls Unable to create channel of type 'ZAP' (cause 34 - Circuit/channel congestion)
hi i've configured a TE205P on asterisk at home this is my zaptel.conf span=1,0,0,ccs,hdb3,crc4,yellow span=2,0,0,ccs,hdb3,crc4,yellow bchan = 1-15, 17-31 dchan = 16 bchan = 32-46,48-62 dchan = 47 loadzone = it defaultzone = it and my zapata.conf signalling=pri_cpe ; pri_cpe = PRI slave ; pri_net = PRI master switchtype=national usecallerid=yes hidecallerid=no callwaiting=yes
2006 Jan 27
7
AAH out bound routing problem
Hi all I have installed AAH 2.2 in my P4 PC following AAH handbook PDF and http://mundy.org/blog/index.php?p=62#amp and made as per the guide says and downloaded SJ Phone, and registered user and when i try to dial the 19197543700 i get message that, all circuits are busy now, please try your call later and when i see in the console i get this mesage any help Called easycall/19197543700
2010 Feb 11
2
app_dial.c: Unable to create channel of type 'Zap' (cause 34 - Circuit/channel congestion)
Just to share some experience with everyone about what happened today to our Asterisk 1.4 box with Digium TE412P card. We had an unscheduled power outage which shut down the Asterisk box. When the power went up, Asterisk came back up okay but the ports on the card were all red. Zttool show red alarm and cat /proc/zaptel/1 show red alarm today. Both incoming and outgoing cannot be made. When a
2006 May 24
1
Placing call files in/var/spool/asterisk/outgoing/ does not work
> you should mv the file (and in the same filesystem, so 'rename' is used) > You might want to chmod or even chown the file first as well. I wrote a little script that does all of this before the .call file is mv'd into the outgoing directory: cp /tmp/test3.call /tmp/test1.call chmod 666 /tmp/test1.call chgrp asterisk /tmp/test1.call chown asterisk /tmp/test1.call mv
2006 Jan 22
4
Detection of Answering Machine
Hello, To detect an answering machine I have found following two commands, BackgroundDetect (comes with asterisk) MachineDetect (asterisk add-ons) First question, does BackgroundDetect works well with g729? I havn't try MachineDetect yet, what is the benefit of MachineDetect over BackgroundDetect. If anybody used any of this command successfully, please help me. If possible, please let me
2006 May 30
20
AEL #include
Anyone know if #include works in ael yet? extensions.ael: #include "inc/pbx/global.conf" context test_context { }; *CLI> ael reload May 30 13:56:45 NOTICE[8516]: pbx_ael.c:1120 handle_root_token: Unknown root token '#include' May 30 13:56:45 WARNING[8516]: pbx.c:3758 ast_merge_contexts_and_delete: Requested contexts didn't get merged
2003 Aug 21
7
AGI Channel Status
I'm having some trouble getting the channel status with an AGI script. #!/usr/bin/perl use Asterisk::AGI; $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); $AGI->channel_status('Zap/1-1'); I am now stuck, and don't know how to get the return codes: -1 There is no channel that matches the given <channelname> 0 Channel is down and available 1 Channel
2003 Jun 17
2
Parking causes crash
Has this been solved? When I park a call, the caller hears a second of music on hold and then the whole system crashes. I can restart with a simple (asterisk -cvvv), I don't have to reboot or anything John
2007 Feb 01
1
API Originate Action - distinguishing between No Answer and Invalid phone number
I've discovered that when dialing out using API's Originate action, a no answer is considered a failed attempt, while a busy is considered a successful attempt. The problem I'm having is that when I dial an invalid number, say a disconnected number that gives a fast busy, my CDRs are identical to those generated by a no answer attempt. Is there a way to distinguish between a no
2007 Nov 05
2
Free T1 Card?
Gang, I recall several months ago that there was a company that was giving away a free 1-port T1 card, with some specific conditions. Do any of you recall who that was? My Google searches are coming up empty and now I'm wondering if I was hallucinating... Thanks, MC -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jan 25
1
NEAX 2000 IVS Integration
Greetings all, This is my first post to this forum, so please be kind. I am looking to integrate Asterisk as our primary voice mail server (IVS) for our NEC NEAX 2000 IVS. We currently use a 6-port Mitel system. The two communicate via analog TDM ports and a MCI serial connection. Is anyone familiar with setting up a NEAX 2000 with Asterisk as an IVR server? I know I would need six FXO and
2006 Dec 05
1
Auto dialing: .call file vs. manager interface
Question: I'm using a .call file to make some test calls. The call file works great. When I try the same thing with the manager 'originate' action I get something weird - the originate action looks for the 's' extension in my context, regardless of what I supply as the 'extension' argument. The .call file does what I expect - it finds exten _9.,1,Noop(Looks good).
2007 Aug 20
2
Firefly IAX2 configuration
Hi List; I am using Firefly softphone Version 1.9.9 Build 4521 and I select IAX protocol and did the configuration in Network1 (and I checked the Active checkbox) as following: Server: 192.168.8.4 username: iax2user1 password: password In the Asterisk, I did the following configuration on the /etc/asterisk/iax.conf: [iax2user1] type=friend context=internal username=iax2user1 secret=password
2006 Feb 02
3
Slightly OT: OpenPBX.org and Freeswitch
This is slightly OT in that it isn't specifically *-related, but I was wondering what the members of the * user community felt about these two subjects. I've been perusing the OpenPBX.org mail list and the current hot topic is the fact that their project has come to a grinding halt. They are concerned that they don't have enough people working on their project. They feel that * has
2006 Dec 04
3
Digium TE407P vs. Sangoma A104d
Has anyone had experience with one or both of these cards? I'm in a position where I might need to recommend one over the other. I've read everything that I can find online, so now I'd like to hear of personal experiences. Everything I read on both cards is "5 stars! Awesome! It Rocks!" They both seem to have similar capabilities, similar pricing, etc. Could those of