Remarque : message transféré en pièce jointe.
_____________________________________________________________________________
Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et vidéos !
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com
Hello,
I have a problem with auth_db module when ser start.
However ser start (ser.cfg should be ok) but ser_fifo
is missing.
Need Help
Harry
serveur1:/etc/ser# /etc/init.d/ser restart
Restarting ser: serListening on
udp: 80.119.7.156 [80.119.7.156]:5060
tcp: 80.119.7.156 [80.119.7.156]:5060
Aliases:
tcp: 156.7.119-80.rev.gaoland.net:5060
udp: 156.7.119-80.rev.gaoland.net:5060
*: nxs.yi.org:*
.
serveur1:/etc/ser# tail /var/log/syslog
Jun 2 19:25:18 serveur1 /usr/sbin/ser[3053]: Maxfwd
module- initializing
Jun 2 19:25:18 serveur1 /usr/sbin/ser[3053]:
permissions - initializing
Jun 2 19:25:18 serveur1 /usr/sbin/ser[3053]: Default
allow file (/etc/ser/permissions.allow) not found =>
empty rule set
Jun 2 19:25:18 serveur1 /usr/sbin/ser[3053]: Default
deny file (/etc/ser/permissions.deny) not found =>
empty rule set
Jun 2 19:25:18 serveur1 /usr/sbin/ser[3053]:
auth_db:str_fixup: Invalid table version (use
ser_mysql.sh reinstall)
Jun 2 19:25:18 serveur1 /usr/sbin/ser[3053]: ERROR:
fix_expr : fix_actions error
_____________________________________________________________________________
Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et vidéos !
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com
Hi
A few people here were looking to terminate traffic using SER and
looking for pstn end gateways, well if you sign up with ipcb.net (and no
I am not connected to them..but hoping if they read this, i will get a
pizza out of this :-)) you can connect SER to any of the gateways you
wish worldwide.
How they do it is simple, they have written a module which you compile
into ser, load as normal, it has a user/pass in it, and u assign there
IP address as trusted in ur config. Then when any requests are sent, the
auth you using that user/pass, and let traffic flow. Works fine.
Now I was wondering if some of the programmers on this list could take a
look at the module (they will email it to you) surely it would be easy
to do the same for any gateway out there....I guess
Anyhow now all SER people can get their own gateways.
Iqbal
Hi!
I have a SER server running as a "bridge" (mhomed=1) between a private and a
public network.
When someone from outside my domain calls a user of my domain, and that call
is answered by the voicemail, when I hang up the call (Bye request) after
leaving the message, I get an error in the ser log.
When SER receives that Bye request, it shows an error saying it can't find the
transaction.
In addition to that, the Bye request isn't logged to the database, so i don't
know when the call actually finished.
Can anyone give me a clue here?
Thanx a lot,
Óscar Patrício
hi
was someone already do a programm to know the latency of each users in the
location table of ser?
i want to execute it and that is take all registered users in location table
and send a OPTIOS message to ser.
like serctl with the command :
serctl fifo t_uac_dlg OPTIONS "sip:michael@195.XXX.XXX.XXX:XXXXX" "."
"From: sip:daemon@dev.annatel.net" "To:
<sip:michael@195.XXX.XXX.XXX:XXXXX>"
"Contact: <sip:daemon@>" "." "."
but with timestamps and put all of them in a new table
thanks
M.
Kapil,
1) In failure_route[2] , you cannot have
t_on_failure("2"). I believe a "recursive" call does
not work. You can write a failure_route[3] and call
t_on_failure("3" from failure_route[2]
2) To add something to the usr_preferences table, you
can use the SQL INSERT command. You would launch the
mysql client, and then enter
mysql>insert into usr_preferences values (..,...,..)
--- Kapil Dhawan <sersavvy(a)hotmail.com> wrote:
> Hi Dave
>
> Thx for the answer. I am trying avpops module for
> failure_route with serial
> forking directive with usr_preferences table. But i
> am getting several
> issues with it. Here are the logs and part of my
> ser.cfg
>
> fork=yes
>
>
>
modparam("avpops","avp_url","mysql://root:root@localhost/ser")
> modparam("avpops","avp_table","usr_preferences")
>
modparam("avpops","avp_aliases","serial_fork1=i:665")
> modparam("avpops","uuid_column","uuid")
> modparam("avpops","username_column","username")
> modparam("avpops","domain_column","domain")
> modparam("avpops","attribute_column","attribute")
> modparam("avpops","value_column","value")
> modparam("avpops","type_column","type")
>
> route {
>
> ...........
>
> append_hf("P-hint: usrloc applied\r\n");
>
> avp_write("sip:101@192.168.1.1",
> "$serial_fork1");
> avp_write("sip:102@192.168.1.1",
> "$serial_fork1");
> avp_write("sip:103@192.168.1.1",
> "$serial_fork1");
>
> route(1);
> }
>
> route[1]
> {
> # send it out now; use stateful forwarding
> as it works reliably
> # even for UDP2TCP
>
> # intercept failure replies
> t_on_failure("2");
>
> if (!t_relay()) {
> sl_reply_error();
> };
> }
>
> failure_route[2]
> {
> # use the first element of the list (if any)
> and delete it from list
> if (avp_pushto("$ruri", "$serial_fork1"))
> {
> append_branch();
> avp_delete("$serial_fork1");
> t_on_failure("2");
> t_relay();
> }
> }
>
>
>
> But i am getting several issues. I have three UA's
> set 101,102,103. I am
> calling from some other domain on 100 which is
> aliased to 101. I expect that
> if 101 is free call shud come to it. Thats not
> happening. Then if 101 and
> 102 are busy or some other issue. call should reach
> last UA. I didn't get
> any proper example to add AVP's to usr_preferences
> table. Can you give me
> some example for it.
>
>
>
>
> >From: Dave <ddx66(a)yahoo.com>
> >To: serusers(a)lists.iptel.org
> >Subject: Re: [Serusers] Call Hunting
> >Date: Tue, 31 May 2005 08:30:54 -0700 (PDT)
> >
> >Yes it is. You need to use the AVPOPS module and
> the
> >failure_route directive to make it happen. Look at
> the
> >avpops docs and in there you will see an example
> >Dave
> >--- Kapil Dhawan <sersavvy(a)hotmail.com> wrote:
> > > Hi List
> > >
> > > Is it possible to do Call Hunting with SER.
> > >
> > >
>
>_________________________________________________________________
> > > Adore Arshad Warsi?
> > > http://server1.msn.co.in/sp05/iifa/ Think he is
> the
> > > funniest?
> > >
> > > _______________________________________________
> > > Serusers mailing list
> > > serusers(a)lists.iptel.org
> > > http://lists.iptel.org/mailman/listinfo/serusers
> > >
> >
> >
> >
> >__________________________________
> >Yahoo! Mail
> >Stay connected, organized, and protected. Take the
> tour:
> >http://tour.mail.yahoo.com/mailtour.html
> >
> >_______________________________________________
> >Serusers mailing list
> >serusers(a)lists.iptel.org
> >http://lists.iptel.org/mailman/listinfo/serusers
>
>
_________________________________________________________________
> Think Rani is the best?
> http://server1.msn.co.in/sp05/iifa/ Make sure she
> wins the award.
>
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
now i am getting error when starting ser but this
</usr/local/lib/ser/modules/auth_radius.so> is already
there
Jun 2 13:10:31 SER ser[1864]: INFO: signal 15
received
Jun 2 13:11:13 SER ser: ERROR: load_module: could not
open module
</usr/local/lib/ser/modules/auth_radius.so>:
libradiusclient.so.2: cannot open shared object file:
No such file or directory
Jun 2 13:11:13 SER ser: parse error (26,13-14):
failed to load module
Jun 2 13:11:13 SER ser: set_mod_param_regex: No
module matching auth_radius found |
Jun 2 13:11:13 SER ser: parse error (49,18-19): Can't
set module parameter
Jun 2 13:11:13 SER ser: set_mod_param_regex: No
module matching auth_radius found |
Jun 2 13:11:13 SER ser: parse error (50,18-19): Can't
set module parameter
Jun 2 13:11:13 SER ser: parse error (192,37-38):
unknown command, missing loadmodule?
Jun 2 13:11:13 SER ser: parse error (223,37-38):
unknown command, missing loadmodule?
__________________________________
Discover Yahoo!
Stay in touch with email, IM, photo sharing and more. Check it out!
http://discover.yahoo.com/stayintouch.html
Hi!!
I've been installed a server yet in a red hat 7 that runs ok. Now I try
install a new SER in a fedora core 3 with the same config. I've
installed mysql..php...httpd.... Ok, the problem is that I run the
server, and apparently runs ok, it load all modules ok, an it's
listening in the port correctly, etc. But it doesn't know when arrive
request, I see that those arrive correctly with ethereal, but the SER
doesn't do any. What can be the problem?
Thanks at all.
--
Sandra Donaire Arroyo
Telefónica I+D
División de "Tecnologías de acceso a redes IP"