Re: [asterisk-users] How to build with cdr_adaptive_odbc ?

2017-04-21 Thread Marcelo Terres
Ah, ok.

Everytime you install a package you need to run configure again to
allow detection of new lib.

Regards,
Marcelo H. Terres 
IM: mhter...@jabber.mundoopensource.com.br
https://www.mundoopensource.com.br
https://twitter.com/mhterres
https://linkedin.com/in/marceloterres


On 20 April 2017 at 13:16, Pierre Couderc  wrote:
> Thank you very much, Marcello. You got it. The point is to restart
> .configure AFTER installing  these pakcages.
>
> PC
>
>
> On 04/20/2017 01:13 PM, Marcelo Terres wrote:
>>
>> Good question.
>>
>> I am running Asterisk 14 on Ubuntu 16.04 and I had this packages
>> installed:
>>
>> ii  libodbc1:amd64   2.3.1-4.1
>>   amd64ODBC library for Unix
>> ii  odbc-postgresql:amd641:09.06.0200-1.pgdg14.04+1
>>   amd64ODBC driver for PostgreSQL
>> ii  odbcinst 2.3.1-4.1
>>   amd64Helper program for accessing odbc ini files
>> ii  odbcinst1debian2:amd64   2.3.1-4.1
>>   amd64Support library for accessing odbc ini files
>> ii  unixodbc 2.3.1-4.1
>>   amd64Basic ODBC tools
>> ii  unixodbc-dev 2.3.1-4.1
>>   amd64ODBC libraries for UNIX (development files)
>>
>> ii  libltdl-dev:amd642.4.6-0.1
>>   amd64System independent dlopen wrapper for GNU
>> libtool
>> ii  libltdl7:amd64   2.4.6-0.1
>>   amd64System independent dlopen wrapper for GNU
>> libtool
>>
>>
>> Also, I really don't remember of having any kind of problems with odbc
>> support.
>>
>> Did you have all this packages (or equivalents) installed too?
>>
>> Regards,
>> Marcelo H. Terres 
>> IM: mhter...@jabber.mundoopensource.com.br
>> https://www.mundoopensource.com.br
>> https://twitter.com/mhterres
>> https://linkedin.com/in/marceloterres
>>
>>
>> On 19 April 2017 at 17:50, Pierre Couderc  wrote:
>>>
>>> Than you very much.
>>> I use asterisk 14, and yes, menuselect shows me  the need for
>>> generic_odbc(E), res_odbc_transaction(M) and ltdl(E)
>>>
>>> but what does this imply under debian  ?
>>>
>>> I have unixodbc installed an tested and too  libltdl-dev !
>>> But what  am I missing ?
>>>
>>>
>>> On 04/19/2017 10:10 AM, Marcelo Terres wrote:

 What version of Asterisk are you using?

 When I go to cdr_adaptative_odbc in Asterisk 14 it depends of res_odbc
 and res_odbc depends on: generic_odbc(E), res_odbc_transaction(M),
 ltdl(E)

 Regards,
 Marcelo H. Terres 
 IM: mhter...@jabber.mundoopensource.com.br
 https://www.mundoopensource.com.br
 https://twitter.com/mhterres
 https://linkedin.com/in/marceloterres


 On 17 April 2017 at 23:36, nous  wrote:
