### Description
When configuring as a global configuration the following parameters:
user_agent_header="User-Agent: Company-Product1-1.0.0"
server_header="Server: Company-Product1-1.0.0"
I expected to have in every responses the Server header and in every requests the User-Agent header. But I'm only see the Server header in the first 100 response and the User Agent header is never sent in the responses.
#### Log Messages
I don't have any error message in the log.
#### SIP Traffic
- First response to an INVITE with Server header.
![responsewithserverheader](https://cloud.githubusercontent.com/assets/4872125/25940195/95b610ae-3635-11e7-9447-b74088dc8a48.png)
- First resquest without User-Agent header:
![requestwithoutuseragentheader](https://cloud.githubusercontent.com/assets/4872125/25940238/b79fd8b2-3635-11e7-8d7a-16aef011f9fa.png)
- Second response without Server header:
![responsewithoutserverheader](https://cloud.githubusercontent.com/assets/4872125/25940257/cdbebc26-3635-11e7-9c03-431385f23fba.png)
### Additional Information
* **Kamailio Version** - output of `kamailio -v`
```
kamailio-4.4.5
```
* **Operating System**:
```
Linux test200 2.6.32-642.15.1.el6.x86_64 #1 SMP Fri Feb 24 14:31:22 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
```
Is there something that I'm doing wrong?
Thanks
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1126
Hello,
I've run into several issues with Siremis 4.3 on CentOS 7.3. I get an HTTP error 500 when clicking on the login name to edit an existing user. If I highlight the user, and then select the edit button, the user details are displayed. When clicking save, I get another error 500.
The relevant Apache log line is:
[:error] [pid 13849] PHP Fatal error: Call to a member function getQuoted() on a non-object in /var/www/siremis-4.3.0/openbiz/bin/data/BizDataSql.php on line 237
I'm running the following software:
PHP 5.4.16
CentOS Linux release 7.3.1611 (Core)
Apache/2.4.6 (CentOS)
5.7.14-log MySQL Community Server (GPL)
During the install I did a "make prepare24".
Any idea's as to what may be going on here?