search for: max_calls

Displaying 4 results from an estimated 4 matches for "max_calls".

2006 Jan 10
0
Max calls & IAX2 trunking
Is it possible to increment a call group (Max_Calls) from one server to the next server? I'm trying to set a maximum call limit between two facilities (2 Asterisk servers) using Set Group. I want the limit to be set at 4. The problem with the code that I have in place, is it allows for 4 on each server, hence the possibility of maxium of...
2007 Jul 17
5
Asterisk PRI Busy Problem
...s,4340,7) exten => 4340,3,GotoIfTime(09:00-18:00|*|31|dec?ccagents,4340,7) exten => 4340,4,GotoIfTime(12:00-16:00|*|1|jan?ccagents,4340,7) exten => 4340,5,GotoIfTime(09:00-20:00|mon-sun,*,*?ccagents,4340,7) exten => 4340,6,Goto(out-of-hours,5001,1) exten => 4340,7,Set(GROUP(${EXTEN})=MAX_CALLS) exten => 4340,8,GotoIf($[${GROUP_COUNT(MAX_CALLS@${EXTEN})} > 3]?16) exten => 4340,9,Set(GROUP(${CALLERIDNUM})=MAX_CALLS) exten => 4340,10,Answer() exten => 4340,11,Playback(custom/next-avail-advisor) exten => 4340,12,Set(MONITOR_FILENAME=/var/spool/asterisk/q/tcarehwsupport-${TI...
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
2006 Jun 09
3
FXO registration and VegaStream
I am trying to configure a VegaStream 50 FXO to work with asterisk. The problem that I am having is that the VegaStream does not support incoming registration from asterisk. VegaStream only allows outbound registration. My question is does asterisk allow incoming registration from an FXO? If yes how? Or better yet, has anybody been able to make the VegaStream FXO work with asterisk? According