Hi,
I have redhat Linux 9 on my system but I have problem installing the SIP
into the system. Can anyone help to guide me through the process using the
Shell command prompt to load the packages into my system. Thank you.
*Have a nice day (",)*
Regards,
Shirley Toh
Sitting at an hour, and Scott's Messenger still doesn't have Terrie as
showing online. But if I were to have Scott sign off, Terrie gets an update
immediately.
What software are you using that provides the functionality of Messenger?
Messenger is not my pick, but my boss'.
Scott Morris
Senior Network Engineer
ORAU / ORISE
865-576-4672
'B' Schedule
-----Original Message-----
From: Morris, Scott
Sent: Monday, September 15, 2003 10:34 AM
To: serusers(a)lists.iptel.org
Subject: [Serusers] RE: FW: Attached file
Microsoft isn't very realtime on their checking. I am at 16 minutes, and
still
no precense updates.
Scott Morris
Senior Network Engineer
ORAU / ORISE
865-576-4672
'B' Schedule
-----Original Message-----
From: Jan Janak [mailto:jan@iptel.org]
Sent: Monday, September 15, 2003 9:47 AM
To: Morris, Scott
Cc: serusers(a)lists.iptel.org
Subject: Re: FW: Attached file
Hello,
this is normal. It is caused by the way how Messenger implements
presence.
If you sign in then your Messenger tries to subscribe to the presence
of all users on your buddy list. For users which are currently online the
subscription succeeds and your Messenger will get presence updates in real
time.
If one of them is offline then the subscription fails and Messenger
tries to resubscribe later. During that period of time you will see your
buddy offline even if it signs up. You will see him online once your
Messenger tries to subscribe again and the subscription succeeds.
Jan.
On 15-09 08:52, Morris, Scott wrote:
> I have SER 8.11 installed on RedHat 8.0. I am also using MS Windows
> Messenger 5.0. I am using the latest because I wanted to see if 5.0 fixed
> any of my problems, it got me one step closer, but not close enough.
>
> Here is the scenario:
>
> 1) Scott Signs In (ScottSignIn.jpg)
> shows Terrie is offline
> 2) Terrie Signs In (TerrieSignsIn.jpg)
> shows Scott is online
> 3) But Scott shows Terrie is still offline
> (ScottAfterTerrieSignsIn.jpg)
> 4) Now, if Scott signs out then Scott shows Offline at Terrie's PC
> (TerrieStillSignedIn)
>
> So, for some reason Messenger and SER are not sinking up when a contact
> signs in, Scott never sees Terrie. New users siging in don't show up on
> existing users who are signed in. So, signing out works, updates other's
> screens showing they signed out.
>
> I have also attached an Ethereal capture (SERWinMess50).
> Scott's PC is 198.125.67.153
> Terrie's PC is 198.125.67.88
>
> Scott Morris
> Senior Network Engineer
> ORAU / ORISE
> 865-576-4672
> 'B' Schedule
>
>
>
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
just some q's,
how is the registrar related to usrloc? does it look up the mysql ul db? msn messenger 4.7 fails to detect the presence status of a user, i did a network dump but couldn't find any trace
i'm not too sure if my understanding is correct but if the pa receives a subscribe, it checks registrar then sends a 200 ok then a notify containing the status in the sdp. is this right? the sdp content of the message always show "closed".
how about msilo? in the previous release of ser, my msilo works, now i had trouble storing and fetching.
and i noticed something, when the caller hangs up while the other phone's still ringing, i could see the "bye" from messenger but ser doesn't proxy it to the other party. so the other phone continues to ring. is this because ser expects a "cancel" rather than a "bye"?
~kelvin
Every once in a while there is a post about problems compiling. I can give a
couple of pointers based on my experience.
I am using RedHat 9. I downloaded mysql binaries and unzipped them to
/usr/local. I created a link as /usr/local/mysql. In order to compile, I
need the following:
cd /usr/local/mysql/include; ln -s . mysql
Add a line to modules/mysql/Makefile:
-L/usr/local/mysql/lib \
so that the whole file is:
# $Id: Makefile,v 1.21 2003/05/23 15:43:43 andrei Exp $
#
# WARNING: do not run this directly, it should be run by the master Makefile
include ../../Makefile.defs
auto_gen=
NAME=mysql.so
# mysql.h locations (freebsd,openbsd solaris)
DEFS +=-I$(LOCALBASE)/include -I$(LOCALBASE)/include/mysql \
-I$(LOCALBASE)/mysql/include -I/usr/pkg/include
# libmysqlclient locations on RH/Suse, Solaris /OpenBSD, FreeBSD
# (Debian does the right thing and puts it in /usr/lib)
LIBS=-L/usr/lib/mysql -L$(LOCALBASE)/lib -L$(LOCALBASE)/lib/mysql \
-L$(LOCALBASE)/mysql/lib/mysql/ -L/usr/pkg/lib/mysql \
-L/usr/local/mysql/lib \
-lmysqlclient -lz
include ../../Makefile.modules
You might be able to modify the Makefile rather than create the link.
May I request that this be incorporated in a future version, as this is a
standard install as per mysql's instructions?
On another note, when I compile I get many errors similar to:
Makefile.rules:81: action.d: No such file or directory
Makefile.rules:81: crc.d: No such file or directory
and also: cfg.y contains 1 shift/reduce conflict and 38 reduce/reduce
conflicts. (Is this an error?)
Everything seems OK though. Any comments?
Dovid
Dovid,
I am trying to implement the voicemail as well. I have it set up to go
to a failure route after the timer kicks in, but I'm unable to call the
voicemail app from within the failure route. Are you doing it
differently? I could use some help with this.
Thanks,
Stephen
-----Original Message-----
From: Dovid [mailto:temp-1060626446@xchangetele.com]
Sent: Tuesday, September 16, 2003 10:47 AM
To: Serusers
Subject: [Serusers] Voicemail
In order to forward to VM, I have to modparam("tm", "fr_inv_timer", ? ).
I
can then catch the timeout and forward to VM.
Is there any way to have different timers within the script? For example
if
I have a VM box for someone (based on group membership?), set a short
timeout. If they do not have a VM box, let it ring longer rather than
just
dropping it so soon.
I guess I could catch it after the first timeout and then based on group
membership, either send to VM or relay again (and again). Can I set the
timer length within the script though?
Thanks.
Dovid
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
In order to forward to VM, I have to modparam("tm", "fr_inv_timer", ? ). I
can then catch the timeout and forward to VM.
Is there any way to have different timers within the script? For example if
I have a VM box for someone (based on group membership?), set a short
timeout. If they do not have a VM box, let it ring longer rather than just
dropping it so soon.
I guess I could catch it after the first timeout and then based on group
membership, either send to VM or relay again (and again). Can I set the
timer length within the script though?
Thanks.
Dovid
Hi!
Is it possible to set MAX_BRANCH > 30?
The tm module will give an error if I try higher values:
tm.c: if (MAX_BRANCHES+1>31) {
LOG(L_CRIT, "Too many max UACs for UAC branch_bm_t bitmap: %d\n",
Where does the "31" come from? Is it safe to increase this value?
regards,
Klaus
SER does not support TLS -- it is only available as a separate package
under commercial terms.
-jiri
At 04:26 PM 9/16/2003, Anandprasanna wrote:
>Hi all,
>
>Does SER support SIPS URI.??
>
>
>Thanks in advance
>
>Regards
>Prasanna
>
>
>
>
>--
>---------------------
>Anandprasanna Gaitonde
>Software Engineer
>Nortel Enterprise Networks,
>Sasken Communication Technologies Ltd,
>139/25, Amarjyoti Layout, Ring road, Domlur PO,
>Bangalore - 560 071, India,
>E-mail : prasanna(a)sasken.com,
>Tel: +91-80-5355501, Extn - x2063
>URL: www.sasken.com
>---------------------
>************************************************************************
>
>SASKEN BUSINESS DISCLAIMER
>
>
>
>This message may contain confidential, proprietary or legally Privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, Disclose, distribute, print, or copy any part of this message and you are requested to delete it and inform the sender. Any views expressed in this message are those of the individual sender unless otherwise stated. Nothing contained in this message shall be construed as an offer or acceptance of any offer by Sasken Communication Technologies Limited ("Sasken") unless sent with that express intent and with due authority of Sasken. Sasken has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.
>
>***********************************************************************
>_______________________________________________
>Serusers mailing list
>serusers(a)lists.iptel.org
>http://lists.iptel.org/mailman/listinfo/serusers
--
Jiri Kuthan http://iptel.org/~jiri/
Hi all,
Does SER support SIPS URI.??
Thanks in advance
Regards
Prasanna
--
---------------------
Anandprasanna Gaitonde
Software Engineer
Nortel Enterprise Networks,
Sasken Communication Technologies Ltd,
139/25, Amarjyoti Layout, Ring road, Domlur PO,
Bangalore - 560 071, India,
E-mail : prasanna(a)sasken.com,
Tel: +91-80-5355501, Extn - x2063
URL: www.sasken.com
---------------------
************************************************************************
SASKEN BUSINESS DISCLAIMER
This message may contain confidential, proprietary or legally Privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, Disclose, distribute, print, or copy any part of this message and you are requested to delete it and inform the sender. Any views expressed in this message are those of the individual sender unless otherwise stated. Nothing contained in this message shall be construed as an offer or acceptance of any offer by Sasken Communication Technologies Limited ("Sasken") unless sent with that express intent and with due authority of Sasken. Sasken has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.
***********************************************************************