Hi all,
Is there a way to have something like a loadbalancing on SER for
outgoing calls ?
I want to distribute the calls between two gateways. Ideally, with a
coefficient (ie. 60% for the first and 40% for the second).
Thanks for your support.
Adrien .L
Hello all,
I am currently trying to make my openser Registrar/Presence solution
work with several clients.
Can anyone recommend web applets which are capable of SIP (at least to
register/unregister and make calls) based on Java or (not prefered but
also possible) ActiveX? Furthermore, some functins to support
SIMPLE/XCAP acc. RFC would be perfect. I searched a lot but no
satisfying solution was found yet. OpenSource is preferred of course,
but other solutions are possible.
My thesis requires besides the local application testing also this
opportunity :-\
Thanks a lot for your help!
Regards Sebastian
--
Sebastian Schumann
Diploma Student Architecture and Design Department
Slovak Telekom, a. s.
T-Com, Operations Unit
Production and Service Division
Innovations and Enterprise Solution Subunit
Address: Namestie Slobody 6, 817 62 Bratislava, Slovakia
Office: Room 449, Jarabinkova 1, 821 09 Bratislava, Slovakia
+421 2 588 13332 (tel)
+421 910 643010 (mobile)
+49 175 1925928 (mobile)
sebastian.schumann(a)t-com.sk
http://www.t-com.sk <http://www.t-com.sk/>
Hello all,
I am currently trying to get the snmpstats module up
and running, for monitoring purposes.
I followed the instructions in the module
documentation, I studied Net-SNMP references and I
searched web resources for several days now, but still
I couldn't succeed in starting the openser module
properly. I have no idea what the problem could be.
The NET-SNMP part of the equation seams to work
properly: I am using the 5.4.1 version. I managed to
play around with the tools from the package, in local
and remote scenarios too. I was able to send and
receive traps, get and set different values in the MIB
tree, load new MIBs...
On the openser part, I'm not doing something special.
I have a config file that does nothing, except load
the snmpstats module and set the limits for the
dialogs and the unparsed data traps. That's it. I
tried with fork on yes and on no, because I found out
from my web searches that this could be a problem, but
all I got was some logging in the no fork scenario,
saying that the snmp agent from snmpstats could not
connect to the master agent, the snmpd that runs on
the same machine. The "check for a proper
configuration" step in the module documentation failed
also, before this (I got no output in the snmpd window
after openser was started, until that point,
everything was like in the documentation), so this
couldn't work actually, but i still did it anyway.
The problem must be in the configuration files, but it
escapes me. This is the content of the files (yes,
both in the same location...):
snmpd.conf -----------------------------------
com2sec notConfigUser default public
group notConfigGroup v1 notConfigUser
group notConfigGroup v2c notConfigUser
view systemview included .1.3.6.1.2.1.1
view systemview included .1.3.6.1.2.1.25.1.1
access notConfigGroup "" any noauth
exact systemview none none
syslocation localhost (edit /etc/snmp/snmpd.conf)
syscontact Root <root@localhost> (configure
/etc/snmp/snmp.local.conf)
pass .1.3.6.1.4.1.4413.4.1 /usr/bin/ucd5820stat
rocommunity public localhost
trapsink localhost:162 public
trap2sink localhost:162 public
authtrapenable 1
master agentx
----------------------------------------------
snmpstats.conf -------------------------------
agentXSocket tcp:localhost:705
----------------------------------------------
And the way I start snmpd now is: snmpd -f -Lo -M
/usr/local/share/mibs -m ALL -d -x tcp:localhost:705
I did try several versions including the one found in
the module documentation.
This is the context of my problem.
Hopping that there is a small, but obvious mistake, in
my config files, due to my lack of attention or
something, and not a more serious thing, I thank you
for your time.
Gabriel Mahu
____________________________________________________________________________________
Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7
Dear All,
How should i do if i want to transfer a "file " to my friend (just like msn) in SIP protocol , does there any spec(oma, 3gpp etc.) to metion it ?
allan
Hi all,
I am studying how to setup the Loadbancer with OpenSER and NAT support, If anyone has done it please share your configuration,
Thanks so much
Regards
Tung
Hi,
All how can i run rtpproxy to save recorded conversation locally?
i tried:
/usr/local/bin/rtpproxy -l 1.2.3.4 -s udp:1.2.3.4:17000 -r /var/media
but got nothing under /var/media after making calls
/usr/local/bin/rtpproxy -l 1.2.3.4 -s udp:1.2.3.4:17000 -r /var/media -S
/var/media
also got nothing? has anyone tried it?
thank you
regards,
nhadie
Hi,
All how can i run rtpproxy to save recorded conversation locally?
i tried:
/usr/local/bin/rtpproxy -l 1.2.3.4 -s udp:1.2.3.4:17000 -r /var/media
but got nothing under /var/media after making calls
/usr/local/bin/rtpproxy -l 1.2.3.4 -s udp:1.2.3.4:17000 -r /var/media -S
/var/media
also got nothing? has anyone tried it?
thank you
regards,
nhadie
Just an update info:
# make modules=modules/auth_radius modules;echo $?
make: *** [modules] Error 2
2
#
And yes, I need Radius support...
Edson
>-----Original Message-----
>From: Edson [mailto:4lists@gmail.com]
>Sent: sexta-feira, 14 de setembro de 2007 23:01
>To: 'users(a)openser.org'
>Subject: Trunk Compile Error 2
>
>I'm trying to compile the trunk version.
>
>After updating I run
>make distclean
>and
>make exclude_modules="auth_diameter h350 ldap mi_xmlrpc osp
> postgres unixodbc" modules install
>
>but after I always get:
>
>make[1]: Leaving directory
>`/usr/local/src/VoIP/openser/openser/trunk/modules/auth_db'
>
>make: *** [modules] Error 2
>
>What is this "Error 2" ? In this same machine I can compile, without a
>glance, branche 1.2 with this same 'make' command.
>
>Thanks for any help....
>
>Edson
Salut,
sorry for getting lazy now. In the config snipped
| append_to_reply("%$digest_challenge");
what is the point of the per-cent sign in front of the attribute name?
Thanks,
Martin,
who though he had figured all this out. Apparently not.