datso / react-native-pjsip

A PJSIP module for React Native.
http://datso.github.io/react-native-pjsip
GNU General Public License v3.0
273 stars 229 forks source link

Request Timeout always after a call? #183

Open kiritm-nimblechapps opened 5 years ago

kiritm-nimblechapps commented 5 years ago

Hi,

I have do the setting for SIP call and successfully create account. but MakeCall function always get response "Request Timeout", There is not any server issue. because i will same configuration apply for SessionTalk SIP Softphone App and Calling working fine.

Please any adding setting for your library. help me.

Thanks.

ekremanli commented 5 years ago

Which protocol do you use?

vietmobilefolk commented 4 years ago

I have the same problem, use TCP.

m4r00p commented 3 years ago

@ekremanli @Vietvantue @kiritm-nimblechapps @datso Guys do you found out something?

m4r00p commented 3 years ago

It seems changing codes fix the issue for me: https://github.com/datso/react-native-pjsip/issues/181#issuecomment-619366887