Displaying 20 results from an estimated 4000 matches similar to: "Asterisk from Debian Packages"
2006 Dec 05
6
Switching from FreeBSD to Linux - which distro?
Does there seem to be a popular Linux distro folks use specifically for
Asterisk? I'd like to move off of FreeBSD but I'm not too familiar with
Linux distros. In particular, I'm looking for a free, stable, well
supported distro that has a friendly community. Any advice appreciated.
Sorry for asking a question that I'm sure has been asked thousands of
times.
Best regards,
2006 Dec 16
5
Linux distro + Asterisk or Trixbox?
Hey all,
I've been doing a lot of playing, and a lot of reading, and it seems
people are split as to whereas if they're running their favorite Linux
distro and asterisk or Trixbox. I'm getting closer to really looking at
a production environment and I'm just looking for any opinions. I'm
really enjoying learning linux and asterisk, so initial "ease of use"
2006 Dec 20
2
Dial own extension to get to voicemail.
I've gotten this Polycom 501 pretty much licked, but I need to know if
there's a way in a dialplan to say if someone dials their own extension
it goes straight to voicemail and asks them for their password. I
thought I saw an example of this on the web but I can't seem to find it.
Any advice appreciated!
Phil
-------------- next part --------------
An HTML attachment was
2006 Dec 20
1
Dial 9 to get out?
Hi all,
Can someone point me in the right direction here. What I'd like to do
with Asterisk is a) dial a 3 digit extention (i.e. 100) on my polycom
phones and after the 3rd digit is entered, it dials that extension and
b) dial 9 to get out like older PBX systems. Since my internal
extensions start with a 1 I think what happens is I enter extension 100
for example, and the phone sits
2006 Dec 21
2
Insert 1+areacode for VOIP calls
Greetings,
Currently my asterisk box is using Voicepulse. It works fine with the
exception that people need to enter the 1+area code for local calls.
I'd like to get around this if possible. The following is what I have
in my extensions.conf..
exten => _1NXXNXXXXXX,1,Set(CALLERID(num)=6162997590)
exten => _1NXXNXXXXXX,n,Dial(IAX2/${VOICEPULSE_GATEWAY_OUT_A}/${EXTEN})
exten
2006 Dec 19
6
No music on hold?
Hi all,
I've got Asterisk 1.2.10 up and running on Debian using the back ports.
I noticed that it didn't come with mpg123 or depend on it and I believe
I read somewhere that asterisk now handles it's own mp3 playback? Is
this true? If so I must have a problem, because I hear no music when
putting someone on hold. When looking at the console when putting
someone on hold, I see
2013 Feb 19
9
[LLVMdev] [RFC] Add Intel TSX HLE Support
Hi All,
I'd like to add HLE support in LLVM/clang consistent to GCC's style [1].
HLE from Intel TSX [2] is legacy compatible instruction set extension to
specify transactional region by adding XACQUIRE and XRELEASE prefixes.
To support that, GCC chooses the approach by extending the memory order
flag in __atomic_* builtins with target-specific memory model in high
bits (bit 31-16 for
2006 Dec 09
3
Zaptel module compile woes
Hi all,
I'm pretty new to linux and compiling modules, but I've scoured the web
for help on compiling the zaptel modules from source and I get the
following error...
make -C SUBDIRS=/usr/src/modules/zaptel modules
make: *** SUBDIRS=/usr/src/modules/zaptel: No such file or directory.
Stop.
make: *** [linux26] Error 2
Any ideas? /usr/src/modules/zaptel is the dir I'm
2013 Feb 19
2
[LLVMdev] [RFC] Add Intel TSX HLE Support
Hi All,
I'd like to add HLE support in LLVM/clang consistent to GCC's style [1]. HLE from Intel TSX [2] is legacy compatible instruction set extension to
specify transactional region by adding XACQUIRE and XRELEASE prefixes. To support that, GCC chooses the approach by extending the memory order
flag in __atomic_* builtins with target-specific memory model in high bits (bit 31-16 for
2013 Feb 19
0
[LLVMdev] [RFC] Add Intel TSX HLE Support
Here is the patch 0004-Enable-HLE-code-generation.patch
Yours
- Michael
On Tue, 2013-02-19 at 14:07 -0800, Michael Liao wrote:
> Hi All,
>
> I'd like to add HLE support in LLVM/clang consistent to GCC's style [1].
> HLE from Intel TSX [2] is legacy compatible instruction set extension to
> specify transactional region by adding XACQUIRE and XRELEASE prefixes.
> To
2013 Feb 19
0
[LLVMdev] [RFC] Add Intel TSX HLE Support
Here is the patch 0002-Add-HLE-target-feature.patch
Yours
- Michael
On Tue, 2013-02-19 at 14:07 -0800, Michael Liao wrote:
> Hi All,
>
> I'd like to add HLE support in LLVM/clang consistent to GCC's style [1].
> HLE from Intel TSX [2] is legacy compatible instruction set extension to
> specify transactional region by adding XACQUIRE and XRELEASE prefixes.
> To support
2013 Feb 19
0
[LLVMdev] [RFC] Add Intel TSX HLE Support
Here is the patch
0003-Add-XACQ-XREL-prefix-and-encoding-asm-printer-suppor.patch
Yours
- Michael
On Tue, 2013-02-19 at 14:07 -0800, Michael Liao wrote:
> Hi All,
>
> I'd like to add HLE support in LLVM/clang consistent to GCC's style [1].
> HLE from Intel TSX [2] is legacy compatible instruction set extension to
> specify transactional region by adding XACQUIRE and
2013 Feb 19
0
[LLVMdev] [RFC] Add Intel TSX HLE Support
Hi Michael,
Why do you want to add transactional memory support to LLVM ? Can't you implement transactional memory using a library call ? Judging by the number of patches it looks like a major change to LLVM, and I am not sure that I understand the motivation for including it in LLVM.
Thanks,
Nadav
On Feb 19, 2013, at 11:52 AM, Michael Liao <michael.liao at intel.com> wrote:
2006 Dec 05
1
Install via SVN or tarball?
I'm new to Linux, as I've been using Asterisk on FreeBSD via the ports
collection. My question is simple - for using the release branch of
Asterisk (1.2.13 for now), should I get in the habit of using svn to
retrieve the source or should I just download the tarball? Is there a
"best practice" or a "recommended" installation method?
Thanks in advance,
Phil
2006 Dec 22
2
Determining invalid extensions.
Hi all,
I'm trying to incorporate using the i extension in my callplan to
determine if someone enters an invalid extension. My internal
extensions are all 3 digits (100-104). The problem is, the callplan
doesn't see that say, extension 600 is invalid, it just goes back to the
beginning of the callplan and repeats. If I enter a single digit, it
works perfectly. Anyone have any
2009 Feb 07
2
Minimum version for asterisk and iaxmodem
Hi,
I'm trying to use iaxmodem against a very old version of asterisk
(1.0.7 - its a debian sarge embedded system),
yet when asterisk gets a call from iaxmodem, it says that the "format
for the call is unknown".
Does anyone know if there is a minimum version of asterisk that is
compatible with iaxmodem 1.1.0?
Thanks.
-- James
2006 Dec 19
1
Re: asterisk-users Digest, Vol 29, Issue 71
Hi,
I want to unsubscribe from asterisk-users-request-lists, and donot
want to recieve mail any more.
Kindly unsubscribe me...
sanchal singh
On Mon, 2006-12-18 at 13:57, asterisk-users-request@lists.digium.com
wrote:
> Send asterisk-users mailing list submissions to
> asterisk-users@lists.digium.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
2006 May 08
1
Voicemail bomb
I submitted a bug to the tracker
*(*bug<http://bugs.digium.com/view.php?id=6947>) regarding
the 256 character limit when copying a voicemail to a list of mail boxes.
The bug was closed with this note:
"Fixed in 1.2 branch, merged to trunk."
Could someone explain to me what that means... in English?
I searched the release notes of the newest asterisk version to see if this
bug
2006 Dec 11
1
Unable to open pseudo channel for timing... Sound may be choppy.
Any idea what causes the warning "Unable to open pseudo channel for
timing... Sound may be choppy."? Any ideas what I need to resolve
this? I do have the zaptel module installed but don't have a zaptel
card. I'm guessing this has to do with ztdummy? I'm running Debian and
installed asterisk, zaptel, and zaptel-source from the backports. Any
information appreciated!
2007 Jan 05
1
Multiple users and a single extension
Hi all,
Quick question. Is there a way to have multiple people have an
extension, say 900, to their polycom 501 SIP phones on one of the blue
buttons to where when a call comes in, I can have it simul-ring and
folks can pick up the line on their phone? I'd like to set up a tech
support extension for our techs and have a voice mail box assigned to it
as well. Right now I just have