Hello!
At the moment, I’m using a code like this to page the phones in my office/do an intercom-announcement.
[code]exten => *90,1,Goto(intercom,s,1)
[intercom]
exten => s,1,Answer
exten => s,n,Set(VXML_URL=intercom=true)
exten => s,n,SIPAddHeader(Call-Info: sip:192.168.0.18;answer-after=0)
exten => s,n,Page(SIP/31&SIP/32&SIP/50&SIP/55&SIP/57)[/code]
This code works fine for me, but there is something I’d like to add…
If somebody calls not the intercom-extension, he hears a beep. After this beep, he can make his annoucement. But I’d like to have a sound beeing played to everyone before the annoucement is done. So I added this line:
But this doesn’t work for me… So I tried to add this before the Page()-Command. Doing so, only the persone doing the annoucement hears the sound - but not the other persons…
Anybody an idea, how to get this working?
Thanks a lot,
Martin