Alright, we made another test right now. Used : our application developed in C# for windows mobile, using a wrapper to pjsip. (all thanks to Sasa ;)) which connect to a dummy sip server which accept any REGISTER and send 200 OK. (SipServer from the symbian SDK) ok, here's some piece of code the call back method itself static void on_reg_state(pjsua_acc_id acc_id) { pjsua_acc_info accinfo; pjsua_acc_get_info(acc_id, &accinfo); PJ_LOG(3,(THIS_FILE,"Reg state changed for account %d : %d",acc_id,accinfo.status)); // callback if (cb_regstate != 0) cb_regstate(acc_id, accinfo.status); } call back assignement in the dll_init() code : app_config.cfg.cb.on_reg_state = &on_reg_state; Attached you'll find the pjsip.log file which contains everything. For your information, the code of the wrapper hasn't changed since I've upgraded to the last SVN trunk. and before the update, it was working like a charm. Ask me if you need any more informations. Regards, Olivier B. Benny Prijono a ?crit : > Olivier Beytrison wrote: >> Hello, >> >> This morning I've updated my source-tree to the last SVN-trunk (rev1504). >> >> Since then, my on_reg_state callback isn't triggered at all, in a >> scenario where it was always triggered in the past. >> >> Anyone else experiencing the same issue ? > > What particular scenario? I'm also interested to hear if anyone is > experiencing any problems with the svn trunk code. > > cheers, > -benny > >> Cheers, >> Olivier B. >> > > -- Olivier Beytrison Telecommunication Engineer Mobile: +41 (0)78 619 73 53 Mail: olivier at heliosnet.org GPG: 0x4FB83528 http://pgp.mit.edu/ -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: pjsip.log Url: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20071018/382b0468/attachment-0001.pl