Hi Ricardo,
first of all: What version of Kamailio are you using?
On 11.01.2011 22:17, Ricardo Martinez wrote:
I’m trying to count the calls to a specific gateway.
So I’m using the
dialog module. This route is done before the final relay.
* if (
set_dlg_profile("gws","$rd") ) {*
* xlog("L_INFO","set_dlg_profile
exitoso");*
What could be happening?
Have you set up the profile named "gws" using modparam and
"profiles_with_values"?
Have you enabled dialog tracking, either by specifying "dlg_flag"
generally or calling dlg_manage() specifically on calls that matter?
Cheers,
--Timo