Hi all,
Please count me and one other in for the meal on Saturday.
See you in Brussels!
Hugh Waite

On 30 Jan 2017 11:00 a.m., <sr-users-request@lists.sip-router.org> wrote:
Send sr-users mailing list submissions to
        sr-users@lists.sip-router.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
or, via email, send a message with subject or body 'help' to
        sr-users-request@lists.sip-router.org

You can reach the person managing the list at
        sr-users-owner@lists.sip-router.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of sr-users digest..."


Today's Topics:

   1. Diversion Header - relay messed up (Roman Dissauer)
   2. Re: dlg_set_timeout bye to websockets client (Switch168)
   3. Presence Module do not load db_url (Vu. Minh Cao)
   4. Re: FOSDEM 2017 (Giacomo Vacca)
   5. Re: Replace old registration record with new one while
      keeping single AOR per contact (Federico Cabiddu)
   6. Re: Replace old registration record with new one while
      keeping single AOR per contact (Aqs Younas)
   7. Re: mhomed opened sockets (Diego Nadares)
   8. Re: [sr-dev] FOSDEM 2017 (Daniel-Constantin Mierla)
   9. Re: FOSDEM 2017 (Ivan Todorov)
  10. Re: [Kamailio-Business] [sr-dev] FOSDEM 2017 (Alexandr Dubovikov)


----------------------------------------------------------------------

Message: 1
Date: Sun, 29 Jan 2017 18:42:23 +0100
From: Roman Dissauer <roman@dissauer.net>
To: sr-users@lists.sip-router.org
Subject: [SR-Users] Diversion Header - relay messed up
Message-ID: <DB3FC45E-ACCE-426E-B662-031909F6BA40@dissauer.net>
Content-Type: text/plain; charset=utf-8

When I get an INVITE with Diversion Header the Request is forwarded without Diversion Header and the Request User is taken from Diversion User.
Problem is that on the Destination Host I cannot get original Request User what is the intended destination!
Is this intended behaviour? How can I change this behaviour?

I already tried to delete the Diversion Header on request_route but this didn’t change the behaviour.

Thanks in andvance for your help!
Roman

Here The INVITEs with x.x.x.x as Kamailio external IP and y.y.y.y as Carrier IP

Incoming INVITE:

INVITE sip:+43123456789@x.x.x.x:5060 SIP/2.0.
Via: SIP/2.0/UDP y.y.y.y:5060;branch=z9hG4bK02B7871714d9345f843.
From: <sip:+43987654321@y.y.y.y>;tag=gK022ac5cb.
To: <sip:436761234567@x.x.x.x>.
Call-ID: 906143813_44460603@y.y.y.y.
CSeq: 28100 INVITE.
Max-Forwards: 19.
Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS.
Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay,  multipart/mixed.
Contact: <sip:+43987654321@y.y.y.y:5060>.
P-Asserted-Identity: <sip:+43987654321@y.y.y.y:5060>.
Diversion: <sip:+436761234567@y.y.y.y:5060>;privacy=full;screen=no; reason=unconditional; counter=1.
Supported: timer,100rel.
Session-Expires: 1800.
Min-SE: 90.
Content-Length:  260.
Content-Disposition: session; handling=required.
Content-Type: application/sdp.
...


Relayed INVITE:

INVITE sip:436761234567@x.x.x.x:5060 SIP/2.0.
Record-Route: <sip:10.23.101.1;r2=on;lr=on;ftag=gK022ac5cb>.
Record-Route: <sip:x.x.x.x;r2=on;lr=on;ftag=gK022ac5cb>.
Via: SIP/2.0/UDP 10.23.101.1;branch=z9hG4bK8582.4fc0216dbecafde29127db502993222c.0.
Via: SIP/2.0/UDP y.y.y.y:5060;rport=5060;branch=z9hG4bK02B7871714d9345f843.
From: <sip:+43987654321@y.y.y.y>;tag=gK022ac5cb.
To: <sip:436761234567@x.x.x.x>.
Call-ID: 906143813_44460603@y.y.y.y.
CSeq: 28100 INVITE.
Max-Forwards: 18.
Allow: INVITE,ACK,CANCEL,BYE,REGISTER,REFER,INFO,SUBSCRIBE,NOTIFY,PRACK,UPDATE,OPTIONS.
Accept: application/sdp, application/isup, application/dtmf, application/dtmf-relay,  multipart/mixed.
Contact: <sip:+43987654321@y.y.y.y:5060>.
P-Asserted-Identity: <sip:+43987654321@y.y.y.y:5060>.
Supported: timer,100rel.
Session-Expires: 1800.
Min-SE: 90.
Content-Length:  274.
Content-Disposition: session; handling=required.
...







------------------------------

Message: 2
Date: Sun, 29 Jan 2017 18:21:37 +0000
From: Switch168 <team@switch168.com>
To: "Kamailio (SER) - Users Mailing List"
        <sr-users@lists.sip-router.org>, miconda@gmail.com
Subject: Re: [SR-Users] dlg_set_timeout bye to websockets client
Message-ID:
        <CAJ4KJRjeZT++vYWkfnY10WnkWztpVtpSV700TW0ebh7z+jRAEg@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi Daniel,


For anyone else who might run into this issue I found
https://github.com/kamailio/kamailio/issues/85 to be related to mine. And
its a good a starting point.

Cheers
Andrew




On Fri, Jan 27, 2017 at 10:47 AM Switch168 <team@switch168.com> wrote:

> HI Daniel,
>
> modparam("dialog", "dlg_flag", 4) modparam("dialog", "send_bye", 1)
> modparam("dialog", "timeout_noreset", 1)
>
> So regular bye's by useragent i can succesfully relay to this
> <sip:6gjlmali@ec2c66jsa0ei.invalid;transport=ws>
> style of uri by using this snippet below
>
> # Handle requests within SIP dialogs
> route[WITHINDLG] {
>   if(is_method("BYE")) {
>     xlog("DEBUG: Received BYE");
>     route(NATDETECT);
>     loose_route();
>     dlg_manage();
>     t_check_trans();
>     handle_ruri_alias();
>     rtpengine_delete();
>     route(RELAY);
>     exit;
>   }
> ...
>
> But the byes that are sent out by dlg_set_timeout("$var(timer)") gives out
> error cannot resolve
> the random.uri and I don't know how to fix the bye before it get sent out.
>
> Thanks
> Andrew
>
>
>
>
>
>
>
>
> On Fri, Jan 27, 2017 at 12:15 AM, Daniel-Constantin Mierla <
> miconda@gmail.com> wrote:
>
> Hello,
>
> isn't the dialog module setting the right value there? What function are
> you using to update the contact?
>
> Cheers,
> Daniel
>
> On 27/01/2017 06:01, Andrew Tan wrote:
>
> Hello,
>
> Just wondering if it's possible to intercept the bye message that
> dlg_set_timeout sends out to do some nat_helper function to fix it so the
> bye can be sent to random.invalid uris.
>
> I know there is the edge proxy outbound module but wondering if I can do
> it without.
>
> Regular bye between 2 clients i was able intercept and fix with nat helper
> but I dont know how to fix the byes that is sent out from dlg_set_timeout
> function.
>
> Thanks in advance!
> Andrew
>
>
>
> _______________________________________________
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
> --
> Daniel-Constantin Mierlawww.twitter.com/miconda -- www.linkedin.com/in/miconda
> Kamailio Advanced Training - Mar 6-8 (Europe) and Mar 20-22 (USA) - www.asipto.com
> Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com
>
>
> _______________________________________________
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20170129/495092d1/attachment-0001.html>

------------------------------

Message: 3
Date: Mon, 30 Jan 2017 01:34:04 +0700
From: "Vu. Minh Cao" <cmv.ict@gmail.com>
To: sr-users@lists.sip-router.org
Subject: [SR-Users] Presence Module do not load db_url
Message-ID: <01426AE7-8FFE-4DD7-9109-F1D25E9675D3@gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi,

I got error when loading presense module in Kamailio 4.4:

[Configure]
loadmodule "presence.so"
  modparam("presence", "db_url", "mysql://kamailio:kamailiorw@127.0.0.1/kamailio")


[Error]
ERROR: presence [presence.c:608]: fixup_presence(): Bad config - you can not call 'handle_publish' function (db_url not set)

Which is really strange since according to the source code this error just occurs if “db_url” is not set.

I already checked my database also, I can access mysql with about username/password.

Yours sincerely,


Vu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20170130/a01453a5/attachment-0001.html>

------------------------------

Message: 4
Date: Sun, 29 Jan 2017 19:48:45 +0000
From: Giacomo Vacca <giacomo.vacca@gmail.com>
To: "Kamailio (SER) - Users Mailing List"
        <sr-users@lists.sip-router.org>
Subject: Re: [SR-Users] FOSDEM 2017
Message-ID:
        <CAO6UKa2MO=vZgsew+bZmNP3823fhVQHiX5xhjcuJZGbAerw5iw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

I'd be glad to join you; please count me in.

Cheers,
Giacomo

On Tue, 24 Jan 2017 at 15:05, Daniel-Constantin Mierla <miconda@gmail.com>
wrote:

> Hello,
>
>
>
> anyone else interested in having a dinner event at Fosdem?
>
>
>
> Soon there has to be a decision and hopefully Torrey (cc-ed) can help
>
> again like last year.
>
>
>
> Cheers,
>
> Daniel
>
>
>
>
>
> On 22/01/2017 13:40, DanB wrote:
>
> > Hey Daniel,
>
> >
>
> > if anything to be reserved, please count us also in. Will come back
>
> > regarding number of seats but just to be aware that we are interested
>
> > to join the dinner.
>
> >
>
> > Thanks!
>
> >
>
> > DanB
>
> >
>
> > _______________________________________________
>
> > SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
>
> > sr-users@lists.sip-router.org
>
> > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
>
> --
>
> Daniel-Constantin Mierla
>
> www.twitter.com/miconda -- www.linkedin.com/in/miconda
>
> Kamailio Advanced Training - Mar 6-8 (Europe) and Mar 20-22 (USA) -
> www.asipto.com
>
> Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com
>
>
>
>
>
> _______________________________________________
>
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
>
> sr-users@lists.sip-router.org
>
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20170129/9a5bd683/attachment-0001.html>

------------------------------

Message: 5
Date: Sun, 29 Jan 2017 20:59:28 +0100
From: Federico Cabiddu <federico.cabiddu@gmail.com>
To: "SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) -
        Users Mailing List" <sr-users@lists.sip-router.org>
Subject: Re: [SR-Users] Replace old registration record with new one
        while keeping single AOR per contact
Message-ID:
        <CAFOaF_hhvS6=r_mcVT6kBb_ssjJaePorW=z9xF-VMqy=LuRs5A@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi,
you can use the flag "0x04" when calling save():
http://www.kamailio.org/docs/modules/4.4.x/modules/registrar.html#registrar.f.save

Regards,

Federico


On 28 Jan 2017 20:13, "Aqs Younas" <aqsyounas@gmail.com> wrote:

> Greetings list,
> I want to keep single AOR per contact. If new regitration comes i want to
> replace the old record with new.
> Suppose User Alice registers from device A and after certain time it try
> to register from device B. I want Registration from device B to replace A.
> Any pointer is mush appreciated.
>
> Cheers,
> Aqs
>
> _______________________________________________
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20170129/6b1b8d04/attachment-0001.html>

------------------------------

Message: 6
Date: Sun, 29 Jan 2017 20:11:24 +0000
From: Aqs Younas <aqsyounas@gmail.com>
To: "Kamailio (SER) - Users Mailing List"
        <sr-users@lists.sip-router.org>
Subject: Re: [SR-Users] Replace old registration record with new one
        while keeping single AOR per contact
Message-ID:
        <CAGVOjVWSBJ3-sd0AkTTyVVZo3HC6OY+cZxRJ0bP62T3TWc0cqQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Thank You for your time. I figured it out later.
Another question can i remove a specific contact from kamailio with
db_mode=2 whereas max contacts per AOR set to 2 or replace only a specific
contact in this case?


On Mon, Jan 30, 2017 at 12:59 AM Federico Cabiddu <
federico.cabiddu@gmail.com> wrote:

> Hi,
> you can use the flag "0x04" when calling save():
> http://www.kamailio.org/docs/modules/4.4.x/modules/registrar.html#registrar.f.save
>
> Regards,
>
> Federico
>
>
> On 28 Jan 2017 20:13, "Aqs Younas" <aqsyounas@gmail.com> wrote:
>
> Greetings list,
> I want to keep single AOR per contact. If new regitration comes i want to
> replace the old record with new.
> Suppose User Alice registers from device A and after certain time it try
> to register from device B. I want Registration from device B to replace A.
> Any pointer is mush appreciated.
>
> Cheers,
> Aqs
>
> _______________________________________________
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
> _______________________________________________
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20170129/462ca3fb/attachment-0001.html>

------------------------------

Message: 7
Date: Sun, 29 Jan 2017 21:26:15 -0300
From: Diego Nadares <dnadares@gmail.com>
To: "Kamailio (SER) - Users Mailing List"
        <sr-users@lists.sip-router.org>,  Daniel-Constantin Mierla
        <miconda@gmail.com>
Subject: Re: [SR-Users] mhomed opened sockets
Message-ID:
        <CAP-r+eq+GEg9M5if6Pqci1zwtis_Rcc+gH=S=HT+oi7dSOY=8g@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi Daniel,

Thanks for your answer. My question was more related to why kamailio opens
those extra sockets also when it's not sending any data. Is that the normal
behavior?

You are right, i will read netstat's manual for how long and why keeps
those sockets opened.

Thanks again!

Diego

El vie, 27 de ene. de 2017 a las 05:14, Daniel-Constantin Mierla <
miconda@gmail.com> escribió:

> Hello,
>
> I am not sure what ESTABLISHED is meant by netstat for UDP sockets,
> because there is no connection defined for UDP (datagram socket is kind of
> shoot and forget) -- maybe it track that there was some traffic and
> remembers that for a while. Perhaps reading the manual of netstat will help
> to understand better.
>
> Cheers,
> Daniel
>
> On 26/01/2017 22:03, Diego Nadares wrote:
>
> Hi list,
>
> Any help on this?
>
> Cheers.
>
> Diego.
>
>
>
> 2017-01-25 16:29 GMT-03:00 Diego Nadares <dnadares@gmail.com>:
>
> Hi Guys,
>
> We have two network interfaces. One public and one private. We had enabled
> mhomed and works great BUT if we do a netstat -naup | grep 5060 we see that
> some sockets keeps opened also when the call is finished. The source port
> in netstat it's not 5060 so I suppose that kamailio use another one for
> something else.
>
> Is this the right behavior? How long does this sockets remain opened? Are
> we missing something in our cfg?
>
> 6 2017-01-25 15:52:04.986651 172.16.213.38 172.16.200.159 SIP/SDP 146 Request:
> INVITE sip:xxx@172.16.200.159:5060
> 34 2017-01-25 15:52:19.636895 172.16.213.38 172.16.200.159 SIP 716 Request:
> ACK sip:xxx@172.16.200.159:5060 |
> 37 2017-01-25 15:54:38.947831 172.16.208.111 172.16.213.38 SIP 736 Request:
> BYE sip:127.0.0.8:5060;line=sr-987jhlk* |
> 40 2017-01-25 15:54:38.950899 172.16.213.38 172.16.200.159 SIP 660 Request:
> BYE sip:172.16.208.111:5060 |
>
> [root@dwrfsd01 kamailio]# netstat -naup | grep 5060
> udp        0      0 172.16.213.38:*56086* <http://172.16.213.38:56086>
>   172.16.200.159:5060     ESTABLISHED 17015/kamailio
> udp        0      0 172.16.213.38:5060      0.0.0.0:*
>       17006/kamailio
> udp        0      0 172.16.213.38:*41971* <http://172.16.213.38:41971>
>   172.16.200.159:5060     ESTABLISHED 17051/kamailio
> udp        0      0 172.16.213.38:*54651* <http://172.16.213.38:54651>
>   172.16.200.159:5060     ESTABLISHED 17008/kamailio
>
> Thanks in advance!
>
> Diego.
>
>
>
>
> _______________________________________________
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
> --
> Daniel-Constantin Mierlawww.twitter.com/miconda -- www.linkedin.com/in/miconda
> Kamailio Advanced Training - Mar 6-8 (Europe) and Mar 20-22 (USA) - www.asipto.com
> Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com
>
> _______________________________________________
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20170129/95b1bd05/attachment-0001.html>

------------------------------

Message: 8
Date: Mon, 30 Jan 2017 08:00:53 +0100
From: Daniel-Constantin Mierla <miconda@gmail.com>
To: Alexandr Dubovikov <alexandr.dubovikov@gmail.com>, "Kamailio (SER)
        - Development Mailing List" <sr-dev@lists.sip-router.org>
Cc: "Kamailio \(SER\) - Users Mailing List"
        <sr-users@lists.sip-router.org>, "business@lists.kamailio.org"
        <business@lists.kamailio.org>
Subject: Re: [SR-Users] [sr-dev] FOSDEM 2017
Message-ID: <74d010c4-26bd-152c-da06-27659d4a01ec@gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello,

this afternoon we should have a fair estimation of the number of persons
to attend, so Torrey can make the reservation. How many should be
counted for you?

Cheers,
Daniel


On 20/01/2017 11:38, Alexandr Dubovikov wrote:
> Hi Daniel,
>
> IMHO we can do like last year. It was good organized.
>
> Wbr,
> Alexandr
>
> On 20 January 2017 at 11:00, Daniel-Constantin Mierla
> <miconda@gmail.com <mailto:miconda@gmail.com>> wrote:
>
>     Hello,
>
>     another edition of FOSDEM is approaching, about 2 weeks left:
>
>       - https://fosdem.org/2017/
>
>     Couple of devs and many Kamailio friends will be around.
>
>     Like past year, there is a Realtime Communications devroom, this
>     edition
>     on Sunday. Very interesting presentation for our ecosystem: Olle
>     giving
>     a presentation about IPv4/IPv6, Inaki introducing its SFU media server
>     project, Jose talking about JsSIP, Daniel debating about fundraising
>     FreeRTC, Lorenzo with Janus SIP-WebRTC gateway, the other Lorenzo with
>     Homer Sipcature, Saul with Jitsi, Dan with cgrates, Matt with
>     Asterisk,
>     Giovanni with FreeSwitch... Schedule at:
>
>       -
>     https://fosdem.org/2017/schedule/track/real_time_communications/
>     <https://fosdem.org/2017/schedule/track/real_time_communications/>
>
>     On Sunday morning, part of Lua devroom, I will present about using Lua
>     for building RTC services with Kamailio:
>
>       - https://fosdem.org/2017/schedule/track/lua/
>     <https://fosdem.org/2017/schedule/track/lua/>
>       - https://fosdem.org/2017/schedule/event/luartcserviceskamailio/
>     <https://fosdem.org/2017/schedule/event/luartcserviceskamailio/>
>
>     During the past editions we organized a dinner on Saturday evening.
>     Shall we attempt to do it again in advance this year? Or should we
>     do it
>     on spot based on the weather and mood at the end of Saturday?
>
>     Cheers,
>     Daniel
>
>     --
>     Daniel-Constantin Mierla
>     www.twitter.com/miconda <http://www.twitter.com/miconda> --
>     www.linkedin.com/in/miconda <http://www.linkedin.com/in/miconda>
>     Kamailio Advanced Training - Mar 6-8 (Europe) and Mar 20-22 (USA)
>     - www.asipto.com <http://www.asipto.com>
>     Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com
>     <http://www.kamailioworld.com>
>
>
>     _______________________________________________
>     sr-dev mailing list
>     sr-dev@lists.sip-router.org <mailto:sr-dev@lists.sip-router.org>
>     http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
>     <http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev>
>
>

--
Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training - Mar 6-8 (Europe) and Mar 20-22 (USA) - www.asipto.com
Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20170130/0145644c/attachment-0001.html>

------------------------------

Message: 9
Date: Mon, 30 Jan 2017 09:18:25 +0100
From: Ivan Todorov <ivanmt@gmail.com>
To: "Kamailio (SER) - Users Mailing List"
        <sr-users@lists.sip-router.org>
Subject: Re: [SR-Users] FOSDEM 2017
Message-ID:
        <CALOXLDvUipM=RuV1xzFYc3aCGyuK64cH3MS7_qbbuyV1Xc9qkA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Count me in as well...

On 29 Jan 2017 20:49, "Giacomo Vacca" <giacomo.vacca@gmail.com> wrote:

> I'd be glad to join you; please count me in.
>
> Cheers,
> Giacomo
>
> On Tue, 24 Jan 2017 at 15:05, Daniel-Constantin Mierla <miconda@gmail.com>
> wrote:
>
>> Hello,
>>
>>
>>
>> anyone else interested in having a dinner event at Fosdem?
>>
>>
>>
>> Soon there has to be a decision and hopefully Torrey (cc-ed) can help
>>
>> again like last year.
>>
>>
>>
>> Cheers,
>>
>> Daniel
>>
>>
>>
>>
>>
>> On 22/01/2017 13:40, DanB wrote:
>>
>> > Hey Daniel,
>>
>> >
>>
>> > if anything to be reserved, please count us also in. Will come back
>>
>> > regarding number of seats but just to be aware that we are interested
>>
>> > to join the dinner.
>>
>> >
>>
>> > Thanks!
>>
>> >
>>
>> > DanB
>>
>> >
>>
>> > _______________________________________________
>>
>> > SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
>>
>> > sr-users@lists.sip-router.org
>>
>> > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>>
>>
>>
>> --
>>
>> Daniel-Constantin Mierla
>>
>> www.twitter.com/miconda -- www.linkedin.com/in/miconda
>>
>> Kamailio Advanced Training - Mar 6-8 (Europe) and Mar 20-22 (USA) -
>> www.asipto.com
>>
>> Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com
>>
>>
>>
>>
>>
>> _______________________________________________
>>
>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
>>
>> sr-users@lists.sip-router.org
>>
>> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>>
>>
> _______________________________________________
> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
> sr-users@lists.sip-router.org
> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20170130/5abd3e05/attachment-0001.html>

------------------------------

Message: 10
Date: Mon, 30 Jan 2017 09:28:09 +0100
From: Alexandr Dubovikov <shurik@start4.info>
To: miconda@gmail.com
Cc: "Kamailio \(SER\) - Users Mailing List"
        <sr-users@lists.sip-router.org>, "Kamailio \(SER\) - Development
        Mailing List" <sr-dev@lists.sip-router.org>,
        "business@lists.kamailio.org" <business@lists.kamailio.org>
Subject: Re: [SR-Users] [Kamailio-Business] [sr-dev] FOSDEM 2017
Message-ID:
        <CA+q48JFG-ny9MxKGQpdKSUnXLy8PrOAmSSapJZjkY4L-GJ5L1w@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi,

so, please count 4 persons in:

me, Torsten, Giacomo and Federico!

thank you!

Wbr,
Alexandr




On Mon, Jan 30, 2017 at 8:00 AM, Daniel-Constantin Mierla <miconda@gmail.com
> wrote:

> Hello,
>
> this afternoon we should have a fair estimation of the number of persons
> to attend, so Torrey can make the reservation. How many should be counted
> for you?
>
> Cheers,
> Daniel
>
> On 20/01/2017 11:38, Alexandr Dubovikov wrote:
>
> Hi Daniel,
>
> IMHO we can do like last year. It was good organized.
>
> Wbr,
> Alexandr
>
> On 20 January 2017 at 11:00, Daniel-Constantin Mierla <miconda@gmail.com>
> wrote:
>
>> Hello,
>>
>> another edition of FOSDEM is approaching, about 2 weeks left:
>>
>>   - https://fosdem.org/2017/
>>
>> Couple of devs and many Kamailio friends will be around.
>>
>> Like past year, there is a Realtime Communications devroom, this edition
>> on Sunday. Very interesting presentation for our ecosystem: Olle giving
>> a presentation about IPv4/IPv6, Inaki introducing its SFU media server
>> project, Jose talking about JsSIP, Daniel debating about fundraising
>> FreeRTC, Lorenzo with Janus SIP-WebRTC gateway, the other Lorenzo with
>> Homer Sipcature, Saul with Jitsi, Dan with cgrates, Matt with Asterisk,
>> Giovanni with FreeSwitch... Schedule at:
>>
>>   - https://fosdem.org/2017/schedule/track/real_time_communications/
>>
>> On Sunday morning, part of Lua devroom, I will present about using Lua
>> for building RTC services with Kamailio:
>>
>>   - https://fosdem.org/2017/schedule/track/lua/
>>   - https://fosdem.org/2017/schedule/event/luartcserviceskamailio/
>>
>> During the past editions we organized a dinner on Saturday evening.
>> Shall we attempt to do it again in advance this year? Or should we do it
>> on spot based on the weather and mood at the end of Saturday?
>>
>> Cheers,
>> Daniel
>>
>> --
>> Daniel-Constantin Mierla
>> www.twitter.com/miconda -- www.linkedin.com/in/miconda
>> Kamailio Advanced Training - Mar 6-8 (Europe) and Mar 20-22 (USA) -
>> www.asipto.com
>> Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com
>>
>>
>> _______________________________________________
>> sr-dev mailing list
>> sr-dev@lists.sip-router.org
>> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
>>
>
>
> --
> Daniel-Constantin Mierlawww.twitter.com/miconda -- www.linkedin.com/in/miconda
> Kamailio Advanced Training - Mar 6-8 (Europe) and Mar 20-22 (USA) - www.asipto.com
> Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com
>
>
> _______________________________________________
> Kamailio (OpenSER) - Business mailing list
> Business@lists.kamailio.org
> http://lists.kamailio.org/cgi-bin/mailman/listinfo/business
> http://lists.openser-project.org/cgi-bin/mailman/listinfo/business
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20170130/8e658cdf/attachment-0001.html>

------------------------------

Subject: Digest Footer

_______________________________________________
sr-users mailing list
sr-users@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users


------------------------------

End of sr-users Digest, Vol 140, Issue 30
*****************************************