>
> Thank you, but unixodbc and odbcinst are installed... end even
> unixodbc-dev
>
> But I get the same need for "generic odbc(E)".
>
>
>
> On 17/04/2017 10:48, Marcelo Terres wrote:
>>
>> You need unixodbc and odbcinst packages too, to configure the odbc.
>>
>> []s
>> Marcelo H. Terres 
>> IM: mhter...@jabber.mundoopensource.com.br
>> https://www.mundoopensource.com.br
>> https://twitter.com/mhterres
>> https://linkedin.com/in/marceloterres
>>
>>
>> On 13 April 2017 at 19:41, Pierre Couderc  wrote:
>>>
>>> I use debian stretch and I have installed unixodbc-dev
>>>
>>> but I have a dependency on genreric_odbc in make menuselect
>>>
>>> What am I missing ? Is there an howto ?
>>>
>>> Thanks
>>> PX
>>>
>>> --
>>> _
>>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>>
>>> Check out the new Asterisk community forum at:
>>> https://community.asterisk.org/
>>>
>>> New to Asterisk? Start here:
>>> https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>>>
>>> asterisk-users mailing list
>>> To UNSUBSCRIBE or update options visit:
>>>  http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at:
> https://community.asterisk.org/
>
> New to Asterisk? Start here:
>https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>>>
>>>
>>>
>>> --
>>> 

Re: [asterisk-users] How to build with cdr_adaptive_odbc ?

2017-04-20 Thread Pierre Couderc
Thank you very much, Marcello. You got it. The point is to restart 
.configure AFTER installing  these pakcages.


PC


On 04/20/2017 01:13 PM, Marcelo Terres wrote:

Good question.

I am running Asterisk 14 on Ubuntu 16.04 and I had this packages installed:

ii  libodbc1:amd64   2.3.1-4.1
  amd64ODBC library for Unix
ii  odbc-postgresql:amd641:09.06.0200-1.pgdg14.04+1
  amd64ODBC driver for PostgreSQL
ii  odbcinst 2.3.1-4.1
  amd64Helper program for accessing odbc ini files
ii  odbcinst1debian2:amd64   2.3.1-4.1
  amd64Support library for accessing odbc ini files
ii  unixodbc 2.3.1-4.1
  amd64Basic ODBC tools
ii  unixodbc-dev 2.3.1-4.1
  amd64ODBC libraries for UNIX (development files)

ii  libltdl-dev:amd642.4.6-0.1
  amd64System independent dlopen wrapper for GNU
libtool
ii  libltdl7:amd64   2.4.6-0.1
  amd64System independent dlopen wrapper for GNU
libtool


Also, I really don't remember of having any kind of problems with odbc support.

Did you have all this packages (or equivalents) installed too?

Regards,
Marcelo H. Terres 
IM: mhter...@jabber.mundoopensource.com.br
https://www.mundoopensource.com.br
https://twitter.com/mhterres
https://linkedin.com/in/marceloterres


On 19 April 2017 at 17:50, Pierre Couderc  wrote:

Than you very much.
I use asterisk 14, and yes, menuselect shows me  the need for
generic_odbc(E), res_odbc_transaction(M) and ltdl(E)

but what does this imply under debian  ?

I have unixodbc installed an tested and too  libltdl-dev !
But what  am I missing ?


On 04/19/2017 10:10 AM, Marcelo Terres wrote:

What version of Asterisk are you using?

When I go to cdr_adaptative_odbc in Asterisk 14 it depends of res_odbc
and res_odbc depends on: generic_odbc(E), res_odbc_transaction(M),
ltdl(E)

Regards,
Marcelo H. Terres 
IM: mhter...@jabber.mundoopensource.com.br
https://www.mundoopensource.com.br
https://twitter.com/mhterres
https://linkedin.com/in/marceloterres


On 17 April 2017 at 23:36, nous  wrote:

Thank you, but unixodbc and odbcinst are installed... end even
unixodbc-dev

But I get the same need for "generic odbc(E)".



On 17/04/2017 10:48, Marcelo Terres wrote:

You need unixodbc and odbcinst packages too, to configure the odbc.

[]s
Marcelo H. Terres 
IM: mhter...@jabber.mundoopensource.com.br
https://www.mundoopensource.com.br
https://twitter.com/mhterres
https://linkedin.com/in/marceloterres


On 13 April 2017 at 19:41, Pierre Couderc  wrote:

I use debian stretch and I have installed unixodbc-dev

but I have a dependency on genreric_odbc in make menuselect

What am I missing ? Is there an howto ?

Thanks
PX

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at:
https://community.asterisk.org/

New to Asterisk? Start here:
https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users



--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at:
https://community.asterisk.org/

New to Asterisk? Start here:
   https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at:
https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
 https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] How to build with cdr_adaptive_odbc ?

2017-04-20 Thread Pierre Couderc
Thank you for this list, which helps me to be sure that the "good" 
packages are installed !


I have checked that all these packages are installed now.

Now,  I shall restart the install from the beginning and check again.

Thank you.

PC


On 04/20/2017 01:13 PM, Marcelo Terres wrote:

Good question.

I am running Asterisk 14 on Ubuntu 16.04 and I had this packages installed:

ii  libodbc1:amd64   2.3.1-4.1
  amd64ODBC library for Unix
ii  odbc-postgresql:amd641:09.06.0200-1.pgdg14.04+1
  amd64ODBC driver for PostgreSQL
ii  odbcinst 2.3.1-4.1
  amd64Helper program for accessing odbc ini files
ii  odbcinst1debian2:amd64   2.3.1-4.1
  amd64Support library for accessing odbc ini files
ii  unixodbc 2.3.1-4.1
  amd64Basic ODBC tools
ii  unixodbc-dev 2.3.1-4.1
  amd64ODBC libraries for UNIX (development files)

ii  libltdl-dev:amd642.4.6-0.1
  amd64System independent dlopen wrapper for GNU
libtool
ii  libltdl7:amd64   2.4.6-0.1
  amd64System independent dlopen wrapper for GNU
libtool


Also, I really don't remember of having any kind of problems with odbc support.

Did you have all this packages (or equivalents) installed too?

Regards,
Marcelo H. Terres 
IM: mhter...@jabber.mundoopensource.com.br
https://www.mundoopensource.com.br
https://twitter.com/mhterres
https://linkedin.com/in/marceloterres


On 19 April 2017 at 17:50, Pierre Couderc  wrote:

Than you very much.
I use asterisk 14, and yes, menuselect shows me  the need for
generic_odbc(E), res_odbc_transaction(M) and ltdl(E)

but what does this imply under debian  ?

I have unixodbc installed an tested and too  libltdl-dev !
But what  am I missing ?


On 04/19/2017 10:10 AM, Marcelo Terres wrote:

What version of Asterisk are you using?

When I go to cdr_adaptative_odbc in Asterisk 14 it depends of res_odbc
and res_odbc depends on: generic_odbc(E), res_odbc_transaction(M),
ltdl(E)

Regards,
Marcelo H. Terres 
IM: mhter...@jabber.mundoopensource.com.br
https://www.mundoopensource.com.br
https://twitter.com/mhterres
https://linkedin.com/in/marceloterres


On 17 April 2017 at 23:36, nous  wrote:

Thank you, but unixodbc and odbcinst are installed... end even
unixodbc-dev

But I get the same need for "generic odbc(E)".



On 17/04/2017 10:48, Marcelo Terres wrote:

You need unixodbc and odbcinst packages too, to configure the odbc.

[]s
Marcelo H. Terres 
IM: mhter...@jabber.mundoopensource.com.br
https://www.mundoopensource.com.br
https://twitter.com/mhterres
https://linkedin.com/in/marceloterres


On 13 April 2017 at 19:41, Pierre Couderc  wrote:

I use debian stretch and I have installed unixodbc-dev

but I have a dependency on genreric_odbc in make menuselect

What am I missing ? Is there an howto ?

Thanks
PX

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at:
https://community.asterisk.org/

New to Asterisk? Start here:
https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users



--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at:
https://community.asterisk.org/

New to Asterisk? Start here:
   https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at:
https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
 https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] How to build with cdr_adaptive_odbc ?

2017-04-20 Thread Marcelo Terres
Good question.

I am running Asterisk 14 on Ubuntu 16.04 and I had this packages installed:

