mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
add api and bgapi methods
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12179 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -130,6 +130,8 @@ sub DESTROY {
|
||||
*getInfo = *ESLc::ESLconnection_getInfo;
|
||||
*send = *ESLc::ESLconnection_send;
|
||||
*sendRecv = *ESLc::ESLconnection_sendRecv;
|
||||
*api = *ESLc::ESLconnection_api;
|
||||
*bgapi = *ESLc::ESLconnection_bgapi;
|
||||
*sendEvent = *ESLc::ESLconnection_sendEvent;
|
||||
*recvEvent = *ESLc::ESLconnection_recvEvent;
|
||||
*recvEventTimed = *ESLc::ESLconnection_recvEventTimed;
|
||||
|
Reference in New Issue
Block a user