cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
783
Views
5
Helpful
1
Replies

How to get the configuration of Multiple Call/Call Waiting Settings on sepecific device?

Marcus Luk
Level 1
Level 1

In CUCM portal, I can modify the "Multiple Call/Call Waiting Settings" of a specific device by accessing the directory line from that device.

How can I get or even modify these values using AXL? I could not find the entry. Thanks a lot!

1 Accepted Solution

Accepted Solutions

npetrele
Cisco Employee
Cisco Employee

Check the <line></line> section of addPhone or updatePhone. You'll see

 

<maxNumCalls>2</maxNumCalls>
<busyTrigger>1</busyTrigger>

 

Those are the Multiple Call/Call Waiting parameters.

 

 

View solution in original post

1 Reply 1

npetrele
Cisco Employee
Cisco Employee

Check the <line></line> section of addPhone or updatePhone. You'll see

 

<maxNumCalls>2</maxNumCalls>
<busyTrigger>1</busyTrigger>

 

Those are the Multiple Call/Call Waiting parameters.