Re: [Kamailio-Users] A function to add uri/header parameters

2008-08-11 Thread Iñaki Baz Castillo
El Domingo, 10 de Agosto de 2008, Iñaki Baz Castillo escribió: > 4) An **always** present bug in any openser.cfg: The URI protocol is also > case insensitive, so it could be "sip", "SIP", "Sip"... (also the above > code doesn't match "sips" protocol). > > In any openser.cfg the RURI is matched usin

Re: [Kamailio-Users] A function to add uri/header parameters

2008-08-11 Thread Iñaki Baz Castillo
2008/8/11, Juha Heinanen <[EMAIL PROTECTED]>: > Iñaki Baz Castillo writes: > > > Hi, for now, the "normal" way to detect if an in-dialog request/response > > beyonds to a natted dialog is by adding a uri parameter ("nat=yes") in > > the "Contact" header of the first request and response and m

Re: [Kamailio-Users] A function to add uri/header parameters

2008-08-10 Thread Iñaki Baz Castillo
El Domingo, 10 de Agosto de 2008, Iñaki Baz Castillo escribió: >   search_append('Contact:.*sip:[^>[:cntrl:]]*', ';nat=yes'); 4) An **always** present bug in any openser.cfg: The URI protocol is also case insensitive, so it could be "sip", "SIP", "Sip"... (also the above code doesn't match "sips