#772 closed defect (fixed)
Miscellaneous fixes
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.2 |
Component: | common | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
This is placeholder for miscellaneous fixes across all projects. The corresponding ticket for 1.0 branch is ticket #773
Change History (15)
comment:1 Changed 16 years ago by bennylp
- Description modified (diff)
comment:2 Changed 16 years ago by bennylp
comment:3 Changed 16 years ago by bennylp
In r2562:
- added the missing hash_test.c to pjlib-test eVC4 project.
comment:4 Changed 16 years ago by bennylp
In r2566:
- bug in pjsua application when reading the URL from the buddy list, causing corrupt/invalid URI to be returned. Thanks Robert Cichielo for the report.
comment:5 Changed 16 years ago by bennylp
In r2567:
- added pjmedia-audiodev in pjsip_apps.dsw VS6 workspace
comment:6 Changed 16 years ago by bennylp
In r2569:
- fixed missing dependency to pjmedia-audiodev in application's rules in the makefiles
comment:7 Changed 16 years ago by bennylp
In r2571:
- removed pasound.c and wmme_sound.c from pjmedia eVC4 project
- added pjmedia_auddev_wince project into wince_demos eVC4 workspace
- fix pjsua_wince eVC4 project dependency in wince_demos eVC4 workspace
comment:8 Changed 16 years ago by bennylp
In r2575:
- added several SIPp scenario files:
- tests\pjsua\scripts-sipp\strict-route.xml: strict route test
- tests\pjsua\scripts-sipp\uas-invite.xml: basic INVITE UAS responder
- tests\pjsua\scripts-sipp\uas.xml: basic (REGISTER) UAS responder
comment:9 Changed 16 years ago by bennylp
In r2576:
- added SIPp scenario for forked PRACK
comment:10 Changed 16 years ago by nanang
In r2577:
- Updated floating point version of math statistic to return the rounded mean value.
comment:11 Changed 16 years ago by nanang
In r2586:
- Updated stream_destroy() to call jbuf_destroy().
comment:12 Changed 16 years ago by nanang
In r2604:
- Changed var 'test' (in sdp_neg_test.c) from a global var to static var, since there was naming conflict with libg7221codec.
comment:13 Changed 16 years ago by nanang
In r2605:
- Added G.722.1 codec to mips test, also added macro protections for codec usages.
comment:14 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:15 Changed 16 years ago by nanang
In r2673:
- Reverted back symbian_ua app UID to use unprotected/development UID range to avoid installation problem when installer is self-signed.
Note: See
TracTickets for help on using
tickets.
In r2561: