0 votes

Hi all,

I'm trying to configure an IAX2 account on web zoiper.

Registration is ok, but I get "Facility not subscribed" error when I make a call.

The same IAX account on Zoiper desktop for Windows works fine.

 

Could you help me?

 

Thank you

in Web (Safari, Chrome, IE, Firefox) by (120 points)

Hello,

Is there any difference in the configuration, like different codecs or transport type?

Thank you for your reply.

There is an update:

If I configure by web interface a new IAX account, it works fine, but by code not.

Here the code I changed, I used the Zoiper sample page.

 function OnZoiperReady(phone)

    {

...

Account = Zoiper.AddAccount("Sample", "IAX");             

Account.Domain   = "VoipServer";

Account.Host   = "VoipServer";

Account.CallerID = "VoipAccount";

Account.UserName = "VoipAccount";

Account.Password = "VoipPassword";

...

}



[edit]

Now it works, just commented

//Account.Domain   = "VoipServer";

Thank you

[/edit]



1 Answer

0 votes

Thank you for the update.

by (23.9k points)
Welcome!
Ask your questions and receive answers from other members of the Zoiper Community.

Did you check our Help Section?

You are a Zoiper Biz or Premium customer? If so, click HERE to get premium support.
2,438 questions
1,541 answers
2,314 comments
134,137 users