On 20.08.2009 13:20 Uhr, Klaus Darilion wrote:
btw: I never understood in which case which header is used. Is there a simple rule?
Hi Klaus,
the server header is added in local generated replies and user agent in requests. Not sure if there is RFC clarifying better when and where they must be used, but since SR core had two distinct defines, one for each, it was the way to go.
Cheers, Daniel
regards klaus
Daniel-Constantin Mierla schrieb:
Module: sip-router Branch: master Commit: c745469fb8af0101b26de8bee82c4314dfcafab9 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c745469f...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Thu Aug 20 11:49:14 2009 +0300
core: server signature value can be set via param
- server and user agent signature were only defines so far
- two new parameters server_header and user_agent_header allow
to define them via cfg parameters
- default values are the same so far