Opened 18 years ago
Closed 18 years ago
#204 closed enhancement (fixed)
Implement SIP proxy functionality (including some samples)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.5.10.3 |
Component: | pjsip | Version: | 0.5.10.2 |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Add proxy related functionalities in PJSIP:
- implement pjsip_endpt_create_request_fwd(), pjsip_endpt_create_response_fwd(), and pjsip_calculate_branch_id() functions as listed in Dev Guide PDF.
- add stateless and stateful proxy in the samples.
Change History (1)
comment:1 Changed 18 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Done in r1121.