Differenze tra le versioni di "AdminGuide:Service:Call Parking/en"
(Creata pagina con "If Direct Media is enabled, a call can be parked out by transferring it to an extension used for the call parking service (by default 888).<br> In this case, once the attended...") |
(Creata pagina con "===Configuration === The service can be enabled/disabled in the PBX -> On-call services page. The service code can be chang...") |
||
Riga 18: | Riga 18: | ||
The user can now hang up and resume conversation by dialing the number provided by KalliopePBX. | The user can now hang up and resume conversation by dialing the number provided by KalliopePBX. | ||
=== | ===Configuration === | ||
The service can be enabled/disabled in the PBX -> [[AdminGuide:GUI:OperatingMenu:OnCallServices/en|On-call services]] page. | |||
The service code can be changed in the PBX -> [[AdminGuide:GUI:OperatingMenu:OnCallServices/en|On-call services]] page. | |||
The number of parking slots and the corresponding extensions can be configured in the PBX -> [[AdminGuide:GUI:OperatingMenu:NumberingPlan/en|numbering plan]] page. | |||
===Interoperabilità=== | ===Interoperabilità=== |
Versione delle 09:40, 26 feb 2018
Call Parking
Description
This service offers the option to move an ongoing call into a parking slot.
When a call is in the parking slot, the interlocutor will be put on hold while the other user can resume the call from any phone (not just the one they parked the call from). The default configuration has 10 parking slots (890-899). If the call is not resumed after 90 seconds, it will automatically be presented to the device (not the extension) that parked it.
Call parking is performed by dialing the configured on-call service code (by default #8).
KalliopePBX will reply with the number to call in order to resume the call.
The user who parked the call can now hang up and resume conversation by dialing the number provided by KalliopePBX.
This call parking mode requires Direct Media to be disabled for the ongoing call.
If Direct Media is enabled, a call can be parked out by transferring it to an extension used for the call parking service (by default 888).
In this case, once the attended transfer has been executed, KalliopePBX will reply with the number to call in order to resume the call.
The user can now hang up and resume conversation by dialing the number provided by KalliopePBX.
Configuration
The service can be enabled/disabled in the PBX -> On-call services page.
The service code can be changed in the PBX -> On-call services page.
The number of parking slots and the corresponding extensions can be configured in the PBX -> numbering plan page.
Interoperabilità
Quando si utilizza il servizio di Call Parking può essere utile avere a disposizione un tasto (con campo lampade) che consenta di visualizzare lo stato di occupazione di ciascuno slot di parcheggio ed eventualmente riprendere la chiamata parcheggiata.
Per quanto riguarda il monitoraggio, il KalliopePBX invia dei messaggi SIP NOTIFY per comunicare i cambi di stato del servizio.
Il telefono dovrà inviare una SIP SUBSCRIBE per richiedere l’invio delle informazioni di stato.
Questa operazione è normalmente effettuata configurando un tasto funzione di tipo BLF.
L’oggetto da monitorare è l'interno corrispondente allo slot di parcheggio.
Oltre a monitorare lo stato di occupazione dello slot è possibile recuperare la chiamata parcheggiata cliccando sul tasto funzione corrispondente.
Esempi di configurazione
Su SNOM:
Operando tramite la web gui di configurazione configurare Function keys con
Account: selezionare dalla tendina l’account che stiamo utilizzando (se c’è un solo account configurato sul telefono è il primo della lista)
Type: BLF
value: <interno>
Oppure modificando direttamente il file di configurazione o il template in questo modo:
<fkey idx="%%id%%" context="%%line_id%%" label="" perm="">blf sip:<interno>@%%KPBX_IP_ADDRESS%%;user=phone</fkey>
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:
<fkey idx="0" context="1" label="Slot parcheggio 890" perm="">blf sip:890@192.168.23.190</fkey>
Su YEALINK:
Operando tramite la web gui di configurazione configurare DSS Key con
Type BLF
Value: <interno>
Line: La linea associata all’account che stiamo utilizzando (Line 1 se sul telefono è presente un solo account)
Oppure modificando direttamente il file di configurazione o il template in questo modo:
memorykey.%%id%%.line=%%line_id%%
memorykey.%%id%%.value=<interno>
memorykey.%%id%%.type=16
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:
memorykey.1.line = 1
memorykey.1.value = 890
memorykey.1.type = 16
memorykey.1.pickup_value = %NULL%
memorykey.1.xml_phonebook = %NULL%