[OpenSIPS-Users] nathelper+rtpproxy between IPv6 client and IPv4 client

2010-01-05 Thread agung nugroho
I want to ask you all about nathelper modules. Is it can be using with
rtpproxy??
i reasearch about how to connect IPv6 client with IPv4 client using IMS. And
they can communicate with tripleplay.
what is client software that i can use?? coz i use monster as a client but
it cannnot connect to the server.

can anyone help me???

sorry for my bad english. Thanks before.
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Help!! How to do failover of mysql connection

2010-05-23 Thread agung nugroho
Krunal Patel  writes:

> 
> 
> HiThanks for your help.I have installed mysql-proxy.I have tested it for
> failover.It seems working.Thanks again..Krunal Patel


Hi krunal Patel,
I was read your post about failover of mysql. I still dont understand it.
Actually my need is to connect opensips with mysql that in other PC.
How can I do that?? I using opensips-1.6.1-notls.
My configuration is opensips on 10.14.11.1 and mysql server on 10.14.11.2
I have been try this setting:
modparam("usrloc", "db_url", "mysql://root:***...@10.14.11.2/opensips")
or
modparam("usrloc", "db_url", "mysql://root:***...@10.14.11.2:3306/opensips")
But I still get error :
ERROR:db_mysql:db_mysql_connect: driver error(2003): Can't connect to MySQL
server on '10.14.11.2' (111)

Is there any solution???

thanks before.


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


Re: [OpenSIPS-Users] Help!! How to do failover of mysql connection

2010-05-24 Thread agung nugroho
Bogdan-Andrei Iancu  writes:

> 
> Hi,
> 
> are you sure the mysql server on 10.14.11.2 is configured to listen on a 
> network interface (and not only on local host) ? check on the 
> 10.14.11.2  with "netstat -tlnp | grep mysqld" and see if mysql is 
> listed as TCP listener.
> 
> Regards,
> Bogdan
> 

Pardon me,Bogdan. It was my fault. I forget to setting mysql server.
I have another problem. When I got finish the mysql problem, I got this error on
my opensips server:

 WARNING:usrloc:dbrow2info: non-local socket...ignoring

Is that make something goes wrong?? Can I just walk away??


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


[OpenSIPS-Users] capability of load balancer

2010-05-29 Thread agung nugroho
Hi all
I want to ask about load balancer module. I have created load balancing between
audio and video calls. But I still confuse about the performance.
Is the load balancer really help??
I haven't test my server yet, and actually I still confuse how can load balancer
help me to make my system run smoothly. AFAIK all request is still going via the
load balancer before the request is forwarded. And I think that make things more
difficult for my server.
Is there any papers that I can read about load balancer module in opensips???

Regard

Agung.


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


Re: [OpenSIPS-Users] capability of load balancer

2010-05-31 Thread agung nugroho
agung nugroho  writes:
> 
> Hi all
> I want to ask about load balancer module. I have created load balancing 
> between
> audio and video calls. But I still confuse about the performance.
> Is the load balancer really help??
> Is there any papers that I can read about load balancer module in opensips???
> 



May be my question is not understandable. Lets make it easier.
Did anyone have try to "code profiling" SIP server that use load balancer 
and without it??? and how does it look??
I just curious, Did load balancer really help to optimize our sip server??
I still confuse, AFAIK all request is still go through SIP server if I use
load balancer. So I think that load balancer makes heavier the SIP server.
I really hope that anyone try it and can share here.
Thanks.

Regard

Agung


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


Re: [OpenSIPS-Users] capability of load balancer

2010-06-04 Thread agung nugroho
Bogdan-Andrei Iancu  writes:
> 
> Hi Agung.
> 
> I guess you but the solution before the problem - you implemented 
> load-balancer as solution, and now you are asking about the problem - 
> like why do you need the LB 
> 
> Well, let me ask - what problem do you try to solve ?
> 
> Also, have you read the LB tutorial - see 
> http://www.opensips.org/Resources/DocsTutLoadbalancing
> 
> Regards,
> Bogdan
> 

Thanks bogdan for your reply, I am really appreciate it.
My problem is to get server SIP can running smoothly using load balancer.

1. My first problem, I want to get high performance of my SIP server so I use
load balancer as solution for load. 
But I am rethinking again,with load balancer module enable that means my INVITE
going throught SIP server twice.
First when INVITE is coming from user, and the second is when INVITE comes from
destination load balancer.
So I think that makes the load bigger. Is that true??

2. My second problem, Is that module load balancer is more effective than when I
use the default one??? AFAIK there is someone who did code profilling in
http://www.opensips.org/Resources/TestsProfiling. 
I think he uses the default script. And my problem is, If I use load balancer as
solution for my load problem, can I get better code profilling??? or worse??