ii  libodbc1:amd64   2.3.1-4.1
 amd64ODBC library for Unix
ii  odbc-postgresql:amd641:09.06.0200-1.pgdg14.04+1
 amd64ODBC driver for PostgreSQL
ii  odbcinst 2.3.1-4.1
 amd64Helper program for accessing odbc ini files
ii  odbcinst1debian2:amd64   2.3.1-4.1
 amd64Support library for accessing odbc ini files
ii  unixodbc 2.3.1-4.1
 amd64Basic ODBC tools
ii  unixodbc-dev 2.3.1-4.1
 amd64ODBC libraries for UNIX (development files)

ii  libltdl-dev:amd642.4.6-0.1
 amd64System independent dlopen wrapper for GNU
libtool
ii  libltdl7:amd64   2.4.6-0.1
 amd64System independent dlopen wrapper for GNU
libtool


Also, I really don't remember of having any kind of problems with odbc support.

Did you have all this packages (or equivalents) installed too?

Regards,
Marcelo H. Terres 
IM: mhter...@jabber.mundoopensource.com.br
https://www.mundoopensource.com.br
https://twitter.com/mhterres
https://linkedin.com/in/marceloterres


On 19 April 2017 at 17:50, Pierre Couderc  wrote:
> Than you very much.
> I use asterisk 14, and yes, menuselect shows me  the need for
> generic_odbc(E), res_odbc_transaction(M) and ltdl(E)
>
> but what does this imply under debian  ?
>
> I have unixodbc installed an tested and too  libltdl-dev !
> But what  am I missing ?
>
>
> On 04/19/2017 10:10 AM, Marcelo Terres wrote:
>>
>> What version of Asterisk are you using?
>>
>> When I go to cdr_adaptative_odbc in Asterisk 14 it depends of res_odbc
>> and res_odbc depends on: generic_odbc(E), res_odbc_transaction(M),
>> ltdl(E)
>>
>> Regards,
>> Marcelo H. Terres 
>> IM: mhter...@jabber.mundoopensource.com.br
>> https://www.mundoopensource.com.br
>> https://twitter.com/mhterres
>> https://linkedin.com/in/marceloterres
>>
>>
>> On 17 April 2017 at 23:36, nous  wrote:
>>>
>>> Thank you, but unixodbc and odbcinst are installed... end even
>>> unixodbc-dev
>>>
>>> But I get the same need for "generic odbc(E)".
>>>
>>>
>>>
>>> On 17/04/2017 10:48, Marcelo Terres wrote:

 You need unixodbc and odbcinst packages too, to configure the odbc.

 []s
 Marcelo H. Terres 
 IM: mhter...@jabber.mundoopensource.com.br
 https://www.mundoopensource.com.br
 https://twitter.com/mhterres
 https://linkedin.com/in/marceloterres


 On 13 April 2017 at 19:41, Pierre Couderc  wrote:
>
> I use debian stretch and I have installed unixodbc-dev
>
> but I have a dependency on genreric_odbc in make menuselect
>
> What am I missing ? Is there an howto ?
>
> Thanks
> PX
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at:
> https://community.asterisk.org/
>
> New to Asterisk? Start here:
>https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>>>
>>>
>>>
>>> --
>>> _
>>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>>
>>> Check out the new Asterisk community forum at:
>>> https://community.asterisk.org/
>>>
>>> New to Asterisk? Start here:
>>>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>>>
>>> asterisk-users mailing list
>>> To UNSUBSCRIBE or update options visit:
>>>http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at:
> https://community.asterisk.org/
>
> New to Asterisk? Start here:
>  https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   

Re: [asterisk-users] How to build with cdr_adaptive_odbc ?

2017-04-19 Thread Pierre Couderc

Than you very much.
I use asterisk 14, and yes, menuselect shows me  the need for 
generic_odbc(E), res_odbc_transaction(M) and ltdl(E)


but what does this imply under debian  ?

