Page 1 of 1

Big meetmes, and empty recordings.

PostPosted: Sun Aug 09, 2009 3:21 pm
by yziquel
Hello.

I've installed Asterisk and ViciDial rather successfully, and I wish to thank the authors for this useful software.

So, agenst have been dialing out leads, everything fine. However, the meetme conferences in which the agents are calling suffer from these flaws:

-1- It seems ViciDial, or Asterisk, doesn't handle properly hangups, since the number of channels associated to a given conference keeps growing. I had 30 channels in a conference while the agent was talking to only one person...

-2- When looking at the recordings, some records can last up to one hour and have only one "hello", the rest being blank.

Being a native linux user, and quite profficient with programming, I do not mind answers requiring me to look more deeply in the code. So, by the way, where is the code concerning what happens when a client hangs up?

Any help would be very much appreciated.

PostPosted: Sun Aug 09, 2009 3:37 pm
by Op3r
do you have the exten = h in your extensions.conf?

second have you looked the at /var/spool/asterisk/monitorDONE/ORIG for the un mixed recordings?

PostPosted: Sun Aug 09, 2009 4:27 pm
by yziquel
For the h extension, I only see the following in the default context. Where you talking about that?

Concerning the recordings, I cannot explain a one hour long recording... Conversations are rather short. There has to be a problem.

;;;;;;;;;; END Voicemail and Prompts Section ;;;;;;;;;;;;;;;;;;;;;;;;;


; FastAGI for VICIDIAL/astGUIclient call logging
exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log--HVcauses ... EBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIA
LEDTIME}-----${ANSWEREDTIME})

PostPosted: Sun Aug 09, 2009 5:45 pm
by yziquel
And yes, the ORIG folder was where I looked up in the first place.

PostPosted: Tue Aug 11, 2009 9:38 am
by yziquel
Done.

This behaviour disapperared asfter i exported the filesystem for recordings via NFS.

PostPosted: Tue Aug 11, 2009 6:34 pm
by lerroux
im not so sure about this but can you post the extension.conf contexts on how you handle outbound calls and inbound calls?

seems to me that there's something wrong in the configurations here.