Hi,
According to the documentation default_timeout is "The default dialog
timeout (in seconds), in the absence of a custom value provided in an AVP".
There is also a "send_bye" option which can automatically send a BYE
message on dialog timeout.
Suppose that a user sends an INVITE and the call is successful (200). He
talks more than default_timeout seconds (so there is not BYE for more than
default_timeout seconds). This means that when the user actually sends BYE,
the dialog is already terminated by the dialog module?
Regards
Hello,
Is there a way in sqlops module to use multiple postgres databases based on routing logic ?
Here is what I'm using right now:
modparam("sqlops","sqlcon","cb=>postgres://postgres:postgres@localhost:5432/db1")
Thanks
Ali Taher