X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=endpointapp.cpp;h=05d5d0b55bb84cc8f6c292e328a1835b3ab33b3b;hp=3e1a6b92d3cc35f0e79aaa21c73e17b9a7573294;hb=5a22e57828617abc14e27814ee918cc63b96fd46;hpb=a54078ccf090907f1ebd9ddc3a02cd613ffecf9c diff --git a/endpointapp.cpp b/endpointapp.cpp index 3e1a6b9..05d5d0b 100644 --- a/endpointapp.cpp +++ b/endpointapp.cpp @@ -1,6 +1,6 @@ /*****************************************************************************\ ** ** -** PBX4Linux ** +** Linux Call Router ** ** ** **---------------------------------------------------------------------------** ** Copyright: Andreas Eversberg ** @@ -42,7 +42,7 @@ void EndpointApp::ea_message_port(unsigned long port_id, int message_type, union 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 long join_id, int message_type, union parameter *param) { PDEBUG(DEBUG_EPOINT, "%s: Spare function.\n", __FUNCTION__); }