Questions tagged [pbx]

PBX is a system that connects telephone extensions of a company to outside public telephone network as well as to mobile networks

PBX is a system that connects telephone extensions of a company to outside public telephone network as well as to mobile networks. An (Internet Protocol) PBX (Private branch exchange) is a PBX that provides audio, video, and instant messaging communication through the protocol stack for its internal network and interconnects its internal network with the Public Switched Telephone Network (PSTN) for telephony communication.

(Voice over Internet Protocol) gateways can be combined with traditional PBX functionality enabling businesses to use their managed intranet to help reduce long distance expenses, enjoy the benefits of a single network for voice and data and advanced CTI features or be used on a pure IP system which in most cases give greater cost savings, greater mobility, and increased redundancy.

An IP-PBX can exist as a hardware object, or virtually, as a software system.

248 questions
1
vote
1 answer

SayDigits Not Working in Asterisk

The issue is SayDigits is showing the files that are being played in the debug but cannot hear any sounds as shown below Executing [*30@processor:1] SayDigits("SIP/507-0000000a", "507") in new stack --` Playing 'digits/5.gsm'…
Rohit
  • 21
  • 3
1
vote
1 answer

Asterisk 13.7 GROUP_COUNT always returns 1

I need to set a concurrent call limitation of inbound calls for each extensions but not going very well. Actually the minimum requirement is to prevent multiple calls ring the same extension. This should be done in the "RingInUse" settings but there…
AkiEru
  • 780
  • 1
  • 9
  • 34
1
vote
2 answers

GATEWAY FUSIONPBX

I am not that much of a guru in fusionpbx. I have already set it up. I need to add a gateway from a provider that does not have a username and password. The provider only has an IP. My problem is that when i try to add the gateway i get an error…
william
  • 11
  • 1
  • 3
1
vote
1 answer

Asterisk - get call duration of B-leg

What is the best way to get the call duration of B-leg in Asterisk? A num--------(a-leg)------->Asterisk PBX--------(b-leg)-----------> B num The simple dialplan is: [bleg_duration] exten => _X.,1,Answer() same => n,Wait(10) same =>…
duccom
  • 134
  • 2
  • 16
1
vote
3 answers

Asterisk who is calling every minute?

I know the basics of Asterisk . When I go into the console by running the command asterisk -rvvv I see the following: If you notice I first get a notice: [Aug 24 19:14:43] NOTICE[5097][C-00000036]: chan_sip.c:25877 handle_request_invite: Call…
Tono Nam
  • 34,064
  • 78
  • 298
  • 470
1
vote
2 answers

Merging 2 Conference Bridges On asterisk

Hi I have confbridge X with participants ABC and another Confbridge Y with participants DEF . Some times i want to merge both conferences without interrupting ongoing conversation so that everyone will be one conference room either X or Y . How…
Srav
  • 69
  • 1
  • 10
1
vote
1 answer

WINSOCK Connection in C#

I am working in visual studio 2015 C# windows application. I connect the winsock to c# application to get the incoming call data from server. Here i explained clearly what i done for this. Connecting the WINSOCK control to my form Right click on…
user5756322
1
vote
2 answers

Asterisk / Freepbx does not set CallerID to calling party when queue contains a cell phone

Does Asterisk / FreePBX support the ability to pass the caller ID of an inbound caller to a remote support agent (on a cell phone)? Our work has a queue for incoming calls which contains "remote agents" (people on cell phones). To the cell phone…
user3431540
  • 45
  • 1
  • 6
1
vote
1 answer

Script for monitoring CPU

I need to create some kind of script/runnable file for monitoring my Freeswitch PBX on Windows Server 2012 that: checks a number of calls each ~5s and then writes in into a file, checks % of CPU usage at that point and also writes it (into second…
raz
  • 75
  • 2
  • 12
1
vote
1 answer

What is the role of "touch" in Asterisk?

i tried find role of "touch" in Asterisk but didnt find any answer What is the role of "touch" in Asterisk? any role of touch tnx
1
vote
2 answers

Asterisk Transfer call to next extension if previous INUSE

I am trying to transfer call to next extension if previous is using (INUSE) or call is in progress. I tried to use EXTENSION_STATE(extension[@context]) to find the status as follow: [sales] exten => s,1,Dial(SIP/123) exten =>…
user3850712
  • 123
  • 10
1
vote
1 answer

Use of Digium 24-port FXO analog cards for FreePBX system

Does anyone have experience with the installation of Digium 1AEX2400 Series cards in a FreePBX distro to control 24 POTS lines? I am researching a new phone system and want to see if anyone has successfully used this hardware before, and if there…
MicDunDee
  • 23
  • 4
1
vote
1 answer

Why is my asterisk PBX not registering an extension but registers the sip lines from sip.provider.ca

When making a call from a cellphone to the SIP external number 416XXXXXXX the call is going straight to the Ext voicemail, then to email. Call log shows the following: [2015-06-02 13:52:49] WARNING[13331][C-00000003]: func_channel.c:538…
nz-mbc
  • 11
  • 1
  • 3
1
vote
5 answers

Genesys Platform : Get Call Details From Sip Server

I want to get Call Details from Genesys Platform SIP Server. And Genesys Platform has Platform SDK for .NET . Anybod has a SIMPLE sample code which shows how to get call details using Platform SDK for .NET [ C# ] from SIP Server? Extra Notes:…
Hippias Minor
  • 1,917
  • 2
  • 21
  • 46
1
vote
0 answers

Is there any Akka-based reactive IP-PBX implementation out there?

With the growth of popularity of IP telephony in enterprise environments and in general, is there any implementation of a IP-PBX being transparently scalable, reactive, easily-configurable, suited to high-load requirements out there (preferably…
ale64bit
  • 6,232
  • 3
  • 24
  • 44