Opened 17 years ago

Closed 17 years ago

#39 closed enhancement (wontfix)

Add incoming URI string in pjsua_call_info

Reported by: bennylp Owned by: bennylp
Priority: minor Milestone: release-0.5.10
Component: applications Version: 0.5.9
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

It will be useful if application can inspect the incoming URI in the pjsua_call_info, since this URI now is only available in on_incoming_call() callback.

Change History (2)

comment:1 Changed 17 years ago by bennylp

  • Status changed from new to assigned
  • Type changed from defect to enhancement

comment:2 Changed 17 years ago by bennylp

  • Resolution set to wontfix
  • Status changed from assigned to closed

Changed my mind on this. The incoming URI is only meaningful on the first request that establishes the dialog (INVITE, normally), since for subsequent requests the incoming URI will be the URI that the session gave as its Contact.

For incoming call, application can inspect the incoming URI by looking at the rdata.

Note: See TracTickets for help on using tickets.