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

Asterisk do not terminate channel

I have problem Asterisk do not terminate channel when member goes UNREACHABLE or UNREGISTERED. I have Queue and some member. Member answer incoming call from Queue. If during the conversation member status would beUNREACHABLE or UNREGISTERED…
Ramin Darvishov
  • 1,043
  • 1
  • 15
  • 30
0
votes
0 answers

Unable to send fax "Err_Call_Rejected"

am trying to send fax from fusionpbx but whenever i click on send button i get this error "Err_Call_Rejected" i check everything my gateway and IP in access control everything is ok but still getting this error am using flowroute for SIP, anything…
Rjs
  • 1
  • 2
0
votes
1 answer

Ozeki VoIP not receiving audio

I have been working on a Softphone project in c# and have been using Ozeki VoIP SDK. So far I have got the softphone successfully registering and making outbound calls. However, I can not hear the called party but they can hear me. (Me being the…
CloudTheWolf
  • 334
  • 2
  • 10
0
votes
1 answer

Sip status (ringing, busy, in use, etc.)

How can i look on cli sip peer status like ringing, busy, in use, etc. Note that sip peer is not member any queue.
Ramin Darvishov
  • 1,043
  • 1
  • 15
  • 30
0
votes
1 answer

Asterisk do not sees queue members

I have realtimequeue. After restarting asterisk do not sees queue members. When execute on cli this command “queue pause member SIP/111” get this error. Unable to pause interface 'SIP/111’ Command ‘queue pause member SIP/111’ failed. But after…
Ramin Darvishov
  • 1,043
  • 1
  • 15
  • 30
0
votes
1 answer

Asterisk sometimes is confused

I know that Asterisk works like that. 1. When sip has incoming call, then it can not do outgoing call. 2. When the during conversation sip do call outgoing the current call going to the hold. But in the my log i see some incorrect cases. How it can…
Ramin Darvishov
  • 1,043
  • 1
  • 15
  • 30
0
votes
0 answers

How to strip large amount of string from TCP

I am Listening SMDR call history log from PBX via TCP listening. It working fine continouse running. But reconnecting Windows server after certain period of time PBX giving large amount of data, unable to parser the lines. parser = re.compile(';') …
ARAVIND RAJ
  • 486
  • 5
  • 11
0
votes
1 answer

Parsing Set Width Text File

I am looking for a bit of guidance on how to parse CDR data from flat text files received from a PBX for reporting. The files are set width rather than using a delimiting character. I have found something called text Field Parser but wonder if there…
evlaa1990
  • 47
  • 3
0
votes
1 answer

Asterisk chan_mobile concurrent calls

New to Asterisk here. I've setup my phone as a gsm gateway using bluetooth adapter. I then direct calls from the mobile device to a queue that has one member. The member is a soft phone. extensions.conf looks like: [incoming-mobile] exten =>…
ebnia
  • 24
  • 3
0
votes
1 answer

Asterisk PBX - Infinite Loop when user disconnects while using 'Read' application from LUA

I'm configuring interactive dial plans for asterisk at the moment and because I already know some LUA I thought it'd be easier to go that route. I have a start extension like this: ["h"] = function(c,e) app.verbose("Hung Up") end; ["s"] =…
ProudOne
  • 333
  • 4
  • 17
0
votes
1 answer

Whether can we automate telecom based applications using selenium webdriver?

My application is a telecom analytical product which can be implemented as PBX system as well as call center services. so how can i automate this application
0
votes
1 answer

Caller ID spoofing in Pakistan using 3CX PBX and SIP trunk

Though VoIP is legal in Pakistan but PTA (Pakistan Telecommunication Authority) doesn't want to propagate VoIP Caller IDs to the called number. Most carriers replace VoIP Caller IDs with local number. I found just one telco company that sometimes…
ever shine
  • 15
  • 5
0
votes
2 answers

Can Kamailio Proxy Server actually make SIP Calls?

I am using a PBX (Asterisk) and all Inbound calls come through my Proxy (Kamailio). I would like for all outbound calls that go through my PBX to be controlled by the Proxy also. Currently outbound calls go through the PBX and communicate with…
sw007
  • 41
  • 7
0
votes
1 answer

Recording Normal Calls and Conference calls in Asterisk

Set up Asterisk 13.1 on Ubuntu 16.04,Calls are Working fine as well as conference calls.However I have two Question regarding the recording of calls in asterisk. This is the extensions.conf. [default] exten =>…
user9315259
0
votes
3 answers

Identifying the call that is connected to me via transfer Tapi3

I have been able to create an application that (ab)uses TAPI3Lib and understands incoming calls, puts them on hold, rings an internal number, connects the line that is on hold with the target number. Below is the code getting the caller number …
enshadowed_
  • 99
  • 1
  • 10