I hope you understand what I mean and sorry for my bad english.

Regard

Agung


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


Re: [OpenSIPS-Users] unable to register to OPENSIP using xlite

2010-06-04 Thread agung nugroho
Premalatha Kuppan  writes:

> 
> 
/tmp/opensips_fifoERROR: Make sure you have the line 'modparam("mi_fifo",
"fifo_name", "/tmp/opensips_fifo")' in your config
> ERROR: and also have loaded the mi_fifo module."mi_fifo is.so is available.
But opensips_fifo is not available in that directory. From where should i copy
the opensips_fifo in to /tmp.Can you please help me. I have attached my .cfg
file.Thanks,Prem

AFAIK you can create opensips_fifo by yourself. 
Using "touch /tmp/opensips_fifo"

CMIIW

Regard

Agung


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


Re: [OpenSIPS-Users] unable to register to OPENSIP using xlite

2010-06-04 Thread agung nugroho
IƱaki Baz Castillo  writes:

> 
> 2010/5/31 Premalatha Kuppan  ngintech.com>:
> > Hi ,
> >
> > I running Mysql server on seperate PC and OPENSIPS on seperate PC. First
> > time when i start opensips, its taking lot of time to connect, appro: 2 min
> > 50 secs.
> 
> Your OpenSIPS CANNTO connect to the remote database, that's all and is
> really visible in the logs. Check that your MySQL is listening in the
> network (not just localhost as it comes by default), check the
> firewall (port 3306) and so on.
> 
> > So, all registration fails.
> >
> >

I just want to share my research. AFAIK I can use remote database using 
opensips.
Just enable my.cnf at mysql server then forward all request database from
opensips to mysq server.

CMIIW

Regard

Agung


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


[OpenSIPS-Users] adding user but no password

2010-06-24 Thread agung nugroho
Hi all,
I have another problem beside testing load balancer.
I am adding user using command "opensipsctl add" but I get no password.
I use command "opensipsctl add us...@server user1" but it only create
username and domain only,
there is no password created.
I am using opensips-1.6.1-notls and MySQL as database user.
Am I doing wrong command???

Regard

Agung

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


[OpenSIPS-Users] sipP finished with exit code 139 and Segmentation fault

2010-06-29 Thread agung nugroho
I was tested my server using sipP 2.0 and 3.1. I have create more than 5000
users on my database server.
I was tested it, but when I got less than 1000 users register,
I got error "Finished with exit code 139. Resolving remote host "(my server
SIP IP address)"...Done. Segmentation fault"
I still don't get any idea. I have already more than 5000 users at my
database. But Why I can only got less than 1000 users registered???
Did I have got wrong config at my server??
I using opensips-1.6.1-notls as server SIP and mysql as database server.

Regard

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


[OpenSIPS-Users] no via found in reply

2010-07-14 Thread agung nugroho
Hi all,
I have another problem with opensips.
   INVITE -->
 100   <--
 183   <--

When I reach 183, I got error in opensips: "ERROR:core:receive_msg: no via
found in reply"
is anyone have get this error??? but what kind of problem is that???


Regard

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


Re: [OpenSIPS-Users] no via found in reply

2010-07-18 Thread agung nugroho
Bogdan-Andrei Iancu  writes:

> 
> OpenSIPS complains about receiving a reply with no 183 - so, check on 
> network if indeed, the 183 generated by SIPP has a VIA hdr.
> 
> Regards,
> Bogdan
> 

Thanks bogdan. I make something wrong on my xml.
But I have another problem, I think I will make new thread.

Thanks before.





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


[OpenSIPS-Users] ACC: call missed, 487 Request Terminated

2010-07-18 Thread agung nugroho
Hi all,
thanks for helping me so far.
I have another problem. :-D
I got this error
"ACC: call missed:
timestamp=1279477727;method=INVITE;from_tag=1-INV-UAC;to_tag=;call_id=
1-13...@172.168.1.1;code=487;reason=Request Terminated"

I dont know what happen but I think my opensips.cfg goes wrong.
I try using sipp with my xml, when i try my xml as UAC and UAS without
opensips, It is going well.
But when I try it as UAC and UAS via opensips, I got that error.
I hope anyone can help me.

Regard


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


Re: [OpenSIPS-Users] ACC: call missed, 487 Request Terminated

2010-07-18 Thread agung nugroho

I am sorry to disturb you all,, I have solve my problem.
That is my sipp that cannot get the "right" VIA header.
I used sipp 2.0 but after i change to use 3.1, I can running smoothly.

Thanks all.


Regard

Agung


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