[OpenSIPS-Users] Fwd: [CFP] FOSDEM 2020, RTC devroom, speakers, volunteers neeeded

2019-10-28 Thread fosdem-rtc-admin
FOSDEM - Real Time Communications devroom CfP
=

Overview


[FOSDEM](https://fosdem.org) is one of the world's premier meetings of
free software developers, with over five thousand people attending each
year. FOSDEM 2020 takes place 1-2 February 2020 in Brussels, Belgium.

This document contains information about:

-   Real-Time Communications developer room (devroom) and lounge
-   speaking opportunities
-   volunteering in the devroom and lounge
-   social events (the legendary FOSDEM Beer Night and Saturday night
dinners provide endless networking opportunities)
-   the Planet aggregation sites for RTC blogs

**NEW:** Save yourself entering Free-RTC events and CFP deadlines into
your calendar and task list, follow our iCalendar feed:
https://freertc.org/events.ics

Call for participation - Real Time Communications (RTC)
---

The Real-Time devroom and Real-Time lounge are about all things
involving real-time communication, including: XMPP, SIP, WebRTC,
telephony, mobile VoIP, codecs, peer-to-peer, privacy and encryption.

**We are looking for speakers for the devroom and volunteers and
participants for the tables in the Real-Time lounge.**

The devroom is only on Sunday, 2nd of February 2020. The lounge will be
present for both days.

To discuss the devroom and lounge, please join the [Free-RTC mailing
list](http://lists.freertc.org/mailman/listinfo/discuss).

### Speaking opportunities

Note: if you used FOSDEM Pentabarf before, please use the same
account/username

Real-Time Communications devroom: deadline 23:59 UTC on 15th of
December. Please use the
[Pentabarf](https://penta.fosdem.org/submission/FOSDEM20/) system to
submit a talk proposal for the devroom. On the "General" tab, please
look for the "Track" option and choose "Real Time Communications
devroom".

Other devrooms and lightning talks: some speakers may find their topic
is in the scope of more than one devroom. It is encouraged to apply to
more than one devroom and also consider proposing a lightning talk, but
please be kind enough to tell us if you do this by filling out the notes
in the form. Here you can find the [full list of
devrooms](https://www.fosdem.org/2020/schedule/tracks/) and here you can
apply for a [lightning talk](https://fosdem.org/submit).

### First-time speaking?

FOSDEM devrooms are a welcoming environment for people who have never
given a talk before. Please feel free to contact the devroom
administrators personally if you would like to ask any questions about
it.

### Submission guidelines

The Pentabarf system will ask for many of the essential details. Please
remember to re-use your account from previous years if you have one.

In the "Submission notes", please tell us about:

-   The purpose of your talk
-   Any other talk applications (devrooms, lightning talks, main track)
-   Availability constraints and special needs

You can use HTML and links in your bio, abstract and description.

If you maintain a blog, please consider providing us with the URL of a
feed with posts tagged for your RTC-related work.

We will be looking for relevance to the conference and devroom themes,
presentations aimed at developers of free and open source software about
RTC-related topics.

Please feel free to suggest a duration between 20 minutes and 55 minutes
but note that the final decision on talk durations will be made by the
devroom administrators based on the number of received proposals. As the
two previous devrooms have been combined into one, we may decide to give
shorter slots than in previous years so that more speakers can
participate.

Please note FOSDEM aims to record and live-stream all talks. The CC-BY
license is used.

Volunteers needed
-

To make the devroom and lounge run successfully, we are looking for
volunteers:

-   FOSDEM provides video recording equipment and live streaming,
volunteers are needed to assist in this
-   Organizing one or more restaurant bookings (dependending upon number
of participants) for the evening of Saturday, 1 February
-   Participation in the Real-Time lounge
-   Circulating this Call for Participation to other mailing lists

Social events and dinners
-

The traditional FOSDEM beer night occurs on Friday, 31st of January.

On Saturday night, there are usually dinners associated with each of the
devrooms. Most restaurants in Brussels are not so large so these dinners
have space constraints and reservations are essential. Please subscribe
to the [Free-RTC mailing
list](http://lists.freertc.org/mailman/listinfo/discuss) for further
details about the Saturday night dinner options and how you can register
for a seat.

Related events around FOSDEM


As per usual, the [XMPP
Summit](https://wiki.xmpp.org/web/Conferences/Summit_24) is happening
ahead of FOSDEM. This time it will take place on the 30th and 31st of

Re: [OpenSIPS-Users] E_DLG_STATE_CHANGED in event route

2016-03-07 Thread Admin
Thanks so much.



___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] E_DLG_STATE_CHANGED in event route

2016-03-06 Thread Admin
Hi all,

I want to track dialog state change using event_route but i am not
getting anything in the log file. The way i understand it is when the
dialog state changes, the event E_DLG_STATE_CHANGED is triggered, and
putting that in the event_route block, i should see it but it's not
showing in the log file. 

What am i missing? Thank you.

event_route[E_DLG_STATE_CHANGED] {
xlog("Dialog state changed\n");
}

I am running opensips 2.1.2 on debian 8 64bit.

=

loadmodule "dialog.so"
modparam("dialog", "dlg_match_mode", 1)
modparam("dialog", "default_timeout", 14400)  # 4 hours timeout
modparam("dialog", "db_mode", 1)
modparam("dialog", "db_update_period", 60)
modparam("dialog", "db_url",
"mysql://opensips:opensipsrw@localhost/opensips") # CUSTOMIZE ME


# create dialog with timeout
if ( !create_dialog("B") ) {
send_reply("500","Internal Server Error");
exit;
}


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] WARNING:core:handle_timer_job

2015-10-14 Thread Admin
Thank you for taking the time to respond to my post. Yes. These are the
only warnings I am getting. I will try to increase the number of
opensips processes and see what happens.


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] WARNING:core:handle_timer_job

2015-10-10 Thread Admin
Hi,
 I am getting the following warnings in the opensips.log when running a
load of around 100 calls per second with a call duration of 10sec. No
RTP media. The calls are executed in a local network. I am using
OpenSIPS (2.1.0 (x86_64/linux)) on Debian 8.2.

What do the warnings mean? is there some configuration changes i need to
make to fix this.

Thanks in advance.

--

Oct 10 12:18:02 everest /usr/local/opensips/sbin/opensips[2536]:
WARNING:core:handle_timer_job: timer job  has a 10 us
delay in execution
Oct 10 12:19:42 everest /usr/local/opensips/sbin/opensips[2538]:
WARNING:core:handle_timer_job: utimer job  has a 7 us
delay in execution
Oct 10 12:19:42 everest /usr/local/opensips/sbin/opensips[2540]:
WARNING:core:handle_timer_job: utimer job  has a 4 us
delay in execution
Oct 10 12:19:47 everest /usr/local/opensips/sbin/opensips[2537]:
WARNING:core:handle_timer_job: utimer job  has a 2 us
delay in execution



___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Plan for releasing OpenSIPS 2.1.1

2015-08-18 Thread Admin
Hi Bogdan,
 Sorry for sending this on the eve of the new release. I opened a
feature request a couple of weeks ago with regards to perl_exec() not
accepting a variable as a parameter and wondering if the fix is included
in the new release.
Feature request #594 (perl_exec() does not accept variable as a
parameter).


Thank you.


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] OpenSIPS control panel 6.1 php version???

2015-08-17 Thread Admin
Hi,
 I have installed opensips-cp 6.1 but got all kinds of warnings even
with the php error reporting set to minimal. I had opensips-cp running
fine before upgrading to Debian Jessie, which comes with php 5.6.9. 
I am running OpenSIPS (2.1.0 (x86_64/linux))

What php version shall i be using with opensips-cp 6.1?

Thanks.



___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] OpenSIPS control panel 6.1 php version???

2015-08-17 Thread Admin
Hi,
 I have installed opensips-cp 6.1 but got all kinds of warnings even
with the php error reporting set to minimal. I had opensips-cp running
fine before upgrading to Debian Jessie, which comes with php 5.6.9. 
I am running OpenSIPS (2.1.0 (x86_64/linux))

What php version shall i be using with opensips-cp 6.1?

Thanks.

-

Warning: Creating default object from empty value
in /var/www/opensips-cp/config/db.inc.php on line 25

Warning: Cannot modify header information - headers already sent by
(output started at /var/www/opensips-cp/config/db.inc.php:25)
in /var/www/opensips-cp/web/login.php on line 108


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] perl_exec parameter variable issue

