Dear Atle,
Can you send me a sample of your configuration in which if SER receives a PRACK it sends the PRACK to the destination ?
Thanks, Razvan
On Thu, 06 Apr 2006 11:48:44 +0300, Atle Samuelsen clona@cyberhouse.no wrote:
I've had prack routed via 0.8.14. So Prack does work :-)
-Atle
- Brett N brettlist@nemeroff.com [060406 10:30]:
Just for grins.. look in parser/msg_parser.h and see what methods you see enumerated there.. -Brett
On Thu, April 6, 2006 3:12 am, Razvan Nemesiu wrote:
I don't know exactly.It seems that I can't find anywhere some documentation to implement PRACK.I tried with the configuration from bellow but it didn't work.Maybe my version of SER (0.8.14) doesn't
know
how to handle PRACK messages.
On Wed, 05 Apr 2006 17:48:08 +0300, Brett N brettlist@nemeroff.com wrote:
I don't really know much about PRACKing.. isn't it in dialog? If you
are
record routing your requests, I'd think it'd be handled with the
loose
routing?
On Wed, April 5, 2006 9:23 am, Razvan Nemesiu wrote:
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@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@cyberhouse.no > wrote: > >> Hi, >> >> It does. >> >> - Atle >> >> * Razvan Nemesiu forum@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@iptel.org >>> http://mail.iptel.org/mailman/listinfo/serusers >>> > > > _______________________________________________ > Serusers mailing list > Serusers@iptel.org > http://mail.iptel.org/mailman/listinfo/serusers > >