8:13
To: John Murray
Cc: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] dialog list query
Hi John,
For the current call, you can access dialog attributes via the "$dlg(...)"
pseudo-variable. But I don't believe there is a way to access other dialogs
from within the
Hi John,
For the current call, you can access dialog attributes via the "$dlg(...)"
pseudo-variable. But I don't believe there is a way to access other dialogs
from within the config script without querying the database (and setting
db_mode to 1).
If you can explain your use case slightly, someon
Charles,
Thanks For that.
How do I get the callid from a call in a specific profile if it is stored
in memory?
Regards.
John
On 2 Feb 2014 15:05, "Charles Chance" wrote:
> Hi John,
>
> >
> > >What db_mode are you using for dialog module?
> >
> > Mode 5. I Don't need to persist the dialog stat
Hi John,
>
> >What db_mode are you using for dialog module?
>
> Mode 5. I Don't need to persist the dialog state so means table
maintained in memory and not flushed to disk until shutdown but I can
access it through normal avp_db_query right?
Do you mean mode 3? Anyway, avp_db_query is for readin
From: Charles Chance
To: "SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) -
Users Mailing List"
Subject: Re: [SR-Users] dialog list query
Message-ID:
Charles hi,
>What db_mode are you using for dialog module?
Mode 5. I Don't need to persist the dia
John,
What db_mode are you using for dialog module? Are the entries in the db if
you check manually?
Are you able to fetch other data using avp_db_query? And do you see any
errors in the log?
Regards,
Charles
On 1 Feb 2014 16:24, "John Murray" wrote:
> Hello,
>
>
>
> I am managing calls with