Hi- Can someone please help me with presence related
issues? I have two servers. First one is acting as
proxy (ser0.9.6) and the second has the presence
snapshot installed. I am forwarding SUBSCRIBE/PUBLISH
from Proxy to Presence Server.
1) Do I need to forward registrations coming to Proxy
to the Presence? OR can I simply point the db_url of
the Presence to the Proxy location table?
2) How can I forward registration requests coming to
Proxy to the Presence in case I need to do that?
3) IN presence handbook there is the following command
./ser_domain add test-domain.com test
What is test? Documentation says it is a DID. But what
does this do in SER?
4) I am able to upload list.xml, rls.xml , etc. using
the upload script in presence handbook BUT when I try
so with eyebeam, I get an error? Any ideas what I need
to do.
I would really appreciate some help
Thanks
Dave
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Hello, I'm working with presence and new few clarifications. Any pointers will be appreciated. I am using SER0.9.6 for proxying and that is working great. I have now installed SER 0.10.0 (presence snapshot) on a separate "physycal" server. I was able to compile everything and now I need to implement presence for my existing SER users.
1) All my current subscribers are registering on SER0.9.6 server. DO I need to forward the "registration" info to my presence server? If yes, how do I do it? Secondly, will the presence server use this info to determine which users are on-line?
2) Does the eyebeam client write the information regarding buddy-list DIRECTLY to the XCAP server?
3) The presence handbook has a chapter about the XCAP "implementation" and the directoty structure. There is another link http://download.dns-hosting.info/XCAP/?M=A which talks about XCAP but does not have any of the directory structure mentioned in the presence handbook. Which one is the correct one ? Which one should I follow?
4) Please explain to me the "process" of presence? How does the RLS and PA module come in the game? An example would be very helpful?
Thanks a lot in advance
Dave
I have ubuntu running on a vmware server on my windows machine. I have
installed openser on ubuntu. The network connection is bridged.
I have set listen=vmware's ip in openser.cfg
When I start openser, it gives me a warning
fix_socket_list: cannot resolve (ip addressin cfg)
I dont know if this is the cause of the problem, but I cannot register
a minisip client with the openser server. The client runs on my
windows m/c ,so its url is client@windowsip and its sip proxy address
is openser's ip.
Ethereal shows me that the client is sending a request:register but it
seems to be getting a request:register back as well whereupon the
client replies with a icmp dest unreachable.
I have no experience with voip, and would greatly appreciate any help.
Hi,
I have set up openser on a public ip address running the openser.cfg
from the getting started tutorials
(http://siprouter.onsip.org/doc/gettingstarted/ch08.html), very slightly
modified... and it all runs great with mysql users and locations,
mediaproxy for far-end nat traversal. Cool.
For my next challenge I would like to find a way to disable the
mediaproxy call routing if the 2 phones are on the same private subnet.
In essense I think I ought ot be looking at INVITES to see if the first
via address is the same public ip, and if so then don't
fix_nated_contact and don't use_media_proxy.
The reason to do this is that if 2 phones are on same subnet they should
be able to see each other's private ip and so there is no reason to send
the whole rtp traffic out over their adsl connection to mediaproxy and
back to the same adsl connection!
I think I need some logic in the following sections:
Loose Route Section, in the if method="INVITE" block (to handle reinvites)
the route [3] block INVITE MESSAGE HANDLER to set up new call route
the route [4] block NAT TRAVERSAL SECTION for routing established calls
the onreply_route[1] block .... not sure I understand this block yet...
Am I going in the right direction? Has anyone got some working snippets
for the openser.cfg or some references to a useful page on the web?
Thanks.
I think the best thing to do is to use registered() instead of lookup().
This will significantly change my script...
If registered() returns true, is it possible that later in the script
lookup() will return false? I guess what I am asking is whether the
expiration time of the registration is checked against the timestamp of
the request or against the current time at execution.
thank you
George
> -----Original Message-----
> From: Klaus Darilion [mailto:klaus.mailinglists@pernau.at]
> Sent: Wednesday, October 11, 2006 4:45 PM
> To: Papadopoulos Georgios
> Cc: users(a)openser.org
> Subject: Re: [Users] How to clear the destination set for redirection?
>
> for clearing all the branches I think you can use
> load_contacts from LCR
>
> to detect if a client is registered use
> http://www.openser.org/docs/modules/1.1.x/registrar.html#AEN418
>
> regards
> klaus
>
> Papadopoulos Georgios wrote:
> > Hello Klaus,
> >
> > I know this might not make perfect sence. If the user is registered
> > (and if some other conditions are true that I have left out) then I
> > want to redirect to an Asterisk server. Maybe this is not
> the best way
> > to implement this, however shouldn't there be some way to clear the
> > destination set? I mean something similar to resetdsturi().
> >
> > thank you
> >
> > George
> >
> >
> >
> >> -----Original Message-----
> >> From: Klaus Darilion [mailto:klaus.mailinglists@pernau.at]
> >> Sent: Wednesday, October 11, 2006 4:14 PM
> >> To: Papadopoulos Georgios
> >> Cc: users(a)openser.org
> >> Subject: Re: [Users] How to clear the destination set for
> redirection?
> >>
> >>
> >> Hi!
> >>
> >> I do not understand why you even lookup the location if
> the call is
> >> getting redirected? What do you want to implement?
> >>
> >> btw: you could use load_contacts from LCR module if the
> contacts have
> >> different Q-value.
> >>
> >> regards
> >> klaus
> >>
> >> Papadopoulos Georgios wrote:
> >>> Hello,
> >>>
> >>> My senario is the following: userA is registered twice so
> >> after lookup
> >>> I have $ds = Contact: sip:userA@10.0.0.1:5060,
> >> sip:userA@10.0.0.2:5060
> >>> I want to add a prefix and redirect to 10.0.0.9, so I do
> >>> prefix("160000"); rewritehostport("10.0.0.9:5060");
> >>> xlog("L_DEBUG","$ds\n"); sl_send_reply("300", "Redirect");
> >>>
> >>> and I get
> >>> $ds = Contact: sip:160000userA@10.0.0.9:5060,
> >> sip:userA@10.0.0.2:5060
> >>> The second uri is causing a problem, so I need to remove it
> >> before the
> >>> redirection. I tried resetdsturi() but it did not affect the
> >>> destination set. Is there some way to keep only the first
> >> uri? Maybe
> >>> some way to clear the destination set before doing the
> redirection?
> >>>
> >>> thank you
> >>>
> >>> George
> >>>
> >>>
> >>> Disclaimer
> >>> The information in this e-mail and any attachments is
> >> confidential. It is intended solely for the attention and
> use of the
> >> named addressee(s). If you are not the intended recipient,
> or person
> >> responsible for delivering this information to the intended
> >> recipient, please notify the sender immediately. Unless
> you are the
> >> intended recipient or his/her representative you are not
> authorized
> >> to, and must not, read, copy, distribute, use or retain
> this message
> >> or any part of it. E-mail transmission cannot be guaranteed to be
> >> secure or error-free as information could be intercepted,
> corrupted,
> >> lost, destroyed, arrive late or incomplete, or contain viruses.
> >>>
> >>> _______________________________________________
> >>> Users mailing list
> >>> Users(a)openser.org
> >>> http://openser.org/cgi-bin/mailman/listinfo/users
> >>
>
>
Hello Klaus,
I know this might not make perfect sence. If the user is registered (and
if some other conditions are true that I have left out) then I want to
redirect to an Asterisk server. Maybe this is not the best way to
implement this, however shouldn't there be some way to clear the
destination set? I mean something similar to resetdsturi().
thank you
George
> -----Original Message-----
> From: Klaus Darilion [mailto:klaus.mailinglists@pernau.at]
> Sent: Wednesday, October 11, 2006 4:14 PM
> To: Papadopoulos Georgios
> Cc: users(a)openser.org
> Subject: Re: [Users] How to clear the destination set for redirection?
>
>
> Hi!
>
> I do not understand why you even lookup the location if the
> call is getting redirected? What do you want to implement?
>
> btw: you could use load_contacts from LCR module if the
> contacts have different Q-value.
>
> regards
> klaus
>
> Papadopoulos Georgios wrote:
> > Hello,
> >
> > My senario is the following: userA is registered twice so
> after lookup
> > I have $ds = Contact: sip:userA@10.0.0.1:5060,
> sip:userA@10.0.0.2:5060
> >
> > I want to add a prefix and redirect to 10.0.0.9, so I do
> > prefix("160000"); rewritehostport("10.0.0.9:5060");
> > xlog("L_DEBUG","$ds\n"); sl_send_reply("300", "Redirect");
> >
> > and I get
> > $ds = Contact: sip:160000userA@10.0.0.9:5060,
> sip:userA@10.0.0.2:5060
> >
> > The second uri is causing a problem, so I need to remove it
> before the
> > redirection. I tried resetdsturi() but it did not affect the
> > destination set. Is there some way to keep only the first
> uri? Maybe
> > some way to clear the destination set before doing the redirection?
> >
> > thank you
> >
> > George
> >
> >
> > Disclaimer
> > The information in this e-mail and any attachments is
> confidential. It is intended solely for the attention and use
> of the named addressee(s). If you are not the intended
> recipient, or person responsible for delivering this
> information to the intended recipient, please notify the
> sender immediately. Unless you are the intended recipient or
> his/her representative you are not authorized to, and must
> not, read, copy, distribute, use or retain this message or
> any part of it. E-mail transmission cannot be guaranteed to
> be secure or error-free as information could be intercepted,
> corrupted, lost, destroyed, arrive late or incomplete, or
> contain viruses.
> >
> >
> > _______________________________________________
> > Users mailing list
> > Users(a)openser.org
> > http://openser.org/cgi-bin/mailman/listinfo/users
>
>
Hello Users..
Is XMPP module in OpenSER 1.1.0 , is there or not.....
When search in openser.org in 1.1.x modules.. I didn't see it.
But I Seen in 1.2.0 modules.
Is the 1.2.0 full pledged stable or Not.....
Please tel
--
Thanks and Regards
Ravi Prakash Sunkara
ravi.sunkara(a)hyperion-tech.com
M:+91 9985077535
O:+91 40 23114549
F:+91 40 40208727
ravi.sunkara(a)hyperion-tech.com
www.hyperion-tech.com
Hello,
My senario is the following: userA is registered twice so after lookup I
have
$ds = Contact: sip:userA@10.0.0.1:5060, sip:userA@10.0.0.2:5060
I want to add a prefix and redirect to 10.0.0.9, so I do
prefix("160000");
rewritehostport("10.0.0.9:5060");
xlog("L_DEBUG","$ds\n");
sl_send_reply("300", "Redirect");
and I get
$ds = Contact: sip:160000userA@10.0.0.9:5060, sip:userA@10.0.0.2:5060
The second uri is causing a problem, so I need to remove it before the
redirection. I tried resetdsturi() but it did not affect the destination
set. Is there some way to keep only the first uri? Maybe some way to
clear the destination set before doing the redirection?
thank you
George
Disclaimer
The information in this e-mail and any attachments is confidential. It is intended solely for the attention and use of the named addressee(s). If you are not the intended recipient, or person responsible for delivering this information to the intended recipient, please notify the sender immediately. Unless you are the intended recipient or his/her representative you are not authorized to, and must not, read, copy, distribute, use or retain this message or any part of it. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.
Hello all,
I just updated the SST module to be fully compliant with the RFC. Here
is a list of the biggest changes:
1) The script function sstCheckMin() will now add the Min-SE: header and send
the 422 reply if the Session-Expire: header in the INVITE is too small. (with
the argument flag set to true) The old sstCheckMin() function would return
true stating that the Min-SE: value was too small, but the RFC states the 422
reply can *not* be sent without stating your Min-SE: value.
2) The Min-SE: and the Session-Expires: headers will be updated to your min_se
value if in the initial request if too small.
3) If the UAC does not request SST support, the SST module will request it on
behave of the PROXY.
4) The PRACK issue with the dialog module has been worked around. PRACK will
clobber the dialog expires lifetime value but the SST module will fix it.
5) If the UAS does not support SST, the SST module will request the UAC
refresh on behave of the PROXY.
6) reINTITE and UPDATE are now supported as refreshers to an active timed
session.
7) The introduction of the sst flag parameter. This is keeping with the idea
that the module will not do anything to a message unless asked for by the
script (openser.cfg) file. You now have to setflag(sst_flag) just like you
have to setflag(dialog_flag) for the module to act on a message.
8) Code clean up and commenting of all functions and beefed up the user
documentation.
Hope you find this module usefull,
ronw (karwin)
PS: this is a re-post to the user list, the first one did not make it.
--
Ron Winacott - SOMA Networks, Inc.
---
A bad xhost is a good thing to waste, here have a cookie!
-- Brian Onn
Hi,
I want to enable accounting on ser and it should store on mysql
database.
Could you please help me in doing so?
I am using ser-0.9.6-1 with mysql. It is working fine but I want to
have accounting as well.
Please help me.
Thanks,
Ranjeet
The information contained in, or attached to, this e-mail, contains confidential information and is intended solely for the use of the individual or entity to whom they are addressed and is subject to legal privilege. If you have received this e-mail in error you should notify the sender immediately by reply e-mail, delete the message from your system and notify your system manager. Please do not copy it for any purpose, or disclose its contents to any other person. The views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of the company. The recipient should check this e-mail and any attachments for the presence of viruses. The company accepts no liability for any damage caused, directly or indirectly, by any virus transmitted in this email.
www.aztecsoft.com