Questions tagged [asterisk]

Asterisk is software that enables a server to act as an IP PBX system, VoIP gateway, conference server, and more.

see

http://www.asterisk.org/

and

http://en.wikipedia.org/wiki/Asterisk_(PBX)

593 questions
3
votes
1 answer

Automated reports with FreePBX 2.8.1.4

FreePBX has a 'Reports' tab that allows you to create a few reports and some of them you can export as a .csv or .pdf, but it doesn't really have any finer features than that. I would ultimately like to be able to have a report automatically…
Ethabelle
  • 2,052
  • 14
  • 20
3
votes
1 answer

Asterisk: Got 2 PSTN numbers, want to go IP. Need a card

I'm familiar with Networking, VoIP, Asterisk and Linux... but I've never deployed a VoIP with PSTN. I've got one week to deploy VoIP + 2 PSTN numbers, I don't mind reading like crazy but I would like to get a recommendation on what hardware to buy…
user78442
3
votes
2 answers

Asterisk SIP Trunks and routing

I have two asterisk based PBXs, each one of them on a diferent LAN, both LANs connected with a router. First pbx is 10.0.0.1/24 and second one is 10.0.2.1/24. Both pbx have their own extensions and calls between extensions are working…
Matt
  • 185
  • 2
  • 6
3
votes
2 answers

Asterisk interface to POTS

Can I use a Voice 56k Modem as a POTS interface to an Asterisk system? If no, why not?
muncherelli
  • 759
  • 1
  • 4
  • 22
3
votes
2 answers

Asterisk Server - System(asterisk -rx 'sip reload')

I have the following line in extensions.conf exten => s,1,System(asterisk -rx 'sip reload') Is there a SipReload() command in asterisk that can replace my System() command?
John
  • 7,343
  • 23
  • 63
  • 87
3
votes
1 answer

Asterisk Server - Can't make consecutive outbound calls

One of the issues I'm having now is that if I call in consecutive times to the asterisk server from the same phone, it may disconnect. Asterisk logs the following message: [Aug 14 10:24:56] NOTICE[20537]: chan_sip.c:19477 handle_request_invite:…
John
  • 7,343
  • 23
  • 63
  • 87
3
votes
2 answers

Asterisk setup for Beginner

I am doing a project to Generate a call automatically to the customer with IVR support. The customer will input a PIN number. I have to extract this PIN number using Java/scripts on the Backend. I am planning to use Asterisk server for this…
Vinod
  • 131
  • 3
3
votes
2 answers

Linux DHCPD Mac-Address based Groups

Our Current DHCPD.conf looks like the following. subnet 10.0.32.0 netmask 255.255.255.0 { range 10.0.32.100 10.0.32.254; option subnet-mask 255.255.255.0; option broadcast-address 10.0.32.255; option…
grufftech
  • 6,760
  • 4
  • 37
  • 37
3
votes
3 answers

On-board RAID-1 or Software RAID on SUPERMICRO MBD-X7SBE Asterisk Heavy Use?

I am looking using the on-board RAID controller of my SUPERMICRO MBD-X7SBE to setup a RAID-1 array with two Seagate ES2 hard disk drives. We have around 8 or so of these in production. I am going to use this for heavy Asterisk use with all calls…
user36579
  • 48
  • 1
  • 3
3
votes
3 answers

What's a good asterisk hosting provider?

Does anyone know of a good hosting provider for asterisk? I came across lylix but don't know if they're any good. Of course I could always install asterisk myself on a godaddy vps, but figure it will be easier (and in the case of lylix, cheaper)…
MCS
  • 257
  • 2
  • 8
3
votes
1 answer

FreePBX: Basic config?

I've just successfully set up an Asterisk+FreePBX install on an Amazon EC2 instance per this guide: http://voxilla.com/2009/10/15/voxillas-freepbx-in-a-cloud-step-by-step-1457 (I've also assigned it an Elastic IP). I'd love to test it without buying…
neezer
  • 810
  • 3
  • 12
  • 29
3
votes
3 answers

Costs For Building An In-House Custom VoIP Gateway?

I am looking for both technical and financial advice for this. In short, my client has approached me concerning a project that they wish to undertake regarding building a very small "today" call center, utilizing some sort of low-cost/open/free…
Taptronic
  • 229
  • 3
  • 11
2
votes
2 answers

VOIP Codec Preference

Do any of you have a preferred codec for VOIP traffic? I guess this is another case where the answer varies depending on use case, equipment, topology, etc... I'm trying to find an optimal codec to use for remote users telecommuting at home into an…
Mike B
  • 11,871
  • 42
  • 107
  • 168
2
votes
1 answer

When secure calling with asterisk (SRTP), why are client certificates needed for SIP devices?

I just added security to Asterisk by following this tutorial: https://wiki.asterisk.org/wiki/display/AST/Secure+Calling+Tutorial#SecureCallingTutorial-Keys Note that asterisk does not install by default with srtp by default. In order to be able to…
Tono Nam
  • 322
  • 3
  • 17
2
votes
1 answer

How to enable asterisk Call Completion on Busy Subscriber (CCBS)?

I cannot enable Call Completion on Busy Subscriber (CCBS) on asterisk, witch is part of the Call Completion Supplementary Services (CCSS), as is the Call Completion on No Response (CCNR) feature. Here's the scenario: Mark picks up his phone (1000)…