There are some RPM's for 0.9.6 here:
http://ftp.upjs.sk/pub/users/sal/Fedora/4/voip/
Note that ser-mysql requires MySQL >= 4.1. Your distro may have MySQL
3.x.
Bart...
-----Original Message-----
From: serusers-bounces(a)iptel.org [mailto:serusers-bounces@lists.iptel.org] On
Behalf Of Paul Hazlett
Sent: 03 February 2006 12:31
To: Henry Meyer
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] Correct SER version to download for RedHat
Enterprise
Henry,
Your best bet, IMHO, is to check out the rel_0_9_0 branch from the
Berlios CVS repo. Even though the branch name indicates version
ser-0.9.0, it is really ser-0.9.x, which I believe the latest is
0.9.6.
This is the most recent stable version of SER.
Regards,
Paul
On 2/2/06, Henry Meyer <Henry.H.Meyer(a)hofstra.edu> wrote:
> I'm looking to install SER on a server running Red Hat Enterprise
Linux
> AS-up (2.4.21-37.EL). What do I need and where do I download it?
> Thanks
>
>
>
>
>
> _______________________________________________
> Serusers mailing list
> serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
Hi all;
I'm trying to integrate asteris and OpenSER and I don't get any result,
I get communication well with asterisk but I install OpenSER for avoid the
problem with NAT.
In my extension.conf I write this
SERADDRESS=1.2.3.4:5062
exten => 88884,1,Dial(SIP/88884@${SERADDRESS},20,r)
exten => 88885,1,Dial(SIP/88885@${SERADDRESS},20,r)
in sip.conf
[general]
context=openser
bindaddr=192.168.0.10
bindport=5060
realm=mydomain.com
....
[Openser]
type=peer
context=openser
host=1.2.3.4
port=5062
insecure=very
in openser.cfg I use one of the examples:
#
# $Id: flag_reply.cfg,v 1.2 2005/07/25 16:27:33 miconda Exp $
#
# simple quick-start config script
#
# ----------- global configuration parameters ------------------------
debug=3 # debug level (cmd line: -dddddddddd)
fork=yes
log_stderror=no # (cmd line: -E)
check_via=no # (cmd. line: -v)
dns=no # (cmd. line: -r)
rev_dns=no # (cmd. line: -R)
children=4
fifo="/tmp/ser_fifo"
listen=1.2.3.4
port=5062
# ------------------ module loading ----------------------------------
loadmodule "/usr/local/lib/ser/modules/mysql.so"
loadmodule "/usr/local/lib/ser/modules/sl.so"
loadmodule "/usr/local/lib/ser/modules/tm.so"
loadmodule "/usr/local/lib/ser/modules/rr.so"
loadmodule "/usr/local/lib/ser/modules/maxfwd.so"
loadmodule "/usr/local/lib/ser/modules/usrloc.so"
loadmodule "/usr/local/lib/ser/modules/registrar.so"
loadmodule "/usr/local/lib/ser/modules/textops.so"
loadmodule "/usr/local/lib/ser/modules/auth.so"
loadmodule "/usr/local/lib/ser/modules/auth_db.so"
# ----------------- setting module-specific parameters ---------------
# -- usrloc params --
modparam("usrloc", "db_mode", 0)
# Uncomment this if you want to use SQL database
# for persistent storage and comment the previous line
#modparam("usrloc", "db_mode", 2)
# -- auth params --
# Uncomment if you are using auth module
#
#modparam("auth_db", "calculate_ha1", yes)
#
# If you set "calculate_ha1" parameter to yes (which true in this config),
# uncomment also the following parameter)
#
#modparam("auth_db", "password_column", "password")
# -- rr params --
# add value to ;lr param to make some broken UAs happy
modparam("rr", "enable_full_lr", 1)
# ------------------------- request routing logic -------------------
# main routing logic
route{
setflag(1);
t_relay_to_udp("1.2.3.4", "5060");
return;
}
my softphone is eyeBean.
Now the situation is this.
my softphones get registered, but when one phone call the other this don't
receive the call.
in the database od openser the two client are registered.
Please I need a help, excuse me with my english, is't not my mother tongue.
Thanks in advance,
Ernesto.
Hi,
I wrote on my browser http://192.168.1.68/serweb/admin/index.php but it
produces an 404 error.
Whereas my y apache server, have on this configuration file an alias :
/serweb /var/lib/serweb/html
I don't understand ! :-[ Someone could help me ?
Thanks,
Ismaël
Hi,
some asked me if i could share the script ... yes, i can ... but it is
in no way a nice script. It is done by me (mostly) ... but is done FOR
me, so you may need to change a few things to make it work ... sorry
:)
Cesc
PS - there is more info on the README inside the attached tgz file
On 1/27/06, Hakan YASTI <hakanyasti(a)gmail.com> wrote:
> Hi Cesc,
>
> Could you send the your script that checks the ser activity. What I do is to
> check the ser processes via ps -ax but as I see your solution is better.
> Thanks,
>
> ----- Original Message -----
> From: "Cesc" <cesc.santa(a)gmail.com>
> To: <hgaillac-sip(a)yahoo.fr>
> Cc: <serusers(a)lists.iptel.org>; "Atle Samuelsen" <clona(a)cyberhouse.no>
> Sent: Friday, January 27, 2006 3:40 PM
> Subject: Re: [Serusers] Monitoring
>
>
> As answered, no.
>
> What i did to monitor ser and sems was to create bash scripts which
> restart ser and/or sems in case of failure.
>
> For ser, the script sends fake REGISTER messages (with expires=0). If
> the answer is 200 OK (or a 40x proxy authenticate) ... then ser is
> alive. If nothing is read, then i restart ser.
> For sems, i tried two approaches.
> - active: send a specially crafted message (INVITE) so that you know
> for sure that ser will route it to SEMS ... depending on the answer,
> you should be able to know wether SEMS is alive or not ... but this
> has a problem (see below for a larger explanation).
> - passively: start sems so it writes its PID to a log file ... then
> monitor (using ps aux) that pid ...if not there, restart SEMS.
> - i seem to remember someone mentioned a status module for sems, which
> would allow you to send commands via the fifo/unixsock interface, and
> check actively sems (including activity statistics) ... is this true?
>
> ===== ACTIVE MONITORING PROBLEM
> What i tried to do is to created unique INVITE messages, which i make
> sure that ser routes to sems. They had unique call-ids and to/from
> tags ... thus theoretically ser should see them as independendent
> requests.
> But, if sent these INV requests too often (that is, less than a minute
> or so ... time enough for the transaction to be destroyed in ser mem,
> i guess ... ), ser would mistakenly think they were retransmissions
> ...
> It would also start acting weird and sending replies to the wrong port ...
> This is why i went to passive monitoring ... i do not have time to
> investigate any further ... but i can provide the script for someone
> else to try ...
> BTW, i use ser 0.9.6
>
> Regards,
>
> Cesc
>
>
>
> On 1/27/06, hgaillac-sip(a)yahoo.fr <hgaillac-sip(a)yahoo.fr> wrote:
> > Yes I know about snmp module.
> > There is no way to monitor SER vi snmp !?
> >
> > Harry
> > --- Atle Samuelsen <clona(a)cyberhouse.no> a écrit :
> >
> > > Hi Harry,
> > >
> > > ser does not support SNMP. There is a module, but it
> > > has not been
> > > maintained for ages and does not work.
> > >
> > > -Atle
> > >
> > > * hgaillac-sip(a)yahoo.fr <hgaillac-sip(a)yahoo.fr>
> > > [060127 13:05]:
> > > > Hi asterisk and ser users,
> > > >
> > > > Is there a solution to monitor asterisk and ser
> > > with
> > > > snmp ?
> > > >
> > > > Regards
> > > > Harry
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > ___________________________________________________________________________
> > >
> > > > Nouveau : t?l?phonez moins cher avec Yahoo!
> > > Messenger ! D?couvez les tarifs exceptionnels pour
> > > appeler la France et l'international.
> > > > T?l?chargez sur http://fr.messenger.yahoo.com
> > > >
> > > > _______________________________________________
> > > > Serusers mailing list
> > > > serusers(a)lists.iptel.org
> > > > http://lists.iptel.org/mailman/listinfo/serusers
> > > >
> > >
> >
> >
> >
> >
> >
> >
> >
> > ___________________________________________________________________________
> > Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les
> > tarifs exceptionnels pour appeler la France et l'international.
> > Téléchargez sur http://fr.messenger.yahoo.com
> >
> > _______________________________________________
> > Serusers mailing list
> > serusers(a)lists.iptel.org
> > http://lists.iptel.org/mailman/listinfo/serusers
> >
>
> _______________________________________________
> Serusers mailing list
> serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>
>
Hi All,
I have problem with BYE Signal. Here my scheme :
My SIPPhone device--->SER--->SIP to H323 Converter--->Softswitch--->Quintum
FXO Gateway===>Phone line===>Telco Provider===>My Destination Number.
(Note: ---> meaning is via IP & ===> is wireline).
I have make several testing call (e.q to the same destination number) but
the problem is sometime if I finish my call, the CDR logged to ACC table and
sometime didn't Logged. Why ?
Between Caller and Calle which one should be responsible to give BYE Signal
? or should be both of them ?
Thanks & Regards,
~Asep -Jakarta
Friends,
Can anyone point me in the right direction with respect to processing
503 (service unavailable) replies?!
I did some testing and here is what I have found so far:
1. I expected the 503 to be received in failure_route but, contrary to
my expection, I am catching it in onreply_route
2. I tried to relay the call within onreply_route to an IVR but the
t_relay fails giving the message:
DEBUG: w_t_relay entered!
12(20326) ERROR: w_t_relay_to: unsupported mode: 2
ERROR: w_t_relay_to: unsupported mode: 2
3. I tried processing the 503 upon receipt of next message at the top of
routing configuration but didn't work:
a) I set an avpop in onreply_route upon receipt of 503 and checking it
at the top of my configuration in the next round but the avp_check
returns false
b) I set a flag in onreply_route upon receipt of 503 and checking it at
the top of my configuration in the next round but isflagset returns
false
c) I set a gflag in onreply_route upon receipt of 503 and checking it at
the top of my configuration in the next round but isgflag_set returns
false
Any suggestions would be very much appreciated.
Thanks a bunch
ramin
Hi Guys,
is there a way to check the Destination address of a Request, before it
get's t_relay(); ?
I think it's possible with branch-routes, but that's only in cvs head :(
-Atle
Hello,
where i specify the hostname server ? On the 8th step of the serweb
installation, it is wrote : "Open the file
http://<your-host><your-install-dir>/admin/index.php"
What do you mean by <your-install-dir> ?
For the moment, i tried with :
http://192.168.1.71/var/libserweb/html/admin/index.php, but it doesn't
function ??
Could you help me ?
Thanks,
Ismaël