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 --- dss1.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dss1.cpp') diff --git a/dss1.cpp b/dss1.cpp index 82b09bb..49af6ea 100644 --- a/dss1.cpp +++ b/dss1.cpp @@ -330,7 +330,7 @@ int Pdss1::received_first_reply_to_setup(unsigned long prim, int channel, int ex /* - * hunt bchannel for incomming setup or retrieve or resume + * hunt bchannel for incoming setup or retrieve or resume */ int Pdss1::hunt_bchannel(int channel, int exclusive) { @@ -738,7 +738,7 @@ void Pdss1::setup_ind(unsigned long prim, unsigned long dinfo, void *data) FATAL("Incoming call but already got an endpoint.\n"); if (!(epoint = new Endpoint(p_serial, 0))) FATAL("No memory for Endpoint instance\n"); - if (!(epoint->ep_app = new DEFAULT_ENDPOINT_APP(epoint, 0))) //incomming + if (!(epoint->ep_app = new DEFAULT_ENDPOINT_APP(epoint, 0))) //incoming FATAL("No memory for Endpoint Application instance\n"); epointlist_new(epoint->ep_serial); @@ -2764,7 +2764,7 @@ void Pdss1::message_release(unsigned long epoint_id, int message_id, union param char *p = NULL; /* - * we may only release during incomming disconnect state. + * we may only release during incoming disconnect state. * this means that the endpoint doesnt require audio anymore */ if (p_state == PORT_STATE_IN_DISCONNECT -- cgit v1.2.3-55-g7522