cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
492
Views
0
Helpful
1
Replies

lineMakeCall Failing

bhoover02
Level 1
Level 1

My application attempts to call an extension from a CTI port. The call to lineMakeCall() is successful but I immediately get back a disconnect event with reason LINEDISCONNECTMODE_BADADDRESS. My function call looks like this:

int nResult = lineMakeCall (lineHandle, &callHandle_tmp, "8002", 0, 0);

I have hard coded the destination extension 8002 which is a valid extension and is registered via a soft phone. I can call it successfully using other  soft phones. Is there some configuration step that I'm missing here?

Thanks,

Ben

1 Accepted Solution

Accepted Solutions

bhoover02
Level 1
Level 1

I didn't have the dial plan settings correct for my CTI port extension. Once I configured those I was able to get this working.

View solution in original post

1 Reply 1

bhoover02
Level 1
Level 1

I didn't have the dial plan settings correct for my CTI port extension. Once I configured those I was able to get this working.