[OpenSIPS-Users] Book

2019-04-23 Thread Marcelo Nogueira via Users
Hi to all

I can sat is great developer open sips


i like to get is any book i can buy about clustering  and federations 


Thank you



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


Re: [OpenSIPS-Users] [BOOK] Building Telephony Systems with OpenSIPS - 2.1 version

2016-02-18 Thread sevpal
Hi, set_dlg_flag() only accepts indices 0-31 , so should be set_dlg_flag(“5”);

From: Flavio Goncalves 
Sent: Monday, February 15, 2016 6:05 AM
To: OpenSIPS users mailling list 
Subject: Re: [OpenSIPS-Users] [BOOK] Building Telephony Systems with OpenSIPS - 
2.1 version

Hi Schneur,  

That's correct, it is NAT_FLAG. These typos were identified and fixed in the 
reviews. I don't know how they appeared in the final version. Whenever you find 
5 is (NAT_FLAG) and 6 (NAT_BFLAG)

Best regards, 

Flavio E. Goncalves
CEO - V.Office Redes e Telecomunicações Ltda. 
Phone: +55 48-3332-8590
Skype:flaviogoncalves1
Linkedin: www.linkedin.com/in/flavioegoncalves 
Twitter: www.twitter.com/asteriskguide


2016-02-15 8:07 GMT-02:00 Schneur Rosenberg <rosenberg11...@gmail.com>:

  Hi Bogdan 

  On page 250 of the book the third line from the top it says


  if (is_dlg_flag_set("5")) setflag(NAT_FLAG);


  Is that correct, or is it supposed to be?

  if (is_dlg_flag_set(NAT_FLAG)) setflag(NAT_FLAG); 

  The dialog flag on the bottom of page 249 is set

  set_dlg_flag(NAT_FLAG); and not set_dlg_flag("5");


  On Thu, Feb 11, 2016 at 11:35 AM, Bogdan-Andrei Iancu <bog...@opensips.org> 
wrote:

Hi Schneur,

OK, I will check with the editor if they can push fixes to the book. Thanks 
for reporting it!

Thanks and Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.comOn 09.02.2016 13:20, Schneur Rosenberg wrote:

  Chapter 1, page 11 (page 36 of the eBook) on the bottom of the page there 
is a initial invite of userA calling userB, and the contact is of userB, it 
should be userA

  On Feb 8, 2016 3:13 PM, "Bogdan-Andrei Iancu" <bog...@opensips.org> wrote:

Hi Schneur,

Could you point the name of the chapter and the context of that 
mistake, so I can double check it ?

Thanks & Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.comOn 07.02.2016 14:53, Schneur Rosenberg wrote:

  I bought the book and I think I found the first mistake, in the 
initial  invite packet on page 11, the contact header is of the destination and 
not of the origination UAC

  On Feb 4, 2016 3:37 PM, "Bogdan-Andrei Iancu" <bog...@opensips.org> 
wrote:

Hello all,

Flavio Goncalves and I are happy to announce the publishing of the 
second edition of "Building Telephony Systems with OpenSIPS", covering OpenSIPS 
version 2.1 .

Also many thanks to the Packt Publishing house for making it 
happened and to all our reviewers who help us to make this book better.


https://www.packtpub.com/networking-and-servers/building-telephony-systems-opensips-second-edition

Enjoy !

-- 
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com


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


   

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



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



   

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



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




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






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


Re: [OpenSIPS-Users] [BOOK] Building Telephony Systems with OpenSIPS - 2.1 version

2016-02-15 Thread Flavio Goncalves
Hi Schneur,

That's correct, it is NAT_FLAG. These typos were identified and fixed in
the reviews. I don't know how they appeared in the final version. Whenever
you find 5 is (NAT_FLAG) and 6 (NAT_BFLAG)

Best regards,

Flavio E. Goncalves
CEO - V.Office Redes e Telecomunicações Ltda.
Phone: +55 48-3332-8590
Skype:flaviogoncalves1
Linkedin: www.linkedin.com/in/flavioegoncalves
Twitter: www.twitter.com/asteriskguide


2016-02-15 8:07 GMT-02:00 Schneur Rosenberg :

