Questions tagged [elastix]

an open source software package that joins IP PBX, email, IM, faxing and collaboration functionality.

89 questions
3
votes
1 answer

Longer than usual phpagi running time

I'm using some PHPAGI in asterisk that are working on some servers. But when I used them in my new server they worked like usual for only 3 days and now they take longer than expected. Here is a sample.Any suggestion is appreciated. #!/usr/bin/php…
M.Saneei
  • 103
  • 7
3
votes
0 answers

Stuck with Android SIP for VoIP - Registration not running

I have an Elastix server, which is being used by my desktop calling app and Zoiper App perfectly for calling purposes. However my own app, which is using Android SIP is not working fine and I am unable to locate the real problem. Whenever I call for…
Muhammad Abdullah
  • 271
  • 1
  • 2
  • 15
3
votes
1 answer

Asterisk IVR After Hangup

I want to redirect caller to an IVR after dialed number's hangup. I made research and found something called deadAGI but I couldn't make it work. You can find my extensions_custom.conf file below. [from-internal-custom] exten =>…
Deniz B.
  • 2,532
  • 1
  • 18
  • 35
3
votes
1 answer

I can't send email via php on Elastix

I'm trying to send emails via php with on Elastix. When I run the php as a ssh it works but when I try to do it on Web (PHP) I doesn't send anything. This is my code: #!/usr/bin/php -q
3
votes
1 answer

Play and Record Simultaneously In Asterisk

I am developing a sample IVR system in the Asterisk that plays a voice file when it receives and answers an incoming call. I wonder if it is possible to write a dial plan code or shell script which records message while it is playing a voice file…
abbas
  • 53
  • 1
  • 7
3
votes
3 answers

elastix API for communicating with django web application

I have VOIP server running Elastix, and web application in Django running on different server. I want to communicate between these two server for transferring data and use them in IVR, such as getting user id and password from phone keypad and check…
Mohsen
  • 193
  • 2
  • 9
2
votes
0 answers

Elasticx to query ES

i am using elasticx (an elasticsearch client for Elixir) to query my ES for getting some logs from there, so i did this configurations: *) mix.exs: {:elastix, "~> 0.9.0"}, {:httpoison, "~> 1.4"}, {:poison, "~> 3.0"}, {:retry, "~> 0.8"} *)…
2
votes
0 answers

Elastix 4 and MariaDB 5.5.50: Can't replicate foreign key constraints

I have been have ripping my hair out for the past week trying to get back my Foreign Key constraints on my contact table in Elastix. The constraints I am trying to replicate are the following: Replicate these foreign keys I have tried: ALTER TABLE…
user8688240
2
votes
0 answers

Issues Installing SimpleElastix on Ubuntu for Python

I am trying to install SimpleElastix/SimpleITK on an Ubuntu computer for either Python2 or 3, whichever we can get to work. Using pip install doesn't work as various methods don't import then (e.g. no "GetDefaultParameterMethod" exists). I tried…
cmitch
  • 233
  • 1
  • 10
2
votes
1 answer

Install SimpleElastix for Python3 on macOS

I am using macOS Sierra 10.12.6, trying to install the SimpleElastix extension of SimpleITK. I have been following the instructions here. After I got it to work, it turned out the extension seems to be only included in SimpleITK when I use Python…
TomD
  • 21
  • 2
2
votes
2 answers

Keep calling channel after called channel hangs up in Asterisk

I want to execute an AGI script for calling party after called party hangs up. For example, for doing a survey for customers I am going to run an AGI script after agent hangs up. Unfortunately, when AGI scripts runs the agi debug output says: "511:…
AmirA
  • 133
  • 2
  • 15
2
votes
3 answers

Issue Installing Elastix 4.0 via Bootable USB - CentOS7 Error

Goal I was attempting to install Elastix 4.0 on a home PC via a Bootable USB, but never had any luck getting it to install past the CentOS7 part (it kept giving me a "Warning: /dev/root does not exist" error). What I've Tried My main PC is Windows…
Mike
  • 39
  • 1
  • 1
  • 4
2
votes
1 answer

Error From res_odbc

I have connected my odbc to MSSQL server and I'm getting sip accounts and dialplan from that and I also can call between two peers but asterisk gets error : '[Jan 26 16:43:16] WARNING[32715]: res_odbc.c:661 ast_odbc_prepare_and_execute: SQL Execute…
2
votes
1 answer

Asterisk call transfer on DAHDI channells

All channels on Asterisk configured as DAHDI channels.After customer make payment I want to transfer the customer to the representative who interact customer before. I try to make it by Dial() command. This is the dialplan exten =>…
mcs111
  • 111
  • 7
2
votes
1 answer

How to Asterisk dial an extension on the same channel?(without bridging)

I am using a 8-port Asterisk card. I have a PBX. I want to call extension "222" from 1 channel(DAHDI/1-1) , i can do it using exten =>s,1,Dial(DAHDI/3-1/222) it use channel 3 as a bridge. However I want to dial "222" directly. Actually i will use…
1
2 3 4 5 6