-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SIP Calling doesn't working makeCall function. #181
Comments
I think you forgot to add the port, your destination should be look like this "sip:0662505070@131.191.161.131:5161" |
I have added port inside domain like you say, I got message "Invalid Domain". I think domain is right because account is successfully created use of the domain. |
Hi!, I have the same problem, after a few second from 'PJSIP_INV_STATE_CALLING' there is Timeout Request, I tried in real device with 4g network and it's working as I want, my problem only happens when I'm connected to a Wifi network, I don't know if there is some problem with my ports or something. |
Please write PjSipLogWriter results. |
Did you resolve your issue, I faced the same today. |
Hi, I had an issue when makeCall partially works,depending on different network types (NAT or no NAT , and different MTU size). I changed the codecs like this:
It worked for me |
Hi.
I have integrate the SIP Calling in my App. I have valid username, password and domain. By use of them successfully create an account. After creating account I Call the function of makeCall to pass account and destination. For destination I have passing phone number or SIP address.
According to document I have integrate and makeCall() but call is not connect to the destination.
iOS Version : 11.2
Please help me what is mistake.
Response of MakeCall
Thanks.
The text was updated successfully, but these errors were encountered: