Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 2195)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#1484 fixed pjsua_modify_acc() does not apply registration timeout/expire setting update (thanks Samuel Vinson for the report) bennylp nanang
Description

Issues reported:

  • No re-registration after updating registration timeout.
  • If manual re-registration is performed, still the SIP REGISTER message doesn't use the new timeout setting.

Original report can be found here.

#1461 fixed pjsua_call_make_call: assertion failure when rapidly making calls bennylp ming
Description

When user makes calls pretty rapidly, he will get:

Assertion failed: (a->addr.sa_family == PJ_AF_INET
a->addr.sa_family == PJ_AF_INET6), function pj_sockaddr_get_len, file ../src/pj/sock_common.c, line 387.

The problem happens because if a call hasn't created an invite session, its call id can still be allocated to another call.

#1801 fixed pjsua_acc_modify() should return error when it fails in initiating re-registration bennylp nanang
Description

A sample case is when modifying SIP account ID with very long ID, pjsua_acc_modify() will try to re-register the account, however the re-registration initiation fails:

Unable to generate suitable Contact header for registration: Size is too short (PJ_ETOOSMALL) [status=70019]
Unable to create registration: Size is too short (PJ_ETOOSMALL) [status=70019]

while pjsua_acc_modify() still returning PJ_SUCCESS.

Thanks Alexander Fatyanov for the report.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.