Opened 18 years ago
Closed 18 years ago
#38 closed defect (fixed)
Inaccurate error message when making call
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | minor | Milestone: | release-0.5.10 |
Component: | pjsip | Version: | 0.5.9 |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
When the destination URI of pjsua_call_make_call() is not valid, an error is printed:
09:46:56.216 pjsua_call.c Unable to generate Contact header: Invalid URI (PJSIP_EINVALIDURI) [status=171039]
This is misleading since the invalid URI is in the destination URI, not the Contact URI.
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.
Fixed in r847.