> Hi Bogdan
>
> On page 250 of the book the third line from the top it says
>
> if (is_dlg_flag_set("5")) setflag(NAT_FLAG);
>
> Is that correct, or is it supposed to be?
>
> if (is_dlg_flag_set(NAT_FLAG)) setflag(NAT_FLAG);
>
> The dialog flag on the bottom of page 249 is set
>
> set_dlg_flag(NAT_FLAG); and not set_dlg_flag("5");
>
> On Thu, Feb 11, 2016 at 11:35 AM, Bogdan-Andrei Iancu  > wrote:
>
>> Hi Schneur,
>>
>> OK, I will check with the editor if they can push fixes to the book.
>> Thanks for reporting it!
>>
>> Thanks and Regards,
>>
>> Bogdan-Andrei Iancu
>> OpenSIPS Founder and Developerhttp://www.opensips-solutions.com
>>
>> On 09.02.2016 13:20, Schneur Rosenberg wrote:
>>
>> Chapter 1, page 11 (page 36 of the eBook) on the bottom of the page there
>> is a initial invite of userA calling userB, and the contact is of userB, it
>> should be userA
>> On Feb 8, 2016 3:13 PM, "Bogdan-Andrei Iancu" 
>> wrote:
>>
>>> Hi Schneur,
>>>
>>> Could you point the name of the chapter and the context of that mistake,
>>> so I can double check it ?
>>>
>>> Thanks & Regards,
>>>
>>> Bogdan-Andrei Iancu
>>> OpenSIPS Founder and Developerhttp://www.opensips-solutions.com
>>>
>>> On 07.02.2016 14:53, Schneur Rosenberg wrote:
>>>
>>> I bought the book and I think I found the first mistake, in the initial
>>> invite packet on page 11, the contact header is of the destination and not
>>> of the origination UAC
>>> On Feb 4, 2016 3:37 PM, "Bogdan-Andrei Iancu" 
>>> wrote:
>>>
 Hello all,

 Flavio Goncalves and I are happy to announce the publishing of the
 second edition of "Building Telephony Systems with OpenSIPS", covering
 OpenSIPS version 2.1 .

 Also many thanks to the Packt Publishing house for making it happened
 and to all our reviewers who help us to make this book better.


 https://www.packtpub.com/networking-and-servers/building-telephony-systems-opensips-second-edition

 Enjoy !

 --
 Bogdan-Andrei Iancu
 OpenSIPS Founder and Developer
 http://www.opensips-solutions.com


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

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


Re: [OpenSIPS-Users] [BOOK] Building Telephony Systems with OpenSIPS - 2.1 version

2016-02-15 Thread Schneur Rosenberg
Hi Bogdan

On page 250 of the book the third line from the top it says

if (is_dlg_flag_set("5")) setflag(NAT_FLAG);

Is that correct, or is it supposed to be?

if (is_dlg_flag_set(NAT_FLAG)) setflag(NAT_FLAG);

The dialog flag on the bottom of page 249 is set

set_dlg_flag(NAT_FLAG); and not set_dlg_flag("5");

On Thu, Feb 11, 2016 at 11:35 AM, Bogdan-Andrei Iancu 
wrote:

> Hi Schneur,
>
> OK, I will check with the editor if they can push fixes to the book.
> Thanks for reporting it!
>
> Thanks and Regards,
>
> Bogdan-Andrei Iancu
> OpenSIPS Founder and Developerhttp://www.opensips-solutions.com
>
> On 09.02.2016 13:20, Schneur Rosenberg wrote:
>
> Chapter 1, page 11 (page 36 of the eBook) on the bottom of the page there
> is a initial invite of userA calling userB, and the contact is of userB, it
> should be userA
> On Feb 8, 2016 3:13 PM, "Bogdan-Andrei Iancu"  wrote:
>
>> Hi Schneur,
>>
>> Could you point the name of the chapter and the context of that mistake,
>> so I can double check it ?
>>
>> Thanks & Regards,
>>
>> Bogdan-Andrei Iancu
>> OpenSIPS Founder and Developerhttp://www.opensips-solutions.com
>>
>> On 07.02.2016 14:53, Schneur Rosenberg wrote:
>>
>> I bought the book and I think I found the first mistake, in the initial
>> invite packet on page 11, the contact header is of the destination and not
>> of the origination UAC
>> On Feb 4, 2016 3:37 PM, "Bogdan-Andrei Iancu" 
>> wrote:
>>
>>> Hello all,
>>>
>>> Flavio Goncalves and I are happy to announce the publishing of the
>>> second edition of "Building Telephony Systems with OpenSIPS", covering
>>> OpenSIPS version 2.1 .
>>>
>>> Also many thanks to the Packt Publishing house for making it happened
>>> and to all our reviewers who help us to make this book better.
>>>
>>>
>>> https://www.packtpub.com/networking-and-servers/building-telephony-systems-opensips-second-edition
>>>
>>> Enjoy !
>>>
>>> --
>>> Bogdan-Andrei Iancu
>>> OpenSIPS Founder and Developer
>>> http://www.opensips-solutions.com
>>>
>>>
>>> ___
>>> Users mailing list
>>> Users@lists.opensips.org
>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>
>>
>>
>> ___
>> Users mailing 
>> listUsers@lists.opensips.orghttp://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>
>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>>
>
> ___
> Users mailing 
> listUsers@lists.opensips.orghttp://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] [BOOK] Building Telephony Systems with OpenSIPS - 2.1 version

