diff --git a/capiconn.c b/capiconn.c index 742a4e4..48e0d78 100644 --- a/capiconn.c +++ b/capiconn.c @@ -912,7 +912,8 @@ static void check_incoming_complete(capi_connection *plcip) 0, /* BChannelinformation */ 0, /* Keypadfacility */ 0, /* Useruserdata */ - 0 /* Facilitydataarray */ + 0, /* Facilitydataarray */ + 0 /* Sending Complete */ ); plcip->msgid = gcmsg.Messagenumber; send_message(card, &gcmsg); @@ -964,6 +965,7 @@ ignore: 0, 0, 0, + 0, /* Globalconfiguration */ 0, /* ConnectedNumber */ 0, /* ConnectedSubaddress */ 0, /* LLC */ @@ -1506,13 +1508,15 @@ capi_connection *capiconn_connect( plcip->conninfo.b1config, plcip->conninfo.b2config, plcip->conninfo.b3config, + 0, /* Globalconfiguration */ 0, /* BC */ 0, /* LLC */ 0, /* HLC */ plcip->conninfo.bchaninfo, /* BChannelinformation */ 0, /* Keypadfacility */ 0, /* Useruserdata */ - 0 /* Facilitydataarray */ + 0, /* Facilitydataarray */ + 0 /* SendingComplete */ ); plcip->msgid = cmdcmsg.Messagenumber; @@ -1564,6 +1568,7 @@ int capiconn_accept( plcip->conninfo.b1config, plcip->conninfo.b2config, plcip->conninfo.b3config, + 0, /* Globalconfiguration */ 0, /* ConnectedNumber */ 0, /* ConnectedSubaddress */ 0, /* LLC */ @@ -1597,6 +1602,7 @@ int capiconn_ignore(capi_connection *plcip) 0, 0, 0, + 0, /* Globalconfiguration */ 0, /* ConnectedNumber */ 0, /* ConnectedSubaddress */ 0, /* LLC */ @@ -1630,6 +1636,7 @@ int capiconn_reject(capi_connection *plcip) 0, 0, 0, + 0, /* Globalconfiguration */ 0, /* ConnectedNumber */ 0, /* ConnectedSubaddress */ 0, /* LLC */