#2071 closed enhancement (fixed)
Update pjsip_resolve() to be able to return more than one resolved address
Reported by: | ming | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.8 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Currently pj_getaddrinfo() in pjsip_resolve will only return the first address.
So this can be useful in situations where that first address has an address family which is unsupported by applications (such as IPv4-only client which receives an IPv6 address when trying to register, hence causing it to fail).
Thanks to Alexander Traud for the report.
Change History (3)
comment:1 Changed 7 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 7 years ago by ming
In 5707:
comment:3 Changed 7 years ago by ming
In 5716:
Note: See
TracTickets for help on using
tickets.
In 5706: