Questions tagged [trixbox]

Trixbox (formerly Asterisk@Home) is a software PBX based on Asterisk.

Trixbox was initially released under the name Asterisk@Home. In October 2006 it was renamed to trixbox after Digium requested that its developers cease the use of the word "Asterisk"; the renaming was further justified by the fact that the product at that time consisted of much more than just Asterisk.[1]


Versions

1. trixbox CE

trixbox CE, the community edition founded by Kerry Garrison and Andrew Gillis, is completely free and is available under a GPLv2 license. It has been downloaded more than any other Asterisk-based PBX system according to SourceForge, with over two million downloads as of August 22, 2009.[2] trixbox CE was last updated with a beta release, and shortly after a blog post was made by the leader of development stating he was leaving. Since then, the forums have become inactive and no new releases have been scheduled.


2. trixbox Pro

trixbox Pro is the commercial version trixbox. Unlike the community edition it contains components for which the source code is not available. These extra components are geared towards making the software better able to fulfill the needs of larger companies and call centers.


3. trixbox Appliance

trixbox Appliance is a server appliance available from Fonality which comes preloaded with either trixbox CE or trixbox Pro.

12 questions
25
votes
3 answers

Python SIP library

I need to write python application connect to trixbox that run as SIP server. But I not found any library that implement in python. I found SIP SKD at http://www.vaxvoip.com/ but it not support python. Can anyone suggest me an alternative to…
wearetherock
  • 3,721
  • 8
  • 36
  • 47
4
votes
1 answer

Asterisk AMI - pickup call

I want to pickup call in Asterisk using AMI. I can originate call, but totally don't know, how to answer the phone... Script for calling: #login sock = socket.socket(af, socktype, proto) sock.connect(sockaddr) sock.send('Action:…
voy
  • 1,568
  • 2
  • 17
  • 28
4
votes
1 answer

saving data into custom cdr field

I created custom field "rec_name" id table "cdr", database "asteriskcdrdb". In this field I want to store recording name. I know I should do it by adding this line in one of .conf files, but where? exten => s,1,set(CDR(rec_name)=${CALLFILENAME}) I…
voy
  • 1,568
  • 2
  • 17
  • 28
1
vote
2 answers

command dahdi show channels not working on asterisk CLI

I'm using Trixbox 2.6 (Centos 5.5 Final, Asterisk 1.6.0.26-FONCORE-r78, FreePBX). I'm using Digium's TE110P PCI card where I plug my PRI line. dahdi_tool is showing that the line is working. (No alarms) when i run "service dahdi status", it show…
mqasim
  • 69
  • 1
  • 13
0
votes
1 answer

Custom extension with Asterisk that "Answers" then "Beeps"

I'm trying to solve a very painful problem that impedes on my world utilizing my amazing powers as a programmer... (my front gate makes my friends call my cell phone, then I have to press "9" and it lets them in)... So, my amazing powers have gotten…
Timothy Khouri
  • 31,315
  • 21
  • 88
  • 128
0
votes
2 answers

Asterisk does not start up after Trixbox reboots

I have been struggling with this for a while and cant seem to find the solution. I am running Trixbox v2.8.0.4 Asterisk 1.6 Whenever my box loses power or when you reboot etc asterisk does not start - Unable to connect to remote asterisk (does…
Louis J
  • 1
  • 1
0
votes
1 answer

Sugarcrm installation error in Trixbox

I am installing sugarcrm in my trixbox but i am getting session.save_path error. I am not sure where i am missing code. Can any one please help me the steps to install sugarcrm in my trixbox. SugarCRM relies upon PHP sessions to store important…
0
votes
2 answers

Howto Setup SIP Extension to dial Queue Trixbox

I want to create a SIP extension e.g 333, which when dial, It through caller to Queue for example Queue Number is 300. How can I setup this scenario using Trixbox WebUI?
Aemz
  • 137
  • 1
  • 2
  • 9
0
votes
2 answers

Running a Shell Script from Free PBX/Trixbox

I have no luck finding a solution for my requirement. I have a delivery service and would like to notify set of users by calling them on their phone numbers. I have list of phone numbers and a way to call people as a shell script however, I would…
VKA
  • 209
  • 1
  • 7
  • 16
-1
votes
1 answer

Agents don't ring in queue (asterisk)

I have a problem with my pbx. I'm using Trixbox and, as you can see from the log below, when a call passes from a queue, sometimes agents don't ring. Even if I restart amportal, the problem remains. I have to apply any change from the GUI (even…
Maurizio
  • 19
  • 2
-1
votes
1 answer

IVR on GUI Trixbox (Query)

I am very new to this technology and i am trying to create an IVR on trixbox. i have installed trixbox on vmware, my question is this how can i create a menu (IVR) and sub menu in trixbox... in GUI of the trixbox! More over i have installed the…
user2420211
  • 280
  • 1
  • 3
  • 11
-1
votes
1 answer

Allow Remote Extensions with trixbox

I tried to find the way to log remote extensions to a trixbox server (behind a NAT) with no result. Can someone tell me how to do this?
user1631477
  • 249
  • 1
  • 3
  • 4