[OpenSER-Devel] Header not supported

Klaus Darilion klaus.mailinglists at pernau.at
Mon Apr 21 14:33:53 CEST 2008


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



yazid.hadjsaid at orange-ftgroup.com schrieb:
> 
> What happens if a header is not supported by openser. For example RFC 3455
> Thanks
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Devel mailing list
> Devel at lists.openser.org
> http://lists.openser.org/cgi-bin/mailman/listinfo/devel



More information about the Devel mailing list