[OpenSIPS-Users] Memory leak issue?

2015-04-08 Thread microx
Hi all,

I'm using OpenSIPS version 1.9.2 to set up a SIP outbound proxy and two
internal SIP servers in my testing environment.
All SIP requests and responses follow the same following routes.
SIP client --> SIP outbound proxy --> SIP server --> SIP outbound proxy -->
SIP clients

With some stress tests in several days (many SIP client continue
registration), I find that OpenSIPS eats much more memory than what I
configuration. The eaten memory is not released after more than several hour
after the stress test is done. Following the official troubleshooting guide
about memory issue, I try to identify whether this is a memory leak issue.
Please kindly help to take a look at the attached log files. Besides, is it
possible that my incorrect configuration leads to memory leak? I am afraid
that I do not properly write the script to produce the memory leak issue.
Many thanks for any comment.

opensips_memory_leak_sipserver.gz

  

opensips_memory_leak_sipoutbound.gz

  


Best regards,
Chen-Che



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/Memory-leak-issue-tp7596394.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] Active Directory Auth

2015-04-08 Thread Ronald McMillian

Has anyone been able to authenticate against an Active Directory backend? I've 
read all of the documentation on doing an LDAP auth but it breaks down when 
opensips uses and ldap query to retrieve a password. As far as I know (and can 
find) Active Directory doesn't make it possible to retrieve a password. Is it 
possible to authenticate on the server directly? Thanks.


 


 



--



 


 


 

 



 


Ronald McMillian


Systems Technologist


SpicyOmelet Enterprises, LLC


r...@spicyomelet.com



Go forth and make technology suck less.



___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] URGENT: contact header changed between opensips and client

2015-04-08 Thread Satish Patel
Very interesting thing going on between opensips and my client [UA]

Opensips sending following contact header to Client but on client side i
check it received different contact header, who is changing it?

[UA]-[Opensips]--[FS]

UA - 173.xx.xx.xx.215
Opensips - 182.xx.xx.164:5060
FS - 182.xx.xx.162:5061

My UA behind the NAT and I have ALG disabled on router.


* [Opensips] sending following packet SDP OK 200 to [UA]

2015/04/08 07:42:22.820354 182.xx.xx.164:5060 -> 173.xx.xx.215:49152
SIP/2.0 200 OK
Via: SIP/2.0/UDP 173.xx.xx.215:49152;received=173.xx.xx.215;rport=49152;
branch=z9hG4bKPjHB6245E6-SpIsEUs.kPIxxNAFMM0HTDo
Record-Route: 
CSeq: 722 INVITE
Contact: 



* [UA] Received following packet, look at Contact:  it changed here. 162 to
164.

U 182.xx.xx.164:5060 -> 192.168.1.9:60895
IP/2.0 200 OK.
Via: SIP/2.0/UDP 173.xx.xx.215:49152;received=192.168.1.9;rport=49152;
branch=z9hG4bKPjHB6245E6-SpIsEUs.kPIxxNAFMM0HTDo.
Record-Route: .
CSeq: 722 INVITE.
Contact: .
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] disable dns lookup:

2015-04-08 Thread chow
Hi: 
 have a  problem , I can not fix it. 
 I have a domain in my sip server that is voip.test.com. 

 In my /etc/hosts have : 
 192.168.1.1  voip.test.com 
  
 our opensips linsten : 192.168.1.1:5060 (protocol use tcp) 

  In my opensips.cfg have: 
  auto_aliases=yes 
  alias=localhost 
  alias=localhost.localdomain 
  alias=voip.test.com:5060 

  dns=no 
  dns_retr_time=1 
  dns_retr_no=3 
  dns_try_ipv6=no 
  disable_dns_blacklist=yes 
  disable_dns_failover=no 
  dns_use_search_list=no 
  rev_dns=no 

  loadmodule "domain.so" 
  Database mode: 0 means non-caching, 1 means caching. 
  modparam("domain", "db_mode", 1) 

 I call the mi interface from other server, then opensips received
message, 
 it alwasys do dns lookup for voip.test.com. 
 why opensips do this, how can I disable dns lookup 
  
 mi message as below: 
 :t_uac_dlg: 
 MESSAGE 
 sip:1...@voip.test.com 
 . 
 . 
"From: sip:test_ser...@voip.test.com 
 To: sip:1...@voip.ronghe.tv 
 Content-Type: Multipart/Related" 

 please, give me some suggestion!!! thanks a lot 



--
View this message in context: 
http://opensips-open-sip-server.1449251.n2.nabble.com/disable-dns-lookup-tp7596381.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users