X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=endpointapp.cpp;h=a3c6f56b3188e1f05bde1c2b3a70882f36a8b0af;hp=3e1a6b92d3cc35f0e79aaa21c73e17b9a7573294;hb=ab4a1270e9c99ab7a21a957759de2a885100afb1;hpb=2ed0fee489c37a6e2d4473f6185ebbe3e746ac11 diff --git a/endpointapp.cpp b/endpointapp.cpp index 3e1a6b9..a3c6f56 100644 --- a/endpointapp.cpp +++ b/endpointapp.cpp @@ -1,6 +1,6 @@ /*****************************************************************************\ ** ** -** PBX4Linux ** +** Linux Call Router ** ** ** **---------------------------------------------------------------------------** ** Copyright: Andreas Eversberg ** @@ -9,14 +9,12 @@ ** ** \*****************************************************************************/ - -#include #include "main.h" /* * EndpointApp constructor */ -EndpointApp::EndpointApp(class Endpoint *epoint) +EndpointApp::EndpointApp(class Endpoint *epoint, int origin) { ea_endpoint = epoint; classuse++; @@ -37,12 +35,12 @@ int EndpointApp::handler(void) /* mini application for test purpose only */ -void EndpointApp::ea_message_port(unsigned long port_id, int message_type, union parameter *param) +void EndpointApp::ea_message_port(unsigned int port_id, int message_type, union parameter *param) { PDEBUG(DEBUG_EPOINT, "%s: Spare function.\n", __FUNCTION__); } -void EndpointApp::ea_message_call(unsigned long port_id, int message_type, union parameter *param) +void EndpointApp::ea_message_join(unsigned int join_id, int message_type, union parameter *param) { PDEBUG(DEBUG_EPOINT, "%s: Spare function.\n", __FUNCTION__); }