Re: [asterisk-users] gsm codec compile

2014-03-23 Thread Tzafrir Cohen
On Mon, Mar 03, 2014 at 11:13:52AM -0800, Doug wrote:
 I was successful in compiling asterisk in raspbien except for the following 
 error If I enable the gsm codec. It appears there is something in the 
 Makefile n this directory that needs to be changed. Probably involving 
 optimization. Not sure why it does not recognize the processor since it is 
 one that is mentioned in the Makefile.  Any help would be appreciated. 
 
 
 make[2]: Entering directory `/usr/src/asterisk/codecs/gsm'
    [AS] src/k6opt.s - src/k6opt.o
 Assembler messages:
 Error: unknown architecture `armv6l'
 
 Error: unrecognized option -march=armv6l
 make[2]: *** [src/k6opt.o] Error 1

For the sake of the archives: Just use the system libgsm (make sure you
have libgsm-dev installed). No point in using the bundled version.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.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


Re: [asterisk-users] Running configure from subdirectory of source tree

2014-03-23 Thread Tzafrir Cohen
Hi

Again, answering a bit late,

On Wed, Mar 05, 2014 at 09:24:11PM +0100, Gianluca Merlo wrote:
 2014-03-05 20:08 GMT+01:00 Jason Parker jason.par...@schmoozecom.com:
 
  That's not something that is likely to be supported.  Any configure
  script in the tree will be run via the top-level build process, as
  needed.
 
 
 Hello Jason,
 
 I admit I naively have yet to consider whether the actual build could work
 or not, and assumed (for lack of knowledge) it could. By chance, is yours
 an assumption or you have personally experienced (or know by understanding
 its inner workings) that the top level make does not perform correctly if
 the sources lie elsewhere (in this case, in the parent directory)?
 
  Is there some reason you think you need to run the other
  configure scripts yourself?
 
 
 If your question is related to the origin of the need of configuring and
 building in a subdirectory, I am in need of building custom Debian packages
 for Asterisk, and my plan was to use a single source package to build
 several monolithic Asterisk binary packages, each with different
 configure options and patches to modify/add some functionalities (I
 currently compile and install them manually, and could use some
 Debian-magic-automation).

Why is that, BTW?

 Debhelper offers a --builddirectory option which allows to easily perform
 such task, and I already successfully used it on more simple software using
 the autotool build toolchain, but essentially this works as in my manual
 example, thus failing.
 
 Thanks in advance for your advice.

Does the rest of the build system support this? Anyway, the obvious
workaround is (cd ..; ./configure) .

If you can't use shell and must use an explicit command, add a wrapper
script:

#!/bin/sh
cd ..
exec ./configure $@

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.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


Re: [asterisk-users] AppVoicemail overwrites voicemail.conf

2014-03-23 Thread Al lists
yes, thanks you!



On Sat, Mar 22, 2014 at 9:13 AM, Paul Belanger paul.belan...@polybeacon.com
 wrote:

 On Fri, Mar 21, 2014 at 11:58 PM, Al lists asteris...@gmail.com wrote:
  looking more into this, looks like this is not a issue, its related to
 users
  changing voicemail password from handset, asterisk rewrites the file.
 
 Right, use passwordlocation = spool, create a secret.conf for each
 mailbox, now when a user changes their password, secret.conf gets
 updated not voicemail.conf.

 --
 Paul Belanger | PolyBeacon, Inc.
 Jabber: paul.belan...@polybeacon.com | IRC: pabelanger (Freenode)
 Github: https://github.com/pabelanger | Twitter:
 https://twitter.com/pabelanger

 --
 _
 -- 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] IAXModem or T38Modem?

2014-03-23 Thread Mike Diehl
Hi all,

I'm installing Hylafax on my Asterisk system.  From what I've read, I can
either use IAXModem or T38Modem to provide the virtual fax device.  So at
the risk of starting a religious war, which one should I use?

I don't mind running IAX if I have to.  I want as much flexibility and
stability as I can get.

So, what are your recommendations?

Mike.
-- 
_
-- 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