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
0
votes
1 answer

Why is the SIP ACK sent from our PBX not received by Twilio?

Our outbound calls through Twilio are all being dropped after 32 seconds (inbound calls are fine). The error we receive from Twilio is Error 32022 "Ack not received from your SIP endpoint." I have been going through tutorials and the RFC but I must…
bruce57
  • 5
  • 4
0
votes
2 answers

Connect attempt from '192.168.xxx.xxx' unable to authenticate?

I'm trying to implement an AMI service, actually it works pretty good, I can add members, remove members etc etc, but every 1-5 minutes I get an exception. Looking in the asterisk manager I find this error. Does anybody knows how to solve this…
omarGlez
  • 33
  • 4
0
votes
3 answers

ASCII values in hexadecimal notation

I am trying to parse some output data from and PBX and I have found something that I can't really figure out. In the documentation it says the following Information for type of call and feature. Eight character for ’status information 3’ with…
jmw
  • 2,864
  • 5
  • 27
  • 32
0
votes
4 answers

What languages provide SDKs for interacting with Genesys services?

Genesys is a contact center platform that provides software for working with both hard and soft PBXs. There are also a number of ancillary services they provide to support the wider contact center business. I'm aware of the .NET and Java SDKs that…
Josh Smeaton
  • 47,939
  • 24
  • 129
  • 164
0
votes
1 answer

What is the Asterisk Dial() Option to Call Subroutine on "Ringing" Status Received from Called Party?

I need to execute AGI scripts when following events occur: An incoming call (it is simple just call AGI() function). When a call is "Ringing" (I cannot figure it out!). <-- Problem, how to do this? When a call is "Answered" (I do it using…
Chitholian
  • 432
  • 1
  • 10
  • 19
0
votes
2 answers

SIP server forwarding

I have many SIP servers, but none of them have an external network. Can I use a server with an external network to proxy many SIP servers without an external network
曹姣月
  • 3
  • 1
0
votes
1 answer

Microsoft Teams - Audiocodes SBC with wildcard certificate?

Dear colleagues and visitors, I am trying to manage the Audiocodes Mediant VE SBC, in order to connect Microsoft Teams tenant to my PBX. I have already configured all the settings on SIP side (S+C), Teams side has O+M+P configuration. The problem…
kejdi188
  • 9
  • 1
0
votes
1 answer

Asterisk Music On Hold

I need help I have an asterisk and I need to play music on hold and a parallel execut macro same => n,Dial(SIP/${pbx}/#5147582218943,60,M(booms),m(mymoh)) M(booms) identify if he answered the call m(mymoh) music on hold but it didn't work Does…
0
votes
2 answers

Finding uniqueid of call channel

I use Asterisk 16.5 and sip trunk. If known sip channel can i find uniqueid of call? Note: I want do it with Asterisk AMI actions and events.
Ramin Darvishov
  • 1,043
  • 1
  • 15
  • 30
0
votes
1 answer

Finding corresponding trunk channel

I use Asterisk 16.5 and sip trunk. If known sip channel can i find corresponding trunk channel? Note: I want do it with Asterisk AMI.
Ramin Darvishov
  • 1,043
  • 1
  • 15
  • 30
0
votes
1 answer

IP Phone Action URL (HTTP GET) to Windows 10 Event/Message

I have a VitalPBX instance hosted on a remote web server that connects to IP phones in my office (specifically Grandstream GXP1625 and Yealink T48S). We routinely use proprietary CRM software that I would like to be able to integrate with these…
joe
  • 1
0
votes
1 answer

Asterisk - using rtptimeout option on call holded

I use Asterisk 16.5. Also i use this option. rtptimeout = 10 This option work correct when call is not holded. Asterisk terminate call after 11 seconds if no RTP or RTCP activity on the audio channel. But when sip client holds the call this…
Ramin Darvishov
  • 1,043
  • 1
  • 15
  • 30
0
votes
1 answer

Get result of ManagerAction_QueueStatus in Asterisk

How can i get result of ManagerAction_QueueStatus. In event list i can not found corresponding event.
Ramin Darvishov
  • 1,043
  • 1
  • 15
  • 30
0
votes
1 answer

Asterisk - task processor queue reached 500 scheduled tasks

I use Asterisk 16.5.0. Sometimes i get warning like this [2020-02-19 11:31:57] WARNING[2845] taskprocessor.c: The 'stasis/m:devicestate:all-00000119' task processor queue reached 500 scheduled tasks. What does it means? Note: I do not use pjsip. I…
Ramin Darvishov
  • 1,043
  • 1
  • 15
  • 30
0
votes
1 answer

Asterisk 16 w/ PJSIP - "Everyone is busy/congested" When Forwarding Inbound Call

I am running Asterisk 16 on CentOS 7 and PJSIP. I am attempting to forward all inbound calls to a phone number (represented by 18001112222) to my cellphone (represented by 12224446666). Registration to the provider and the inbound call getting to…
David
  • 3,831
  • 2
  • 28
  • 38