cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
335
Views
0
Helpful
1
Replies

PowerShell Script to make voice call on IP Phones configured in CUCM

Deep9769
Level 1
Level 1

Hi,

I'm quite new to unified communication but want to write a power-shell script that will call to CISCO IP phones. I have all call manager set up. 

I have tested the 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 manager setup (CUCM) with 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.

 
1 Reply 1
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: