Re: [asterisk-users] Building Asterisk 17.0.0-rc2

2019-10-09 Thread Joshua C. Colp
On Sat, Sep 28, 2019, at 10:32 PM, Voice user wrote:
> Can anyone advise what I am doing wrong here?
> 
> Expression: EXP(1.0) Result: [19] '2.71828182845904524'
> Expression: EXP2(1.0) Result: [1] '2'
> Expression: LOG(10) Result: [19] '2.30258509299404568'
> Expression: LOG2(10) Result: [19] '3.32192809488736235'
> Expression: LOG10(10) Result: [1] '1'
> Expression: ATAN2(4,5) Result: [20] '0.674740942223552663'
> Expression: ACOS(12) Result: [3] 'nan'
> Expression: ASIN(1) Result: [19] '1.57079632679489662'
> Expression: ATAN(10) Result: [19] '1.47112767430373459'
> Expression: SQRT(2)*SQRT(2) Result: [1] '2'
> LOG: lev:3 file:ast_expr2.y line:1468 func: op_times overflow
> LOG: lev:3 file:ast_expr2.y line:1468 func: op_times overflow
> Expression: ATAN(12) + TRUNC(2.4) *ASIN(14.3) *ACOS(1.2) Result: [3] 
> 'nan'
> Expression: ATAN(.912) Result: [25] '5.16015028965208206e-4944'
> Expression: TRUNC(2.4) Result: [1] '2'
> Expression: ASIN(0.705) Result: [19] '0.78242314584342907'
> Expression: ACOS(.12) Result: [19] '1.57079632679489662'
> Expression: ATAN(.912) + TRUNC(2.4) - ASIN(0.705) + ACOS(.12) Result: 
> [19] '2.78837318095146755'
> LOG: lev:4 file:ast_expr2.y line:1071 func: op_func Error! 'MATH' is 
> not available in the standalone version!
> Expression: MATH(3*9) Result: [1] '0'
> Expression: ${GLOBAL(ULKOPREFIX)}9${x} Result: [26] 
> '${GLOBAL(ULKOPREFIX)}9${x}'
> Expression: 512059${x} Result: [10] '512059${x}'
>  [CC] smsq.c -> smsq.o
>  [LD] smsq.o strcompat.o -> smsq
>  [CC] stereorize.c -> stereorize.o
>  [CC] frame.c -> frame.o
>  [LD] stereorize.o frame.o -> stereorize
>  [CC] streamplayer.c -> streamplayer.o
>  [LD] streamplayer.o -> streamplayer
> [pjproject] Rebuilding
> [pjproject] Configuring with --prefix=/opt/pjproject 
> --disable-speex-codec --disable-speex-aec --disable-bcg729 
> --disable-gsm-codec --disable-ilbc-codec --disable-l16-codec 
> --disable-g722-codec --disable-g7221-codec --disable-opencore-amr 
> --disable-silk --disable-opus --disable-video --disable-v4l2 
> --disable-sound --disable-ext-sound --disable-sdl --disable-libyuv 
> --disable-ffmpeg --disable-openh264 --disable-ipp --disable-libwebrtc 
> --without-external-pa --without-external-srtp --disable-resample 
> --disable-g711-codec --enable-epoll
> [pjproject] Compiling lib libpj-x86_64-unknown-linux-gnu.a
> make[2]: *** 
> [/usr/src/asterisk-17.0.0-rc2/third-party/pjproject/source/pjlib/lib/libpj-x86_64-unknown-linux-gnu.a]
>  Error 2
> make[1]: *** [pjproject] Error 2
> make: *** [third-party] Error 2

Upon release of the latest releases an individual ran into a build problem on 
an older distro with an old compiler. This issue is being tracked on the issue 
tracker[1].

[1] https://issues.asterisk.org/jira/browse/ASTERISK-28574

-- 
Joshua C. Colp
Digium - A Sangoma Company | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org

-- 
_
-- 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] Building Asterisk 17.0.0-rc2

2019-09-30 Thread Joshua C. Colp
On Sat, Sep 28, 2019, at 10:32 PM, Voice user wrote:
> Can anyone advise what I am doing wrong here?
> 
> Expression: EXP(1.0) Result: [19] '2.71828182845904524'
> Expression: EXP2(1.0) Result: [1] '2'
> Expression: LOG(10) Result: [19] '2.30258509299404568'
> Expression: LOG2(10) Result: [19] '3.32192809488736235'
> Expression: LOG10(10) Result: [1] '1'
> Expression: ATAN2(4,5) Result: [20] '0.674740942223552663'
> Expression: ACOS(12) Result: [3] 'nan'
> Expression: ASIN(1) Result: [19] '1.57079632679489662'
> Expression: ATAN(10) Result: [19] '1.47112767430373459'
> Expression: SQRT(2)*SQRT(2) Result: [1] '2'
> LOG: lev:3 file:ast_expr2.y line:1468 func: op_times overflow
> LOG: lev:3 file:ast_expr2.y line:1468 func: op_times overflow
> Expression: ATAN(12) + TRUNC(2.4) *ASIN(14.3) *ACOS(1.2) Result: [3] 
> 'nan'
> Expression: ATAN(.912) Result: [25] '5.16015028965208206e-4944'
> Expression: TRUNC(2.4) Result: [1] '2'
> Expression: ASIN(0.705) Result: [19] '0.78242314584342907'
> Expression: ACOS(.12) Result: [19] '1.57079632679489662'
> Expression: ATAN(.912) + TRUNC(2.4) - ASIN(0.705) + ACOS(.12) Result: 
> [19] '2.78837318095146755'
> LOG: lev:4 file:ast_expr2.y line:1071 func: op_func Error! 'MATH' is 
> not available in the standalone version!
> Expression: MATH(3*9) Result: [1] '0'
> Expression: ${GLOBAL(ULKOPREFIX)}9${x} Result: [26] 
> '${GLOBAL(ULKOPREFIX)}9${x}'
> Expression: 512059${x} Result: [10] '512059${x}'
>  [CC] smsq.c -> smsq.o
>  [LD] smsq.o strcompat.o -> smsq
>  [CC] stereorize.c -> stereorize.o
>  [CC] frame.c -> frame.o
>  [LD] stereorize.o frame.o -> stereorize
>  [CC] streamplayer.c -> streamplayer.o
>  [LD] streamplayer.o -> streamplayer
> [pjproject] Rebuilding
> [pjproject] Configuring with --prefix=/opt/pjproject 
> --disable-speex-codec --disable-speex-aec --disable-bcg729 
> --disable-gsm-codec --disable-ilbc-codec --disable-l16-codec 
> --disable-g722-codec --disable-g7221-codec --disable-opencore-amr 
> --disable-silk --disable-opus --disable-video --disable-v4l2 
> --disable-sound --disable-ext-sound --disable-sdl --disable-libyuv 
> --disable-ffmpeg --disable-openh264 --disable-ipp --disable-libwebrtc 
> --without-external-pa --without-external-srtp --disable-resample 
> --disable-g711-codec --enable-epoll
> [pjproject] Compiling lib libpj-x86_64-unknown-linux-gnu.a
> make[2]: *** 
> [/usr/src/asterisk-17.0.0-rc2/third-party/pjproject/source/pjlib/lib/libpj-x86_64-unknown-linux-gnu.a]
>  Error 2
> make[1]: *** [pjproject] Error 2
> make: *** [third-party] Error 2

