Differenze tra le versioni di "AdminGuide:Service:Group Call Pickup/en"

Da Kalliope Wiki.
Jump to navigation Jump to search
(Creata pagina con "===Description=== This service lets any PBX user pick up a direct call to any extension that belongs to a pickup group from which the user is authorized to pick up calls. It...")
(Aggiornamento come da nuova versione della pagina di origine)
 
(20 versioni intermedie di un altro utente non mostrate)
Riga 1: Riga 1:
<languages />
<languages />
Return to [[AdminGuide:Service/en|AdminGuide:Service]]
<div class="noutonum" style="float: right">__TOC__</div>
<div class="noutonum" style="float: right">__TOC__</div>
==Group Call Pickup==
==Group Call Pickup==
Riga 12: Riga 14:
Group call pickup is applied to all calls to an extension, including those received as part of a ring group or a queue.
Group call pickup is applied to all calls to an extension, including those received as part of a ring group or a queue.


Il KalliopePBX mette a disposizione due modalità di prelievo:<br>
KalliopePBX offers two ways of picking up calls:
- diretto: l'utente che effettua il prelievo non ha alcuna informazione sul chiamante originale<br>
*Direct: the user who picks up the call has no information on the calling party.
- con invito: l'utente che effettua il prelievo verifica il chiamante originale prima di decidere se completare o meno il trasferimento
*With invite: the user who picks up the call can check who the calling party is before choosing whether to complete the transfer or not.


Operativamente il prelievo di gruppo viene effettuato digitando il codice di prelievo di chiamata diretto (default *9).<br>
'''Direct pickup''' is performed by dialing the direct pickup code (by default *9). Conversation with the original calling party will begin directly.
L'utente che ha effettuato il prelievo viene messo direttamente in comunicazione con il chiamante originale.<br>


