Hello Richard.
How can I configure WM 5.0 to work in P2P mode as you say in your
post ?
Thanks !
---- Mensaje Original ----
> Presence support has two ways, peer to peer and presence agent.
>
> In the p2p mode, SIP UAs exchange SUBSCRIBE/NOTIFY directly
between each
> other. Ser only forwards the sip packet. I got WM 5.0/5.1 working
in this
> mode. This mode heavily relies on UAs to support the feature.
There are
> still compatibility issues between UA implementations.
>
> In the presence agent mode, SIP UAs register with ser which stores
the state
> of UAs. Whenever there is a state change, ser will notify the
interested
> UAs. Ser has a PA module which is supposed to work this way.
However I
> haven't been able to make it work. As a side note, xten wrote a
big patch
> for the PA module a while ago, but unfortunately not in cvs yet.
>
> Xten has a product called 'eyebeam' which supports both modes. It
is not
> free. I would recommend waiting for a while before it becomes more
stable.
> It crashed Windows twice during our demo.
>
> Richard
>
>
>
> > -----Original Message-----
> > From: serusers-bounces(a)lists.iptel.org [mailto:serusers-
bounces(a)iptel.org] On
> > Behalf Of Tan, Chiang Kang
> > Sent: Wednesday, March 09, 2005 6:30 AM
> > To: serusers(a)lists.iptel.org
> > Subject: [Serusers] SER presence support
> >
> > Hi all,
> > What's the current status of presence support in SER? May I
know
> > what are the clients, similar to windows messenger, that will
interwork
> > with
> > SER? As I understand that windows messenger above version 5 does
not work
> > with ser anymore.
> >
> > cheers
> > Chiang
> >
> > _______________________________________________
> > 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,
What's the current status of presence support in SER? May I know
what are the clients, similar to windows messenger, that will interwork with
SER? As I understand that windows messenger above version 5 does not work
with ser anymore.
cheers
Chiang
Hi
When I make a call from pstn via ser to hit asterisk, then to a local
(local to asterisk) sip phone the call goes through, but I can hear the
pstn user on the sip phone, but not the other way.
When the pstn is dialed from the sip phone, the call goes via asterisk
direct to pstn gw, bypassing ser, in this case two way calling works
fine.
I send the call from ser to asterisk using rewritehost, but it seems that
voice path back from asterisk to ser to gw is broken. My sequence of
events is below...
gw ---> ser INVITE
ser ----> gw TRYING
ast ----> xlite INVITE
xlite ----> ast TRYING
xlite ----> ast RINGING
ser -----> gw RINGING
xlite ------> ast OK
ast ------>xlite ACK
ast ----> xlite INVITE
ser ----> gw OK
gw -----> ser ACK
ser -----> gw ACK
xlite ---> ast TRYING
xlite ----> ast OK
ast ----> xlite ACK
ast -----> xlite INVITE
xlite ---> ast TRYING
xlite --> ast OK
ast ---> xlite ACK
ast ---- xlite INVITE
xlite ---> ast TRYING
xlite ---> ast OK
ast ---> xlite ACK
Iqbal
Great idea.
How about setting up a free CMS/wiki engine like in
http://www.voip-info.org?
Regards,
Lakmal
--- "Alexey N. Kovyrin @ Home"
<alexey(a)home.kovyrin.net> wrote:
> Dear SER Community!
>
> My company (hosting company) can give (for free)
> dedicated virtual
> server to create SER Community Web Site to share our
> expirience with
> each other. If some set of readers/writers of this
> maillist will
> interested by this proposition, I'll set it up.
> For starting setup process I need to know, what
> we'll need on this
> server (php/mysql/perl) and how this site will be
> creared (self-written
> engine or some free CMS/wiki engine).
>
> --
> /Scoundrel
>
> _______________________________________________
> Serusers mailing list
> serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>
__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/
Hello there,
I am working on SER with two network interfaces.
EP1--------------->(172.16.16.160) SER (192.168.5.1) -------------> EP2
what happens, SER receives invite from EP1, it reinitiates invite for
EP2. now what it does is that it writes the external IP i.e.
172.16.16.160 in the SDP contact info, where as it should be the
internal one i.e. 192.168.5.1 ...
now I want to overwrite the SDP contact info in that invite. I have got
two options to do it one option is to use force_rtp_proxy("ei",
"192.168.5.1") or use sdp_mangle_ip() function of mangler.so . but they
are not working for me. when I play around with force_rtp_proxy function
rtpproxy get crashed and sdp_mangle_ip() is not behaving properly ......
whats your experience ?
I have used ser-0.8.14 and now using ser-0.9.0 with cvs rtpproxy. I am
running rtpproxy like
rtpproxy -s udp:192.168.5.1 -l 172.16.16.160
and I am using this line in ser.cfg
modparam("nathelper", "rtpproxy_sock", "udp:192.168.5.1")
I am really stucked please help !!!!
thanking you
regards,
--
Atif
Hi Socrates,
serweb is expecting the field 'perms' from the the ser database in
mysql. However the column was dropped in ser 0.8.14. Hence you fail to logon
using serweb as you haven't got the permission (serweb is expecting 'perms')
to do that.
cheers
Chiang
-----Original Message-----
From: Socrates [mailto:socratez@gmail.com]
Sent: 09 March 2005 11:35
To: Tan, Chiang Kang
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] which ser + serweb works?
Thanks Chiang:
I downloaded serweb_2004_07_27 from
ftp://ftp.berlios.de/pub/ser/latest/contrib/, and it seems to have
column 'perms' in two tables: 'pending' and 'subscriber'. Also,
password is correctly set to 'heslo' in config.php, so I don't know
where these incosistencies come from.
It looks like there's a serious version mismatch here. Can anyone
comment on this, or report their experiences with ser and serweb? I'm
currently unable to operate serweb (both 27_07_2004 version and from
CVS) with ser 0.8.14
Thanks,
--
Socrates.
On Wed, 9 Mar 2005 09:54:43 -0000, Tan, Chiang Kang
<Chiang.Tan(a)thalesgroup.com> wrote:
> Hi Socrates,
> I got mine working using ser 0.8.14-fc2 (download the latest
stable
> version from CVS and I compile the RPMs using the SPEC file for Fedora
Core
> 2) and I use serweb_2004_07_27. I also use MySQL-4.1.
> I'm not expert enough to nail down your problem, however these are
> the issues I had and how I got round it:
> 1) I need to change the password for SER and SERRO into the old
> format (e.g. set password=OLD_PASSWORD('heslo') )
> 2) I install MySQL-shared-compat-4.0.23-0.i386.rpm to get
> libmysql.so.10
> 3) the 'perms' column in ser subscriber table was dropped. So I
> modify the ser_mysql.sh script to get that column back in otherwise my
> serweb will have problem logging in.
>
> Hope this is useful.
>
> cheers
> Chiang
>
>
--
Socrates.
Hi Socrates,
I got mine working using ser 0.8.14-fc2 (download the latest stable
version from CVS and I compile the RPMs using the SPEC file for Fedora Core
2) and I use serweb_2004_07_27. I also use MySQL-4.1.
I'm not expert enough to nail down your problem, however these are
the issues I had and how I got round it:
1) I need to change the password for SER and SERRO into the old
format (e.g. set password=OLD_PASSWORD('heslo') )
2) I install MySQL-shared-compat-4.0.23-0.i386.rpm to get
libmysql.so.10
3) the 'perms' column in ser subscriber table was dropped. So I
modify the ser_mysql.sh script to get that column back in otherwise my
serweb will have problem logging in.
Hope this is useful.
cheers
Chiang
Dear All,
As the deployment of the iptel.org ser package has increased, the number
of questions being asked on the 'serusers' mailing list have also
increased, a significant proportion of them from people who are just
beginning to comprehend the usage of ser and the associated modules.
A group of experienced ser users have decided to help the community and
are working on a 'Getting Started' document that will detail how to
deploy a working ser environment and then configure it to support
authentication, MySQL, PSTN Gateways, NAT and many other facilities.
The same group have also noticed that creating a common repository of
files and modules that support ser is also greatly needed. This is not a
replacement of the iptel.org and cvs.berlios.de sites or the serusers
list, but an extension of their existing capability to support the
practical side of deploying ser into live environments.
It is hoped to release the first draft of this 'Getting Started'
document into the community within the next few weeks.
The community site is already now open at <http://onsip.org/>
http://onsip.org/. Please register and have a look!
So watch this space and we hope that the community will appreciate this
work
Paul ( phazlett(a)gmail.com ), Simon ( simon(a)SystemsRM.co.uk ), Greger (
greger(a)teigre.com )
Ya I think that idea is better. Agree with Klaus.
Regards,
Lakmal
--- Klaus Darilion <klaus.mailinglists(a)pernau.at>
wrote:
> Hi!
>
> As far as I understand, there should be no
> discussion on the website,
> but best practises.
>
> If I want to discuss asterisk things, I post the
> mailing list. If I want
> to know how things can be implemented in asterisk, I
> surf to voip-info.
>
> IMO, as the ser admin guide is not up to date with
> recently introduced
> features, a wiki would be nice where users describe
> their experiences
> and how they implemented certain features.
>
> Discussion should be still on the serusers mailing
> list.
>
> regards,
> klaus
>
> Charles Wang wrote:
> > I don't think it is a good idea to close the
> window and away from all
> > SIP users or developers. Then to discuss at a new
> forum or mailling
> > list.
> >
> > Best Regards
> > Charles
> >
> >
> > On Wed, 09 Mar 2005 08:28:03 +0100, Klaus Darilion
> > <klaus.mailinglists(a)pernau.at> wrote:
> >
> >>Why not using http://www.voip-info.org?
> >>
> >>regards
> >>klaus
> >>
> >>lakmal silva wrote:
> >>
> >>
> >>>Great idea.
> >>>
> >>>How about setting up a free CMS/wiki engine like
> in
> >>>http://www.voip-info.org?
> >>>
> >>>Regards,
> >>>
> >>>Lakmal
> >>>
> >>>--- "Alexey N. Kovyrin @ Home"
> >>><alexey(a)home.kovyrin.net> wrote:
> >>>
> >>>
> >>>>Dear SER Community!
> >>>>
> >>>>My company (hosting company) can give (for free)
> >>>>dedicated virtual
> >>>>server to create SER Community Web Site to share
> our
> >>>>expirience with
> >>>>each other. If some set of readers/writers of
> this
> >>>>maillist will
> >>>>interested by this proposition, I'll set it up.
> >>>>For starting setup process I need to know, what
> >>>>we'll need on this
> >>>>server (php/mysql/perl) and how this site will
> be
> >>>>creared (self-written
> >>>>engine or some free CMS/wiki engine).
> >>>>
> >>>>--
> >>>>/Scoundrel
> >>>>
> >>>>_______________________________________________
> >>>>Serusers mailing list
> >>>>serusers(a)lists.iptel.org
> >>>>http://lists.iptel.org/mailman/listinfo/serusers
> >>>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>__________________________________
> >>>Celebrate Yahoo!'s 10th Birthday!
> >>>Yahoo! Netrospective: 100 Moments of the Web
> >>>http://birthday.yahoo.com/netrospective/
> >>>
> >>>_______________________________________________
> >>>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
> >>
> >
> >
> > _______________________________________________
> > 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
>
__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/
Hi Jim!
1. please post to the mailing list
2. Are you sure the clients register succesful? Use "ngrep port 5060" or
the debug window of x-lite (press F9) to verify.
3. which ser version do you use
4. are you sure ser is running ("ps -Alf|grep ser")
regards,
klaus
Jim Campbell wrote:
> Klaus:
>
> That was one of the files I looked through. Couldn't find it there.
>
> I just gave up and spent 3 hours reinstalling Fedora/SER/MySQL/webmin/etc.
>
> I then got SER working again, got Xten clients registered and then installed
> ser_mysql.sh. SER hasn't registered a client since. I run 'serctl monitor'
> and just get "cycle #: 1; if constant make sure server lives and fifo is
> on". 'serctl ps' doesn't do anything and 'serctl ul show' asks you the long
> time question but then hangs after that.
>
> Any ideas would help...otherwise I just may re-install everything again!
>
> Thank you for your time.
>
> Jim Campbell
> ==========================
> WebTel Wireless, Inc.
> Chief Systems Engineer
> Jim.Campbell(a)webtel.net
> 310.265.3333 O x227
> 310.265.3305 F
> 213.272.0788 C
> 800.652.5290 P
> ==========================
>
>
>
> -----Original Message-----
> From: Klaus Darilion [mailto:klaus.mailinglists@pernau.at]
> Sent: Thursday, March 03, 2005 2:55 AM
> To: Jim Campbell
> Cc: Serusers(a)Iptel.Org
> Subject: Re: [Serusers] SIP_DOMAIN Impossible to change
>
>
> maybe hardcoded in "serctl"?
>
> Jim Campbell wrote:
>
>
>>Had SER running on Fedora Core 3. Moved unit to a different LAN.
>>"SIP_DOMAIN" EXPORT environmental variable refuses to change although
>>changed in /etc/profile, ser.cfg, /etc/bashrc, MySQL table,
>>etc. Searched every file on the drive using grep to locate the IP
>>address with no luck. Every time I reboot, the SIP_DOMAIN variable
>>reflects old IP address. I pulled most of my hair out and enough curse
>>words to make a sailor blush.
>>
>>Can anyone help me out???
>>
>>Jim Campbell
>>
>>
>>
>>
>>------------------------------------------------------------------------
>>
>>_______________________________________________
>>Serusers mailing list
>>serusers(a)lists.iptel.org
>>http://lists.iptel.org/mailman/listinfo/serusers
>
>
>