Can anybody indicate whether SER runs under daemontools? See:
http://cr.yp.to/daemontools.html. This will allow SER to be restarted
automatically in case it crashes.
Kind regards,
Jan Knoppers
Hello,
During exploring the mailing list archive I noticed that there are many
messages asking for some info on SIP itself.
I prepared a small (20 pages) SIP introduction describing the basics.
It is in no way exhaustive, but I hope it helps. Let me know if anything
important is missing.
The introduction will be included into the ser documentation (docbook
master source can be found in sip_router/doc/sip)
HTML, PS, PDF and plaintext renderings are here:
http://iptel.org/ser/sipintro.html
(also accessible from the main ser page, see menu documentation).
any feedback is greatly appreciated, Jan.
Dear sir;
Good morning. How are you? I hope everything is going well.
PostgreSQL works well!
I could see the data user registerd and UAs connected to each other via SER.
I believe that I could do what I did just because of your help,
and I don't know how to thank you as you deserve,
but I can say thank you a lot for helping me.
My best regards
yours sincerelly
Takefumi
Though it is the right thing, but I want it to log using LOCAL and not GMT.
We sometimes do things that are not right but which are NECESSARY.
Please help me.
Thanks
Emery
----- Original Message -----
From: "Juan J. Sierralta P." <juanjo(a)atmlab.utfsm.cl>
To: "Director General: NEFACOMP" <dg(a)nefacomp.net>
Sent: Tuesday, July 29, 2003 01:46
Subject: Re: [Serusers] Logging time is GMT
> On Mon, 2003-07-28 at 03:31, Director General: NEFACOMP wrote:
> > Hi, thanks for the help you gave me.
> >
> > I can see the ACC module logs time using GMT time.
> > How can I instruct it to log using the timestamp (the server local
time).
>
> I think logging in GMT is the right thing to do. That's why you can
> change the timezone of the user on Serweb or whatever other application
> you made.
>
>
> --
> Juanjo sin .sig :(
>
>
>
Thanks a lot for your advise.
I tried to do
$psql -h localhost -p 5432 -U seruser -W ser
Connecting database ser is success.
But in the log file, these following lines appeared
after SER started using /usr/sbin/ser command.
FATAL: Non_superuser connection limit exceeded
LOG: pq_recvbuf:unexpected EOF on client connection
Maybe this is the reason database doesn't work, I think.
It seems SER can't connect to postgres.
What should I do?
Another problem: SER processes don't stop using /usr/sbin/ser stop.
Many SER processes are surviving.
Is it strange?
Most sincerely
Takefumi
Use the mailing list please.
At 11:23 AM 7/28/2003, giAndrea wrote:
>At 08.08 23/07/2003 +0200, you wrote:
>>8.10 and 8.11 ser/serctl use different table structures.
>>It seems you are using 8.10 serctl with 8.11 SER. You need
>>to use both 8.11, with username column called "username" now.
>>
>>-jiri
>
>i've done this. I've uninstalled new version of ser and after them i've reinstalled. When i've uninstalled with command rpm -e ser i've found old version active.... why??? i think that this is the problem.
>With the new software and new database the problem still exist.
>I think that i use new database but old software instead of new software.
>thanks to all.
>Andrea
you still need to update database structures. See INSTALL for how to do that.
-jiri
Hi, thanks for the help you gave me.
I can see the ACC module logs time using GMT time.
How can I instruct it to log using the timestamp (the server local time).
Thanks,
__________________________________
NZEYIMANA Emery Fabrice
NEFA Computing Services, Inc.
P.O. Box 5078 Kigali
Office Phone: +250-51 11 06
Office Fax: +250-50 15 19
Mobile: +250-08517768
Email: dg(a)nefacomp.net
http://www.nefacomp.net/
See below, you 2nd question.
-----Original Message-----
From: Takefumi Naito [mailto:natake@nifty.com]
Sent: Monday, July 28, 2003 8:25 AM
To: serusers(a)lists.iptel.org
Subject: [Serusers] PostgreSQL
Thanks a lot for your advise.
I tried to do
$psql -h localhost -p 5432 -U seruser -W ser
Connecting database ser is success.
But in the log file, these following lines appeared
after SER started using /usr/sbin/ser command.
FATAL: Non_superuser connection limit exceeded
LOG: pq_recvbuf:unexpected EOF on client connection
Maybe this is the reason database doesn't work, I think.
It seems SER can't connect to postgres.
What should I do?
Another problem: SER processes don't stop using /usr/sbin/ser stop.
Many SER processes are surviving.
Is it strange?
- I use pkill ser in solaris/Netbsd and kill attendant's PID in freeBsd.
That leaves no SER processes running.
-m
Most sincerely
Takefumi
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Hello Klaus,
I could reproduce the problem with the session cleaner, what I did not get is
the CTRL-C segfault problem. It would be very helpful if you could update
your cvs again and create a core dump of this if you can reproduce it.
Enter
ulimit -c unlimited
before starting sems, this enables core dumps to be written. If sems ends with
"signal 17 received" a file named core-XXX should be created. Then tar the
whole anwer_machine directory and send it to serhelp(a)lists.iptel.org. Thanks.
I will address these problems as soon as I have some time...
In the meanwhile you might want to use the stable branch, which is known to
work quite well. You have to get the SER *and* SEMS stable branch.
mv sip_router sip_router.unstable
cvs co -r rel_0_8_11 sip_router
mv answer_machine answer_machine.unstable
cvs co -r ser_rel_0_8_11 answer_machine
Regards,
Uli.
Am Montag, 28. Juli 2003 14:52 schrieb Klaus Darilion:
> Hello!
>
> I still have some problems with sems (i started ser and sems in
> no-daemon mode). I tried the echo mode. When I call into the echo module
> the first time (Using Windows Messenger), everything works fine. Also
> the second time everything works fine. But up from the third call, I do
> not receive RTP any more. To me, it looks like the session clean-up
> doesn't work correctly (refer ser1.txt and sems1.txt):
> (30881) DEBUG: run (AmSession.cpp:256): Session cleaner finished
> (30881) DEBUG: run (AmSession.cpp:225): Session cleaner starting its
> work
> (30881) DEBUG: run (AmSession.cpp:242): session 80c3c48 still running
> (30881) DEBUG: run (AmSession.cpp:242): session 80caca0 still running
>
>
> Then I tried the same scenario a second time. I interrupted both
> applications with CTRL-C, then I started sems again, and then ser.
> Then, when I called in again, sems stop processing with "signal 17
> received".
> (please refer to ser2.txt and sems2.txt).
>
> I often have this problem, then I restart sems and ser, and sometimes,
> after several restarts, everything works fine again. This problem
> appears and dissapears randomly.
>
> I really love this application so I would be thankful for any hints.
> Klaus
>
> > -----Original Message-----
> > From: Ulrich Abend [mailto:ullstar@iptel.org]
> > Sent: Sunday, July 27, 2003 11:24 AM
> > To: Klaus Darilion
> > Cc: serusers(a)lists.iptel.org
> > Subject: Re: [Serusers] sems - answ_machine fails with
> > "signal 17 received"
> >
> >
> > Hi Klaus,
> >
> > the files for individual users are searched like this:
> >
> > <announce_path>/<domainname>/<username>.wav
> >
> > If this file is not available
> > <announce_path>/<default_announce> is used.
> >
> > Regards,
> >
> > Uli.
> >
> > Am Sonntag, 27. Juli 2003 09:12 schrieb Klaus Darilion:
> > > Thanx, sems works fine now.
> > >
> > > Is it also possibly to use not the default message, but a
> >
> > personalized
> >
> > > message for every user? I saw this in serweb, where every user can
> > > upload his personal greetings. Is this already supported in
> >
> > ans_machine?
> >
> > > regards,
> > > Klaus
> > >
> > > > -----Original Message-----
> > > > From: Ulrich Abend [mailto:ullstar@iptel.org]
> > > > Sent: Sunday, July 27, 2003 2:33 AM
> > > > To: Klaus Darilion
> > > > Cc: serusers(a)lists.iptel.org
> > > > Subject: Re: [Serusers] sems - answ_machine fails with
> > > > "signal 17 received"
> > > >
> > > >
> > > > Hi Klaus,
> > > >
> > > > thanks for reporting, this should be fixed now, could you
> > > > please try again
> > > > after cvs update?
> > > > Please check, that the you have the glib2-devel rpm
> > > > installed. Voicemail works
> > > > for me on a fully patched rh9.
> > > >
> > > > Regards,
> > > >
> > > > Uli.
> > > >
> > > > Am Freitag, 25. Juli 2003 19:49 schrieb Klaus Darilion:
> > > > > Hi!
> > > > >
> > > > > I'm using todays CVS for ser and sems on redhat 9. As
> > > >
> > > > database module, I
> > > >
> > > > > use mysql. When ser routes a call to sems, sems fails with
> > > >
> > > > "signal 17
> > > >
> > > > > received".
> > > > >
> > > > > The log of ans_machine and ser are following, attached are
> > > >
> > > > the config
> > > >
> > > > > files. both fifo are read/write for everybody.
> > > > >
> > > > > The CVS version of sems didn't compiled and stoped with
> >
> > an error in
> >
> > > > > ans_machine.cpp: 'pair' was not declared in this scope
> > > > > I solved this error by adding
> > > > > #include <vector.h>
> > > > > in ans_machine.cpp. Could this be the cause of the error?
> > > > >
> > > > > regards and thank you for any hints,
> > > > > Klaus
> > > > >
> > > > > ----------------
> > > > > ans_machine log
[removed rest of debug output]
Does SER implement something like "interworking function (SIP-H.323 IWF)"?
I saw this at the URL
http://www.iptel.org/info/players/ietf/internetworking/h323/draft-agrawal-si
p-h323-interworking-reqs-02.txt of the SER website.
I am asking this because I have a H.323 Mediatrix Gateway that I failed to
upgrade to SIP.
Thanks,
__________________________________
NZEYIMANA Emery Fabrice
NEFA Computing Services, Inc.
P.O. Box 5078 Kigali
Office Phone: +250-51 11 06
Office Fax: +250-50 15 19
Mobile: +250-08517768
Email: dg(a)nefacomp.net
http://www.nefacomp.net/