Hi,
I'm Quite new to the unified communication, but want to write a power-shell script which will call to a CISCO IP phones. I have all call manger setup.
I have tested below PS script which works well but in that case i need to attach my mobile with my laptop.
$Number1 = "919769072834"
$Duration1 = "50"
adb shell am start -a android.intent.action.CALL -d tel:$Number1
$d = Get-Date -Format "dd/MM/yyyy HH:mm:ss"
Start-Sleep -Seconds $Duration1
adb shell input keyevent KEYCODE_ENDCALL
so further want that same call should be placed using call manger setup (CUCM) using PS script but now removing my mobile
Please let me know if anyone has some solution related to this
I'll be waiting for your responses, and I'm looking forward to finding a solution in the community.