Hello, WangYanchong wrote on 09/10/2014 11:52 AM: > Dear SEMS experts: > > I've spent several days studying SEMS presentations in kamailio world > 2014, and saw the reg caching features very attractive. After several > trial of installation, I found the code from github seems have more > new features including sbc's reg_caching. After successful compilation the code from github (https://github.com/sems-server) should always be the same as the code from the primary SEMS repository (http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sems;a=summary)
> and deployment as following, it looks like the reg_caching feature > work as expected. > > However, when I tried to make a call between phones registered through > sbc(192.168.131.1/192.168.131.128) with active sbc profile use > transparent.sbcprofile.conf. > I always got a 404 error from sems sbc, I can not understand why it > does not relay the invitation request to the kamailio server(which is > the target registrar server with address 192.168.130.126:5060), and > just send out 404 to phones. > > Here attached all my configuration files and logs. are you sure that the user registered before through the sbc? what does the log file look like when you register through the sbc? you should see some things like RegCacheLogHandler update: alias='...' etc. you could also add some more debugging code to SBCCallProfile::retarget to see what's going on. hth Stefan _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
