7;t know what are supposed to be the
> right default values for flags. But it should be like it was in the past.
> If you used with an older version 3.x, apart of renaming, nothing was
> touched in the code for 4.x.
>
> Cheers,
> Daniel
>
>
> On 1/24/13 4:27 PM, Philippe
> Even if with your version, adding #!SER as first line should make it work
> with $fd.did...
>
> Cheers,
> Daniel
>
>
> On 1/24/13 10:58 AM, Daniel-Constantin Mierla wrote:
>
> Hi Philippe,
>
> On 1/23/13 11:54 PM, Philippe Sultan wrote:
>
> Hey Daniel,
>
&g
Hey Daniel,
Thanks a lot for your help.
do you have #!SER as first line? This part should be the same ... if pv not
> found, then it should be considered avp. I will try to see what is the
> issue.
>
I don't have #!SER
> Anyhow, for the moment, if not working, load pv and then try:
> - $fd and
Hi,
According to docs of "uid_domain.so", $fd and $td are attribute groups
which are set when calling the lookup_domain function, to retrieve domain
attributes stored in an DB ($fd.did or $td.did) :
lookup_domain("$fd", "@from.uri.host");
lookup_domain("$td", "@ruri.host");
if (strempty($fd.did)
Thanks for the hint, Daniel.
Can you confirm I should use the modules/uid_domain module rather than
modules_k/domain?
Philippe
2013/1/17 Daniel-Constantin Mierla
> Hello,
>
>
> On 1/9/13 3:54 PM, Philippe Sultan wrote:
>
> Hi,
>
> I'm migrating from sip-router
ript will be available to generate the the
> framework for tables defined in kamctlrc (same behavior as kamdbctl).
>
>
> Regards,
> Ovidiu Sas
>
> --
> VoIP Embedded, Inc.
> http://www.voipembedded.com
>
> On Wed, Jan 9, 2013 at 9:54 AM, Philippe Sultan
> wrote:
> &
Hi,
I'm migrating from sip-router/Kamailio 3.1, SER flavour to the latest dev
version, with MySQL support.
I need to add attributes to domains, and therefore use the domain_attrs
table. A handy command I used for that was ser_attr :
ser_attr add domain=anydomain.voip attr=value
Is there somethin