Тема: MobilePhone Plugin
Показать сообщение отдельно
Старый 20.10.2016, 12:01   #218
pierrotm777
Старший Пользователь
 
Аватар для pierrotm777
 
Регистрация: 07.11.2010
Регион: другой - для добавления сообщить ab
Сообщений: 324
pierrotm777 is just really nicepierrotm777 is just really nicepierrotm777 is just really nicepierrotm777 is just really nice
Smile

Цитата:
Сообщение от duzzy Посмотреть сообщение
Winlin


Думается мне что это можно сделать, через ActiveXObject... написать простенький скрипт на Автоите для подключения к Блюсолей СДК и отправлять команды на переключение громкой связи на спаренный телефон...
Далее просто делаем кнопку на экране родного Икаровского телефона и запускаем с нее скрипт переключения, в итоге получаем переключение при принятом звонке с мобилы на Икар.

-----------------------------------------------------------------------------

pierrotm777

Hi, tell me please what command you use to switch from speakerphone to mobile phone?
I want to try to connect using ActiveXObject to BlueSoleil SDK in Autoit.
It's not possible to use Autoit for command the SDK, but it's very easy to call a RR or iCarDS command with Autoit !
By example:
$rr = ObjCreate("RoadRunner.sdk")
and after that:
$rr.Execute("MOBILEPHONE_TRANSAUDIO")
for read a value:
$rr.GetInfo("MYLABEL")
or
$rr.Getinfo("=$MYVAR$")
or
$rr.GetInd("MYIND")

Цитата:
Сообщение от duzzy Посмотреть сообщение
And maybe you help me write small script in Autoit to switch from speakers <---> mobile phone ?
like $rr = ObjCreate("RoadRunner.sdk")
and send commands to BlueSoleil from script...
No need script for that, the grey button on the call in and out screen do that and use the command MOBILEPHONE_TRANSAUDIO .
It's a toggle command !
pierrotm777 вне форума   Ответить с цитированием