Problem with receive call

Petr

New Member
Hi, we are testing connection for SIP using your WebCallServer. But when we are recieiving call there is message for softphone "Unknown Error" and in browser console "errorStatusEvent INTERNAL_SIP_ERROR". Can you explain this problem please?
 

Max

Administrator
Staff member
Make sure you have correct ip and ip_local settings in the /usr/local/FlashphonerWebCallServer/flashphoner.properties config
ip_local must be equal to your network interface IP
And please zip and send us server logs and conf to logs@flashphoner.com
/usr/local/FlashphonerWebCallServer/logs
/usr/local/FlashphonerWebCallServer/conf
We will check
 

Max

Administrator
Staff member
We have checked the logs.
It seems you are using 32-bit system.
WCS server works only on 64-bit system (Linux x86_64).
Code:
wrong ELF class: ELFCLASS64 (Possible cause: architecture word width mismatch)
It means WCS libs can't be used on the system.
 
Top