From 14f76f1e81f0a4e7a63e83136d1ac958bf85c8a5 Mon Sep 17 00:00:00 2001 From: Super User Date: Sat, 19 Jan 2008 18:10:46 +0100 Subject: work on unfinished asterisk channel driver (bchannel handling) modified: Makefile modified: README modified: action.cpp modified: admin_server.c modified: apppbx.cpp modified: apppbx.h new file: bchannel.c new file: bchannel.h renamed: asterisk_client.c -> chan_lcr.c renamed: asterisk_client.h -> chan_lcr.h deleted: channel.c modified: dss1.cpp modified: extension.c modified: extension.h modified: interface.c modified: interface.h modified: joinremote.cpp modified: joinremote.h modified: mISDN.cpp modified: mISDN.h modified: main.h modified: message.h modified: route.c modified: todo.txt --- action.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'action.cpp') diff --git a/action.cpp b/action.cpp index 0bb68cd..6856fcc 100644 --- a/action.cpp +++ b/action.cpp @@ -2276,7 +2276,7 @@ void EndpointAppPBX::process_dialing(void) if (e_state!=EPOINT_STATE_IN_SETUP && e_state!=EPOINT_STATE_IN_OVERLAP) { - PDEBUG(DEBUG_EPOINT, "EPOINT(%d): we are not in incomming setup/overlap state, so we ignore init/dialing process.\n", ea_endpoint->ep_serial, e_rule_nesting); + PDEBUG(DEBUG_EPOINT, "EPOINT(%d): we are not in incoming setup/overlap state, so we ignore init/dialing process.\n", ea_endpoint->ep_serial, e_rule_nesting); e_match_timeout = 0; goto end; } @@ -2444,7 +2444,7 @@ void EndpointAppPBX::process_dialing(void) if (e_state!=EPOINT_STATE_IN_SETUP && e_state!=EPOINT_STATE_IN_OVERLAP) { - PDEBUG(DEBUG_EPOINT, "EPOINT(%d): AFTER init process: we are not in incomming setup/overlap state anymore, so we ignore further dialing process.\n", ea_endpoint->ep_serial, e_rule_nesting); + PDEBUG(DEBUG_EPOINT, "EPOINT(%d): AFTER init process: we are not in incoming setup/overlap state anymore, so we ignore further dialing process.\n", ea_endpoint->ep_serial, e_rule_nesting); goto display_action; } } @@ -2544,7 +2544,7 @@ void EndpointAppPBX::process_hangup(int cause, int location) write_log(e_ext.number, callertext, dialingtext, e_start, e_stop, 0, cause, location); /* store last received call for reply-list */ - if (e_origin == 1) // outgoing to phone is incomming for user + if (e_origin == 1) // outgoing to phone is incoming for user if (e_callerinfo.id[0] || e_callerinfo.extension[0]) if (e_ext.anon_ignore || e_callerinfo.present!=INFO_PRESENT_RESTRICTED) { @@ -2568,7 +2568,7 @@ void EndpointAppPBX::process_hangup(int cause, int location) } /* store last made call for reply-list */ - if (e_origin == 0) // incomming from phone is outgoing for user + if (e_origin == 0) // incoming from phone is outgoing for user if (e_dialinginfo.id[0]) { if (!!strcmp(e_dialinginfo.id, e_ext.last_out[0])) -- cgit v1.2.3-55-g7522