Outbound calls sometimes stops

Status
Not open for further replies.

Elvin Mammadov

Free User
Joined
Feb 3, 2017
Messages
43
Reaction score
2
Hello,

We are using 3CX V15. Sometimes outbound calls stops, after restart it begins to work well. Does this problem come from 3CX, Windows Server or PC Hardware?
 
Last edited:
Hi Elvin,

Did you check the inbound calls while the outbound calls stop? Also the best way to resolve your issue is to take a capture through Wireshark the time that the issue appears. Therefore, you can enable the verbose on activity log and check when the issue stops and why stop if the the issue come from 3CX phone system. Next you can check through event viewer log on windows.
Please try the above and let us know.
 
Inbound calls works okay. I don't know how to use Wireshark in 3CX Linux version. And also how to enable verbose logging in 3CX V15? In 3CX V14, I knew how enable this.
 
3CX V15, Wireshark 2.2.5
 
Here below you can find the steps to enable Activity log on V15 and install the tshark on your Linux server and how to take a capture.
  1. Go in Dashboard -> Activity Log -> Settings, set the Logging level to "Verbose".
  2. Restart all 3CX services.
  3. Install Tshark and start capture doing the below:
    apt-get install tshark
    mkdir pcap
    chmod +7777 pcap
    tshark -i 1 -w pcap/capture.pcap
  4. Replicate your issue.
  5. Stop capture pressing Ctrl+C
  6. Once the issue occurred go to Support (in the top right corner) -> "Generate Support Info".
    (An email with a link to download the support bundle is send to the configured administrator email address)
    FxZQWfA845GyM6XHqERrF2ZMhs1qxEh5KjqYbkWP63r0nBPldx3M8ipkdvPEpJ4oYA5eW9FGI2Yp1IAMJfcIysSQx8hDfmK8FyGwOo29pAXrCUCRDqsZFPlr5Ie76y9wfQ6RcV2Dfzy3zMAL209bHT2DMW0EHucx7H0EY1cwPcUbuzrNfvSq1luapSMYmuLqdpzt11RzlxvTRqQ=s0-d-e1-ft

I hope the above is useful to you.Please let us know if you have any questions.
 
Status
Not open for further replies.