On Thu, Sep 11, 2008 at 9:47 AM, Salahuddin Ahmed <bd.rubel at gmail.com>wrote: > Hello benny, > I can explain what I done to run this... > > 1. Make a new empy file config_site.h in pjlib\include\pj and write > "#include <pj/config_site_sample.h>" on it. > 2. Edit bld.inf and symbian_ua_gui.mmp like #define SND_USE_APS 1 > 3. Then build in Carbide-1.3 with GCCE phone debug and launch this in Nokia > E65 and N95. > 4. Then add an new account(IP: 192.168.10.62, user:1111, pass:1111) using > settings menu and then press done (this time it register ok). > 5. Then I make call to sip:3333 at 192.168.10.62 <sip%3A3333 at 192.168.10.62>it also ok. > 6. Then I again try to re change my account as IP:192.168.10.62 user:2222 > and pass:2222 this time this assertion fail(pj_assert(uri != NULL);) occured > at line 591 in pjsua_acc.c. > > We try to analize log file and our sip message I find that when pjsip try > to send reresister message then it first send unregister message and then it > send new register message. But when it receive the responce of register > message then this acc_check_nat_addr function called by the regc_cb callback > function and here this assertion is occured and we find that in this > function the Contact header field is malformed. > > I attatch a log file please review this. > > Sorry for the late reply, finally I've found the bug and I've just fixed this in http://trac.pjsip.org/repos/ticket/624. Thanks for the report! -Benny -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20080915/82f220d2/attachment.html