Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 2195)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#1833 fixed Support bdSound's bdiMad v2.0.0 nanang riza
Description

This ticket will add support to bdSound's bdiMad v2.0.0. Thanks to Francesco Zocchi for the patch.

#1838 fixed Enable application to provide its own external resolver implementation bennylp riza
Description

Current PJSIP resolver lacks these functionality:

  • NAPTR support
  • full IPv6 support
  • unspecified SRV lookups

This ticket will enable application define its own resolver implementation and set it to be used instead of the method built in. Application can do this by by defining the callback in pjsip_ext_resolver and pass it to pjsip_endpt_set_ext_resolver() function.

Thanks to Joshua Colp for the suggestion and initial patch.

#1848 fixed SDP failed to be created when creating an offer if provisional media has been cleared bennylp riza
Description

When a re-INVITE/UPDATE fails, pjsua will clear its provisional medias. This may cause assertion when creating subsequent SDP offers.

Example scenario:

  1. Normal call is established between caller and callee.
  2. Caller sends INVITE (Hold) to callee.
  3. Callee rejects hold request with 488. Provisional media was cleared.
  4. Caller creates another offer (either because it receives an INVITE without SDP, or if it's trying to repeat step 2 above by calling pjsua_call_set_hold()). Because provisional media has been cleared, error was returned when creating SDP (PJ_EAFNOTSUP).

This ticket will check if the provisional media was cleared and if so, will reinitialize media channel.

Thanks to Marcus Froeschl for the report

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