Hello friends
I want that a call out of my softswitch go to my Kamailio, there run a query to a database, and return to the softswitch preceded with an index which I will forward the proper operator, the most important thing is that only pass signaling to Kamailio, and only when the call is going to do is send the data packets, and ultimately the data come from softswitch to softswitch.
Should I make any special configuration for this to happen?
A lot of thanks.
Hello,
On 06/16/2009 10:58 AM, Paul Mancheno H. wrote:
Hello friends
I want that a call out of my softswitch go to my Kamailio, there run a query to a database, and return to the softswitch preceded with an index which I will forward the proper operator, the most important thing is that only pass signaling to Kamailio, and only when the call is going to do is send the data packets, and ultimately the data come from softswitch to softswitch.
Should I make any special configuration for this to happen?
I am not sure what you are referring as special configuration here. From what you described above, you can achieve that with Kamailio, but you have to write the config script, the default one is not doing it.
Cheers, Daniel
Paul,
Remember that Kamailio is a SIP proxy. One call leg in, same call leg out. This is not the same as a B2BUA, which generates a whole new logical call leg on the out side.
If your softswitch's signaling agent is like any other out there, it will decide that this situation:
Softswitch --> call leg 1 --> proxy --> still call leg 1 --+ ^ | | | +-------------------------------------------------------+
... is a call loop, and refuse it on the return.
Paul Mancheno H. wrote:
Hello friends
I want that a call out of my softswitch go to my Kamailio, there run a query to a database, and return to the softswitch preceded with an index which I will forward the proper operator, the most important thing is that only pass signaling to Kamailio, and only when the call is going to do is send the data packets, and ultimately the data come from softswitch to softswitch.
Should I make any special configuration for this to happen?
A lot of thanks.
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users