cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
539
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 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.

1 Reply 1

b.winter
VIP
VIP

My advice: Post your question in the DevNet forum.