wirelessmundi
wirelessmundi
I am running into the same issue you described above. Log: por omisión 12:45:55.951394+0200 linphone Apps receving VoIP pushes must post an incoming call (via CallKit or IncomingCallNotifications) in the...
did you solve your issue? for me the solution was change the option "cafile" to "capath" in $socketContext options. The connect string i use: $mqtt = new phpMQTT($server, $port, $client_id,...
Hi, Is not enabled that option, setting it to 1 now. The strange is that for outgoing calls is ok. Attach a log for a incoming call,. the contact IP...
Same result.. my settings: #This file shall not contain path referencing package name, in order to be portable when app is renamed. #Paths to resources must be set from LinphoneManager,...
Sorry, i cut the log from the message "new incoming call... "... [linphone-incoming-call.txt](https://github.com/BelledonneCommunications/linphone-android/files/3606386/linphone-incoming-call.txt) There is also another issue i cannot solve or detect why it happens.. it doesn't send any...
yes, for outgoing calls linphone sets the public IP. Same configuration, attach outgoing call log. [linphone-outgoing-call.txt](https://github.com/BelledonneCommunications/linphone-android/files/3606439/linphone-outgoing-call.txt)
a simple difference is that in incoming calls i don't see any stun/turn/ice messages like in outgoing: ... 2019-09-12 11:42:59:030 [liblinphone] MESSAGE ICE: gathering candidates from [45.165.36.27] using TURN 2019-09-12...
Hi, Just in case i download and test the master branch and i did some more digging. Same resultas, but there is also a issue in the register process, the...
also with only stun configure and ice disable the stun is not done.. it is a must to have ice enabled. found that in function setIceEnabled it disables stun if...
ok, thanks. i found that in the SDK it checks in configuration for a NAT ip address: tmpstr=lp_config_get_string(lc->config,"net","nat_address",NULL); if (tmpstr!=NULL && (strlen(tmpstr)