Using IAXClient

Hello,

I try to use IaxClientOCX(geocities.com/babarnazmi/) with Windev, a french Langage, as VB.
I have an asterisk server on ip 192.168.0.11
I put this part in a buton code.

resinit est une chaîne

ActiveX1>>UserID="1002"

ActiveX1>>Password="1002"

ActiveX1>>HostName="192.168.0.11"

resinit=ActiveX1>>Register

Info(resinit)

resinit=ActiveX1>>InitIAX

ActiveX1>>SelectLine(1)

ActiveX1>>UserID="1002"

ActiveX1>>Password="1002"

ActiveX1>>HostName="192.168.0.11"

ActiveX1>>PhoneNumber="1005"

resinit=ActiveX1>>Dial

I have no information from my log server.

Theses parameters are the same that i use with snom softphone, or diax soft phone.

Do I make any mistake in the comprehension of the usage of the OCX?

Best regards,

Steganux