Hi all,
I use PJSIP 2.5.5 and PJSUA2 java wrapper in my android application and I
have two major problems over WiMAX. Generally it works over WiFi and 3G but
sometimes I got the same situation.
Registration on Asterisk server is not performed at specified intervals
(how it is set in the library).
Problem with call. Here are the steps:
a. Client sends INVITE.
b. Server reject INVITE with status Unathorized.
c. Client sends new INVITE with authorization header. <- THIS "INVITE"
DOES NOT ARRIVE TO THE SEVER.
Any help?
Thank you.
Hi, please try register acccount with some of these options
accountConfig.getNatConfig().setSipOutboundUse(PJ_TRUE_get());
accountConfig.getNatConfig().setViaRewriteUse(PJ_TRUE_get());
accountConfig.getNatConfig().setContactRewriteUse(PJ_TRUE_get())
Br
Andrzej
W dniu 2017-01-12 o 13:30, Bojan Tanasijevic pisze:
Hi all,
I use PJSIP 2.5.5 and PJSUA2 java wrapper in my android application and
I have two major problems over WiMAX. Generally it works over WiFi and
3G but sometimes I got the same situation.
Registration on Asterisk server is not performed at specified
intervals (how it is set in the library).
Problem with call. Here are the steps:
a. Client sends INVITE.
b. Server reject INVITE with status Unathorized.
c. Client sends new INVITE with authorization header. <- THIS "INVITE"
DOES NOT ARRIVE TO THE SEVER.
Any help?
Thank you.
Thank you Andrzey I tried this but it doesn't make any change.
In the meantime I made an experiment with CSipSimple client (of course I
set all parameters to connect to my server) and the call is established!
Currently I am try to analyze all differences in implementation.
The biggest difference is because they use pjsua and I use pjsua2. Perhaps
the problem could be here?
Regards,
Bojan
On Jan 13, 2017 10:02, "Andrzej Grajnert" frogersik@gmail.com wrote:
Hi, please try register acccount with some of these options
accountConfig.getNatConfig().setSipOutboundUse(PJ_TRUE_get());
accountConfig.getNatConfig().setViaRewriteUse(PJ_TRUE_get());
accountConfig.getNatConfig().setContactRewriteUse(PJ_TRUE_get())
Br
Andrzej
W dniu 2017-01-12 o 13:30, Bojan Tanasijevic pisze:
Hi all,
I use PJSIP 2.5.5 and PJSUA2 java wrapper in my android application and
I have two major problems over WiMAX. Generally it works over WiFi and
3G but sometimes I got the same situation.
Registration on Asterisk server is not performed at specified
intervals (how it is set in the library).
Problem with call. Here are the steps:
a. Client sends INVITE.
b. Server reject INVITE with status Unathorized.
c. Client sends new INVITE with authorization header. <- THIS "INVITE"
DOES NOT ARRIVE TO THE SEVER.
Any help?
Thank you.
Visit our blog: http://blog.pjsip.org
pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org