yois615

Results 25 comments of yois615

This is an upstream problem in the distro that is being dealt with currently.

I found a problem but it's somewhat unrelated to this actual code change. The longer display name of Callee ID info in dialog-info+XML can cause the packet to exceed 1514...

@AndyNewlands I'm having the same errors on my PR as well. There's something about the test suite that's failing despite the code being viable. In my case, the exact same...

You can rerun the checks by amending your commit timestamp and force pushing: `git commit --amend --no-edit && git push --force` The better way to get responses for these kinds...

Scroll up and the issue does appear related: `sofia.c:11503:40: error: assignment to 'sip_identity_t *' {aka 'struct sip_identity_s *'} from incompatible pointer type 'sip_error_t *' {aka 'struct msg_error_s *'} [-Werror=incompatible-pointer-types] for...

@hnimminh https://github.com/signalwire/freeswitch/blob/db3dd53aa6a25a3beb821c054f208d2fd6ef02ac/configure.ac#L728 This PR probably cannot be reviewed until the upstream change is merged and the new version is added as a dependency. Note that I am just a community...

@briankwest Just making sure we're both on the same page: if (port) is checking if the end device is including port info, and if it does it will use it...

FS -> NAT Router -> Yealink device Yealink sends `Contact: sip:[email protected]:5060` FS rewrites the IP but not the port See #1457