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

timeout extension is not working in asterisk 11

I am designing a dialplan as below. Everything is working fine but the timeout extension is not working. autofallthrough=no is commented in extension.conf file. subContinueOrNot is a subroutine called from a context named as 'study4'. dialplan…
Anurag Rana
  • 1,429
  • 2
  • 24
  • 48
1
vote
1 answer

Twilio Sip Dial for incoming call

I'm using the Twilio Java API and I can't seem to build a response that will dial a Sip extension. TwiMLResponse twiml = new TwiMLResponse(); Sip sip = new Sip("xxx@xxx.com"); Dial dial = new Dial(); try { dial.append(sip); …
NomadicDeveloper
  • 857
  • 4
  • 17
  • 29
1
vote
3 answers

SIP 408 Request Timeout for Freeswitch

I am trying to create an account on Zoipher. Saw some articles over here regarding the configuration and setup. I have freeswitch installed on docker. I came across one similar article here where someone else is facing the same problem but that is…
John
  • 1,210
  • 5
  • 23
  • 51
1
vote
2 answers

VoIP PBX development issues

We’re a stationery wholesaler. In addition to the stationery we’re a supplier of printed matters as well and we’re going to add a packaging materials division this year. We currently have a two phone lines installed in my Asterisk phone system. Due…
1
vote
1 answer

answer incoming call with AMI / AGI

I am working in a cti student project with asterisk , thanks to the AMI I could initiate a call , hold call and unhold call but I need to answer incoming call : for example an external call is coming to SIP/test thanks to the event…
user3518668
  • 359
  • 1
  • 4
  • 14
1
vote
2 answers

Variable To Get User Input Asterisk

I am writing an IVR and would like to get the keypad number the user dialled and store in in a variable. Does anyone know if asterisk defines such a channel variable? I cannot seem to find in in any variable lists.
user3317524
  • 63
  • 1
  • 10
1
vote
1 answer

Unable to connect SIP client with Asterisk

I am unable to connect 3CX softphone with Asterisk running on Ubuntu. It is showing the error saying: "Rejecting '10.42.0.13' due to a failure to pass ACL '(BASELINE)'" I have successfully created the account for users in the SIP.conf. Please help…
Pankaj
  • 41
  • 2
  • 7
1
vote
2 answers

Asterisk outgoing call fails

I have Asterisk 11.7.0 configured on CentOS 6.4 x64 with following sip.conf configuration: [general] register…
astralmaster
  • 2,344
  • 11
  • 50
  • 84
1
vote
3 answers

Incoming calls fail Asterisk

I have Asterisk 11.7.0 configured on CentOS 6.4 x64 with following sip.conf configuration: [general] register…
astralmaster
  • 2,344
  • 11
  • 50
  • 84
1
vote
1 answer

connect to specific asterisk instance CLI

On a centos dedicated server, I'm running two asterisk instances on different bind IPs. when I do asterisk -r It connects to default asterisk instance which was started first. I have tried : asterisk -r -s NEW_IP_OF_SECOND_INSTANCE:5060 It…
user2458935
  • 325
  • 1
  • 3
  • 6
1
vote
1 answer

How to forward a Call from FreePBX to VoiceXML Application Server by dialing an Extension

I am working in a project where we need to setup an IVRS Application over FreePBX. Idea is End user will dial an extension from the SIP Phone to access the IVRS Application hosted through TTS Engine and Tomcat. So i need a call to be forwarded to…
1
vote
2 answers

Asterisk - Call monitoring for queues

I have set up basic call monitoring for individual extensions in my Asterisk setup. This is what I have done for recording individual calls: [macro-automon] exten => s,1,Set(MONITOR_FILENAME=${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)}-${CALLERID(num)}) …
rahuL
  • 3,330
  • 11
  • 54
  • 79
1
vote
2 answers

Asterisk lines busy message repeated endless in a loop

When someone call to our number I'd like to play a message "All our lines are busy at the moment, please hold on..." some music and then again "All our lines are busy at the moment, please hold on..." and so on ...forever until the caller decide to…
Giox
  • 4,785
  • 8
  • 38
  • 81
1
vote
2 answers

capture data from Panasonic PBX using c#

I have written the below code to capture data from Panasonic PBX(KX-TDE 100/200) and write it to a file. When I try to run the below code, it shows "not responding" in the Task Manager. Also I tried to debug where might be the problem.The line …
DotNetTide
  • 9
  • 1
  • 4
1
vote
1 answer

Setting up Sip call using Asterisk

I have to setup a secured sip session between android phones on 3G network. SIP signaling would be secured with TLS and media stream with SRTP. And I have never touched these protocols and components required to accomplish this. I want to test it…
Harsh Vardhan
  • 675
  • 1
  • 11
  • 24