chan-capi/chan_capi_management_common.h

8 lines
199 B
C
Raw Normal View History

#ifndef __CC_MANAGEMENT_COMMON_INTERFACE_H__
#define __CC_MANAGEMENT_COMMON_INTERFACE_H__
int pbx_capi_management_capicommand(const char *requiredChannelName, const char *chancapiCommand);
#endif