[asterisk-users] Paging a message. How?

Doug Lytle support at drdos.info
Tue Feb 15 12:52:18 CST 2011


Russell Brown wrote:
> I can do a normal page (phones auto-answer on speaker) with SipAddHeader
> but that doesn't let me play a pre-recorded message.
>
> Any suggestions?
>    
Dial plan:

[polycom-page]

;*************************************************
;* Play the previously recorded page file over the
;* Polycom speaker.
;*************************************************


exten => s,1,NoCDR()
exten => s,n,ResetCDR()
exten => s,n,Set(CALLERID(name)=Paging)
exten => s,n,Set(CALLERID(num)=44)
exten => s,n,Wait(.5)
exten => s,n,Playback(out)
exten => s,n,Hangup()


Call file:

cat 0.call

Channel: Local/4220 at sip/n
CallerID: Paging <44>
WaitTime: 5
MaxRetries: 0
Context: polycom-page
Extension: s
Priority: 1


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