Re: [asterisk-users] Intercom Paging with Polycoms

2008-01-11 Thread George Pajari
C F wrote: You can use app_page. If you call a local channel that uses app_chanisavail first then you should be able to call as many as you need to. How do you make chanisavail work for SIP devices? On a system we tried to get paging to work it always returns status 0 (Unknown) for all SIP

Re: [asterisk-users] Intercom Paging with Polycoms

2008-01-10 Thread Rob Schall
How would I go about doing this? The way I have paging set up (just to test it), is: [intercom] ; Paging context exten = s,1,Answer exten = s,2,Playback(beep) exten = s,3,Set(TIMEOUT(digit)=5) exten = s,4,WaitExten(10) exten = *,1,SIPAddHeader(Alert-Info: Ring Answer) exten =

[asterisk-users] Intercom Paging with Polycoms

2008-01-09 Thread Rob Schall
I've been able to page to a specific phone (intercom type of thing), but I'd like to have a macro or agi that pages all phones but first checks if their on the phone. It looked like there used to be a pageall.agi type of script on the wiki, but that link isn't valid anymore. Does anyone have that

Re: [asterisk-users] Intercom Paging with Polycoms

2008-01-09 Thread C F
You can use app_page. If you call a local channel that uses app_chanisavail first then you should be able to call as many as you need to. You can actualy break it down in groups that way. On Jan 9, 2008 1:28 PM, Rob Schall [EMAIL PROTECTED] wrote: I've been able to page to a specific phone