[OpenSBC] Couple of questions
Brought to you by:
joegenbaclor
|
From: Jonas G. <jon...@gm...> - 2007-12-02 14:59:46
|
Hello I've been checking OpenSBC and got a couple of questions. I can provide my own configuration by implementing a XML-RPC server, right? 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. 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) 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. Any help would be greatly appreciated, Jonas |