Home
last modified time | relevance | path

Searched refs:sendFax (Results 1 – 8 of 8) sorted by relevance

/dports/comms/hylafax/hylafax-6.0.7/faxd/
H A DFaxServer.h69 void sendFax(FaxRequest& fax, FaxMachineInfo&, const fxStr& number, u_int&); in fxDECLARE_ObjArray()
97 void sendFax(FaxRequest&, FaxMachineInfo&, FaxAcctInfo&, u_int&, bool); in fxDECLARE_ObjArray()
H A DFaxSend.c++46 FaxServer::sendFax(FaxRequest& fax, FaxMachineInfo& clientInfo, FaxAcctInfo& ai, u_int& batched, bo… in sendFax() function in FaxServer
89 sendFax(fax, clientInfo, prepareDialString(fax.number), batched); in sendFax()
156 FaxServer::sendFax(FaxRequest& fax, FaxMachineInfo& clientInfo, const fxStr& number, u_int& batched) in sendFax() function in FaxServer
H A DfaxSendApp.c++179 FaxServer::sendFax(*req, info, ai, batched, usedf); in send()
/dports/comms/tkhylafax/tkhylafax/
H A Dtkhylafax.unpatched78 mkMenuItem $Th_Info(fileMB) Send sendFax
172 -command sendFax
346 proc sendFax { args } {
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dkhomp_pvt_fxo.cpp611 return _fax->sendFax(session, data); in application()
H A Dapplications.cpp75 bool Fax::sendFax(switch_core_session_t * session, const char *data) in sendFax() function in Fax
H A Dkhomp_pvt_kxe1.cpp847 return _fax->sendFax(session, data); in application()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/include/
H A Dapplications.h79 bool sendFax(switch_core_session_t * session, const char *data);