Opened 13 years ago

Closed 13 years ago

#1138 closed enhancement (fixed)

New PJSUA-LIB account registration state callback to report more callback data (thanks Johan Lantz for the suggestion)

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-1.8.5
Component: pjsua-lib Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

Some application would like to inspect the response of REGISTER response, and currently this is not possible since the response is not reported in on_reg_state() callback.

This ticket adds a new callback, on_reg_state2(), which also adds the whole response message as well as possibly other infos as parameter.

Change History (1)

comment:1 Changed 13 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed

(In [3322]) Close #1138:

  • Added new pjsua registration status callback on_reg_state2(), it includes the whole info from the lower layer registration callback pjsip_regc_cb().
Note: See TracTickets for help on using tickets.