>
>
> El Wednesday 19 December 2007 13:20:07 I?aki Baz Castillo escribi?:
> > El Wednesday 19 December 2007 13:15:35 David Villasmil Govea escribi?:
> > > What's the difference between
> > >
> > > setbflag and setflag
> > > ??
> >
> > http://www.openser.org/dokuwiki/doku.php/utils:flags
>
> Note that if you use setbflag into a "route" you set the bflag for ALL the
> branches (there could be more than one branch because pararell forking and
> so).
>
> If you want to set bflag just for a branch you should use "setbflag"
> into "branch_route".
>
> And NEVER do "isbflagset" into a "route" since the result can be
> unexpectable
> (if a branch has that bflag active and other one not active, "isbflagset"
> in "route" could return 1 or 0 depending on which branch examinates
> before).
>
>
I ask, because i had this cfg file that was working perfectly with
nat/rtpproxy. I replace it with a new cfg that was using bflag instead of
flag. client-rtpproxy-client rtps stopped working. When i replace those
bflags with regular flags it started working again!...
Also, as i read there, "per branch" means each location... talking about
location, is there a reason a client would have 98 almost exactly alike
locations? but for the id, they're the same... weird. And i started seeing
lots of "max branch exceeded" on the syslog. We do not limit branches
because a client could have his softphone and ata logged in...
thanks a lot
Hi
I am trying to get presence working and getting the
following error. Can anyone suggest what it wrong? I
am using openser 1.2.2 notls and xlite and eyebeam for
testing.
Dec 19 17:11:47 esosser openser[22325]: PRESENCE:
generate_ETag: etag= a.1198083751.22325.1 / 20
Dec 19 17:11:47 esosser openser[22325]: PRESENCE:
handle_publish: No E-Tag and no body present
Dec 19 17:11:47 esosser openser[22325]: PRESENCE:
handle_publish: ERROR occured
Regards
Jon
__________________________________________________________
Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com
Hi,
Further to my previous email, there is another problem for which I
need help. While trying to add MySQL support, I could not find the
file src/sip_router/Makefile (as asked in the Getting started document
(http://siprouter.onsip.org/doc/gettingstarted/ch11s05.html). The
Makefile for the SER in the base directory (/lhome/.../ser/Makefile)
does not refer to MySQL in the exclude_modules line (Note the ? after
exclude_modules). Here is the excerpt from the Makefile:
# if not set on the cmd. line or the env, exclude this modules:
exclude_modules?= cpl ext extcmd \
postgres snmp \
im \
jabber mysql \
cpl-c \
auth_radius
group_radius uri_radius avp_radius \
pa
Does that mean that MySQL is already installed? How can I check if
MySQL is already installed on my machine? I also found the following
code in the Makefile but I am not sure what it means.
.PHONY: dbinstall
dbinstall:
-@echo "Initializing ser database"
scripts/ser_mysql.sh create
-@echo "Done"
.
.
.
I'd be very grateful if anyone could help.
Frq
Great job, Iancu. It is what I really needed. I tried to use the 'dialog' module and the
session was torn down without any problems. Perfect.
I have just one more question. I would like to log the generated BYE in ACC. Is it possible when OpenSER receive this BYE request from FIFO?
Thanks a lot again
bruno
----- Mensagem original ----
De: Bogdan-Andrei Iancu <bogdan(a)voice-system.ro>
Para: Bruno Machado <bsmufu(a)yahoo.com.br>
Cc: users(a)lists.openser.org
Enviadas: Segunda-feira, 17 de Dezembro de 2007 11:19:29
Assunto: Re: [OpenSER-Users] FIFO / SEMS
Hi Bruno,
In OpenSER 1.3 "BlackCat", the "dialog" module provides a way to
terminate an ongoing dialog. See the generic docs:
http://www.openser.org/docs/modules/1.3.x/dialog.html
and about sending BYEs:
http://www.openser.org/docs/modules/1.3.x/dialog.html#AEN461
Regards,
bogdan
Bruno Machado wrote:
> Hi all
>
> I am reading about FIFO and I am wandering in my thoughts, searching
> for a solution
> that tear down a session. I don't want to use Asterisk anymore for
> this purpose.
> Can I send a BYE message through FIFO? Should I use "t_uac_dlg"? I
was
> reading
> about "t_uac_cancel" but it generates a CANCEL and, of course, it
> won't resolve the problem.
>
> I didn't install SEMS yet. So, I would like to know if someone uses
> this software
> (OpenSER + SEMS) within this purpose. This link:
>
>
http://svn.berlios.de/wsvn/sems/trunk/doc/Readme.sw_prepaid_sip?op=file&rev…
>
<http://svn.berlios.de/wsvn/sems/trunk/doc/Readme.sw_prepaid_sip?op=file&rev…>
>
> has this:
>
> "When the call duration exceeds the credit, the call is terminated by
> SEMS."
>
>
> So, I can realize it sends a BYE to OpenSER through FIFO and it will
be
> forwarded to the voip devices. Am I right? I will try to use the
> 't_uac_dlg' now.
> Any comments are welcome.
>
> Cheers
> Bruno Machado
>
>
>
>
------------------------------------------------------------------------
> Abra sua conta no Yahoo! Mail
>
<http://br.rd.yahoo.com/mail/taglines/mail/*http://br.mail.yahoo.com/>,
> o único sem limite de espaço para armazenamento!
>
------------------------------------------------------------------------
>
> _______________________________________________
> Users mailing list
> Users(a)lists.openser.org
> http://lists.openser.org/cgi-bin/mailman/listinfo/users
>
Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento!
http://br.mail.yahoo.com/
Hello,
i am pleased to announce, that OpenSER has been approved as a part of
Fedora distribution.
openser-1.3.0 is ready in fedora-7-testing and fedora-8-testing
repository. It will be moved to stable after aprox. a week.
If you have openser < 1.3.0 installed on your fedora or EPEL, please turn
off your automatic updates or update it manually before the final release.
Follow these steps to update:
read upgrading guide at:
http://openser.org/dokuwiki/doku.php/install:1.2.2-to-1.3.0
run this command:
yum --enablerepo=updates-testing update 'openser*'
check your configuration files and just then restart openser
Jan ONDREJ (SAL)
PS: I am not a member of this mailinglist. If you wish to reply, please
send email directly to me.
Hello all,
Anyone know how to connect a nokia e61 to openser? I've configured it
to connect to asterisk and no problem whatsoever.... but seems impossible to
connect to openser 1.2
Cheers
David