CTI Server functions (.NET)

OnCallNumber

Contents  Back  Next

Signals a telephone number.

 

Event OnCallNumber

(

 object sender,

 String e.strDevice        

 uint e.dwCallID

 String e.strNumber

)

Parameters

sender

object Telephony

 

e.strDevice

Extension of user to whom the number – the number of the party he is in a call with – is being sent.

 

e.dwCallID

Call ID

 

e.strNumber

Telephone number conveyed, up to 31 characters.

 

Remarks

Signals a telephone number, if one has been received. No number is signalled for calls from the analogue network or for anonymous calls. This event is also triggered for outgoing calls. The server can be configured to send the number in canonical format (“Switch settings” page).  

 

clip0062

A new call is normally signalled via event OnCallState with a status of LINECALLSTATE_OFFERING (incoming) or LINECALLSTATE_DIALTONE (outgoing). OnCallNumber can, however, also be sent before all other events. The telephone number can change throughout the course of the call, for example, when the call is transferred to the user.

 

See also

Telephony overview

 


Send feedback to TAPIMaster®

<%FULLCOPYRIGHT%