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@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."


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
              http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to