Please file an issue[1] and attach the config.log file, information about the 
platform (what distro), and whether rc1 worked for you.

[1] https://issues.asterisk.org/jira

-- 
Joshua C. Colp
Digium - A Sangoma Company | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org

-- 
_
-- 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] Building Asterisk 17.0.0-rc2

2019-09-28 Thread Voice user
Can anyone advise what I am doing wrong here?

Expression: EXP(1.0)Result: [19] '2.71828182845904524'
Expression: EXP2(1.0)Result: [1] '2'
Expression: LOG(10)Result: [19] '2.30258509299404568'
Expression: LOG2(10)Result: [19] '3.32192809488736235'
Expression: LOG10(10)Result: [1] '1'
Expression: ATAN2(4,5)Result: [20] '0.674740942223552663'
Expression: ACOS(12)Result: [3] 'nan'
Expression: ASIN(1)Result: [19] '1.57079632679489662'
Expression: ATAN(10)Result: [19] '1.47112767430373459'
Expression: SQRT(2)*SQRT(2)Result: [1] '2'
LOG: lev:3 file:ast_expr2.y  line:1468 func: op_times  overflow
LOG: lev:3 file:ast_expr2.y  line:1468 func: op_times  overflow
Expression: ATAN(12) + TRUNC(2.4) *ASIN(14.3) *ACOS(1.2)Result: [3]
'nan'
Expression: ATAN(.912)Result: [25] '5.16015028965208206e-4944'
Expression: TRUNC(2.4)Result: [1] '2'
Expression: ASIN(0.705)Result: [19] '0.78242314584342907'
Expression: ACOS(.12)Result: [19] '1.57079632679489662'
Expression: ATAN(.912) + TRUNC(2.4) - ASIN(0.705) + ACOS(.12)Result:
[19] '2.78837318095146755'
LOG: lev:4 file:ast_expr2.y  line:1071 func: op_func  Error! 'MATH' is not
available in the standalone version!
Expression: MATH(3*9)Result: [1] '0'
Expression: ${GLOBAL(ULKOPREFIX)}9${x}Result: [26]
'${GLOBAL(ULKOPREFIX)}9${x}'
Expression: 512059${x}Result: [10] '512059${x}'
   [CC] smsq.c -> smsq.o
   [LD] smsq.o strcompat.o -> smsq
   [CC] stereorize.c -> stereorize.o
   [CC] frame.c -> frame.o
   [LD] stereorize.o frame.o -> stereorize
   [CC] streamplayer.c -> streamplayer.o
   [LD] streamplayer.o -> streamplayer
[pjproject]  Rebuilding
[pjproject]  Configuring with --prefix=/opt/pjproject --disable-speex-codec
--disable-speex-aec --disable-bcg729 --disable-gsm-codec
--disable-ilbc-codec --disable-l16-codec --disable-g722-codec
--disable-g7221-codec --disable-opencore-amr --disable-silk --disable-opus
--disable-video --disable-v4l2 --disable-sound --disable-ext-sound
--disable-sdl --disable-libyuv --disable-ffmpeg --disable-openh264
--disable-ipp --disable-libwebrtc --without-external-pa
--without-external-srtp --disable-resample --disable-g711-codec
--enable-epoll
[pjproject]  Compiling lib libpj-x86_64-unknown-linux-gnu.a
make[2]: ***
[/usr/src/asterisk-17.0.0-rc2/third-party/pjproject/source/pjlib/lib/libpj-x86_64-unknown-linux-gnu.a]
Error 2
make[1]: *** [pjproject] Error 2
make: *** [third-party] Error 2
-- 
_
-- 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] Building Asterisk

2014-07-25 Thread Jeffrey Walton
I'm catching compile errors for multiply defined symbols. Searching
the web reveals lots of folks have experienced it through various
versions of the software [1,2,3, 4, ...].

I've been building based on README, but I think I might be missing a
few steps. Essentially, the steps are:

./configure
make
sudo make install

However, under GCC, I can't find/run `make test` or `make check`.
(test is mention once in the README; check is mention three times.
Neither relate to testing the build).

Where can I find a document on building Asterisk that provides the
steps to build that avoids things like multiply defined symbols and
includes testing?

Thanks in advance.

[1] https://issues.asterisk.org/jira/browse/ASTERISK-21720
[2] http://clang.debian.net/status.php?version=3.3key=MULTIPLE_DEF
[3] http://lists.digium.com/pipermail/asterisk-users/2011-June/263933.html
[4] http://asteriskfaqs.org/tag/information/page/6
...

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] Building Asterisk 11.4.0-rc1 with PJSIP 2.1

2013-05-03 Thread Yves A.

hi,

i would try to make a symlink... link the wrong folder to the correct one...

yves

Am 02.05.2013 23:34, schrieb James Mortensen:

Hello,

I'm working on building Asterisk 11.4.0-rc1 with pjproject 2.1 instead 
of 2.0 due to a crashing issue resulting from ICE. 
https://issues.asterisk.org/jira/browse/ASTERISK-21696


Currently, I'm systematically going through each Makefile in every 
directory in pjproject and changing the paths that exist in the 
pjproject 2.0 included with Asterisk, so that I can successfully build 
Asterisk.


I'm using the Asterisk pjproject 2.1 port from here: 
https://github.com/asterisk/pjproject


