Hi,
I'm testing the p_usrloc module (Kamailio version 3.3.2, installed via ubuntu
package) and it looks like it's working but for some reason a re-registration
is causing a new entry being added to the distributed location table instead of
updating the existing one.
The kamailio configuratio
our module parameters section:
modparam("dialog", "default_timeout", 43200)
Now just enable bi-directional BYEs in any routes you want to time out:
$dlg_ctx(timeout_bye) = 1;
Hope this helps.
On 03/02/2011 03:54 PM, Hans Goossens wrote:
Hi,
I'm wondering if there is a
Hi,
I'm wondering if there is a easy way to limit the call duration in Kamailio
? I would like to automaticaly end the call when the max. duration (for
example 12 hours) is reached.
In the feature overview of Kamailio 1.5 I found: "option to send BYE when
dialog expires" but i'm can't figure