--- capiconn.c.orig 2005-06-03 08:54:36.000000000 +0200 +++ capiconn.c 2005-07-29 21:58:08.765758893 +0200 @@ -919,7 +919,8 @@ 0, /* BChannelinformation */ 0, /* Keypadfacility */ 0, /* Useruserdata */ - 0 /* Facilitydataarray */ + 0, /* Facilitydataarray */ + 0 /* SendingComplete */ ); plcip->msgid = cmsg.Messagenumber; send_message(card, &cmsg); @@ -971,6 +972,7 @@ 0, 0, 0, + 0, /* Globalconfiguration */ 0, /* ConnectedNumber */ 0, /* ConnectedSubaddress */ 0, /* LLC */ @@ -1513,13 +1515,15 @@ 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; @@ -1571,6 +1575,7 @@ plcip->conninfo.b1config, plcip->conninfo.b2config, plcip->conninfo.b3config, + 0, /* Globalconfiguration */ 0, /* ConnectedNumber */ 0, /* ConnectedSubaddress */ 0, /* LLC */ @@ -1604,6 +1609,7 @@ 0, 0, 0, + 0, /* Globalconfiguration */ 0, /* ConnectedNumber */ 0, /* ConnectedSubaddress */ 0, /* LLC */ @@ -1637,6 +1643,7 @@ 0, 0, 0, + 0, /* Globalconfiguration */ 0, /* ConnectedNumber */ 0, /* ConnectedSubaddress */ 0, /* LLC */