Look on REST Call Control API. You can create your own web application (outside of PBX) and interact with callers directly using REST Call Control API. Effectively, your application will implement interactions with caller (menu logic), collect/handle DTMF input and store information as you will...
there are fields which are explicitly specifying exact time stamps of each connection(cdroutput record) - cdr_started_at, cdr_ended_at, cdr_answered_at.
The call flow is started by cdr with call_init (creation_method) . the cdr_started_at is the time when call flow has started.
the call flow is...
@GMark
Additional check for "out of office" is looking redundant because timeBasedroute.reason should be already provided according to the destination settings. I think it will be enough just to change
if (timeBasedroute.reason == CallControlAPI.DivertReason.Holiday)
to
if...
Few comments regarding setStatus.cs.
1. remove call to Refresh() method. It is not necessary and executes expensive procedure which does nothing helpful in the method.
2. The snapshot, which is taken from PhoneSystem.GetDNByNumber(), is used locally. So the snapshot can be disposed right after...
Sorry, but table does not show how codecs were really negotiated and what was really delivered over network.
The goal is not "to remove codecs to patch problem", the goal is to understand what is going wrong and avoid problem either on 3CX side, or report it to the other side of connection.
Problematic cases can be easily investigated if wireshark capture of network traffic (taken on PBX host) will be provided.
one of the reson of
- "Upsampling" the RTP stream from G.711a to G.722 adds a lisp and a "computerish" sound
is the situation where one side of conversation thinks that...
Hi Julian,
traffic is addressed from host A to host B in local LAN.
Could you please describe topology of the LAN where host C(low-privileged employee) will be able to see (capture) traffic between A and B?
Thanks
Re: Call Disconnet-Forward to External Number via VoIP Provi
Unsuccessful call scenario:
Initiator of call is Patton gateway.
The gateway has disconnect the call right after destination (provider) has requested "early media" channel. You need to check patton gateway logs to find exact reason...
Quick fix:
Open
Settings->Advanced->Custom parameters tab
filter by - enter ALLOWNOSDPIFBOUNDTOMS
You will see one line in the list of parameters
Name ALLOWNOSDPIFBOUNDTOMS
Value 1
You need to change Value to 0
press Apply or OK button.
Restart is not required.
Re: V12 Presence Information is missing some Extension Group
Hi,
"Publish group presence information to all company users" does not override explicit settings of group membership.
Looks like those extensions are the members of those groups and group membership is defined as "Can see group...
Hi VoidRunner,
two small questions. Just to have complete picture.
What is happening if mobile phone is disconnected from mobile network or turned off or busy?
Does call continue to ring on PBX extensions?
Hi VoidRunner,
Sorry, but this description is not so clear. What is the concrete problem?
1. Mobile phone stops ringing when PBX rejects the incoming call
or
2. Mobile phone does not ring if PBX rejects the call too fast
Where from call is coming? Is it Gateway or VoiP provider?
What is the settings of Gateway/Voip provider?
PBX delivers audio=?
Supports Re-Invites=?
Supports Replaces=?
Do you have this problem in case if you call this Digital receptioninst from an extension and choose the same option?
Please...