Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi

I am new JTAPI. I am using CISCO JTAPI

I am developing a dialing application in java, which should make an outbound call and trace the inbound call.

I tried out the makeCall.java examples but it throws the following exception.

Caught exception com.cisco.jtapi.InvalidArgumentExceptionImpl: Address 2411 is not in provider's domain.

Actually my dialing app should take over the control of the IP phone and make the call from the app.

I don't know whether i am doing correct. Could anyone help me out to understand the details of this. I have read the documentation of Cisco CallManager developer Guide. They didn't explain how to make an outbound call to an external telephone number or get the control of the Cisco IP Phone

You will have to make sure that the DN you are using is added in the Control List of the UserID you are using in the 'makecall'.

Arvind