port_from=30000
port_to=31000
media_port_from=31000
media_port_to=32000
wss.port=8443
https.port = 8444
You can record SIP calls by two ways:How Can these calls be recorded?
flashphoner.properties
sip_record_stream=true
POST /rest-api/call/startup HTTP/1.1
HOST: 192.168.1.59:8081
content-type: application/json
{
"callId":"123456711",
"callee":"10000",
"toStream":"stream1",
"hasAudio":"true",
"hasVideo":"true",
"sipLogin":"10009",
"sipAuthenticationName":"10009",
"sipPassword":"1234",
"sipDomain":"226.226.225.226",
"sipOutboundProxy":"226.226.225.226",
"sipPort":"5060",
"appKey":"defaultApp",
"sipRegisterRequired":"false",
"visibleName":"WCS_10009"
}
If the issue is reproduced with XLite too, we don't need WCS logs because the problem is probably in OpenSIPS settings.kindly let me know if you still need the logs from WCS?
Please refer to OpenSIPS docs.We would appreciate if you can inform us how to deregister that user from opensips
opensipsctl ul show <sip_login>@<sip_domain>
opensipsctl ul rm <sip_login>@<sip_domain>
opensipsctl ul rm <sip_login>@<sip_domain>
command at OpenSIPS side.