From 5a22e57828617abc14e27814ee918cc63b96fd46 Mon Sep 17 00:00:00 2001 From: Super User Date: Tue, 17 Jul 2007 19:28:09 +0200 Subject: alpha phase is open, this means: it compiles! it runs! it calls without known bug yet! comments to jolly@eversberg.eu --- action_efi.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'action_efi.cpp') diff --git a/action_efi.cpp b/action_efi.cpp index 5b679cb..bd24952 100644 --- a/action_efi.cpp +++ b/action_efi.cpp @@ -43,7 +43,7 @@ void EndpointAppPBX::action_init_efi(void) message->param.disconnectinfo.location = LOCATION_PRIVATE_LOCAL; message->param.disconnectinfo.cause = CAUSE_FACILITYREJECTED; message_put(message); - logmessage(message); + logmessage(message->type, &message->param, portlist->port_id, DIRECTION_OUT); new_state(EPOINT_STATE_OUT_DISCONNECT); set_tone(portlist,"cause_22"); return; @@ -114,7 +114,7 @@ void EndpointAppPBX::efi_message_eof(void) message->param.disconnectinfo.location = LOCATION_PRIVATE_LOCAL; message->param.disconnectinfo.cause = CAUSE_NORMAL; message_put(message); - logmessage(message); + logmessage(message->type, &message->param, portlist->port_id, DIRECTION_OUT); new_state(EPOINT_STATE_OUT_DISCONNECT); set_tone(portlist,"cause_10"); // set_tone_efi("ich_wiederhole"); -- cgit v1.2.3-55-g7522