Re: [OpenSBC] Couple of questions
Brought to you by:
joegenbaclor
|
From: Jonas G. <jon...@gm...> - 2007-12-03 08:05:43
|
thank you for your answer. > > But what if I just want to provide the routing information when it's > > requested (when a new call arrives)? > > > > I want to do the same with UA authentication (REGISTER). I want to > > lookup the > > account/password when the REGISTER transaction is received. > Work is currently in progress to introduce diameter support in OpenSBC. > You could provide route and auth info to OpenSBC by implementing a > diameter server. We are expecting this feature to be included in > version 1.1.6 > You have a roadmap on the development page, but I guess it's for the stack itself. When is 1.1.6 going to be released? Is 1.1.6 that is currently being developed? > > > > > I want to monitor all calls on each UA (to always have the current > > state of a UA (as in busy/free)). What is the best way to do that? > > How do I control calls that UA's have? (like put them on hold, > > disconnect etc) > > That feature is a switchboard feature and should be a functionality of a > PBX and not an SBC. > I know. I'm thinking about creating a PBX on top of SBC. > > > > > > > Last question is about IVR. How do I create different IVR > > applications? I've tried to figure out how SBCIVRHandler is invoked, > > but it's lot of code to dig in. > > > > You have looked at the right place. I believe the IVR handler is one of > the easiest to understand among all the OSBC handlers. There is > currently work being done to have OpenSBC support VXML via openVXI. > This should be out with 1.1.6 as well. > When is the IVRHandler invoked, and for what numbers? And how do I know which number the current session was invoked for? |