Last modyfication: 21.08.2013 10:13
EasyConnect (Interface to TeliBar), used from OrgPhone, IE-AddOn  
[HKCU]\ SOFTWARE\ROMICO\CTI_Client      
CallCommand = call <Phone number> (to TeliBar)
CallCommand = dropcall
CallCommand = answer
CallMessage = IncomingCall <Phone number> (from TeliBar)
CallMessage = Connected <Phone number> 
CallMessage = RemovedCall <Phone number>
     
C:\Programme\ROMICO\TeliBar\CallToReg.exe <Phone number>
write registry
[HKCU]\ SOFTWARE\ROMICO\CTI_Client      
CallCommand = call <Phone number> (to TeliBar)
     
CTI Journal 29.05.2009, 1.0.0.279
[HKCU]\ SOFTWARE\ROMICO\CTI_Client 
CallCommand= call <Phone number>
CTI Journal <29.05.2009,1.0.0.279
[HKCU]\Software\ROMICO\CTI_Journal\Settings
MakeCallTyp=TeliBar - default
[HKCU]\ SOFTWARE\ROMICO\TeliBar
MakeCall= <Phone number>
MakeCallType=TeliMan
shell TMCenter.exe & " call " & _strNumber
     
TeliSP
[HKLM]\ SOFTWARE\ROMICO\TAPI\TeliSP
UseApplication = TeliMan
TeliSPMessage = call <Phone number>
TeliSPMessage = dropcall
TeliSPMessage = answer
UseApplication=TeliBar
TeliBarMessage = call <Phone number>
TeliBarMessage = dropcall
TeliBarMessage = answer
TMCenterMessage = Connected <Phone number>
TMCenterMessage = RemovedCall <Phone number>
TMCenterMessage = IncomingCall <Phone number>
     
Dialer
Execute with parameters:
Dialer.exe <number>
http://www.romico.de/download/temp/CTI_Client/Dialer_1_0_10_2011_08_22.zip
CTI_NetDialer (MakeCall via Multicast)
Execute CTI_NetDialer with call parameters:
CTI_NetDialer.exe <line> <destination number>
TMS detects new incomming multicast message: “MakeFastCall~<line>~<number>”
Warning:
works with version TMS 5_0_1158 with MultiCastASCIIEncoding 0 [default =0]
[HKCUCTI] =  HKCU\Software\ROMICO\CTI_NetDialer\
Name Path NOTDefault Value Description REG App Version, Date
MulticastIP [HKCUCTI] \ Networking MulticastIP="233.1.1.2" TMS multicast ip. (default = „233.1.1.1”). CTI_NetDialer_MulticastIP.reg 1.0.0.29, 04.12.2008
MulticastPort [HKCUCTI] \ Networking MulticastPort= “8889” TMS multicast port. (Default = “8888”). CTI_NetDialer_MulticastPort.reg 1.0.0.29, 04.12.2008
CTI_NetDialer.aspx 10.09.2009, 1_0_2
1. Install IIS       
2. Instal NET Framework 2.0 or reinstall if installed before IIS
3. Copy files into default folder of your site CTI_Network.exe,  CTI_NetDialer.exe, CTI_NetDialer.aspx
4. Please edit line „Const sPath As String = "C:\test\CTI_NetDialer.exe" in file CTI_NetDialer.aspx
5. Template link to run http://cti-erver/CTI_NetDialer.aspx?MakeCall=<line>~<number>
www.romico.de/download/temp/CTI_NetDialer_aspx_1_0_2_2009_09_10.zip
     
Outlook Addin
        Set TMCenterApiObj = CreateObject("TMCenter.TMClipboard")
        Set TMCenterApiObj2 = TMCenterApiObj.GetTeliManApi()
        TMCenterApiObj2.MakeCall (nrtodial)
        Set TMCenterApiObj = Nothing
        Set TMCenterApiObj2 = Nothing
     
Hunter 2
HKCU/Software/fecher/hunter/DIALER/Number
C:\Dokumente und Einstellungen\[user name]\Lokale Einstellungen\Temp\dialer.num
SendMessage(HWND_BROADCAST).
     
orgPhone1
object ApplicationConnector  in TMC
orgPhone2, Internet Explorer -> Easy Connect
SOFTWARE\ROMICO\CTI_Client
"CallMessage" 'from TMC/TeliBar to Me 
"CallCommand" 'from Me to TMC/TeliBar
call " + sNumber 
     
Tel and Callto commands
WindowsTelAndCalltoCommands.reg
This solution is for connect html link like them:
<html>
<body>
<a href="callto:100">callto 100</a>
<br>
<a href="tel:100">tel:100</a>
</body>
</html>  
with do make call with CTI_Client.
Registry as below are needed:
Command "tel:nnnnnn"
WindowsTelCommand.reg
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\tel]
@="URL:Tel Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\tel\DefaultIcon]
@="C:\\Programme\\ROMICO\\TeliBar\\TeliBar.exe,0"
[HKEY_CLASSES_ROOT\tel\shell]
[HKEY_CLASSES_ROOT\tel\shell\open]
[HKEY_CLASSES_ROOT\tel\shell\open\command]
@="\"C:\\Programme\\ROMICO\\TeliBar\\Dialer.exe\" \"%1\""
Command "callto:nnnnnn"
WindowsCalltoCommand.reg
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\callto]
@="URL:Tel Protocol"
"EditFlags"=hex:02,00,00,00
"URL Protocol"=""
[HKEY_CLASSES_ROOT\callto\DefaultIcon]
@="C:\\Programme\\ROMICO\\TeliBar\\TeliBar.exe,0"
[HKEY_CLASSES_ROOT\callto\shell]
[HKEY_CLASSES_ROOT\callto\shell\open]
[HKEY_CLASSES_ROOT\callto\shell\open\command]
@="\"C:\\Programme\\ROMICO\\TeliBar\\Dialer.exe\" \"%1\""
MessageToApplication 21.12.2011, 2.0.0.3440
Saving TeliSP commands into EasyConnect registry.
HKCU/ Software/ ROMICO/ EasyConnect/ MessageToApplication