Softphone, webphone and VoIP server Forum

HomeHomeDiscussionsDiscussionsGeneralGeneralJVoip Multiple CallJVoip Multiple Call
Previous
 
Next
New Post
6/6/2022 5:17 PM
 

Hi,

 I'm using JVoip jav library, I would like to do a multiple call, below an example of code:

 wobj.API_SetParameter("serveraddress", xxx");
        wobj.API_SetParameter("username", "yyy");
        wobj.API_SetParameter("password", "zzz");
        wobj.API_SetParameter("loglevel", "3");
        wobj.API_SetParameter("aec","0");
        wobj.API_SetParameter("aec2","0");
        wobj.API_SetParameter("agc","0");
        wobj.API_SetParameter("focusaudio","1");
        wobj.API_Call(1,"1234");
        wobj.API_Call(2,"567");
      

But the second number "567" not calling, can someone help me?

Thanks in advantage.

Alessio

 
New Post
6/23/2022 9:25 AM
 

You are doing it correctly and a second call should be initiated. Maybe your server accepts only one single call per account or there is some other issue.

Please send a log to info@mizu-voip.com and we will check this asap.

See the "How to get logs" FAQ point in the documentation.

 
Previous
 
Next
HomeHomeDiscussionsDiscussionsGeneralGeneralJVoip Multiple CallJVoip Multiple Call


You need to register / login to be able to post in the forum