|
LINEDISCONNECTMODE_ Constants
The LINEDISCONNECTMODE_ bit-flag constants describe different reasons for a
remote disconnect request. A disconnect mode is available as call status to the
application after the call state transitions to disconnected.
LINEDISCONNECTMODE_NORMAL
This is a normal disconnect request by the remote party. The call was
terminated normally.
LINEDISCONNECTMODE_UNKNOWN
The reason for the disconnect request is unknown but may become known later.
LINEDISCONNECTMODE_REJECT
The remote user has rejected the call.
LINEDISCONNECTMODE_PICKUP
The call was picked up from elsewhere.
LINEDISCONNECTMODE_FORWARDED
The call was forwarded by the switch.
LINEDISCONNECTMODE_BUSY
The remote user's station is busy.
LINEDISCONNECTMODE_NOANSWER
The remote user's station does not answer.
LINEDISCONNECTMODE_BADADDRESS
The destination address is invalid.
LINEDISCONNECTMODE_UNREACHABLE
The remote user could not be reached.
LINEDISCONNECTMODE_CONGESTION
The network is congested.
LINEDISCONNECTMODE_INCOMPATIBLE
The remote user's station equipment is incompatible with the type of call
requested.
LINEDISCONNECTMODE_UNAVAIL
The reason for the disconnect is unavailable and will not become known later.
LINEDISCONNECTMODE_NODIALTONE
A dial tone was not detected within a service-provider defined timeout, at a
point during dialing when one was expected (such as at a "W" in the dialable
string). This can also occur without a service-provider-defined timeout period or
without a value specified in the dwWaitForDialTone member of the LINEDIALPARAMS structure.
LINEDISCONNECTMODE_NUMBERCHANGED
The call could not be connected because the destination number has been
changed, but automatic redirection to the new number is not provided.
LINEDISCONNECTMODE_OUTOFORDER
The call could not be connected or was disconnected because the destination
device is out of order (hardware failure).
LINEDISCONNECTMODE_TEMPFAILURE
The call could not be connected or was disconnected because of a temporary
failure in the network; the call can be reattempted later and will eventually
complete.
LINEDISCONNECTMODE_QOSUNAVAIL
The call could not be connected or was disconnected because the minimum
quality of service could not be obtained or sustained. This differs from
LINEDISCONNECTMODE_INCOMPATIBLE in that the lack of resources may be a temporary condition
at the destination.
LINEDISCONNECTMODE_BLOCKED
The call could not be connected because calls from the origination address are
not being accepted at the destination address. This differs from
LINEDISCONNECTMODE_REJECT in that blocking is implemented in the network (a passive reject)
while a rejection is implemented in the destination equipment (an active
reject). The blocking may be due to a specific exclusion of the origination address,
or because the destination accepts calls from only a selected set of
origination address (closed user group).
LINEDISCONNECTMODE_DONOTDISTURB
The call could not be connected because the destination has invoked the Do Not
Disturb feature.
The high-order 16 bits can be assigned for device-specific extensions. The
low-order 16 bits are reserved.
A remote disconnect request for a given call results in the call state
transitioning to the disconnected state and a LINE_CALLSTATE message is sent to the application. The LINEDISCONNECTMODE_ information
provides details about the remote disconnect request. It is available in the call's LINECALLSTATUS structure when the call is in the disconnected state. While a call is in this state, the application is still allowed to
query the call's information and status. For example, user-to-user information
that is received as part of the remote disconnect is available then. The
application can clear a disconnected call by dropping the call.
For backward compatibility, it is the responsibility of the service provider
to examine the negotiated API version on the line, and to not use this
LINEDISCONNECTMODE_ value if it is not supported on the negotiated version
(LINEDISCONNECTMODE_NORMAL or _UNKNOWN could be used instead).
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|