pj-nat64 icon indicating copy to clipboard operation
pj-nat64 copied to clipboard

Helpers for NAT64 handling pending official solutions from pjsip

Results 5 pj-nat64 issues
Sort by recently updated
recently updated
newest added

There was some duplicated code that I was adjusting and you weren't handling URIs that contained a user (sip:user@host), so I pulled the address start and finish detection out into...

Hi Many thanks for your code I'm trying to integrate ! I'm facing a first issue. I will go deeper by myself but here it is: When receiving an incoming...

Hi , I checked with this steps https://stackoverflow.com/questions/43915256/pjsip-registration-to-ipv4-server-from-nat64-network-in-ios I had done : 1) Download the pj-nat64 source from above link. 2) Unzip the file and copy pj-nat64.c file paste into...

Hi I'm trying to activate the nat64 module the way you recommend it, by checking the transport type in registration callback. However, I cannot get pjsua to connect to IPv6...

Hi. I integrate your code with my pjsip project, but I have a issue. I register module, but it doesn't work! And I need do some other setting? Here is...