Questions tagged [asterisk]

Asterisk is a communications server software and an open source framework for building communications applications.

Asterisk is a communications server software and an open source framework for building communications applications. Asterisk powers IP PBX systems, VoIP gateways, conference servers and other custom solutions. It is used by small businesses, large businesses, call centers, carriers and government agencies, worldwide. Asterisk is free and open source. Asterisk is sponsored by Digium.

Asterisk supports different Voice over IP (VoIP) protocols (eg. IAX2 and SIP). Asterisk also supports integration into the legacy analog network or isdn over telephony interface cards with dahhdi.

196 questions
6
votes
1 answer

getting error “recompile with -fPIC”

After ./configure asterisk in CentOS I type make command but getting the following error /usr/bin/ld: /usr/local/lib/liblua.a(lapi.o): relocation R_X86_64_32 against `luaO_nilobject_' can not be used when making a shared object; recompile with -fPIC…
Bilal
  • 63
3
votes
0 answers

Ekiga softphone shows as "registered" -- but is it actually?

Is Ekiga actually registered? How would I know? I think Ekiga connects, or at least it says "registered": But, when I exit Ekiga, and use SFLphone, it fails to register: While sipsak shows a 200 OK for tleilax: thufir@doge:~$ thufir@doge:~$ sudo…
Thufir
  • 1,808
3
votes
3 answers

kernel source error on dahdi installation in centos

Trying to install dahdi from the link. I have downloaded package for dahdi. But on doing cd /usr/src/dahdi-linux-complete* make && make install && make config My terminal shows [root@localhost dahdi-linux-complete-2.10.0+2.10.0]# make make -C linux…
3
votes
1 answer

Failed to make SIP calls (Asterisk + PhonerLite + Zoiper + Blink)

I've installed Asterisk PBX on a VirtualBox virtual machine, then created 3 phone extensions: 101 - PhonerLite, 102 - Zoiper, 103 - Blink all of them are configured as "friends". All the clients are running on the same computer. 101 and 102 can…
Paul
  • 986
3
votes
2 answers

Realms in Asterisk

How can a system (Asterisk) accept realms? I mean, for example we have two SIP accounts: exampleuser@test.com and exampleuser@anothertest.com. For Asterisk by default, these two accounts are the same since the user is exampleuser for the system. I…
Hari
  • 93
3
votes
1 answer

Powershell - Get-ChildItem asterisk wildcard in path - strange behaviour when used parameter -File

I found one strange behaviour when I'm using Get-ChildItem cmdlet Folder structure: d:\test\fooA\foo\1-9.txt files d:\test\fooB\foo\1-9.txt files d:\test\fooC\foo\1-9.txt files d:\test\fooD\foo\1-9.txt directories When I use below syntax I will get…
3
votes
2 answers

Add "+" to Cisco SPA122 (latest firmware)

I use Twilio, and I'm required to use the full ISO spec "+" before all phone calls. MY PBX is Asterisk 13.26.0, connected through private network. I have a Cisco SPA122, with the latest firmware. Here is my current…
3
votes
1 answer

How to setup Asterisk NAT on docker for Windows

I need to setup a docker container running an Asterisk PBX. The problem is that I receive the wrong ip in sdp replies. In fact Asterisk is using the container internal IP. The second problem is that I must use docker for windows and as such, I can’t…
iXô
  • 363
3
votes
1 answer

Asterisk Trying to play back audio file "File /path/to/file.wav does not exist in any format"

i'm trying to rig an application to send out premade calls. I'm trying to get asterisk to play back wav/mp3/gsm files (I compiled it with the proper extensions and they're loaded) but when ever I try to play back a file, I get -- Executing…
3
votes
0 answers

Setting CallerID on outgoing ISDN calls?

Does anybody have any experience of settings the CallerID on outgoing ISDN calls? We are trying to set the caller id to one of the available DDI's on our circuit but without success. They worked on the previous phone system (NEC) so the feature is…
Will B.
  • 31
  • 1
2
votes
0 answers

Error: "Channel not in Stasis application" when adding channel to a bridge

I'm working with Asterisk ARI. When I create channels via ARI, I specify application name and I can add those channels to a bridge with no problem. But when I use other client (like Zoiper) to make calls, and try to add those channels to a bridge, I…
2
votes
1 answer

Can Asterisk accept and send SMS?

Is it possible to send and receive SMS over Asterisk? I am using Asterisk for my communications and it works pretty good. I just wish that I could send SMS to my callers.
yarun can
  • 1,060
2
votes
0 answers

How to implement an integration for start and end of a call in Vicidial

I've developed most of the application in PHP for the integration (very similar to our Asterisk implementation) and all we need at this point is to run php async.php 12313123.12312 (shell command) (unique id as first param) at the start/end of every…
2
votes
1 answer

Why doesn't the binary package get reinstalled by apt-get or building from source?

I'm trying to install Asterisk on my Debian wheezy server. For this I first did the simple sudo apt-get install asterisk This worked flawlessly. Afterwards asterisk was running and I could enter the CLI of it using : asterisk -rvvv After some…
kramer65
  • 1,442
  • 4
  • 26
  • 43
2
votes
1 answer

Can I set up a PBX server to make calling features that otherwise I need to pay?

I have a traditional home phone line from my local telephone company. I subscribe to a few calling features, such as call display, call waiting, visual call waiting, voice mall, etc. Call features are expensive! I wonder if it possible to build an…
1
2 3
13 14