Some more infos .. We made some other tests here, and when an incoming call comes, it reaches the UA and is handled by pjsip, it answers with a 100 Trying (weird) and immediately send a 480 Unavailable, this without calling the on_call_state callback nor the on_incoming_call. You'll find the log file attached to this mail. Regards, Olivier B. Olivier Beytrison a ?crit : > 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. >>> >> > > > ------------------------------------------------------------------------ > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org -- 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/00288616/attachment-0001.pl