I Can't Start a Program Automatically when I Receive an Incoming Phone Call
BeantwortetHi, I've followed the last article published regarding external application but didn't succeed to make it work.
I've tried both to launch the MicroCRM example but also a web page, no luck, nothing happens
can you help ?
Sam
-
Here is the content of the "custo.manifest" file:
{
"version" : "1",
"extension-points" : {
"on-incoming-pbx-call-actions" : [
{
"name" : "actionIn",
"command" : {
"url" : "C:\Program Files (x86)\MicroCRM\MicroCRM.exe",
"params" : "-number ${caller.phoneNumber}"
}}]}
}Here is the content of the "rainbow.ini" file:
[Main]
language=en
dwlFolder=C:\\Users\\sdirn\\Downloads
shareCalendarInfo=true
customizationDirectory=C:\\Program Files (x86)\\MicroCRM -
I'm more or less sure I rebooted but did it again today and now it works with microcrm.exe.
Then I 've tried to open a web page but nothing happens. Here is my config:
{
"version" : "1",
"extension-points" : {
"on-incoming-pbx-call-actions" : [
{
"name" : "actionIn",
"command" : {
"url" : "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe https://www.editus.lu/en/search?q=${caller.phoneNumber}"
} } ] }
}Cheers
Sam
-
Below is an example of the syntax used to open a website when making an incoming phone call.
In this example, I send the ${caller.phoneNumber} to a French reverse search directory "PagesJaunes".
{
"version" : "1",
"extension-points" : {
"on-incoming-pbx-call-actions" : [
{
"name" : "actionIn",
"command" : {
"url" : "https://www.pagesjaunes.fr/annuaireinverse/recherche?quoiqui=${caller.phoneNumber}&proximite=0"
}}]}
}The default web browser will be used to launch the search. No need to specify the application path.
Let me know if this new example helps you! 😊
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
10 Kommentare