Nel caso di '''prelievo con invito''' invece il prelievo avviene digitando il codice di prelievo di chiamata diretto (default #9).<br>
'''Pickup with invite''' is performed by dialing the pickup with invite code (by default #9).<br>
L'utente che sta effettuando il prelievo riceve prima un segnale di riaggancio e successivamente una chiamata in ingresso che mostra come chiamante il chiamante della chiamata che si intende prelevare.<br>
The user who is picking up the call will first receive a hang up signal; once they have done so, they will receive a call with the caller ID of the original calling party.<br>
A questo punto l'utente che sta effettuando il prelievo può decidere se completare il trasferimento (rispondendo alla chiamata) o meno (rifiutando la chiamata).<br>
The user can now choose whether to complete the transfer (by answering the call) or not (by refusing the call).<br>
Solo nel momento in cui il trasferimento viene completato il destinatario originale smette di squillare.
The original extension will stop ringing only once the transfer is complete.


===Configurazione del servizio===
===Configuration===
Il servizio può essere abilitato / disabilitato nel pannello PBX -> [[AdminGuide:GUI:OperatingMenu:NumberingPlan|Piano di numerazione]]<br>
The service can be enabled/disabled in the PBX -> [[AdminGuide:Service:NumberingPlan/en|Numbering plan]] page.
Il codice del servizio può essere modificato nel pannello PBX -> [[AdminGuide:GUI:OperatingMenu:NumberingPlan|Piano di numerazione]]<br>
I gruppi di appartenenza e quelli di autorizzazione al prelievo sono definibili nel pannello dell'interno e configurabili anche mediante i template degli interni.


===Interoperabilità con dispositivi di terze parti===
The service codes can be changed in the PBX -> [[AdminGuide:Service:NumberingPlan/en|Numbering plan]] page.
Nel caso in cui si voglia utilizzare questo servizio può essere molto utile avere a disposizione un tasto che consenta di effettuare la chiamata rapida al codice di servizio .


===Esempi di configurazione===
Ring groups and the corresponding call pickup authorization can be specified in the extensions page or though the extension templates.


'''Su SNOM'''<br>
===Interoperability===
Operando tramite la web gui di configurazione configurare Function keys con <br>
When using this service, it can be useful to have a key that lets you make a quick call to the service code.
 
===Examples===
 
====On SNOM====
Through the web GUI, you can configure function keys with:


<code>
<code>
Account: selezionare dalla tendina l’account che stiamo utilizzando (se c’è un solo account configurato sul telefono è il primo della lista)<br>
Account: select the account from the drop-down (if only one account is configured on the phone, it will be the first in the list)<br>
Type: Speed Dial<br>
Type: Speed Dial<br>
Value: *9<br>
Value: *9
</code>
</code>


In alternativa modificando direttamente il file di configurazione o il template in questo modo: <br>
Or you can directly edit the configuration file or the template:
<code><fkey idx="%%id%%" context="%%line_id%%" label="" perm="">speed *9</fkey></code><br>
dove '''''%%id%%''''' è l’identificativo del tasto da configurare e '''''%%line_id%%''''' è l’identificativo dell’account associato (il valore è 1 se sul telefono è presente un solo account).


Esempio:<br>
<code><fkey idx="%%id%%" context="%%line_id%%" label="" perm="">speed *9</fkey></code>
<code><fkey idx="0" context="1" label="PRELIEVO GRUPPO" perm="">speed *9</fkey></code>


'''Su YEALINK'''<br>
where ''%%id%%'' is the ID of the key to configure and ''%%line_id%%'' is the ID of the corresponding account (1 if the account is the only one on the phone).
Operando tramite la web gui di configurazione configurare DSS Key con<br>
 
Example:
 
<code><fkey idx="0" context="1" label="GROUP PICKUP" perm="">speed *9</fkey></code>
 
====On YEALINK====
 
Through the web GUI, you can configure DSS keys with:


<code>
<code>
Type: Speed Dial<br>
Type: Speed Dial<br>
Value: *9<br>
Value: *9<br>
Line: La linea associata all’account che stiamo utilizzando (Line 1 se sul telefono è presente un solo account)<br>
Line: The line associated with the account (Line 1 if the account is the only one on the phone)<br>
Extension: <br>
Extension:  
</code>
</code>


Oppure modificando direttamente il file di configurazione o il template in questo modo:<br>
Or you can directly edit the configuration file or the template:
 
<code>
<code>
memorykey.%%id%%.line=%%line_id%%<br>
memorykey.%%id%%.line=%%line_id%%<br>
Riga 67: Riga 75:
</code>
</code>


Dove '''''%%id%%''''' è l’identificativo del tasto da configurare e '''''%%line_id%%''''' è l’identificativo dell’account associato il valore è 1 se sul telefono è presente un solo account).
where ''%%id%%'' is the ID of the key to configure and ''%%line_id%%'' is the ID of the corresponding account (1 if the account is the only one on the phone).


Esempio:
Example:


<code>
<code>
Riga 77: Riga 85:
</code>
</code>


Nel caso si intenda configurare il prelievo con invito è necessario sostituire il codice di prelievo di gruppo diretto (*9) con quello di prelievo con invito (#9).
For pickup with invite, you need to replace the direct pickup code (*9) with the pickup with invite code (#9).

Versione attuale delle 07:43, 20 apr 2022

Altre lingue:

Return to AdminGuide:Service

Group Call Pickup

Description

This service lets any PBX user pick up a direct call to any extension that belongs to a pickup group from which the user is authorized to pick up calls.

It is possible to configure which groups a user belongs to and which ones they are authorized to pick up calls from.

If there are multiple inbound calls, call pickup will be executed on the last one received by any of the groups from which the user is authorized to pick up calls.

Group call pickup is applied to all calls to an extension, including those received as part of a ring group or a queue.

KalliopePBX offers two ways of picking up calls:

  • Direct: the user who picks up the call has no information on the calling party.
  • With invite: the user who picks up the call can check who the calling party is before choosing whether to complete the transfer or not.

Direct pickup is performed by dialing the direct pickup code (by default *9). Conversation with the original calling party will begin directly.

Pickup with invite is performed by dialing the pickup with invite code (by default #9).
The user who is picking up the call will first receive a hang up signal; once they have done so, they will receive a call with the caller ID of the original calling party.
The user can now choose whether to complete the transfer (by answering the call) or not (by refusing the call).
The original extension will stop ringing only once the transfer is complete.

Configuration

The service can be enabled/disabled in the PBX -> Numbering plan page.

The service codes can be changed in the PBX -> Numbering plan page.

Ring groups and the corresponding call pickup authorization can be specified in the extensions page or though the extension templates.

Interoperability

When using this service, it can be useful to have a key that lets you make a quick call to the service code.

Examples

On SNOM

Through the web GUI, you can configure function keys with:

Account: select the account from the drop-down (if only one account is configured on the phone, it will be the first in the list)
Type: Speed Dial
Value: *9

Or you can directly edit the configuration file or the template:

<fkey idx="%%id%%" context="%%line_id%%" label="" perm="">speed *9</fkey>

where %%id%% is the ID of the key to configure and %%line_id%% is the ID of the corresponding account (1 if the account is the only one on the phone).

Example:

<fkey idx="0" context="1" label="GROUP PICKUP" perm="">speed *9</fkey>

On YEALINK

Through the web GUI, you can configure DSS keys with:

Type: Speed Dial
Value: *9
Line: The line associated with the account (Line 1 if the account is the only one on the phone)
Extension:

Or you can directly edit the configuration file or the template:

memorykey.%%id%%.line=%%line_id%%
memorykey.%%id%%.value=*9
memorykey.%%id%%.type=13

where %%id%% is the ID of the key to configure and %%line_id%% is the ID of the corresponding account (1 if the account is the only one on the phone).

Example:

memorykey.1.line = 1
memorykey.1.value = *9
memorykey.1.type = 13

For pickup with invite, you need to replace the direct pickup code (*9) with the pickup with invite code (#9).