[asterisk-users] ParkandAnnounce?
Doug Lytle
support at drdos.info
Fri Nov 14 06:26:19 CST 2008
Positively Optimistic wrote:
>
> exten => 3,1,ParkAndAnnounce(|45|SIP/7607 at pharm
> <mailto:%7C45%7CSIP/7607 at pharm>|)
> Has anyone else had any success with this application? We have a sip
> phone at exten 7607 with the sip add header function allowing for auto
> answer and paging...
Yes,
but we use it for weekend paging. Manager needs to get ahold of someone
out on the plant for during the weekend, manager calls in, presses a key
combination and is prompted to record the page. Manager is parked, the
message is played along with the parking slot.
We also have the page come across the Polycom phones and an overhead
bell play before the announcement. If the call isn't answered within
100 seconds, the caller is dumped back into the menu, where they can try
again if they'd like.
[auto-paging]
;*************************************************
;* Allow outside calls to place themselves on hold
;* after recording a message to be played over the
;* P.A. bullhorn is the pre-recorded sound file that
;* is played for calls going to extension bullhorn,
;* it's the BEEP BEEP BEEP BEEP sound file
;*************************************************
exten => s,1,Answer()
exten => s,n,Playback(local/please-record-msg)
exten => s,n,Record(paging:gsm|5|30)
exten => s,n,Playback(local/you-said)
exten => s,n,Background(paging)
exten => s,n,Background(local/press1-or-2)
exten => s,n,Set(TIMEOUT(response)=2)
exten => s,n,Set(TIMEOUT(digit)=2)
exten => 1,n,Playback(local/recording-saved)
exten => 1,n,Playback(pbx-transfer)
exten => 1,n,System(/usr/local/bin/auto.pagemerge.sh)
exten =>
1,n,ParkAndAnnounce(local/bullhorn:pbx-transfer:paging:PARKED|100|console/dsp|auto_attend,s,2)
exten => 2,n,Goto(auto-paging,s,2)
Doug
--
Ben Franklin quote:
"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."
More information about the asterisk-users
mailing list