fixed for new extended ALERT_REQ().

This commit is contained in:
armin 2004-06-30 08:52:29 +00:00
parent 65f107450f
commit 1768b9f5ea
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $Id: capi.c,v 1.2 1998/10/23 12:50:46 fritz Exp $ /* $Id: capi.c,v 1.3 2004/06/30 08:52:29 armin Exp $
* *
* Implementation of CAPI state machine * Implementation of CAPI state machine
* *
@ -17,6 +17,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* *
* $Log: capi.c,v $ * $Log: capi.c,v $
* Revision 1.3 2004/06/30 08:52:29 armin
* fixed for new extended ALERT_REQ().
*
* Revision 1.2 1998/10/23 12:50:46 fritz * Revision 1.2 1998/10/23 12:50:46 fritz
* Added RCS keywords and GPL notice. * Added RCS keywords and GPL notice.
* *
@ -79,7 +82,7 @@ void Handle_Indication(void) {
* of the application * of the application
*/ */
ALERT_REQ (CMSG, Appl_Id, 0, CONNECT_IND_PLCI(CMSG), ALERT_REQ (CMSG, Appl_Id, 0, CONNECT_IND_PLCI(CMSG),
NULL, NULL, NULL, NULL); NULL, NULL, NULL, NULL, NULL);
/* inform the user application */ /* inform the user application */
SetState(Connection, D_ConnectPending); SetState(Connection, D_ConnectPending);
IncomingCall(Connection, GetCallingPartyNumber (Connection)); IncomingCall(Connection, GetCallingPartyNumber (Connection));