2015-08-06 Thread Admin
Hi,
 When passing a variable to perl_exec as a parameter, i received a
parsing error in the opensips log and won't start. Here is what I am
doing inside the opensips config. file

$var(duration) = $DLG_lifetime;
perl_exec(update_user_balance, $var(duration));

It seems that it wants the parameter in quotes ($var(duration)) but i
don't get the variable value when i pass it in quotes. 

There was a similar problem posted in the archives but no solution was
presented. 

Any suggestion on how to work this around is very appreciated. May be
something similar to dialogue lifetime from the OPENSIPS Perl API.

I am running OpenSIPS (2.1.0 (x86_64/linux)).

Thanks.



___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Failure when converting floating point to int

2015-08-05 Thread Admin
That worked. Thanks.


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] Failure when converting floating point to int

2015-08-04 Thread Admin
Hi,
 I am trying to convert a floating point number to int but got empty
string. The floating point is stored as a string in redis server.

$avp(user_balance) = 23.55;
xlog(L_INFO, User balance is $(avp(user_balance){s.int})\n);

The output is:

Aug  4 18:13:25 /usr/local/opensips/sbin/opensips[13031]: User balance
is

i need to convert the user balance to int.
What am i doing wrong?

I am running OpenSIPS (2.1.0 (x86_64/linux)).

Thanks.







___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users