Sorry to answer my own post, but I have found a solution which perhaps
others can use too...

In the .call file, instead of specifying a channel line as:

  chan: SIP/140      (for example)

use instead:

  chan: Local/[EMAIL PROTECTED]

and put in extensions.conf

[polycom-paging]
exten => _1XX,1,NoOp(Paging Ext ${EXTEN})
exten => _1XX,n,SIPAddHeader(Alert-Info: Ring Answer)
exten => _1XX,n,Dial(SIP/${EXTEN},20,L(60000))
exten => _1XX,n,Hangup


Steve Johnson wrote:
> Hi everyone,
>
> How can I add the equivalent of:
>
>        exten => s,n,SIPAddHeader(Alert-Info: Ring Answer)
>
> in a .call file?  This is to support paging to Polycom phones...
>
> Thanks for all info!
>
> Steve
>

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

Reply via email to