Network Initiated Inbound Call
Incoming call notification is received as an event. The gc_WaitCall( ) function should be issued once.
|
Application
|
Libgcs7
|
State
|
Stack
|
Network
|
gc_WaitCall( )
-->
|
Prepare for handling IAM messages
|
NULL
|
|
|
|
CRN assigned
GCEV_OFFERED
<--
|
OFFERED
|
IAM
<--
|
IAM
<--
|
gc_GetDNIS( )
(optional)
-->
|
|
|
|
|
|
Return immediately with DNIS
<--
|
|
|
|
gc_GetANI( ) (optional)
-->
|
|
|
|
|
|
Return immediately with ANI
<--
|
|
|
|
gc_AcceptCall( )
(optional)
-->
|
ACM
-->
|
|
ACM
-->
|
ACM
-->
|
|
GCEV_ACCEPT
<--
|
ACCEPTED
|
|
|
gc_AnswerCall( )
-->
|
ANM *
-->
|
|
ANM *
-->
|
ANM *
-->
|
|
GCEV_ANSWERED
<--
|
CONNECTED
|
|
|
NOTE:
* = Or CON in case no gc_AcceptCall() has been made and circuit is in ITU mode
|