Hi,
It\'s the first time I\'m working with Iax and Asterisk. I\'ve created a simple test application but it doesn\'t work. I don\'t get any message from asterisk. If I register using idefisk it works fine. Can some one help me. The application is written in C# but I also tryed VB 6.0 and it didn\'t work. The code is listed bellow.
axIaxClientOcx1.InitIAX();
axIaxClientOcx1.UserID = "xxxx";
axIaxClientOcx1.Password = "xxxx";
axIaxClientOcx1.HostName = "xxx.xxx.xxx.xxx";
axIaxClientOcx1.Register();
thank you in advance.