An example of the build errors I'm resolving one by one is this:

make[2]: *** No rule to make target 
`../../pjlib/lib/libpj-x86_64-unknown-linux-gnu.a', needed by 
`../lib/libpjnath-x86_64-unknown-linux-gnu.a'.  Stop.
make[1]: *** 
[/mnt/src/asterisk-11.4.0-rc1/res/pjproject/pjnath/lib/libpjnath-x86_64-unknown-linux-gnu.a] 
Error 2

make: *** [res] Error 2

I'm editing the Makefiles and fixing the paths so Asterisk can find 
the target.  For all the people out there smarter than me, is there a 
better way to go about this?


I'm hoping upgrading PJSIP will resolve the crashing issue, and I'll 
continue going through Makefiles until someone smarter than me can 
enlighten me.


Thank you for your help!

--
James Mortensen
Project Manager, VoiceCurve, Inc.
866-707-4590
james.morten...@voicecurve.com mailto:james.morten...@voicecurve.com


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

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 --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

[asterisk-users] Building Asterisk 11.4.0-rc1 with PJSIP 2.1

2013-05-02 Thread James Mortensen
Hello,

I'm working on building Asterisk 11.4.0-rc1 with pjproject 2.1 instead of
2.0 due to a crashing issue resulting from ICE.
https://issues.asterisk.org/jira/browse/ASTERISK-21696

Currently, I'm systematically going through each Makefile in every
directory in pjproject and changing the paths that exist in the pjproject
2.0 included with Asterisk, so that I can successfully build Asterisk.

I'm using the Asterisk pjproject 2.1 port from here:
https://github.com/asterisk/pjproject

An example of the build errors I'm resolving one by one is this:

make[2]: *** No rule to make target
`../../pjlib/lib/libpj-x86_64-unknown-linux-gnu.a', needed by
`../lib/libpjnath-x86_64-unknown-linux-gnu.a'.  Stop.
make[1]: ***
[/mnt/src/asterisk-11.4.0-rc1/res/pjproject/pjnath/lib/libpjnath-x86_64-unknown-linux-gnu.a]
Error 2
make: *** [res] Error 2

I'm editing the Makefiles and fixing the paths so Asterisk can find the
target.  For all the people out there smarter than me, is there a better
way to go about this?

I'm hoping upgrading PJSIP will resolve the crashing issue, and I'll
continue going through Makefiles until someone smarter than me can
enlighten me.

Thank you for your help!

-- 
James Mortensen
Project Manager, VoiceCurve, Inc.
866-707-4590
james.morten...@voicecurve.com
--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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

[asterisk-users] Building Asterisk-RPM for 1.4.24.1

2010-04-26 Thread Thorolf Godawa
Hi everybody,

quite frequently I build customized RPMs with asterisk-1.4.20.1
including some special patches for it, to install the on CentOS 5.

Now I was looking to upgrade to asterisk-1.4.24.1, but the RPM-build is
not working anymore with my build environement.

In version 1.4.22 the Makefile was modified and all the RPM-stuff was
removed, same for the asterisc.spec-file in the redhat-directory.

Why the developers removed this and what is the correct way to reenable
this for newer versions (including 1.4.24.1 and 1.4.30)?

Thanks a lot,
-- 

Chau y hasta luego,

Thorolf

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] Building Asterisk-RPM for 1.4.24.1

2010-04-26 Thread Danny Nicholas
Probably (JIMO) had something to do with the Zaptel-to-DAHDI switch at
1.4.22.X


-Original Message-
From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Thorolf Godawa
Sent: Monday, April 26, 2010 4:41 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Building Asterisk-RPM for 1.4.24.1

Hi everybody,

quite frequently I build customized RPMs with asterisk-1.4.20.1
including some special patches for it, to install the on CentOS 5.

Now I was looking to upgrade to asterisk-1.4.24.1, but the RPM-build is
not working anymore with my build environement.

In version 1.4.22 the Makefile was modified and all the RPM-stuff was
removed, same for the asterisc.spec-file in the redhat-directory.

Why the developers removed this and what is the correct way to reenable
this for newer versions (including 1.4.24.1 and 1.4.30)?

Thanks a lot,
-- 

Chau y hasta luego,

Thorolf

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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 --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

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


Re: [asterisk-users] building asterisk-1.6.0.6 failed!

2009-02-24 Thread Tamer Higazi
I did the same thing, without the prefix stuff!

The same error!

   [CC] extconf.c - extconf.o
In file included from /usr/local/include/datatypes.h:50,
 from /usr/local/include/err.h:49,
 from extconf.c:45:
/usr/local/include/integers.h:50:67: error: srtp_config.h: No such file
or directory
In file included from /usr/local/include/datatypes.h:50,
 from /usr/local/include/err.h:49,
 from extconf.c:45:
/usr/local/include/integers.h:103: error: conflicting types for 'uint64_t'
/usr/include/stdint.h:56: error: previous declaration of 'uint64_t' was here
make[1]: *** [extconf.o] Error 1
make: *** [utils] Error 2
ta...@tux /tmp/asterisk-1.6.0.6 $


What is missing?! I am not getting smart


Matt Watson schrieb:
 I find it a little strange that for some reason your box is using
 includes located in /usr/local... while there could be reason for
 this, that seems like a sign that something might be a little broken
 on your box.
  
 Also, if you don;t mind me asking...
  
 why would you want to install * directly in /usr?  I could undersatnd
 if you are building a distribution package or something, but
 personaly, i would install to /usr/local or even some special place
 just for * just to help keep the box more organized.

 --
 Matt
  
 On Mon, Feb 23, 2009 at 7:17 PM, Tamer Higazi th9...@googlemail.com
 mailto:th9...@googlemail.com wrote:

 Hi!
 I have problems building asterisk 1.6.0.6.

 ./configure --prefix=/usr
 make

 gets me:

 enerating embedded module rules ...
   [CC] extconf.c - extconf.o
 In file included from /usr/local/include/datatypes.h:50,
 from /usr/local/include/err.h:49,
 from extconf.c:45:
 /usr/local/include/integers.h:50:67: error: srtp_config.h: No such
 file
 or directory
 In file included from /usr/local/include/datatypes.h:50,
 from /usr/local/include/err.h:49,
 from extconf.c:45:
 /usr/local/include/integers.h:103: error: conflicting types for
 'uint64_t'
 /usr/include/stdint.h:56: error: previous declaration of
 'uint64_t' was here
 make[1]: *** [extconf.o] Error 1
 make: *** [utils] Error 2


 Now, I think this is only a dependency problem. could anyone of
 you tell
 me, which and where I am able to get the missing sources to
 successfully
 compile asterisk?!


 Tamer

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

 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 --

 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 --

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


