cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
553
Views
0
Helpful
2
Replies

AXL SOAP. Verify if a phone can call to a specific number

Is there any way to verify with AXL SOAP if a phone/line is able to call to a number?

I'm doing a portal web where the end users can configure their call forward all of their phones. When the user write a number, I would like verify if the CSS of CFA is able to route the number that the user wrote.

Thanks

2 Replies 2

Geevarghese Cheria
Cisco Employee
Cisco Employee

Hi Jordi,

you have to use the UpdateLine and set the callForwardAll property  with a XCallFowardInfo object. In the XCallFowardInfo, set the  destination and duration.

Request you to refer these urls for related information.

  1. how to use GetLine and UpdateLine in C#?
  2. Call Forwarding via AXL SOAP

Thanks and Regards,

Geevarghese

Hi Geevarghese, I'm going to try to explain my requeriments better. I'm using the object UpdateLine for updating the forwards, but before updating the forward, I would like to check if the forrward CSS has privileges to call to the number configured by the end user.

Similar to place a "forward all" in the phone, if the destination can not be reached, the forward all can not be saved and a locution informs to the end user.