I have unixodbc installed an tested and too  libltdl-dev !
But what  am I missing ?

On 04/19/2017 10:10 AM, Marcelo Terres wrote:

What version of Asterisk are you using?

When I go to cdr_adaptative_odbc in Asterisk 14 it depends of res_odbc
and res_odbc depends on: generic_odbc(E), res_odbc_transaction(M),
ltdl(E)

Regards,
Marcelo H. Terres 
IM: mhter...@jabber.mundoopensource.com.br
https://www.mundoopensource.com.br
https://twitter.com/mhterres
https://linkedin.com/in/marceloterres


On 17 April 2017 at 23:36, nous  wrote:

Thank you, but unixodbc and odbcinst are installed... end even unixodbc-dev

But I get the same need for "generic odbc(E)".



On 17/04/2017 10:48, Marcelo Terres wrote:

You need unixodbc and odbcinst packages too, to configure the odbc.

[]s
Marcelo H. Terres 
IM: mhter...@jabber.mundoopensource.com.br
https://www.mundoopensource.com.br
https://twitter.com/mhterres
https://linkedin.com/in/marceloterres


On 13 April 2017 at 19:41, Pierre Couderc  wrote:

I use debian stretch and I have installed unixodbc-dev

but I have a dependency on genreric_odbc in make menuselect

What am I missing ? Is there an howto ?

Thanks
PX

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at:
https://community.asterisk.org/

New to Asterisk? Start here:
   https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at:
https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
 https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] How to build with cdr_adaptive_odbc ?

2017-04-19 Thread Marcelo Terres
You just need to read the email :-)

It is a common procedure to most mailing lists.

Regards,

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
Marcelo H. Terres <mhter...@gmail.com>
IM: mhter...@jabber.mundoopensource.com.br
https://www.mundoopensource.com.br
https://twitter.com/mhterres
https://linkedin.com/in/marceloterres


On 19 April 2017 at 09:32, Irfan PHEERUNGGEE
<i.pheerung...@thymbusiness.fr> wrote:
> Can someone tell me how do I stop receiving mails from asterisk-users please?
> How to get myself out of the list?
>
>
> Irfan
> -Message d'origine-
> De : asterisk-users-boun...@lists.digium.com 
> [mailto:asterisk-users-boun...@lists.digium.com] De la part de Marcelo Terres
> Envoyé : mercredi 19 avril 2017 10:11
> À : Asterisk Users Mailing List - Non-Commercial Discussion 
> <asterisk-users@lists.digium.com>
> Objet : Re: [asterisk-users] How to build with cdr_adaptive_odbc ?
>
> What version of Asterisk are you using?
>
> When I go to cdr_adaptative_odbc in Asterisk 14 it depends of res_odbc and 
> res_odbc depends on: generic_odbc(E), res_odbc_transaction(M),
> ltdl(E)
>
> Regards,
> Marcelo H. Terres <mhter...@gmail.com>
> IM: mhter...@jabber.mundoopensource.com.br
> https://www.mundoopensource.com.br
> https://twitter.com/mhterres
> https://linkedin.com/in/marceloterres
>
>
> On 17 April 2017 at 23:36, nous <pie...@couderc.eu> wrote:
>> Thank you, but unixodbc and odbcinst are installed... end even
>> unixodbc-dev
>>
>> But I get the same need for "generic odbc(E)".
>>
>>
>>
>> On 17/04/2017 10:48, Marcelo Terres wrote:
>>>
>>> You need unixodbc and odbcinst packages too, to configure the odbc.
>>>
>>> []s
>>> Marcelo H. Terres <mhter...@gmail.com>
>>> IM: mhter...@jabber.mundoopensource.com.br
>>> https://www.mundoopensource.com.br
>>> https://twitter.com/mhterres
>>> https://linkedin.com/in/marceloterres
>>>
>>>
>>> On 13 April 2017 at 19:41, Pierre Couderc <pie...@couderc.eu> wrote:
>>>>
>>>> I use debian stretch and I have installed unixodbc-dev
>>>>
>>>> but I have a dependency on genreric_odbc in make menuselect
>>>>
>>>> What am I missing ? Is there an howto ?
>>>>
>>>> Thanks
>>>> PX
>>>>
>>>> --
>>>> 
>>>> _
>>>> -- Bandwidth and Colocation Provided by http://www.api-digital.com
>>>> --
>>>>
>>>> Check out the new Asterisk community forum at:
>>>> https://community.asterisk.org/
>>>>
>>>> New to Asterisk? Start here:
>>>>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>>>>
>>>> asterisk-users mailing list
>>>> To UNSUBSCRIBE or update options visit:
>>>>http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>>
>>
>> --
>> _
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>> Check out the new Asterisk community forum at:
>> https://community.asterisk.org/
>>
>> New to Asterisk? Start here:
>>  https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>>
>> asterisk-users mailing list
>> To UNSUBSCRIBE or update options visit:
>>   http://lists.digium.com/mailman/listinfo/asterisk-users
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at: https://community.asterisk.org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at: https://community.asterisk.org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] How to build with cdr_adaptive_odbc ?

