Agent conference close call after 8 - 16 secs

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

Agent conference close call after 8 - 16 secs

Postby brando16 » Mon Mar 12, 2018 4:34 am

Hi all,

there are some operators that in the login phase correctly receive the call from the server to enter the conference, but in the call the dtmf tones are heard instead of the usual conference connection message and after closing the call, the agent is disconnected.

How can this problem be solved?

do you have any ideas?

thanks to the availability
Vicibox VERSION: 2.14-580a | BUILD: 161029-2304 | OpenSuSE v.42.1 64-bit | Kernel v.4.1.13 | Asterisk v.11.25.1-vici | DAHDI v.2.10.2 | LibPRI v.1.4.14 | Amfletec VoiceSync v.1.3.8 | ViciDial SVN Trunk v.2.12-533a build 161205-1650 revision 2461
brando16
 
Posts: 88
Joined: Tue Jul 30, 2013 11:00 am

Re: Agent conference close call after 8 - 16 secs

Postby williamconley » Mon Mar 12, 2018 8:49 am

Post asterisk CLI output from a single instance. One entire call (not 3000 lines of unrelated debug, not just the last line of the debug: one full call ... if possible. 8-) )
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20018
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: Agent conference close call after 8 - 16 secs

Postby brando16 » Mon Mar 12, 2018 8:58 am

thanks for reply William,
but i haven't cli output because we are a lot o calls and it is very dirty. but for some agent the initial call for connecting the agent into conferences drop between 8 and 16 secs.

have you ever heard of this

thanks a lot.
Vicibox VERSION: 2.14-580a | BUILD: 161029-2304 | OpenSuSE v.42.1 64-bit | Kernel v.4.1.13 | Asterisk v.11.25.1-vici | DAHDI v.2.10.2 | LibPRI v.1.4.14 | Amfletec VoiceSync v.1.3.8 | ViciDial SVN Trunk v.2.12-533a build 161205-1650 revision 2461
brando16
 
Posts: 88
Joined: Tue Jul 30, 2013 11:00 am

Re: Agent conference close call after 8 - 16 secs

Postby blackbird2306 » Mon Mar 12, 2018 2:10 pm

But again without Asterisk CLI it's not possible to help you really. Everything else would be more or less speculation. Make one isolated login with this issue in break time or after work. What is your installation method and if it is really Vicibox iso then "Vicibox Version 2.14-580a" is not really correct?
Vicibox 6.0.2 from Vicibox_v.6.0.x86_64-6.0.2.iso | Vicidial 2.12-560a build: 160617-1427 | Asterisk 1.8.32.3
blackbird2306
 
Posts: 409
Joined: Mon Jun 23, 2014 5:31 pm

Re: Agent conference close call after 8 - 16 secs

Postby williamconley » Mon Mar 12, 2018 10:52 pm

brando16 wrote:thanks for reply William,
but i haven't cli output because we are a lot o calls and it is very dirty. but for some agent the initial call for connecting the agent into conferences drop between 8 and 16 secs.

have you ever heard of this

thanks a lot.

Most Asterisk ClI output is logged in text files (except agi perl script errors). There are some in the /var/log/asterisk folder and some in the /var/log/astguiclient folder. Note that each call is assigned a number which is shown in each line of the log entry [inbrackets] so you CAN search for that number and get all the stages of that call's number. Note that the numbers are recycled, so you may see a call with that ID at 10AM and another with the same ID at 3PM ... obviously they are not the same call, we only want the CLI output related to the call in question.

Learn the proper use of the "grep" command. It's very useful. For instance:
Code: Select all
cd /var/log/asterisk
grep 5554441212 messages* -n

That should get you the call number in brackets. Use it here (note the backslash to allow the opening bracket:
Code: Select all
cd /var/log/asterisk
grep '\[18753]' messages* -n


Happy Hunting. 8-)
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20018
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)


Return to Support

Who is online

Users browsing this forum: Google [Bot] and 86 guests