2016-02-11 Thread Bogdan-Andrei Iancu

Hi Schneur,

OK, I will check with the editor if they can push fixes to the book. 
Thanks for reporting it!


Thanks and Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 09.02.2016 13:20, Schneur Rosenberg wrote:


Chapter 1, page 11 (page 36 of the eBook) on the bottom of the page 
there is a initial invite of userA calling userB, and the contact is 
of userB, it should be userA


On Feb 8, 2016 3:13 PM, "Bogdan-Andrei Iancu" > wrote:


Hi Schneur,

Could you point the name of the chapter and the context of that
mistake, so I can double check it ?

Thanks & Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 07.02.2016 14:53, Schneur Rosenberg wrote:


I bought the book and I think I found the first mistake, in the
initial  invite packet on page 11, the contact header is of the
destination and not of the origination UAC

On Feb 4, 2016 3:37 PM, "Bogdan-Andrei Iancu"
> wrote:

Hello all,

Flavio Goncalves and I are happy to announce the publishing
of the second edition of "Building Telephony Systems with
OpenSIPS", covering OpenSIPS version 2.1 .

Also many thanks to the Packt Publishing house for making it
happened and to all our reviewers who help us to make this
book better.


https://www.packtpub.com/networking-and-servers/building-telephony-systems-opensips-second-edition

Enjoy !

-- 
Bogdan-Andrei Iancu

OpenSIPS Founder and Developer
http://www.opensips-solutions.com


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



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



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



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


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


Re: [OpenSIPS-Users] [BOOK] Building Telephony Systems with OpenSIPS - 2.1 version

2016-02-10 Thread Russell Treleaven
Never mind I see that it is now available from Oreilly.

On Tue, Feb 9, 2016 at 10:33 AM, Russell Treleaven 
wrote:

> Hi,
>
> Will this book become available through O’Reilly Media?
> I try to buy from them if possible.
>
> Sincerely,
>
> Russell Treleaven
>
> On Thu, Feb 4, 2016 at 9:37 AM, Bogdan-Andrei Iancu 
> wrote:
>
>> Hello all,
>>
>> Flavio Goncalves and I are happy to announce the publishing of the second
>> edition of "Building Telephony Systems with OpenSIPS", covering OpenSIPS
>> version 2.1 .
>>
>> Also many thanks to the Packt Publishing house for making it happened and
>> to all our reviewers who help us to make this book better.
>>
>>
>> https://www.packtpub.com/networking-and-servers/building-telephony-systems-opensips-second-edition
>>
>> Enjoy !
>>
>> --
>> Bogdan-Andrei Iancu
>> OpenSIPS Founder and Developer
>> http://www.opensips-solutions.com
>>
>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] [BOOK] Building Telephony Systems with OpenSIPS - 2.1 version

2016-02-09 Thread Schneur Rosenberg
Chapter 1, page 11 (page 36 of the eBook) on the bottom of the page there
is a initial invite of userA calling userB, and the contact is of userB, it
should be userA
On Feb 8, 2016 3:13 PM, "Bogdan-Andrei Iancu"  wrote:

> Hi Schneur,
>
> Could you point the name of the chapter and the context of that mistake,
> so I can double check it ?
>
> Thanks & Regards,
>
> Bogdan-Andrei Iancu
> OpenSIPS Founder and Developerhttp://www.opensips-solutions.com
>
> On 07.02.2016 14:53, Schneur Rosenberg wrote:
>
> I bought the book and I think I found the first mistake, in the initial
> invite packet on page 11, the contact header is of the destination and not
> of the origination UAC
> On Feb 4, 2016 3:37 PM, "Bogdan-Andrei Iancu"  wrote:
>
>> Hello all,
>>
>> Flavio Goncalves and I are happy to announce the publishing of the second
>> edition of "Building Telephony Systems with OpenSIPS", covering OpenSIPS
>> version 2.1 .
>>
>> Also many thanks to the Packt Publishing house for making it happened and
>> to all our reviewers who help us to make this book better.
>>
>>
>> https://www.packtpub.com/networking-and-servers/building-telephony-systems-opensips-second-edition
>>
>> Enjoy !
>>
>> --
>> Bogdan-Andrei Iancu
>> OpenSIPS Founder and Developer
>> http://www.opensips-solutions.com
>>
>>
>> ___
>> Users mailing list
>> Users@lists.opensips.org
>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>
>
>
> ___
> Users mailing 
> listUsers@lists.opensips.orghttp://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] [BOOK] Building Telephony Systems with OpenSIPS - 2.1 version

