similar to: CDRs and zap channels

Displaying 20 results from an estimated 20000 matches similar to: "CDRs and zap channels"

2003 Jul 22
2
enabling dtmf detection on zap channel?
Hi, is there a way to enable dtmf detection on zap channels? I am trying to pickup, play a ringtone and the dial out. I.e. exten => s,1,Wait,1 exten => s,1,Answer exten => s,2,Playtones(dial) exten => s,3,DigitTimeout,5 exten => s,4,ResponseTimeout,10 exten => _X,1,StopPlaytones exten => _X,2,Dial,Zap/g8/BYEXTENSION|10
2003 Jul 07
1
overlap dialing on a pri span
Hi, I am lost trying to figure out how to enable overlap dialing for calls coming in and coing out on a pri span. DISA looked promising at first, but does not seem to support overlap dialing. Just picking up a call by and trying to dial out does not seem the way to do it either. I tried: [dialincontext] exten => 12341234,1,Goto(dialoutcontext,s,1) [dialoutcontext] exten => s,1,Wait,1
2003 Jul 25
1
Busy detect on pri channel?
Did anybody figure out how to make dial detect a busy on a zaptel channel on a pri interface when using overlap dialing? According to the documentation dial should return to priority n+101, if the called party is found to be busy. I can see a DISCONNECT message with "user busy" coming from the network when I turn on pri debugging, but the dial application does not seem to notice.
2009 Jul 26
0
MeetMe time doesn't show up in CDRs?
Hello, I'm working on some dialplan rules to pull multiple users into a conference call. I have some fairly straightforward rules which start up a new MeetMe conference, allow escape with the * key to invite more users, then use a features.conf sequence to bring the new user into the conference with ChannelRedirect. The problem I'm running into is the time in the MeetMe conference
2005 Jun 24
0
Exposing Zap Channels on Server A to be UsedByServer B
TDMoE was it. Thank you!!!! Wiley ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Robert Goodyear Sent: Friday, June 24, 2005 2:07 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Exposing Zap Channels on Server A to be UsedByServer B
2005 Jun 24
1
Exposing Zap Channels on Server A to be Used ByServer B
Robert, Essentually I want to be able to have Server B dial the extensions connected to server A as well as route calls to the outbound route on Server A. Server B will have little to no knowledge of what is on Server A. I just want it to dump the calls off. For some reason I keep thinking this was a PRI type of thing. Like there was a module that loaded up as a fake PRI that your
2005 Jan 17
1
ZAP/PRI Error: channel reported in use
I have a system with two 4 port T1 cards, with 5 PRI's configured. Each PRI is configured as an individual PRI and belongs to it's own group (groups 1-5) This system is handling roll-over from another system, where any error in processing the call on that system results in it being sent here. This mainly results in all calls resulting in a busy being sent for retry here. I then
2003 Dec 17
2
Residential router w/ QoS support?
Did anybody ever come across an affordable, residential cable/dsl router with support for QoS? The ones I've seen so far (Netgear, D-Link and W-Linx) do not seem to support it. I noticed that even email can damage a G.711 stream on an 128kbit uplink, leave alone file-sharing applications. I understand this is strictly related to *, but nevertheless of interest to many of us. Thilo
2006 Feb 08
0
Need to retrieve Call-ID from dialed SIP channel(w/o CDRs)
Kevin, Don't forget that you won't hear how many times people found the answers in the docs. I bet it's in the thousands! Also, isn't it nice to just say, "Yeah, that's in this doc, look for such-and-such and you'll find it." If you haven't heard it recently then on behalf of everyone who has ever found what he's looking for in the documents: THANK
2003 Apr 22
0
Re: [Asterisk] Kernel panic, ZapRAS & E400p
[ZapRAS triggering a kernel panic] >> Kernel panic: Aiee, killing interrupt handler! >> In interrupt handler - not syncing >> HDLC Receiver overrun on Channel Tor2/0/2/25 (master: Tor2/0/2/25) > > Hrm, I haven't seen this before. Please contact me off-list and I'll > give you more debugging instructions that may be helpful, as well as > enquire additionally
2005 Oct 07
1
ASTCC -- semantic note of 'callstart' in cdrs?
Looking at the code, it would appear that the 'callstart' column of the cdrs table should really be called 'callend': $dialstr = "IAX2/$res->{path}/$phone|30|HL(" . ($maxtime * 60 * 1000) . ":60000:30000)"; $res = $AGI->exec("DIAL $dialstr"); $answeredtime =
2005 Sep 13
0
PRI zap channels not cleared when no match incontext for dialed number on inbound call
I se what you are talking about I an able to reproduce!!! However your PRI may be in a Round-Robin picking order, that would cycle through all of the channels until it reaches an end and then it repeats. I set our PRI to first available hunting instead of RR and it will use the same channel over and over again regardless if the call exists. If anything it's a feature!!! Unassigned DID will
2005 Sep 13
0
PRI zap channels not cleared when no match in context for dialed number on inbound call
Could some out there with a PRI check and see if this problem shows up on your system? The test is to dial a number routed to * via a PRI where there is no match in the dial plan for the dialed number. Asterisk will reject the call, but "show zap channels" still shows the channel assigned to the number that was dialed under the extensions column. The channel WILL answer another call,
2005 Sep 13
0
PRI zap channels not cleared when no matchincontext for dialed number on inbound call
But it does indicated that a variable is staying assigned that should not be, which could have other impact over time??? The behavior is very different for c call where there is a dialplan match for the dialed number, when the call completes the channel extension variable is cleared. If you do not mind please ad a bug note that you experienced the same thing! The bug marshals think I am nuts.
2005 Sep 13
0
PRI zap channels not cleared when nomatchincontext for dialed number on inbound call
Yeah the "variable stays there" because the channel is never up to be cleared. If you do something like exten => _X.,1,Wait(1) exten => _X.,2,Hangup You will see the same behavior. Can you confirm?? I am running CVS from about a week ago... Alex > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com >
2005 Mar 22
1
Zap channels not hanging up...
I have 2 Asterisk servers that communicate with IAX2 between them and support multiple SIP clients each. Only one of them has Zap channels to the PSTN. I've been having problems because the Zap channels do not hang up when a sip client of the external server makes a call to the PSTN. SIP --- Asterisk ---- IAX2 ---- Asterisk --- Zap The local * server is using
2006 Feb 08
2
Need to retrieve Call-ID from dialed SIP channel (w/o CDRs)
Is there a way to retrieve the Call-ID from a call made using the 'Dial' command on a SIP channel without CDRs (i.e. variable) ? Thanks, - Darren
2006 Apr 11
2
Dial out on Zap: Can't fix up channel from 31 to 30 because 30 is already in use??
Hi, I still cant dial out on Zap and I really have no clue why. I'm using Asterisk Asterisk 1.2.6 and Zaptel 1.2.5 with Digium card 4 ports, 31 channels each and able to receive incoming calls and fax perfectly. I've done this in my dial plan. exten => 111,1,Answer() exten => 111,n,Ringing() exten => 111,n,Wait(2) exten => 111,n,AbsoluteTimeout(30) exten =>
2006 Apr 11
1
AW: Dial out on Zap: Can't fix up channel from 31 to 30 because 30 is already in use??
I'm not sure if it's the same problem but your error message likely the same. after i additing pridialplan=local in the zapata.conf i'm able to make outboundcalls (located in germany) marcus -----Urspr?ngliche Nachricht----- Von: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] Gesendet: Dienstag, 11. April 2006 16:33 An:
2005 Jan 18
0
DTMF is being MUTED by asterisk to/from SIP channels from SIP or ZAP
I am having a problem trying to do inband DTMF passthru via asterisk. My setup: PSTN gateway MAXTNT v11.0 SIP (T1 PRI/NT2) Asterisk HEAD or v1.0 makes no difference (I am using HEAD mostly) 12/10/04 and 01/17/05 (no difference) CAC ABII-T100P to/from analog lines to/from asterisk BTW, I have used a ABI and it works just like the ABII with asterisk. What I am seeing is: I make a call from a