Re: [asterisk-users] building asterisk-1.6.0.6 failed!

2009-02-24 Thread Tzafrir Cohen
On Tue, Feb 24, 2009 at 09:31:21AM +0100, Tamer Higazi wrote:
 I did the same thing, without the prefix stuff!
 
 The same error!
 
[CC] extconf.c - extconf.o
 In file included from /usr/local/include/datatypes.h:50,
  from /usr/local/include/err.h:49,
  from extconf.c:45:
 /usr/local/include/integers.h:50:67: error: srtp_config.h: No such file
 or directory
 In file included from /usr/local/include/datatypes.h:50,
  from /usr/local/include/err.h:49,
  from extconf.c:45:
 /usr/local/include/integers.h:103: error: conflicting types for 'uint64_t'
 /usr/include/stdint.h:56: error: previous declaration of 'uint64_t' was here
 make[1]: *** [extconf.o] Error 1
 make: *** [utils] Error 2
 ta...@tux /tmp/asterisk-1.6.0.6 $

What system is it, exactly?

If Linux: what distribution? What version?
If not: what OS? What version?

In what package (or whatever) is /usr/local/include/err.h included?

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

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

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


Re: [asterisk-users] building asterisk-1.6.0.6 failed!

2009-02-24 Thread M Hulber
I'm having a different problem building this release:

[CC] app_dahdiras.c - app_dahdiras.o
In file included from app_dahdiras.c:50:
/usr/include/dahdi/user.h:736: error: expected specifier-qualifier-list 
before ‘__s32’
/usr/include/dahdi/user.h:939: error: expected specifier-qualifier-list 
before ‘__s32’
make[1]: *** [app_dahdiras.o] Error 1
make: *** [apps] Error 2


Linux asterisk.hulber.com 2.6.18-128.1.1.el5 #1 SMP Mon Jan 26 13:58:24 
EST 2009 x86_64 x86_64 x86_64 GNU/Linux


Tzafrir Cohen wrote:
 On Tue, Feb 24, 2009 at 09:31:21AM +0100, Tamer Higazi wrote:
   
 I did the same thing, without the prefix stuff!

 The same error!

[CC] extconf.c - extconf.o
 In file included from /usr/local/include/datatypes.h:50,
  from /usr/local/include/err.h:49,
  from extconf.c:45:
 /usr/local/include/integers.h:50:67: error: srtp_config.h: No such file
 or directory
 In file included from /usr/local/include/datatypes.h:50,
  from /usr/local/include/err.h:49,
  from extconf.c:45:
 /usr/local/include/integers.h:103: error: conflicting types for 'uint64_t'
 /usr/include/stdint.h:56: error: previous declaration of 'uint64_t' was here
 make[1]: *** [extconf.o] Error 1
 make: *** [utils] Error 2
 ta...@tux /tmp/asterisk-1.6.0.6 $
 

 What system is it, exactly?

 If Linux: what distribution? What version?
 If not: what OS? What version?

 In what package (or whatever) is /usr/local/include/err.h included?

   

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

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


Re: [asterisk-users] building asterisk-1.6.0.6 failed!

2009-02-24 Thread Leif Madsen
Most likely you don't need app_dahdiras, so you can just disable it from 
menuselect under the Applications section.

In addition, Terry Wilson is working on getting this resolved, perhaps sometime 
today, so any fixes for it will be in the next release.

Thanks!
Leif Madsen.

M Hulber wrote:
 I'm having a different problem building this release:
 
 [CC] app_dahdiras.c - app_dahdiras.o
 In file included from app_dahdiras.c:50:
 /usr/include/dahdi/user.h:736: error: expected specifier-qualifier-list 
 before ‘__s32’
 /usr/include/dahdi/user.h:939: error: expected specifier-qualifier-list 
 before ‘__s32’
 make[1]: *** [app_dahdiras.o] Error 1
 make: *** [apps] Error 2


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

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


Re: [asterisk-users] building asterisk-1.6.0.6 failed!

2009-02-24 Thread Leif Madsen
In addition, I just found the bug that contains the same error you mention. It 
has been assigned and will be resolved for the next Asterisk release.

http://bugs.digium.com/view.php?id=14516

Thanks!
Leif Madsen.

M Hulber wrote:
 I'm having a different problem building this release:
 
 [CC] app_dahdiras.c - app_dahdiras.o
 In file included from app_dahdiras.c:50:
 /usr/include/dahdi/user.h:736: error: expected specifier-qualifier-list 
 before ‘__s32’
 /usr/include/dahdi/user.h:939: error: expected specifier-qualifier-list 
 before ‘__s32’
 make[1]: *** [app_dahdiras.o] Error 1
 make: *** [apps] Error 2


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

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


Re: [asterisk-users] building asterisk-1.6.0.6 failed!

2009-02-24 Thread M Hulber
Thanks Leif.  That worked.

Leif Madsen wrote:
 Most likely you don't need app_dahdiras, so you can just disable it from 
 menuselect under the Applications section.

 In addition, Terry Wilson is working on getting this resolved, perhaps 
 sometime 
 today, so any fixes for it will be in the next release.

 Thanks!
 Leif Madsen.

 M Hulber wrote:
   
 I'm having a different problem building this release:

 [CC] app_dahdiras.c - app_dahdiras.o
 In file included from app_dahdiras.c:50:
 /usr/include/dahdi/user.h:736: error: expected specifier-qualifier-list 
 before ‘__s32’
 /usr/include/dahdi/user.h:939: error: expected specifier-qualifier-list 
 before ‘__s32’
 make[1]: *** [app_dahdiras.o] Error 1
 make: *** [apps] Error 2
 


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

 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 --

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


Re: [asterisk-users] building asterisk-1.6.0.6 failed!

2009-02-24 Thread Tamer Higazi
System: Gentoo Linux 2008.0, 64 Bit


About package content (libsrtp 1.4.4):
/*
 * err.h
 *
 * error status codes
 *
 * David A. McGrew
 * Cisco Systems, Inc.
 */
