Hi all! Could not find what I'm doing wrong. I'm writing test app to make a call to specified number (source code in attached file).
I'm getting Provider from peer, waiting for provider InService state - this goes successful. After that I'm getting Address and adding Observer to Address. In Observer's event list I receive "Address out of service" event (CiscoAddrOutOfServiceEvImpl). Point me to my mistake, plz!
Maybe, something wrong with CUCM configuration. I'm using Cisco Jtapi version 8.6(2.10000)-5 Release.
I've created End User st2 with roles:
Standard CCM End UsersStandard CTI Allow Control of All DevicesStandard CTI Enabled checkbox "Allow Control of Device from CTI" is checked
He controls device stdev2:
Product Type: CTI PortDevice Protocol: SCCP Device Security Profile
: Cisco CTI Port - Standard SCCP Non-Secure Profile Also I've added Directory Number to stdev2 device. DN associated with this device. In frame "Users Associated with Line" I've added a user st2. All other settings was set by default.
When I'm working with provider - I'm successfully get the list of addresses and terminals. But when adding observer to Addresss - receive "Address is out of service" error. What I'm doing wrong? Thanks a lot for advices!!!