summaryrefslogtreecommitdiffstats
path: root/endpointapp.h
diff options
context:
space:
mode:
authorSuper User2007-07-17 19:28:09 +0200
committerSuper User2007-07-17 19:28:09 +0200
commit5a22e57828617abc14e27814ee918cc63b96fd46 (patch)
tree049837484887d674939020203a2111197c7e3d5d /endpointapp.h
parentbackup (diff)
downloadlcr-5a22e57828617abc14e27814ee918cc63b96fd46.tar.gz
lcr-5a22e57828617abc14e27814ee918cc63b96fd46.tar.xz
lcr-5a22e57828617abc14e27814ee918cc63b96fd46.zip
alpha phase is open, this means:
it compiles! it runs! it calls without known bug yet! comments to jolly@eversberg.eu
Diffstat (limited to 'endpointapp.h')
-rw-r--r--endpointapp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/endpointapp.h b/endpointapp.h
index 299633e..6bcc9fb 100644
--- a/endpointapp.h
+++ b/endpointapp.h
@@ -1,6 +1,6 @@
/*****************************************************************************\
** **
-** PBX4Linux **
+** Linux Call Router **
** **
**---------------------------------------------------------------------------**
** Copyright: Andreas Eversberg **
@@ -20,6 +20,6 @@ class EndpointApp
class Endpoint *ea_endpoint;
virtual int handler(void);
virtual void ea_message_port(unsigned long port_id, int message, union parameter *param);
- virtual void ea_message_call(unsigned long call_id, int message, union parameter *param);
+ virtual void ea_message_join(unsigned long join_id, int message, union parameter *param);
};