2017-04-19 Thread Doug Lytle

On 04/19/2017 04:32 AM, Irfan PHEERUNGGEE wrote:

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


Instructions at the bottom of each email

Doug

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] How to build with cdr_adaptive_odbc ?

2017-04-19 Thread Irfan PHEERUNGGEE
Can someone tell me how do I stop receiving mails from asterisk-users please?
How to get myself out of the list?


Irfan
-Message d'origine-
De : asterisk-users-boun...@lists.digium.com 
[mailto:asterisk-users-boun...@lists.digium.com] De la part de Marcelo Terres
Envoyé : mercredi 19 avril 2017 10:11
À : Asterisk Users Mailing List - Non-Commercial Discussion 
<asterisk-users@lists.digium.com>
Objet : Re: [asterisk-users] How to build with cdr_adaptive_odbc ?

What version of Asterisk are you using?

When I go to cdr_adaptative_odbc in Asterisk 14 it depends of res_odbc and 
res_odbc depends on: generic_odbc(E), res_odbc_transaction(M),
ltdl(E)

Regards,
Marcelo H. Terres <mhter...@gmail.com>
IM: mhter...@jabber.mundoopensource.com.br
https://www.mundoopensource.com.br
https://twitter.com/mhterres
https://linkedin.com/in/marceloterres


On 17 April 2017 at 23:36, nous <pie...@couderc.eu> wrote:
> Thank you, but unixodbc and odbcinst are installed... end even 
> unixodbc-dev
>
> But I get the same need for "generic odbc(E)".
>
>
>
> On 17/04/2017 10:48, Marcelo Terres wrote:
>>
>> You need unixodbc and odbcinst packages too, to configure the odbc.
>>
>> []s
>> Marcelo H. Terres <mhter...@gmail.com>
>> IM: mhter...@jabber.mundoopensource.com.br
>> https://www.mundoopensource.com.br
>> https://twitter.com/mhterres
>> https://linkedin.com/in/marceloterres
>>
>>
>> On 13 April 2017 at 19:41, Pierre Couderc <pie...@couderc.eu> wrote:
>>>
>>> I use debian stretch and I have installed unixodbc-dev
>>>
>>> but I have a dependency on genreric_odbc in make menuselect
>>>
>>> What am I missing ? Is there an howto ?
>>>
>>> Thanks
>>> PX
>>>
>>> --
>>> 
>>> _
>>> -- Bandwidth and Colocation Provided by http://www.api-digital.com 
>>> --
>>>
>>> Check out the new Asterisk community forum at:
>>> https://community.asterisk.org/
>>>
>>> New to Asterisk? Start here:
>>>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>>>
>>> asterisk-users mailing list
>>> To UNSUBSCRIBE or update options visit:
>>>http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at:
> https://community.asterisk.org/
>
> New to Asterisk? Start here:
>  https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] How to build with cdr_adaptive_odbc ?

