X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=apppbx.h;h=43404f9fe1efe52c71c788fe6313b8b707420144;hp=c93f38cedad425153aeee9da486163f07c0a2389;hb=701b046a45c2c79cc6d07ac3a4f84f499f7ed376;hpb=bf3c4d173ad6ecf845de2d9e6d11ab87769d0943 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);