From 701b046a45c2c79cc6d07ac3a4f84f499f7ed376 Mon Sep 17 00:00:00 2001 From: Super User Date: Thu, 26 Jul 2007 14:23:56 +0200 Subject: unified socket application interface (for asterisk and maybe other apps) bugfixes --- apppbx.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apppbx.h') diff --git a/apppbx.h b/apppbx.h index c93f38c..43404f9 100644 --- a/apppbx.h +++ b/apppbx.h @@ -249,13 +249,13 @@ class EndpointAppPBX : public EndpointApp struct route_param *routeparam(struct route_action *action, unsigned long long id); /* init / dialing / hangup */ - void _action_init_call(int chan); + void _action_init_call(char *remote); void action_init_call(void); - void action_init_chan(void); + void action_init_remote(void); void action_dialing_internal(void); void action_dialing_external(void); void action_dialing_h323(void); - void action_dialing_chan(void); + void action_dialing_remote(void); void action_dialing_vbox_record(void); void action_init_partyline(void); void action_hangup_call(void); -- cgit v1.2.3-55-g7522