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
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";
[/edit]
Thank you for the update.
34270 Points
18410 Points
11490 Points
3950 Points