2016-02-08 Thread Bogdan-Andrei Iancu

Hi Schneur,

Could you point the name of the chapter and the context of that mistake, 
so I can double check it ?


Thanks & Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 07.02.2016 14:53, Schneur Rosenberg wrote:


I bought the book and I think I found the first mistake, in the 
initial  invite packet on page 11, the contact header is of the 
destination and not of the origination UAC


On Feb 4, 2016 3:37 PM, "Bogdan-Andrei Iancu" > wrote:


Hello all,

Flavio Goncalves and I are happy to announce the publishing of the
second edition of "Building Telephony Systems with OpenSIPS",
covering OpenSIPS version 2.1 .

Also many thanks to the Packt Publishing house for making it
happened and to all our reviewers who help us to make this book
better.


https://www.packtpub.com/networking-and-servers/building-telephony-systems-opensips-second-edition

Enjoy !

-- 
Bogdan-Andrei Iancu

OpenSIPS Founder and Developer
http://www.opensips-solutions.com


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



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


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


Re: [OpenSIPS-Users] [BOOK] Building Telephony Systems with OpenSIPS - 2.1 version

2016-02-07 Thread Schneur Rosenberg
I bought the book and I think I found the first mistake, in the initial
invite packet on page 11, the contact header is of the destination and not
of the origination UAC
On Feb 4, 2016 3:37 PM, "Bogdan-Andrei Iancu"  wrote:

> Hello all,
>
> Flavio Goncalves and I are happy to announce the publishing of the second
> edition of "Building Telephony Systems with OpenSIPS", covering OpenSIPS
> version 2.1 .
>
> Also many thanks to the Packt Publishing house for making it happened and
> to all our reviewers who help us to make this book better.
>
>
> https://www.packtpub.com/networking-and-servers/building-telephony-systems-opensips-second-edition
>
> Enjoy !
>
> --
> Bogdan-Andrei Iancu
> OpenSIPS Founder and Developer
> http://www.opensips-solutions.com
>
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] [BOOK] Building Telephony Systems with OpenSIPS - 2.1 version

2016-02-05 Thread Bogdan-Andrei Iancu

Hi Scott,

I will definitely recommend this book. The first edition (for 1.6) is 
outdated (the 1.6 version is obsoleted), so makes no sense to try 
building something on it.


Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 05.02.2016 02:52, Scott Fertig wrote:
I have a question about the reading material I would like to ask all. 
I currently run a small system using opensips 1.5 (I know I need to 
upgrade) and am interested in learning much more. Right now I have a 
basic understanding of opensips, I have a HA cluster setup using 
pacemaker/corosync, and am using the LCR module in 1.5 for all of my 
routing (have not used the drouting module yet). I wish to expand my 
knowledge of opensips to build out on the current system and upgrade 
to a more scalable system. Would you recommend this book or the book 
for 1.6?


Thank you much!

--Scott



On 02/04/2016 09:37 AM, Bogdan-Andrei Iancu wrote:

Hello all,

Flavio Goncalves and I are happy to announce the publishing of the 
second edition of "Building Telephony Systems with OpenSIPS", 
covering OpenSIPS version 2.1 .


Also many thanks to the Packt Publishing house for making it happened 
and to all our reviewers who help us to make this book better.


https://www.packtpub.com/networking-and-servers/building-telephony-systems-opensips-second-edition 



Enjoy !




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




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


[OpenSIPS-Users] [BOOK] Building Telephony Systems with OpenSIPS - 2.1 version

2016-02-04 Thread Bogdan-Andrei Iancu

Hello all,

Flavio Goncalves and I are happy to announce the publishing of the 
second edition of "Building Telephony Systems with OpenSIPS", covering 
OpenSIPS version 2.1 .


Also many thanks to the Packt Publishing house for making it happened 
and to all our reviewers who help us to make this book better.


https://www.packtpub.com/networking-and-servers/building-telephony-systems-opensips-second-edition

Enjoy !

--
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com


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