I tried the following but it didn't work:
if (method=="PRACK") {
record_route();
t_relay();
break;
};
Any suggestions ?
Thanks,
Razvan
On Wed, 05 Apr 2006 16:00:05 +0300, Brett N <brettlist(a)nemeroff.com>
wrote:
The if line is just a conditional. You'll
want to follow it up with an
action.. Like t_reply() forward or such..
-Brett
On Wed, April 5, 2006 3:46 am, Razvan Nemesiu wrote:
> Thanks Atle.Can you tell me if the configuration line
> if(method==PRACK)
> {..} forwards the PRACK messages ? Or do I have to configure my SER
> in
> another way ? Any other information will be helpfull.
>
> Best regards,
> Razvan
>
>
> On Tue, 04 Apr 2006 14:05:36 +0300, Atle Samuelsen
> <clona(a)cyberhouse.no>
> wrote:
>
>> Hi,
>>
>> It does.
>>
>> - Atle
>>
>> * Razvan Nemesiu <forum(a)netconnect.ro> [060404 12:56]:
>>> Dear all,
>>>
>>> Does anyone know if SER (0.8.14) supports PRACK messages ? I want
>>> to
>>> know
>>> if it forwards them.I want to add in my configuration
>>> if(method==PRACK)
>>> {..} and I want to know if I can do that and if SER allows this
>>> configuration line.
>>>
>>> Best regards,
>>> Razvan
>>>
>>> _______________________________________________
>>> Serusers mailing list
>>> serusers(a)lists.iptel.org
>>>
http://lists.iptel.org/mailman/listinfo/serusers
>>>
>
>
> _______________________________________________
> Serusers mailing list
> serusers(a)lists.iptel.org
>
http://lists.iptel.org/mailman/listinfo/serusers
>
>