Questions tagged [asterisk]

Asterisk is software that turns an ordinary computer into a communications server.

Asterisk is software that turns an ordinary computer into a communications server. Asterisk powers IP PBX systems, VoIP gateways, conference servers and more. It is used by small businesses, large businesses, call centers, carriers and governments worldwide. Asterisk is free and open source.

48 questions
12
votes
2 answers

SIP client in Ubuntu Touch?

Newb here. I am interested in using Ubuntu Phone as a SIP client. I would really like to hookup with whoever is doing the dialer (or phone app or whatever it is called) in Ubuntu Phone so that VOIP is a built in capability. Android does this but…
6
votes
4 answers

How to build Asterisk 1.8 on Xenial?

Asterisk 13.1.0 is available in the repos for Xenial. But I'm supporting an application that needs Asterisk 1.8 LTS, because we use a custom plugin. We need to keep using Asterisk 1.8 and building it from source until we can port our plugin forward…
5
votes
3 answers

No such command 'sip show peers' when using asterisk

i want to connect two soft phone using asterisk after configuration the sip.conf and iax.conf and extension.conf can't enter any order from cli example of the error: Connected to Asterisk 11.6-cert1 currently running on fedo-VirtualBox (pid =…
fedo
  • 51
4
votes
1 answer

how to repopulate /etc/asterisk/ after purging asterisk?

How do I repopulate or rebuild /etc/asterisk after purging asterisk and manually removing the directory? thufir@mordor:~$ thufir@mordor:~$ sudo apt-get purge asterisk asterisk-mp3 Reading package lists... Done Building dependency tree …
Thufir
  • 4,631
4
votes
1 answer

configure: WARNING: *** Please install the SQLite3 development package

I am trying to install Asterisk on my ubuntu system.I have sucessfully downloaded asterisk package and when i tried to build and install it using ./configure its showing an error configure: WARNING: *** Asterisk now uses SQLite3 for the internal…
AVM
  • 371
3
votes
1 answer

Auto restarting asterisk and mysql using upstart

I want asterisk and mysql to be able to auto-restart if anything were to happen to it, like if it crashed. I found a guide with what I'm looking for, but it's written assuming that the /etc/inittab is in use. How would this guide translate to an…
2
votes
1 answer

Asterisk and A2Billing "q931_disconnect_code_21" error when dialing out

I have been trying to get a2billing to work for the past 4 days now, i followed 4 tutorials and they all gave me some insight into how things work.. but the a2billing is still not working.. my Asterisk works fine, freepbx i can make extension and…
2
votes
2 answers

Asterisk and Freepbx on ubuntu 16.04

I followed a tutorial to install asterisk 13 and freepbx 13 on Ubuntu 14.04 but I was installing on 16.04. I finish all the steps but when I point my browser to the freepbx server I can't see anything coming up for me to log on to web interface.…
2
votes
0 answers

14:04 Why my USB Modem Huawei won't displayed as /dev/ttyUSB?

I want to use my modem huawei E153 like chan dongle for my Asterisk, but it is not show like TTYUSB see below the comand dmesg | tail when I put in USB port [ 2861.972140] usb 1-2: new high-speed USB device number 18 using xhci_hcd […
Vitor Mazuco
  • 1,461
2
votes
1 answer

Jitsi not logging to asterisk from ubuntu with SIP

I'm trying to use the jitsi client to connect with SIP to an asterisk server. If I give my account name, I get a password error; if I give my extension, I get a time out. I can log in with the extension from a windows jitsi client with the same…
greg
  • 141
2
votes
0 answers

gnudialer Make Problem

I am trying to build gnudialer. I followed these steps to the T. Now on the last step, making the gnudialer, I get this error: dispo.h:71:1: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings] dispo.h: In function…
2
votes
1 answer

Any good foip (T.38) clients for ubuntu?

At our office we have an asterisk server with T.38 set up on it. Right now we are using a fax machine with an ATA and it works good, but were hoping to go paperless. Does anyone know of any good FoIP clients available for ubuntu? Maybe even set up…
2
votes
1 answer

How to install Asterisk on Ubuntu 11.10?

I want to install Asterisk server on Ubuntu 11.10. Is there a tutorial?
maavuz
  • 21
2
votes
1 answer

Non-interactively feeding answers to a package's install questions?

I use a certain piece of sofware (Asterisk) which includes in its source tree a nifty little script to automatically download and install all packages it needs from your distro's repositories, including of course Ubuntu. One of these prerequisites…
JCCyC
  • 349
2
votes
1 answer

How to install Jitsi from the unstable repo?

Given that Jitsi won't install nicely from apt how is the desktop client currently installed? There's mention above of using the unstable repo. These directions won't work for at least one other: Jitsi Download Development Documentation Support…
1
2 3 4