can i  modifie  a content of a header? 

-----Message d'origine-----
De : Klaus Darilion [mailto:[EMAIL PROTECTED] 
Envoyé : lundi 21 avril 2008 14:34
À : zze-HADJ SAID Yazid RD-CORE-LAN
Cc : devel@lists.openser.org
Objet : Re: [OpenSER-Devel] Header not supported

openser is a SIP proxy, thus any header is supported.

If the request is forwarded, the header will be forwarded too unless it is 
explicitly removed by remove_hf() function.

You can also add any of these headers using the append_hf() or similar 
functions from textops module.

You can access the content of any header by using the syntax:
$(hdr(name)[N])
http://www.openser.org/dokuwiki/doku.php/pseudovariables:devel#headers

Some of these headers already have a "shortcut" pseudo variable, e.g.:
$ai
http://www.openser.org/dokuwiki/doku.php/pseudovariables:devel#uri_in_sip_request_s_p-asserted-identity_header

regards
klaus



[EMAIL PROTECTED] schrieb:
> 
> What happens if a header is not supported by openser. For example RFC 
> 3455 Thanks
> 
> 
> ----------------------------------------------------------------------
> --
> 
> _______________________________________________
> Devel mailing list
> Devel@lists.openser.org
> http://lists.openser.org/cgi-bin/mailman/listinfo/devel

_______________________________________________
Devel mailing list
Devel@lists.openser.org
http://lists.openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to