similar to: Best way to limit outgoing calls per trunk

Displaying 20 results from an estimated 10000 matches similar to: "Best way to limit outgoing calls per trunk"

2010 Apr 07
3
URGENT - How to exclude one ZAP channel for outgoin and incoming calls
Hi Guys, Currently, I have a Sangoma A400 installed with 20 ZAP PSTN analogue lines. The first line is giving me problems due to rain (probably coroded line). My server using FreePBX dials out with g0 (group 0 which includes all 20 lines) and it happens that the bad line is the very first line. Can I simply put ; in zapata.conf like this to seclude the first zap line from getting calls in or
2010 Jun 06
1
Error of FreePBX after installing from Yum Repository of Asterisk
Hi Guys, Just did an Asterisk 1.6.x (repo install) and FreePBX (source install). When trying to dial a number, I get this: tel*CLI> Use of uninitialized value in hash element at /var/www/html/panel/ op_server.pl line 3367. Use of uninitialized value in concatenation (.) or string at /var/www/html/panel/op_server.pl line 3372. Use of uninitialized value in pattern match (m//) at
2010 Apr 14
2
Conference Meetme
How many simultaneous conference meetme setups can be supported in the same time on Asterisk, and what are the corresponding server's specs for this. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100414/ba26a927/attachment.htm
2008 Jun 24
1
GotoIfTime Function
I am trying to use the GotoIfTime function and get a busy signal. What I am trying to accomplish is to have the system tell callers that we are closed after 5:00pm. Here is the code below. ; If we're open, then go to the open context ; We're open from 9am to 6pm Monday through Friday exten => 3200,1,GotoIfTime(09:00-17:59,mon-fri,*,*?open,3200,1) ; ; We're also late on Tuesday and
2010 Sep 11
8
No SIP requests coming in with Allow Anonymous SIP set to OFF - If set to ON it all SIP DEBUG show the requests just fine - Where is the problem?
Hi Everyone, I have a provider whose DID used to come into the box just fine but recently stopped working. Nothing has been changed on our end. Here is what I get when doing "sip set debug peer PROVIDER": Sending to 123.123.123.123 : 5060 (no NAT) ^^^^ That is ALL I am getting with sip debug turned on. With Allow Anonymous SIP set to YES, then the call comes in properly and you see
2009 Dec 17
6
Feature Request: GotoIfTimeWithOffset
Hi, When I was testing an IVR, I realized I miss a function I would call GotoIfTimeWithOffset. Today, this IVR is using function AEL GotoIfTime in several places. The problem is if it's 11pm at the moment I'm testing this IVR, I can't nicely test the 9am or 2pm branch. GotoIfTimeWithOffset would get 2 incoming arguments : - the first is a time range (just like GotoIfTime), - the
2010 Aug 02
5
What do you use for Invoicing?
Hi Everyone, Sorry, if it's not directly related to Asterisk. Some of people on this list might have PBX deployed for their clients. What software do you use to invoice them so the invoice looks like a proper telecom invoice maybe? Prefer: -opensource with Windows binary available. -able to create .pdf invoices rather than printable ones. Thanks -------------- next part -------------- An
2010 Dec 21
2
What is equivalent function to "mv" command in php for Asterisk Spool directory usage?
Hi Everyone, I understand that there are a few warnings about using "cp" to move .call files to /var/spool/asterisk/outgoing as they might acted upon before copy is done. So, using PHP, What is the equivalent of "mv" command? Would it be rename() in php or is there a better method? Thanks, -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Oct 15
8
fraud advice
Hi, Embarrassed as I am to write this, I am hoping for some advice. One of our very first PBX installs, now six years old, was "taken advantage of" over the past few weeks. A victim of sipvicious, I assume, that managed to guess one of the SIP passwords. 4000 calls to various middle eastern destinations have been placed, which ended up being sent over our customer's PSTN
2010 Apr 02
3
Asterisk send calls to SIP Trunks with Round Robin Call Distribution
Hi All, I know I can do this pretty easily with one of the SIP Proxy/Routers, I already do this using OpenSER as a load balancer. I have a special requirement that insist an Asterisk server, 1.6.1.x, is used. I will have 2 SIP trunks coming into the server and I will have to send calls to these SIP trunks with a round robin distribution pattern. I was thinking of using a group count
2010 Mar 20
3
Asterisk general Timeout for digits
Hi Guys, I have a need to alter the general timeout in Asterisk. I am wondering if this is something that is hard coded into Asterisk code or if there is a parameter that can be set somewhere. For outbound, I am using x. and hence unless I append a # sign, I would have to wait maybe 5 seconds or so for the call to go through. Is there anywhere in Asterisk that I can change this 5 seconds to
2009 Feb 27
9
call file concurrency
Is there a convenient way to limit the number of call files (outgoing directory) that are processed concurrently? -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3234 bytes Desc: S/MIME Cryptographic Signature Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20090226/a46e68fa/attachment.bin
2010 Jul 10
2
PHP can't insert - Can someone please help
Hi Guys, I am making another module for Voicemail. I have three fields in a POST form that have to be connected together to make it a single 10 digit number but there is something wrong in my syntax probably. $npaa = "('$_POST[anpa]')"; $nxxa = "('$_POST[anxx]')"; $blocka = "('$_POST[ablock]')"; *$grplist = $npaa.$nxxa.$blocka;*
2017 Nov 07
4
Call preemption
Hello, Has anyone already implemented some sort of call preemption in Asterisk ? I am trying to achieve something like this : - I want to limit the number of calls on a given SIP peer to 10 - on the other hand, some calls have higher priority than others - when the ceiling of 10 calls is reached and a call with a high priority is attempted, I would like to drop a call with a lower priority
2010 Jun 29
8
What TERMINAL software do you use for MS Windows platform and WHY?
Hi Everyone, I am accustomed to PUTTY and it's very nice as in it allows many many SSH profiles to be saved and allows tunneling etc....but it's not very good when it comes to scrolling up and down, colors, text size, and specially it doesn't give a title to the opened instance. Maybe giving the IP address as the title of the window would help a lot if you have many different servers
2010 Dec 08
5
How to quickly move on to Dahdi channels when SIP provider fails?
Hi Everyone, There are situations when internet connection is lost, SIP provider fails, or even authentication to SIP provider fails, and we want to use the backup Dahdi channels (PSTN). As simple as it may sound but with the many different situations and error messages it seems like it's not so easy to predict all the errors. Is there any single parameter value that can be changed to send
2010 Apr 06
2
Limit Number Of Simultaneous Outbound SIP Calls
Is there a way to limit the number of simultaneous outbound SIP calls made by Asterisk? We've tried using the 'Asterisk sip call-limit' parameter but that doesn't seem to be working and one of our engineers says that parameter has been depreciated. Thanks, Deric.Page at nisc.coop -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Mar 25
1
checking dahdi channels
Hi list! Our company is currently using 3 asterisk boxes in 3 locations connected through iax2. Our main office makes and receives many more calls than the other two. I'm looking for a way to check within the dialplan how many channels are in use at the main office so if it reaches a threshold outgoing calls can be iax'ed to one of the satellite locations. Is there a command I could use
2011 Jan 21
4
Does Asterisk support NI-1 (DMS 100) and NI-2 for T1s?
Hi list, For a client I am setting up a system which will use T1 PRI from Primus, who offer only NI-1 and NI-2 protocols for D-Channels. Previousely I have only used switchtypes euroISDN and National. Although the documentation says Asterisk does support NI-1 ans NI-2, but wanted to get your opinion if you have used these protocols on an Asterisk box and if there were any things to consider. If
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