nesterenkodm / pjsip

PJSIP is Open Source SIP, Media, and NAT Traversal Library
495 stars 220 forks source link

Not able to make call with ipv6 address #97

Closed aleksandrach closed 4 years ago

aleksandrach commented 4 years ago

Expected Behavior

App should be able to make calls when ipv6 address is used.

Current Behavior

App can make calls only with ipv4 address. This is not working with ipv6 address.

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

  1. Prepare transport: _transportConfig.tls_setting = _tlsSettings; _transportConfig.qos_type = PJ_QOS_TYPE_VOICE; _transportConfig.tls_setting.qos_type = PJ_QOS_TYPE_VOICE;

  2. Create transport: pj_status_t status = pjsua_transport_create(PJSIP_TRANSPORT_TLS, &_transportConfig, &_transportId);

Context

Failure Logs

File with log is attached.

Console.txt

Rushang08 commented 4 years ago

Did you find any solution?

github-actions[bot] commented 4 years ago

This issue is stale because it had been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.