Hi all,
I notice a thing about PDT module.
If you try to put in the table two entry with the same destination domain at the load of the parameter is reported an error of duplication:
Nov 28 09:32:23 [5169] ERROR:pdt:pdt_load_db: sdomain [*]: prefix [04610202] or domain <tnn.multivoce.tnnet.it> duplicated
entry of the table
id | sdomain | prefix | domain ----+---------+----------+-------------------------- 1 | * | * | intercom.tnnet.it 4 | * | 04610200 | tsm.multivoce.tnnet.it 2 | * | 04610201 | tnn.multivoce.tnnet.it 3 | * | 04610202 | tnn.multivoce.tnnet.it
Is this mean that the prefix must be only one for a single domain.
This is a limition where I have a single domain that manage multiple prefix not consecutive.
Did I understand right?
Matteo
El Viernes, 28 de Noviembre de 2008, Matteo Piazza escribió:
Hi all,
I notice a thing about PDT module.
If you try to put in the table two entry with the same destination domain at the load of the parameter is reported an error of duplication:
Nov 28 09:32:23 [5169] ERROR:pdt:pdt_load_db: sdomain [*]: prefix [04610202] or domain <tnn.multivoce.tnnet.it> duplicated
entry of the table
id | sdomain | prefix | domain ----+---------+----------+-------------------------- 1 | * | * | intercom.tnnet.it 4 | * | 04610200 | tsm.multivoce.tnnet.it 2 | * | 04610201 | tnn.multivoce.tnnet.it 3 | * | 04610202 | tnn.multivoce.tnnet.it
Is this mean that the prefix must be only one for a single domain.
This is a limition where I have a single domain that manage multiple prefix not consecutive.
I modified the module code in OpenSer 1.2 to allow it:
https://sourceforge.net/tracker/?func=detail&aid=1965211&group_id=13...
From version 1.3 it's already possible without patching.
I'm running 1.3.3 version,
Is there any options on the module params?
Matteo
Il giorno ven, 28/11/2008 alle 10.27 +0100, Iñaki Baz Castillo ha scritto:
El Viernes, 28 de Noviembre de 2008, Matteo Piazza escribió:
Hi all,
I notice a thing about PDT module.
If you try to put in the table two entry with the same destination domain at the load of the parameter is reported an error of duplication:
Nov 28 09:32:23 [5169] ERROR:pdt:pdt_load_db: sdomain [*]: prefix [04610202] or domain <tnn.multivoce.tnnet.it> duplicated
entry of the table
id | sdomain | prefix | domain ----+---------+----------+-------------------------- 1 | * | * | intercom.tnnet.it 4 | * | 04610200 | tsm.multivoce.tnnet.it 2 | * | 04610201 | tnn.multivoce.tnnet.it 3 | * | 04610202 | tnn.multivoce.tnnet.it
Is this mean that the prefix must be only one for a single domain.
This is a limition where I have a single domain that manage multiple prefix not consecutive.
I modified the module code in OpenSer 1.2 to allow it:
https://sourceforge.net/tracker/?func=detail&aid=1965211&group_id=13...
From version 1.3 it's already possible without patching.
HI,
I checked but with the version 1.3 the parameter check_domain doesn't exist.
Regards Matteo
Il giorno ven, 28/11/2008 alle 13.26 +0100, Iñaki Baz Castillo ha scritto:
El Viernes, 28 de Noviembre de 2008, Matteo Piazza escribió:
I'm running 1.3.3 version,
Is there any options on the module params?
Yes:
modparam("pdt", "check_domain", 0)
Hi Matteo,
check_domain is available in mainstream starting with version 1.4. Iñaki uploaded the patch for 1.3 http://sourceforge.net/tracker/index.php?func=detail&aid=1965211&gro...
Regards, Ramona
Matteo Piazza wrote:
HI,
I checked but with the version 1.3 the parameter check_domain doesn't exist.
Regards Matteo
Il giorno ven, 28/11/2008 alle 13.26 +0100, Iñaki Baz Castillo ha scritto:
El Viernes, 28 de Noviembre de 2008, Matteo Piazza escribió:
I'm running 1.3.3 version,
Is there any options on the module params?
Yes:
modparam("pdt", "check_domain", 0)
Yes, after the application of the patch I solved my problem.
Thanks Matteo
Il giorno mar, 02/12/2008 alle 13.00 o0200, Elena-Ramona Modroiu ha scritto:
Hi Matteo,
check_domain is available in mainstream starting with version 1.4. Iñaki uploaded the patch for 1.3 http://sourceforge.net/tracker/index.php?func=detail&aid=1965211&gro...
Regards, Ramona
Matteo Piazza wrote:
HI,
I checked but with the version 1.3 the parameter check_domain doesn't exist.
Regards Matteo
Il giorno ven, 28/11/2008 alle 13.26 +0100, Iñaki Baz Castillo ha scritto:
El Viernes, 28 de Noviembre de 2008, Matteo Piazza escribió:
I'm running 1.3.3 version,
Is there any options on the module params?
Yes:
modparam("pdt", "check_domain", 0)