/*


and I opested at digium bugs something:
http://bugs.digium.com/view.php?id=14535

the supporter wants me to rename /usr/local = /usr/local2 what
sounds for me more then strange (to take a whole partition out.

Tamer

Tzafrir Cohen schrieb:
 On Tue, Feb 24, 2009 at 09:31:21AM +0100, Tamer Higazi wrote:
   
 I did the same thing, without the prefix stuff!

 The same error!

[CC] extconf.c - extconf.o
 In file included from /usr/local/include/datatypes.h:50,
  from /usr/local/include/err.h:49,
  from extconf.c:45:
 /usr/local/include/integers.h:50:67: error: srtp_config.h: No such file
 or directory
 In file included from /usr/local/include/datatypes.h:50,
  from /usr/local/include/err.h:49,
  from extconf.c:45:
 /usr/local/include/integers.h:103: error: conflicting types for 'uint64_t'
 /usr/include/stdint.h:56: error: previous declaration of 'uint64_t' was here
 make[1]: *** [extconf.o] Error 1
 make: *** [utils] Error 2
 ta...@tux /tmp/asterisk-1.6.0.6 $
 

 What system is it, exactly?

 If Linux: what distribution? What version?
 If not: what OS? What version?

 In what package (or whatever) is /usr/local/include/err.h included?

   


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

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


[asterisk-users] building asterisk-1.6.0.6 failed!

2009-02-23 Thread Tamer Higazi
Hi!
I have problems building asterisk 1.6.0.6.

./configure --prefix=/usr
make

gets me:

enerating embedded module rules ...
   [CC] extconf.c - extconf.o
In file included from /usr/local/include/datatypes.h:50,
 from /usr/local/include/err.h:49,
 from extconf.c:45:
/usr/local/include/integers.h:50:67: error: srtp_config.h: No such file
or directory
In file included from /usr/local/include/datatypes.h:50,
 from /usr/local/include/err.h:49,
 from extconf.c:45:
/usr/local/include/integers.h:103: error: conflicting types for 'uint64_t'
/usr/include/stdint.h:56: error: previous declaration of 'uint64_t' was here
make[1]: *** [extconf.o] Error 1
make: *** [utils] Error 2


Now, I think this is only a dependency problem. could anyone of you tell
me, which and where I am able to get the missing sources to successfully
compile asterisk?!


Tamer

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

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


Re: [asterisk-users] building asterisk-1.6.0.6 failed!

2009-02-23 Thread Matt Watson
I find it a little strange that for some reason your box is using includes
located in /usr/local... while there could be reason for this, that seems
like a sign that something might be a little broken on your box.

Also, if you don;t mind me asking...

why would you want to install * directly in /usr?  I could undersatnd if you
are building a distribution package or something, but personaly, i would
install to /usr/local or even some special place just for * just to help
keep the box more organized.

--
Matt

On Mon, Feb 23, 2009 at 7:17 PM, Tamer Higazi th9...@googlemail.com wrote:

 Hi!
 I have problems building asterisk 1.6.0.6.

 ./configure --prefix=/usr
 make

 gets me:

 enerating embedded module rules ...
   [CC] extconf.c - extconf.o
 In file included from /usr/local/include/datatypes.h:50,
 from /usr/local/include/err.h:49,
 from extconf.c:45:
 /usr/local/include/integers.h:50:67: error: srtp_config.h: No such file
 or directory
 In file included from /usr/local/include/datatypes.h:50,
 from /usr/local/include/err.h:49,
 from extconf.c:45:
 /usr/local/include/integers.h:103: error: conflicting types for 'uint64_t'
 /usr/include/stdint.h:56: error: previous declaration of 'uint64_t' was
 here
 make[1]: *** [extconf.o] Error 1
 make: *** [utils] Error 2


 Now, I think this is only a dependency problem. could anyone of you tell
 me, which and where I am able to get the missing sources to successfully
 compile asterisk?!


 Tamer

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

 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 --

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

Re: [asterisk-users] Building Asterisk-1.4.21.2~dfsg-1

2008-08-09 Thread GNUbie
Hello Tzafrir,

On Tue, Aug 5, 2008 at 3:06 AM, Tzafrir Cohen [EMAIL PROTECTED] wrote:

 Technically, not. However you can edit the files that are supposed to be
 created by menuselect. There's already an example of doing that for the
 sound files in debian/rules . sed is applied to menuselect.makeopts .

 Menuselect and proper automation don't go hand in hand together.
 It has no proper configuration file format. Or if you really want a
 predictable menuselect, move it aside and borrow the files from
 http://bugs.digium.com/13132 , and there just generate a
 build_tools/conf with the stuff you want.

Thank you.

Regards,

GNUbie

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


[asterisk-users] Building Asterisk-1.4.21.2~dfsg on Ubuntu 8.04.1 LTS x86

2008-08-09 Thread GNUbie
Hello all,

I just built the Asterisk-1.4.21.2~dfsg on Ubuntu 8.04.1 LTS x86 and
the last few lines says:

- - -  s n i p  - - -

$ debuild -us -uc

...
...
...

dh_shlibdeps -a
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/app_disa.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/func_language.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/app_realtime.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/func_math.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/app_segfault.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/app_page.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/app_dumpchan.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/func_rand.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/codec_ulaw.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/cdr_manager.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/func_realtime.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/app_devstate.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/app_stack.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning: debian/asterisk/usr/sbin/smsq shouldn't be
linked with libstdc++.so.6 (it uses none of its symbols).
dpkg-shlibdeps: warning: debian/asterisk/usr/sbin/smsq shouldn't be
linked with libgcc_s.so.1 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/format_ogg_vorbis.so
shouldn't be linked with libm.so.6 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/format_ogg_vorbis.so
shouldn't be linked with libpthread.so.0 (it uses none of its
symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/codec_a_mu.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/app_chanisavail.so shouldn't
be linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/func_uri.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/app_hasnewvoicemail.so
shouldn't be linked with libpthread.so.0 (it uses none of its
symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/app_morsecode.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/app_exec.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/func_cut.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/app_adsiprog.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/app_record.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/codec_alaw.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/app_test.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/app_transfer.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/app_verbose.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/app_cdr.so shouldn't be
linked with libpthread.so.0 (it uses none of its symbols).
dpkg-shlibdeps: warning:
debian/asterisk/usr/lib/asterisk/modules/app_privacy.so shouldn't be
linked with libpthread.so.0 (it uses 

[asterisk-users] Building Asterisk-1.4.21.2~dfsg-1

2008-08-04 Thread GNUbie
Hello all,

I am currently running Ubuntu LTS 8.04.1 Server Edition and I want to build
the Asterisk-1.4.21.2~dfsg-1 (source) from the Debian Unstable repository. I
am wondering on how I can customize or perform the MENUSELECT part when
running the command debuild -us -uc in building the said package. Anyone
care to share their ideas or tips on how to do it?

Thank you in advance.

Regards,

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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

Re: [asterisk-users] Building Asterisk-1.4.21.2~dfsg-1

2008-08-04 Thread Tzafrir Cohen
On Mon, Aug 04, 2008 at 11:13:30PM +0800, GNUbie wrote:
 Hello all,
 
 I am currently running Ubuntu LTS 8.04.1 Server Edition and I want to build
 the Asterisk-1.4.21.2~dfsg-1 (source) from the Debian Unstable repository. I
 am wondering on how I can customize or perform the MENUSELECT part when
 running the command debuild -us -uc in building the said package. Anyone
 care to share their ideas or tips on how to do it?

Technically, not. However you can edit the files that are supposed to be
created by menuselect. There's already an example of doing that for the
sound files in debian/rules . sed is applied to menuselect.makeopts .

Menuselect and proper automation don't go hand in hand together.
It has no proper configuration file format. Or if you really want a
predictable menuselect, move it aside and borrow the files from
http://bugs.digium.com/13132 , and there just generate a
build_tools/conf with the stuff you want.

-- 
   Tzafrir Cohen
icq#16849755  jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

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

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

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


RE: [Asterisk-Users] Building Asterisk embedded device

2006-04-03 Thread Quark IT - Hilton Travis
Hi Sam,

There's an Asterisk module for OpenWRT running on the WRT54G and similar
Linksys WiFi routers.  Is that embedded enough?  :)

--

Regards,

Hilton Travis  Phone: +61 (0)7 3344 3889
(Brisbane, Australia)  Phone: +61 (0)419 792 394
Manager, Quark IT  http://www.quarkit.com.au
 Quark AudioVisual http://www.quarkav.net

http://www.threatcode.com/ -- its now time to shame poor coders 
into writing code that is acceptable for use on today's networks

War doesn't determine who is right.  War determines who is left.

This document and any attachments are for the intended recipient 
  only.  It may contain confidential, privileged or copyright 
 material which must not be disclosed or distributed.

Quark Group Pty. Ltd.
  T/A Quark Automation, Quark AudioVisual, Quark IT 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of sam
 Sent: Saturday, 1 April 2006 00:02
 To: Asterisk Users Mailing List - Non-Commercial Discussion
 Subject: [Asterisk-Users] Building Asterisk embedded device
 
 Hi,
 
 I want to build a PBX base on Asterisk using an embedded device.
 Can anyone please recommend an embedded device I can use for doing so?
 I will install linux or freebsd in the device.
 
 Thanks
 A
___
--Bandwidth and Colocation provided by Easynews.com --

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


RE: [Asterisk-Users] Building Asterisk embedded device

2006-04-03 Thread mustardman29
It can't really do a whole heck of a lot though. 

 -Original Message-
 From: Quark IT - Hilton Travis [mailto:[EMAIL PROTECTED] 
 Sent: Monday, April 03, 2006 4:37 AM
 To: [EMAIL PROTECTED]; Asterisk Users Mailing List - 
 Non-Commercial Discussion
 Subject: RE: [Asterisk-Users] Building Asterisk embedded device
 
 Hi Sam,
 
 There's an Asterisk module for OpenWRT running on the WRT54G 
 and similar Linksys WiFi routers.  Is that embedded enough?  :)
 
 --
 
 Regards,
 
 Hilton Travis  Phone: +61 (0)7 3344 3889
 (Brisbane, Australia)  Phone: +61 (0)419 792 394
 Manager, Quark IT  http://www.quarkit.com.au
  Quark AudioVisual http://www.quarkav.net
 
 http://www.threatcode.com/ -- its now time to shame poor 
 coders into writing code that is acceptable for use on 
 today's networks
 
 War doesn't determine who is right.  War determines who is left.
 
 This document and any attachments are for the intended recipient
   only.  It may contain confidential, privileged or copyright 
  material which must not be disclosed or distributed.
 
 Quark Group Pty. Ltd.
   T/A Quark Automation, Quark AudioVisual, Quark IT 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of sam
  Sent: Saturday, 1 April 2006 00:02
  To: Asterisk Users Mailing List - Non-Commercial Discussion
  Subject: [Asterisk-Users] Building Asterisk embedded device
  
  Hi,
  
  I want to build a PBX base on Asterisk using an embedded device.
  Can anyone please recommend an embedded device I can use 
 for doing so?
  I will install linux or freebsd in the device.
  
  Thanks
  A
 
 
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] Building Asterisk embedded device

2006-04-03 Thread Brian Capouch

mustardman29 wrote:
It can't really do a whole heck of a lot though. 



According to whom?

Various flavors of embedded Asterisk have different feature sets; there 
is undoubtedly a tradeoff involved when moving a processor the size of 
Asterisk to a footprint that small.


I use embedded Asterisk exclusively, and would, with all due respect, 
suggest that you don't know what you're talking about.


Between the WRT versions, the WGT version, and the various builds of 
AstLinux, one can find almost every function available on a full-fledged 
server, modulo some hardware limitations such as lack of PCI (on some 
platforms) and some transcodings.


B.

___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] Building Asterisk embedded device

2006-04-02 Thread Noah Miller
Hi Sam -

 Thanks for your link. how to build asterisk into
 this hardware?

As mentioned earlier, have a look at astlinux:

http://www.astlinux.org/

There are pre-built versions for soekris/wrap, and general x86
computers.  Kristian (the astlinux developer) made this run on a
gumstix, too, but I don't think there's a pre-built version of that. 
You could ask Kristian directly how to do this.

- Noah
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] Building Asterisk embedded device

2006-04-01 Thread sam

Jim Houser wrote:


http://gumstix.com/waysmalls.html

 


Thanks for your link. how to build asterisk into this hardware?

Thanks
Sam


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of sam
Sent: Friday, March 31, 2006 8:01 AM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Building Asterisk embedded device

Hi,

I want to build a PBX base on Asterisk using an embedded device.
Can anyone please recommend an embedded device I can use for doing so?
I will install linux or freebsd in the device.

Thanks
A
_



___
--Bandwidth and Colocation provided by Easynews.com --

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


[Asterisk-Users] Building Asterisk embedded device

2006-03-31 Thread sam

Hi,

I want to build a PBX base on Asterisk using an embedded device.
Can anyone please recommend an embedded device I can use for doing so?
I will install linux or freebsd in the device.

Thanks
A
___
--Bandwidth and Colocation provided by Easynews.com --

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


[Asterisk-Users] Building Asterisk embedded device

2006-03-31 Thread sam

Hi,

I want to build a PBX base on Asterisk using an embedded device.
Can anyone please recommend an embedded device I can use for doing so?
I will install linux or freebsd in the device.

Thanks
A
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] Building Asterisk embedded device

2006-03-31 Thread Peter Bowyer
On 31/03/06, sam [EMAIL PROTECTED] wrote:
 Hi,

 I want to build a PBX base on Asterisk using an embedded device.
 Can anyone please recommend an embedded device I can use for doing so?
 I will install linux or freebsd in the device.

Depends what horsepower you'll need - many people have had good
results with the Soekris NET4801, running Astlinux.

Peter

--
Peter Bowyer
Email: [EMAIL PROTECTED]
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] Building Asterisk embedded device

2006-03-31 Thread Michiel van Baak
On 00:01, Sat 01 Apr 06, sam wrote:
 Hi,
 
 I want to build a PBX base on Asterisk using an embedded device.
 Can anyone please recommend an embedded device I can use for doing so?
 I will install linux or freebsd in the device.

http://www.soekris.com
-- 
Michiel van Baak
http://michiel.vanbaak.info
[EMAIL PROTECTED]
GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7E0B9A2D

Why is it drug addicts and computer afficionados are both called users?

___
--Bandwidth and Colocation provided by Easynews.com --

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


RE: [Asterisk-Users] Building Asterisk embedded device

2006-03-31 Thread Jim Houser
http://gumstix.com/waysmalls.html
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of sam
Sent: Friday, March 31, 2006 8:01 AM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Building Asterisk embedded device

Hi,

I want to build a PBX base on Asterisk using an embedded device.
Can anyone please recommend an embedded device I can use for doing so?
I will install linux or freebsd in the device.

Thanks
A
___
--Bandwidth and Colocation provided by Easynews.com --

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



This e-mail and any attachments may contain confidential and privileged 
information.  If you are not the intended recipient, please notify the sender, 
or [EMAIL PROTECTED], immediately by return e-mail and destroy any copies. Any 
dissemination or use of this information by a person other than the intended 
recipient is unauthorized and may be illegal.  Unless otherwise stated, 
opinions expressed in this e-mail are those of the author and are not endorsed 
by the author's employer. 


___
--Bandwidth and Colocation provided by Easynews.com --

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


RE: [Asterisk-Users] Building Asterisk embedded device

2006-03-31 Thread mustardman29
Not a lot to go on sam.  What do you want to do?  If you just want to play
or have very minimal requirements then get a soekris NET4801 board, CF and
install Astlinux.
http://www.soekris.com/net4801.htm
 

 -Original Message-
 From: sam [mailto:[EMAIL PROTECTED] 
 Sent: Friday, March 31, 2006 6:01 AM
 To: asterisk-users@lists.digium.com
 Subject: [Asterisk-Users] Building Asterisk embedded device
 
 Hi,
 
 I want to build a PBX base on Asterisk using an embedded device.
 Can anyone please recommend an embedded device I can use for doing so?
 I will install linux or freebsd in the device.
 
 Thanks
 A
 
 
___
--Bandwidth and Colocation provided by Easynews.com --

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


Re: [Asterisk-Users] Building Asterisk embedded device

2006-03-31 Thread sam

mustardman29 wrote:


Not a lot to go on sam.  What do you want to do?  If you just want to play
or have very minimal requirements then get a soekris NET4801 board, CF and
install Astlinux.
http://www.soekris.com/net4801.htm


 


-Original Message-
From: sam [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 31, 2006 6:01 AM

To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Building Asterisk embedded device

Hi,

I want to build a PBX base on Asterisk using an embedded device.
Can anyone please recommend an embedded device I can use for doing so?
I will install linux or freebsd in the device.

Thanks
A


   


Hi, is this hardware similar to Linksys pap5?
 



Thanks
Sam

___
--Bandwidth and Colocation provided by Easynews.com --

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


[Asterisk-Users] Building Asterisk with CentOS

2005-03-02 Thread William Zhang
Hi,

Anyone built Asterisk in CentOS?  Any luck on Zaptel module like wcfxo?

I just could not build it.

Thanks in advance.

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


RE: [Asterisk-Users] Building Asterisk with CentOS

2005-03-02 Thread dean collins
Bill,
If you are only new to asterisk go and download [EMAIL PROTECTED]
http://asteriskathome.sourceforge.net/

It's a iso you can download that does all of the configuring and setup
for you automatically.

This will automatically install centos, asterisk, amp, fop and
webmeetme.

Cheers

dean


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of William
Zhang
Sent: Wednesday, March 02, 2005 9:51 PM
To: asterisk-users@lists.digium.com
Subject: [Asterisk-Users] Building Asterisk with CentOS

Hi,

Anyone built Asterisk in CentOS?  Any luck on Zaptel module like wcfxo?

I just could not build it.

Thanks in advance.

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

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


[Asterisk-Users] Building Asterisk

2004-07-21 Thread Felippe Martins
Hi I am kindda new to this mailing list. I have buit asterisk alrealdy once, 
but this time I am having a hard time to build it. Does anyone have 
anysuggestion why am I getting so many errors.
Thanks
Felippe Kilian Martins

_
MSN Messenger: instale grátis e converse com seus amigos. 
http://messenger.msn.com.br

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Building Asterisk

2004-07-21 Thread Brancaleoni Matteo
Hi,

Il mer, 2004-07-21 alle 20:19, Felippe Martins ha scritto:
 Hi I am kindda new to this mailing list. I have buit asterisk alrealdy once, 
 but this time I am having a hard time to build it. Does anyone have 
 anysuggestion why am I getting so many errors.

unfortunately, this list doesn't have the divination plugin,
so please report you errors.
a mail like that is only annoying,
thanks.

-- 
Brancaleoni Matteo [EMAIL PROTECTED]
Espia Srl

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Building Asterisk

2004-07-21 Thread Joshua McClintock
Putting on Tin Foil Hat to pickup brain waves

Let's see here, from the information I'm receiving from my Brain Wave
Reader, it would seem that you aren't emitting enough activity for me to
determine much of anything.

I would suggest posting some of the errors you're getting.


On Wed, 2004-07-21 at 11:19, Felippe Martins wrote:
 Hi I am kindda new to this mailing list. I have buit asterisk alrealdy once, 
 but this time I am having a hard time to build it. Does anyone have 
 anysuggestion why am I getting so many errors.
 Thanks
 Felippe Kilian Martins
 
 _
 MSN Messenger: instale grtis e converse com seus amigos. 
 http://messenger.msn.com.br
 
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Building Asterisk

2004-07-21 Thread Matt
It would help if you included a brief description of the errors you're
getting. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Felippe Martins
Sent: 21 July 2004 19:20
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Building Asterisk

Hi I am kindda new to this mailing list. I have buit asterisk alrealdy once,
but this time I am having a hard time to build it. Does anyone have
anysuggestion why am I getting so many errors.
Thanks
Felippe Kilian Martins

_
MSN Messenger: instale grátis e converse com seus amigos. 
http://messenger.msn.com.br

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Building Asterisk

2004-07-21 Thread Jay Milk
Is your computer turned on?  If not, turn it on and try building
Asterisk again... Otherwise, it could be any number of things.

 -Original Message-
 From: Felippe Martins [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, July 21, 2004 1:20 PM
 To: [EMAIL PROTECTED]
 Subject: [Asterisk-Users] Building Asterisk
 
 
 Hi I am kindda new to this mailing list. I have buit asterisk 
 alrealdy once, 
 but this time I am having a hard time to build it. Does anyone have 
 anysuggestion why am I getting so many errors.
 Thanks
 Felippe Kilian Martins

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] building asterisk

2004-06-15 Thread Michael George
I am trying to build asterisk and having an odd problem compiling it.  
I got the source this morning from CVS with make update.  I then did 
a make, but I'm getting errors in app/app_voicemail.c...

On line 155 begins a section which almost looks like patch material.  
The first line is:
 app_voicemail.c

and then there is some C code defining adapp and adsec, then
===
and some more C code defining adapp and adsec again, followed by
 1.111
Obviously this is not a small oversight as it's not even close to 
correct syntax, so it must be serving some function.  I cannot find any 
docs about it...  Perhaps this is just a marker for the user to choose 
which values those variables should have.

Anyone with any advice?
-Michael
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] building asterisk

2004-06-15 Thread Stuart Grimshaw
On Tue, 15 Jun 2004 08:09:42 -0400, Michael George  
[EMAIL PROTECTED] wrote:

I am trying to build asterisk and having an odd problem compiling it.  I  
got the source this morning from CVS with make update.  I then did a  
make, but I'm getting errors in app/app_voicemail.c...

On line 155 begins a section which almost looks like patch material.   
The first line is:
 app_voicemail.c

and then there is some C code defining adapp and adsec, then
===
and some more C code defining adapp and adsec again, followed by
  1.111
Obviously this is not a small oversight as it's not even close to  
correct syntax, so it must be serving some function.  I cannot find any  
docs about it...  Perhaps this is just a marker for the user to choose  
which values those variables should have.

Anyone with any advice?
This is CVS indicating that you hae a conflict in that file.
If there are no changes in it that you require, I'd move it out of the way  
and run cvs up again ...

--
-S
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] building asterisk

2004-06-15 Thread Holger Schurig
 On line 155 begins a section which almost looks like patch material.
 The first line is:
  app_voicemail.c

Does

rm app_voicemail.c
cvs co app_voicemail.c

help?

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] building asterisk

2004-06-15 Thread steve


On Tue, 15 Jun 2004, Michael George wrote:

 On line 155 begins a section which almost looks like patch material.  
 The first line is:
  app_voicemail.c
 
 and then there is some C code defining adapp and adsec, then
 ===
 
 and some more C code defining adapp and adsec again, followed by
   1.111


You made some local changes in app_voicemail.c - or maybe applied a patch 
that changed app_voicemail.c - and then did a cvs update.

There was a conflict between your local change and a change made in CVS.  
cvs put both versions in your file, delimited as you see.

You need to manually merge the two - or maybe drop one and keep the other 
entirely.

Steve

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] building asterisk

2004-06-15 Thread Michael George
On Jun 15, 2004, at 8:21 AM, Stuart Grimshaw wrote:
On Tue, 15 Jun 2004 08:09:42 -0400, Michael George 
[EMAIL PROTECTED] wrote:

I am trying to build asterisk and having an odd problem compiling it. 
 I got the source this morning from CVS with make update.  I then 
did a make, but I'm getting errors in app/napp_voicemail.c...

On line 155 begins a section which almost looks like patch material.  
The first line is:
 app_voicemail.c

and then there is some C code defining adapp and adsec, then
===
and some more C code defining adapp and adsec again, followed by
  1.111
Obviously this is not a small oversight as it's not even close to 
correct syntax, so it must be serving some function.  I cannot find 
any docs about it...  Perhaps this is just a marker for the user to 
choose which values those variables should have.

Anyone with any advice?
This is CVS indicating that you hae a conflict in that file.
If there are no changes in it that you require, I'd move it out of the 
way and run cvs up again ...
Okay, that was it.  Just my inexperience with CVS shining through :)  
Thanks for the help!

Now I just have to remember why I changed it and if I need to change it 
again...

-Michael
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] building asterisk

2004-06-15 Thread Stuart Grimshaw
On Tue, 15 Jun 2004 09:07:19 -0400, Michael George  
[EMAIL PROTECTED] wrote:

Okay, that was it.  Just my inexperience with CVS shining through :)   
Thanks for the help!

Now I just have to remember why I changed it and if I need to change it  
again...
you could always do cvs diff filename and it'll show you the  
differences. It could just be that the conflict has been raised by doing  
the update itself, and you made no changes to the file, especially if  
there have been a few changes in CVS to that file since you last updated.

--
-S
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users