2017-04-19 Thread Marcelo Terres
What version of Asterisk are you using?

When I go to cdr_adaptative_odbc in Asterisk 14 it depends of res_odbc
and res_odbc depends on: generic_odbc(E), res_odbc_transaction(M),
ltdl(E)

Regards,
Marcelo H. Terres 
IM: mhter...@jabber.mundoopensource.com.br
https://www.mundoopensource.com.br
https://twitter.com/mhterres
https://linkedin.com/in/marceloterres


On 17 April 2017 at 23:36, nous  wrote:
> Thank you, but unixodbc and odbcinst are installed... end even unixodbc-dev
>
> But I get the same need for "generic odbc(E)".
>
>
>
> On 17/04/2017 10:48, Marcelo Terres wrote:
>>
>> You need unixodbc and odbcinst packages too, to configure the odbc.
>>
>> []s
>> Marcelo H. Terres 
>> IM: mhter...@jabber.mundoopensource.com.br
>> https://www.mundoopensource.com.br
>> https://twitter.com/mhterres
>> https://linkedin.com/in/marceloterres
>>
>>
>> On 13 April 2017 at 19:41, Pierre Couderc  wrote:
>>>
>>> I use debian stretch and I have installed unixodbc-dev
>>>
>>> but I have a dependency on genreric_odbc in make menuselect
>>>
>>> What am I missing ? Is there an howto ?
>>>
>>> Thanks
>>> PX
>>>
>>> --
>>> _
>>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>>
>>> Check out the new Asterisk community forum at:
>>> https://community.asterisk.org/
>>>
>>> New to Asterisk? Start here:
>>>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>>>
>>> asterisk-users mailing list
>>> To UNSUBSCRIBE or update options visit:
>>>http://lists.digium.com/mailman/listinfo/asterisk-users
>
>
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at:
> https://community.asterisk.org/
>
> New to Asterisk? Start here:
>  https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] How to build with cdr_adaptive_odbc ?

2017-04-17 Thread nous

Thank you, but unixodbc and odbcinst are installed... end even unixodbc-dev

But I get the same need for "generic odbc(E)".


On 17/04/2017 10:48, Marcelo Terres wrote:

You need unixodbc and odbcinst packages too, to configure the odbc.

[]s
Marcelo H. Terres 
IM: mhter...@jabber.mundoopensource.com.br
https://www.mundoopensource.com.br
https://twitter.com/mhterres
https://linkedin.com/in/marceloterres


On 13 April 2017 at 19:41, Pierre Couderc  wrote:

I use debian stretch and I have installed unixodbc-dev

but I have a dependency on genreric_odbc in make menuselect

What am I missing ? Is there an howto ?

Thanks
PX

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at:
https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
 https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] How to build with cdr_adaptive_odbc ?

2017-04-17 Thread Marcelo Terres
You need unixodbc and odbcinst packages too, to configure the odbc.

[]s
Marcelo H. Terres 
IM: mhter...@jabber.mundoopensource.com.br
https://www.mundoopensource.com.br
https://twitter.com/mhterres
https://linkedin.com/in/marceloterres


On 13 April 2017 at 19:41, Pierre Couderc  wrote:
> I use debian stretch and I have installed unixodbc-dev
>
> but I have a dependency on genreric_odbc in make menuselect
>
> What am I missing ? Is there an howto ?
>
> Thanks
> PX
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at:
> https://community.asterisk.org/
>
> New to Asterisk? Start here:
>  https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] How to build with cdr_adaptive_odbc ?

2017-04-13 Thread Pierre Couderc

I use debian stretch and I have installed unixodbc-dev

but I have a dependency on genreric_odbc in make menuselect

What am I missing ? Is there an howto ?

Thanks
PX

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
 https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users