Hi, Jason Penton wrote on 09/16/2014 09:53 AM: > Hey Guys, > > Was wondering what SEMS does if it receives a dialog-creating event, > like INVITE, which has a ROUTE header? Does SEMS act as a transparent > routing SBC? From what I can see in my tests, SEMS seems to ignore the > route header and performs DNS on the RURI. Is this a configuration > option that I need to provide in order for it to "loose route" or is > this something not currently supported?
no, it's currently not supported. You can access the dlg's route set easily with getRouteSet/setRouteSet, which you'd get it in SBCCallProfile::evaluate and set it in SBCCallLeg::applyBProfile, but then I think you'll probably want to do some more things (record route?) which wouldn't be easily supported on the app layer. Best Regards Stefan _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
