Paging
From Snom Asterisk Portal
Asterisk 1.2 > Asterisk 1.2/Paging
Contents |
Feature description
In the context of telephony paging means to speak to many phones at once using their hands-free equipment. This is initiated by entering a star code or pressing a function key. Normally one-way audio is used to avoid muliple echos. Sometimes it is possible to take over the speakers roll by pressing a function key.
Configure Asterisk
In asterisk this feature is implemented using the "page" command in the dialplan and adding an additional SIP header to tell the device to automatically answer the call comming from the phone.
Example:
Exten => 9000,1,Wait(1) Exten => 9000,n,SIPAddHeader(Call-Info: sip:pbx.your-company.de;answer-after=0) Exten => 9000,n,Page(SIP/115&SIP/116|q)
Configure snom phones
snom 3xx
- For audible indication when an incoming call is automatically answered by your phone: Enable "auto_connect_indication" under "Preferences" > section "Auto Answer" > "Auto Answer Indication". Set this option to "on".
- Additionally, when you want to receive the incoming call in handsfree mode: Go to "auto_connect_type" under "Preferences" > section "Auto Answer" > "Type of Answering:". Set this option to "Handsfree".
- Go to the phones's Web User Interface > "Function keys" and configure a free function key for paging. Choose for "Context:" <Your SIP Identity>, for "Type:" Push2Talk, for "Number:" <extension>.
- To use Push2Talk, you only have to press the configured function key.
snom m3
You do not have to configure anything.
