#955 closed defect (fixed)
Fixes and some enhancements to Python module (thanks Saúl Ibarra for the patches!)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.5 |
Component: | python | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Change History (4)
comment:1 Changed 15 years ago by bennylp
comment:2 Changed 15 years ago by bennylp
In r2910:
- allow user to specify either custom body or header in call.send_request(). Previously user has to specify both (thanks Saúl Ibarra for the patch)
comment:3 Changed 15 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
In r3007:
- transport config is not initialized with default values, causing assertion in QoS call
- memory leak with py_pjsua_simple_parse_uri
comment:4 Changed 15 years ago by bennylp
In r3010:
- calling buddy_set_user_data() with invalid buddy id will raise assertion
Note: See
TracTickets for help on using
tickets.
In r2909: