Displaying 6 results from an estimated 6 matches for "shahnawazmir".
2010 Mar 03
1
911, channel full
Hi,
I am trying to implement 911 funtionality in my PBX. A call should
drop if all lines are busy. Here is my context nineoneone from
extensions.conf
[nineoneone]
exten => s,1,Set(SET_EMERG_FLAG=0)
exten => s,n(checkavail),ChanIsAvail(${EMERGENCY_TRUNK})
exten => s,n,Set(EMERGENCY=1,g)
exten => s,n,Set(SET_EMERG_FLAG=1)
exten => s,n(dial),Dial(${EMERGENCY_TRUNK}/${EMERGENCY_NUM})
2010 Mar 16
1
softhangup
Hi all,
I am trying to drop a random channel in asterisk 1.6. The following
line in extensions.conf works fine for the first channel
exten => 911,4,SoftHangup(DAHDI/1-1)
But I need to drop random channel for emergency not any specific one.
Can someone show correct syntax for this
Thanks
smir
2010 May 18
0
Location with PRI / Analog lines
Hi there,
I am stuck with the location issues. It would be easy if you have DID
for each extension so that outgoing caller id would be DID of the
respective extension and also physical address. Now if you are not
able to get DID's for some reason. I am thinking of some situations
and appreciate your thoughts.
1. If I have a PRI and map physical number (original numbers in hunt
group not the
2010 Jan 28
2
911, location
Hi there,
I am running a PBX under asterisk 1.6. I have few FXO analogue lines
connecting to PSTN. These lines are in a hunt group. I trying to make
my extensions to dial 91, but this is a bit scary, I mean if somebody
make an emergency call after hours and without completing call is not
able to tell his/her location. How can I make 911 call center to know
the exact location of my extension. I
2010 Mar 30
2
Priority based softhangup
Hi,
Is it possible to softhangup a channel based on priority. I mean I
want to put some calls in higher priority lets say 100. If all
channels are busy and somebody wants to dial an extension with
priority higher than 100. How can softhangup drop a line which has
priority less than 100? I will appreciate your valuable help.
Thanks
Smir
2009 Oct 15
4
PSTN to SIP line ratio
Hi,
I am planning to deploy an Asterisk PBX for 100-200 users. I am not
sure about PSTN incoming/outgoing line ratio for SIP users. I mean if
you recall dial up internet the common line ratio is 1:10 (one line
for 10 users on access server or an E1 for 300 users). Can somebody
tell me what is the good ratio for incoming and outgoing analogue/
digital PSTN lines.
Regards
Smir