similar to: Max calls & IAX2 trunking

Displaying 20 results from an estimated 7000 matches similar to: "Max calls & IAX2 trunking"

2007 Jul 17
5
Asterisk PRI Busy Problem
Hi, I've an PRI coming to my asterisk ,calls are coming fine and my agents are able to answer no prob. but I've an agreement with my telco with some incoming no if the no of calls on these no are more then 3 then send to another no. they use busy signal to divert call on another number so I'm sending the call to Congestion() if no of calls in this group are more then 3. But my
2007 Jan 18
5
how to get the index of entry with max value in an array?
Hi all: A short question: For example, a=[3,4,6,2,3], obviously the 3rd entry of the array has the maxium value, what I want is index of the maxium value: 3. is there a neat expression to get this index? Thank you! Best, Feng [[alternative HTML version deleted]]
2005 Feb 23
0
IAX Trunking capacity enforcement
Hello, I am trying to come up with a good way to enforce a limit on the number of simultaneous calls that can occupy an IAX trunk at any given time. I have searched around and so far can't locate a config option that would directly label a IAX trunk with a specific number to obey (is there one?). Based on examples for the SetGroup and CheckGroup commands, I am thinking of using SetGroup
2007 Feb 27
1
Do I understand GROUPs correctly?
Hi, I was under the impression that Set(GROUP()=1234) incremented some value associated with 1234. So if I did the same thing twice, I'd get a group count of 2. Ex: exten => s,1,Set(GROUP()=1234) exten => s,n,Set(GROUP()=1234) exten => s,n,Noop(Used channels: ${GROUP_COUNT(1234}) I get this in the CLI: -- Executing Set("IAX2/test-2", "GROUP()=1234") in new
2008 Jan 09
2
Busy notification with call limiting by GROUP_COUNT()
Hello all, I was wondering what will be the "proper" way to manage BUSY state notification in presence once call-limit, incominglimit and all those settings are gone. I'm using GROUP_COUNT for call limiting in Asterisk 1.4.13 but I have no idea how to set up the settings needed for BUSY notification to work as I want it to. Basically, I want to disable call waiting (this is
2007 Oct 02
1
kernel about file-max
Hi all I am wandering how to control /proc/sys/fs/file-max ls it automatically? and what is for? and the maxium? Thank you --------------------------------- Ask a question on any topic and get answers from real people. Go to Yahoo! Answers. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Mar 24
3
iax limit question
I want to limit the number of simultaneous incoming calls that my IAX DID can accept to, say, 2. The IAX DID provider sets no limit. The code below does work, but when the limit is in effect, new callers hear a "call cannot be completed as dialed.." message instead of a busy signal. Maybe this is an issue with the provider, but I do not like this and want callers to hear a busy signal.
2005 Oct 16
1
GROUP and GROUP_COUNT
I have a macro and when I call it I have something like this: exten => s,1,NoOp(Group Count: ${GROUP_COUNT(MYGROUP)}) exten => s,n,Set(GROUP()=MYGROUP) ;Set Group exten => s,n,NoOp(Group List: ${GROUP_LIST()}) exten => s,n,NoOp(Group Count: ${GROUP_COUNT(MYGROUP)}) The GROUP_COUNT returns zero before the call to GROUP but also returns 0 after the call to GROUP. If I
2008 Oct 10
2
Configuring Bandwidth.com SIP trunks to prevent one-way audio
Hello, We have 2 SIP trunks from Bandwidth.com and if both are in use and someone tries to dial out, they cause another call to get one-way audio (the caller hears us, we cannot hear them). This happens 100% of the time and Bandwidth.com doesn't offer any support. I don't see any setting that tells Asterisk that there are 2 channels available from Bandwidth.com's IP. I'm
2005 Jul 11
0
Calls dropped upon 'native bridging' after IAX2 transfer
Skipped content of type multipart/alternative-------------- next part -------------- ############ # amd BOX # ############ ## Step 1 ## Bob(ext. 6202) place a remote IAX2 call to the operator (ext. 6302) ## Reminder : _62XX are register on 'amd' and _63XX on 'dell' -- Executing SetGroup("SIP/6202-d193", "IAX") in new stack -- Executing
2010 Nov 05
1
GROUP_COUNT not counting correctly
Hello, this is a test to add a channel to multiple GROUPs. this is my dialplan : exten => s,n,NoOp(groepcount = ${GROUP_COUNT(40)}) exten => s,n,Set(GROUP(40)=40) exten => s,n,NoOp(This channel is member of : ${GROUP_LIST()}) exten => s,n,NoOp(groepcount = ${GROUP_COUNT(40)}) exten => s,n,NoOp(groepcount = ${GROUP_COUNT(40L)}) exten => s,n,Set(GROUP(40)=40L) exten =>
2006 Feb 21
1
Outbound Routing does not use Multiple Trunks
Hello, I have a TDM400 and currently have 2 of the ZAP Trunks configured on it. Zap/1-1 and Zap/2-1. I am Running Asterisk@home Version 2.4 with AMP version 1.10.010 In my Outbound Routing I have the Trunk Sequence set up so that 0 is Zap/1-1 and 1 is ZAP/2-1 What I see is that when Trunk Sequence 0 is full, it does not open Trunk Sequence 1. I have found that this is true even if I
2008 Aug 29
0
Asterisk cdr_mysql inexact values
I have a simple cdr configured with the default tables, here is a row of a good cdr report calldate | clid | src | dst | dcontext | channel | ect ..... ect .... 2008-08-29 10:16:49 | "C. BOUTON" <40> | 40 | XXXXXXXXXXX | phonesystems | SIP/40-08776938 | ect ..... ect .... I have replaced the number by
2008 Jun 13
1
AEL Help
I need help translating extensions.conf to AEL: [default] exten => _X.,1,Set(DID=${EXTEN:6}) exten => _X.,n,Goto(continue,1) exten => _1X.,1,Set(DID=${EXTEN:7}) exten => _1X.,n,Goto(continue,1) exten => continue,1,Noop(${DID}) exten => continue,n,Set(GROUP(IAX)=incoming) exten => continue,n,GotoIf($[${MATH(${GROUP_COUNT(incoming at IAX)}+${GROUP_COUNT(outgoing at
2007 Aug 24
1
IAX2 trunking scalability
Hi List, I have a 2Mbps SDSL link which gets saturated during peak time because about I have about 3 E1 worth of g729 traffic going thru. So I'm planning to use IAX2 trunking to reduce bandwith requirement and squeeze out each and every bit of this (expensive) bandwith. I've set up two boxes (debian etch), one in a remote data center (which has plenty of bandwith) and one behing
2005 Jul 07
1
IAX2 Trunking - CVS-Head
Hi Is anyone successfully using iax2 trunking with CVS head ? The reason I am asking is that I have heard there may be some audio problems, which I would like to know about before sending customer's calls over a iax2 trunked connection. Thanks in advance. Clive
2005 Jan 21
0
IAX2 trunking, Voicepulse Connect, and Outbound Faxing
I've just stumbled across a rather weird problem and was wondering if someone could shed some light on the situation. In testing faxing through Asterisk using Voicepulse Connect for trunking I am able to receive faxes without a hitch. Quite impressive considering previous experience with certain other VOIP providers. Today I finally got around to testing outbound faxing and found that if
2005 Oct 05
2
inter Asterisk trunking IAX /IAX2
Hi, Anyone using inter Asterisk trunking IAX /IAX2 ? Thanks, Geo ___________________________________________________________________________ Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger T?l?chargez cette version sur http://fr.messenger.yahoo.com
2005 Mar 17
0
IAX2 Trunking, No connections any more...
Hello! I have bin trying to set up trunking between some of my Asterisk boxes but had no luck... I use Asterisk 2.0.6 on SuSE 6.2, but I have had the same problem with erlier releases. I have a working connection and can place multiple calls in both direktions. Than I set "trunk=yes" on both sides and reload. "CLI> iax2 show peers" shows a (T) and low latency on both
2003 Mar 16
4
IAX2 Trunking
IAX2 now has support for a "trunk" mode ("trunk=yes" in the appropriate friend section). Trunk mode allows IAX2 to use bandwidth extremely effectively. The original impetice (and strategy) was a result of a mistake in which it was claimed that Asterisk with a T100P could send 96 simultaneous calls over a single T1 using VoIP. Thanks to a suggestion by the customer, combined