Function call fix

This commit is contained in:
Dennis Grunert 2024-01-21 21:23:55 +01:00
parent a11bfb5740
commit e6594159b4
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ int main(int argc, char *argv[])
isdn_tone_generate_ulaw_samples();
/* init instance */
rc = isdn_initialize(isdn_ep, (misdn_user) ? &ph_drv.ph_socket : NULL, law, portname, ntmode, ptp, layer1hold, layer2hold, channel_out, channel_in, timeouts, tx_delay, local_tones, serving_location, aocd, aocs);
rc = isdn_initialize(isdn_ep, (misdn_user) ? &ph_drv.ph_socket : NULL, law, portname, ntmode, ptp, layer1hold, layer2hold, channel_out, channel_in, timeouts, tx_delay, local_tones, serving_location, aocd, aocs, time_no_sec);
if (rc) {
LOGP(DISDN, LOGL_ERROR, "mISDN initializing failed!\n");
goto error;