Custo.manifest filter NoShortNumber
BeantwortetBonjour,
Je travaille avec un OXE version R100.1. J'importe un fichier custo-manifest sous Rainbow Desktop pour afficher une page d'un CRM dans un navigateur, sur l'évènement "on-incoming-pbx-call-actions", basé sur la variable ${caller.phoneNumber}.
Cela fonctionne mais je ne souhaite pas afficher de page sur réception d'appels internes. Faut il utiliser le paramètre "filter":"NoShortNumber" ?
Si oui où placer cet option dans le fichier ?
{ "version": "2", "extension-points": { "on-incoming-pbx-call-actions": [ { "name": " ", "command": { "url": " ", "params": " " } } ],
Merci.
-
Offizieller Kommentar
Bonjour,
filters must be inserted out of the command. Below you'll find an example of right configuration.
les filtres, comme 'NoShortNumber', doivent être hors de la commande
voici un exemple de configuration
"on-incoming-pbx-call-actions": [
{
"name": "Incoming",
"command": {
"url": "C:\\Users\\xxx\\Desktop\\MicroCRM\\MicroCRM.exe",
"params": "-number ${caller.phoneNumber}"
},
"filter": "NoShortNumber"
}
]
Regards
Nathalie Rainbow Customer Care
Aktionen für Kommentare
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar