estoy haciendo un trabajo con websockts y kamailio. Me gustaría saber  como puedo vincular mi sevidor Kamailio instalado en una maquina virtual en el sistema operativo Ubuntu, como podria vincularlo con los websockets creados , me gustaria saber como es ese proceso. no tengo mucho conocimiento de ello.. espero su respuesta gracias

El lun., 31 de dic. de 2018 a la(s) 06:00, <sr-users-request@lists.kamailio.org> escribió:
Send sr-users mailing list submissions to
        sr-users@lists.kamailio.org

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

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

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


Today's Topics:

   1. Phonenum Module (Soltanici Ilie)
   2. Re: Phonenum Module (Joel Serrano)
   3. Re: Phonenum Module (Joel Serrano)
   4. Re: Phonenum Module (Soltanici Ilie)


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

Message: 1
Date: Sun, 30 Dec 2018 21:21:36 +0300
From: Soltanici Ilie <iliesh@mail.ru>
To: sr-users <sr-users@lists.kamailio.org>
Subject: [SR-Users] Phonenum Module
Message-ID: <1546194096.91991005@f406.i.mail.ru>
Content-Type: text/plain; charset="utf-8"

Hi All,

How can i get Local Number by using phonenum module? 
What is the variable for that?

Thank You
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20181230/9c190425/attachment-0001.html>

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

Message: 2
Date: Sun, 30 Dec 2018 12:45:32 -0800
From: Joel Serrano <joel@textplus.com>
To: "Kamailio (SER) - Users Mailing List"
        <sr-users@lists.kamailio.org>, Soltanici Ilie <iliesh@mail.ru>
Subject: Re: [SR-Users] Phonenum Module
Message-ID:
        <CAMtXxQkPct6SgRXfMUMUVMB+bEpDLd1rV6pGpO8a39sHOb2JhQ@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

https://kamailio.org/docs/modules/5.2.x/modules/phonenum.html#idm1024751204

If It’s not there (which I believe it’s not) I would open a feature request
in github.

Daniel kindly added another field I was missing, if you are familiar with C
code, you can check the commits referenced in this ticket and submit a PR:

https://github.com/kamailio/kamailio/issues/1576

Joel.

On Sun, Dec 30, 2018 at 10:22 Soltanici Ilie <iliesh@mail.ru> wrote:

> Hi All,
>
> How can i get Local Number by using phonenum module?
> What is the variable for that?
>
> Thank You
> _______________________________________________
> Kamailio (SER) - Users Mailing List
> sr-users@lists.kamailio.org
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20181230/e6dd06ad/attachment-0001.html>

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

Message: 3
Date: Sun, 30 Dec 2018 12:51:09 -0800
From: Joel Serrano <joel@textplus.com>
To: "Kamailio (SER) - Users Mailing List"
        <sr-users@lists.kamailio.org>, Soltanici Ilie <iliesh@mail.ru>
Subject: Re: [SR-Users] Phonenum Module
Message-ID:
        <CAMtXxQnCdv5P==2BA=R6XDhwdG4LZgOOunhaz3O8dFhyjmYnEw@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Have you tried the “number” and “normalized” keys in case they have the
value you want?

On Sun, Dec 30, 2018 at 12:45 Joel Serrano <joel@textplus.com> wrote:

> https://kamailio.org/docs/modules/5.2.x/modules/phonenum.html#idm1024751204
>
> If It’s not there (which I believe it’s not) I would open a feature
> request in github.
>
> Daniel kindly added another field I was missing, if you are familiar with
> C code, you can check the commits referenced in this ticket and submit a PR:
>
> https://github.com/kamailio/kamailio/issues/1576
>
> Joel.
>
> On Sun, Dec 30, 2018 at 10:22 Soltanici Ilie <iliesh@mail.ru> wrote:
>
>> Hi All,
>>
>> How can i get Local Number by using phonenum module?
>> What is the variable for that?
>>
>> Thank You
>> _______________________________________________
>> Kamailio (SER) - Users Mailing List
>> sr-users@lists.kamailio.org
>> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20181230/3542edc2/attachment-0001.html>

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

Message: 4
Date: Mon, 31 Dec 2018 00:21:15 +0300
From: Soltanici Ilie <iliesh@mail.ru>
To: Joel Serrano <joel@textplus.com>
Cc: Kamailio (SER) - Users Mailing List  <sr-users@lists.kamailio.org>
Subject: Re: [SR-Users] Phonenum Module
Message-ID: <1546204875.350718021@f340.i.mail.ru>
Content-Type: text/plain; charset="utf-8"

Hi, 

Yes - I tried "number" and “normalized” keys - but both of them, are giving the number in international format only (including country code), I'm looking for the number in national format only.
I can take the "normalized" number and remove country code with "cctel" but I think there should be more elegant way to do this. At least with standard libphonenumber i can have the number in national format as well.
Thank You.
>
>
>Have you tried the “number” and “normalized” keys in case they have the value you want? 
>
>On Sun, Dec 30, 2018 at 12:45 Joel Serrano < joel@textplus.com > wrote:
>>https://kamailio.org/docs/modules/5.2.x/modules/phonenum.html#idm1024751204
>>
>>If It’s not there (which I believe it’s not) I would open a feature request in github. 
>>
>>Daniel kindly added another field I was missing, if you are familiar with C code, you can check the commits referenced in this ticket and submit a PR:
>>
>>https://github.com/kamailio/kamailio/issues/1576
>>
>>Joel. 
>>
>>On Sun, Dec 30, 2018 at 10:22 Soltanici Ilie wrote:
>>>Hi All,
>>>
>>>How can i get Local Number by using phonenum module? 
>>>What is the variable for that?
>>>
>>>Thank You _______________________________________________
>>>Kamailio (SER) - Users Mailing List
>>>sr-users@lists.kamailio.org
>>>https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20181231/517e8ad3/attachment-0001.html>

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

Subject: Digest Footer

_______________________________________________
sr-users mailing list
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users


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

End of sr-users Digest, Vol 163, Issue 31
*****************************************