Opened 16 years ago

Closed 16 years ago

#391 closed enhancement (fixed)

Added framework to send and receive arbitrary requests within call in PJSUA-LIB, with samples to send/receive DTMF with INFO in pjsua application

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

Description


Change History (1)

comment:1 Changed 16 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed
  • Summary changed from Added framework to send and receive arbitrary requests within call in PJSUA-LIB, with samples to send/receive DTMF with INFO to Added framework to send and receive arbitrary requests within call in PJSUA-LIB, with samples to send/receive DTMF with INFO in pjsua application

Done in r1477:

  • Added pjsua_call_send_request() API to send arbitrary requests within the SIP call.
  • Added on_call_tsx_state() callback to monitor transaction state within SIP call. Application can use this callback for example to respond to incoming INFO request.
  • Added new menu ("*" command) in pjsua application to send DTMF with INFO.
  • Implement on_call_tsx_state() callback in pjsua application to notify user about incoming INFO.
  • Updated pjsua manual (http://www.pjsip.org/pjsua.htm)
Note: See TracTickets for help on using tickets.