Asterisk 1.4.39.1-vici AMD does not work

Discussions about development of VICIDIAL and astGUIclient

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

Asterisk 1.4.39.1-vici AMD does not work

Postby bobbymc » Tue Jul 10, 2012 9:59 am

exten => 8365,1,Playback(sip-silence)
exten => 8365,1,AGI(agi://127.0.0.1:4577/call_log)
exten => 8365,n,AMD(2000|2000|1000|5000|120|50|4|256)
exten => 8365,n,GotoIf($["${AMDSTATUS}" = "HUMAN"]?proceed)
exten => 8365,n,GotoIf($["${AMDSTATUS}" = "NOTSURE"]?proceed:acdfix)
exten => 8365,n(acdfix),Wait(13)
exten => 8365,n(proceed),AGI(VD_amd.agi,${EXTEN})
exten => 8365,n,AGI(agi-VDADtransfer.agi,${EXTEN})
exten => 8365,n,AGI(agi-VDADtransfer.agi,${EXTEN})
exten => 8365,n,AGI(agi-VDADtransfer.agi,${EXTEN})
exten => 8365,n,AGI(agi-VDADtransfer.agi,${EXTEN})
exten => 8365,n,Hangup

this is the dialplan.. any idea why this detects all calls as MACHINE ?
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby bobbymc » Tue Jul 10, 2012 10:08 am

nm found out my VD_amd.agi was not exepcting HUMAN as one of the options..
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby Framercy » Tue Jul 10, 2012 12:11 pm

Try this standard transfer extension:

Code: Select all
; VICIDIAL_auto_dialer transfer script AMD with server only:
exten => 8370,1,Playback(sip-silence)
exten => 8370,2,AGI(agi://127.0.0.1:4577/call_log)
exten => 8370,3,AMD(2000|2000|1000|5000|120|50|4|256)
exten => 8370,4,AGI(VD_amd.agi,${EXTEN}-----NO)
exten => 8370,5,AGI(agi-VDAD_ALL_outbound.agi,NORMAL-----SO)
exten => 8370,6,AGI(agi-VDAD_ALL_outbound.agi,NORMAL-----SO)
exten => 8370,7,Hangup



Best regards
Fram
Ubuntu 10.04 on Dell PE 2900 III 2x Intel Xeon CPU 2.66GHz|4xSAS RAID6+2xSAS RAID1|Vicidial 2.6-392a BUILD 130102-1135|DB1337|Asterisk 1.4.39.1vici|DAHDI 2.5.0.1|Libpri1.4.10.1| Voicetime 1.0.15|20 places|Sangoma USB-UT50 timer|4Mbit SDSL SIP trunking
Framercy
 
Posts: 65
Joined: Fri Jun 22, 2007 6:46 am
Location: Duisburg, Germany

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby bobbymc » Tue Jul 10, 2012 1:09 pm

thank you so much but for some reaosn asterisk detects every call as answering machine =( this wasnt the case with asterisk 1.2.28.. any idea what might be going on?
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby bobbymc » Tue Jul 10, 2012 1:17 pm

1.4.21-vici seems to work tho... so strnage
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby williamconley » Tue Jul 10, 2012 7:12 pm

I've not had any client say that 1.4.39.1-vici always detects human. Perhaps it is related to your installation (as all our clients use Vicibox or Goautodial that use AMD recently, and older clients use Vicibox on Ubuntu or Scratch, but much older versions of Asterisk).
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: 20019
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby bobbymc » Wed Jul 11, 2012 12:33 pm

the issue is it detects most calls as machines
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby Framercy » Wed Jul 11, 2012 1:27 pm

bobbymc wrote:the issue is it detects most calls as machines

Most calls - but not all?
What reads /var/log/astguiclient/AMD_log.txt ???

If everything works fine there should be something similar to this:
Code: Select all
...
2012-07-11 18:56:17|51620|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 18:57:30|35549|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 18:58:20|51863|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 18:58:26|52472|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 18:58:35|51020|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 18:58:41|39434|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 18:59:07|39119|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 18:59:36|38383|      |MACHINE|INITIALSILENCE-2000-2000|49NNNNNNNNNN|
2012-07-11 19:00:29|49875|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:00:34|43185|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:00:36|50765|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:00:39|51717|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:00:47|40144|      |MACHINE|LONGGREETING-2000-2000|49NNNNNNNNNN|
2012-07-11 19:05:10|50371|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:06:11|36384|      |MACHINE|INITIALSILENCE-2000-2000|49NNNNNNNNNN|
2012-07-11 19:06:39|50209|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:06:39|52764|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:08:09|49701|      |MACHINE|LONGGREETING-2000-2000|49NNNNNNNNNN|
2012-07-11 19:08:17|51365|      |NOTSURE|TOOLONG-5010|49NNNNNNNNNN|
2012-07-11 19:08:36|51992|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:08:53|37752|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:09:25|52279|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:10:00|50927|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:10:14|50871|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:10:30|51556|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:10:48|50655|      |HUMAN|HUMAN-1020-1000|49NNNNNNNNNN|
2012-07-11 19:10:58|41731|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:10:58|37233|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:11:04|51683|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:11:21|49478|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:11:27|50321|      |MACHINE|LONGGREETING-2000-2000|49NNNNNNNNNN|
2012-07-11 19:11:43|41817|      |MACHINE|INITIALSILENCE-2000-2000|49NNNNNNNNNN|
2012-07-11 19:11:44|52636|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:12:02|50241|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:12:07|52395|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:12:10|50917|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:12:40|40510|      |MACHINE|LONGGREETING-2000-2000|49NNNNNNNNNN|
2012-07-11 19:12:47|52759|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:12:48|40162|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:12:55|52930|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:12:56|37384|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:13:51|49624|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:13:54|34397|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:14:12|50561|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:14:20|49725|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:14:25|48465|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:14:54|51645|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:15:07|50073|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:15:20|40652|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:15:22|52926|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:15:42|49858|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:15:58|31903|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:16:38|38943|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:16:49|37731|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:16:54|36921|      |MACHINE|INITIALSILENCE-2000-2000|49NNNNNNNNNN|
2012-07-11 19:17:02|51097|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:17:09|50228|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:17:14|52568|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:17:26|38631|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:17:34|53125|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:17:57|37630|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:18:07|52317|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:18:19|46986|      |MACHINE|INITIALSILENCE-2000-2000|49NNNNNNNNNN|
2012-07-11 19:18:56|38402|      |MACHINE|INITIALSILENCE-2000-2000|49NNNNNNNNNN|
2012-07-11 19:19:00|35651|      |MACHINE|INITIALSILENCE-2000-2000|49NNNNNNNNNN|
2012-07-11 19:19:06|37175|      |MACHINE|LONGGREETING-2000-2000|49NNNNNNNNNN|
2012-07-11 19:19:07|51681|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:19:12|52608|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:19:26|32811|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:20:47|50543|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:20:48|49703|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:20:52|48957|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
...

Ever spend a thought on the idea that AMD things under asterisk 1.2 went wrong and now under 1.4.39.1-vici the application works the first time right for you ???
We have no problems here with AMD under 1.4.39.1-vici...

Best regards
Fram
Ubuntu 10.04 on Dell PE 2900 III 2x Intel Xeon CPU 2.66GHz|4xSAS RAID6+2xSAS RAID1|Vicidial 2.6-392a BUILD 130102-1135|DB1337|Asterisk 1.4.39.1vici|DAHDI 2.5.0.1|Libpri1.4.10.1| Voicetime 1.0.15|20 places|Sangoma USB-UT50 timer|4Mbit SDSL SIP trunking
Framercy
 
Posts: 65
Joined: Fri Jun 22, 2007 6:46 am
Location: Duisburg, Germany

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby bobbymc » Wed Jul 11, 2012 3:05 pm

heh funny that you say that but i can guarantee it works perfect on 1.2.28 =) i'll check out the logs and let you know what i find but thx for the response
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby williamconley » Wed Jul 11, 2012 10:19 pm

Framercy wrote:
bobbymc wrote:the issue is it detects most calls as machines

Most calls - but not all?
What reads /var/log/astguiclient/AMD_log.txt ???

If everything works fine there should be something similar to this:
Code: Select all
...
2012-07-11 18:56:17|51620|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 18:57:30|35549|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 18:58:20|51863|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 18:58:26|52472|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 18:58:35|51020|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 18:58:41|39434|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 18:59:07|39119|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 18:59:36|38383|      |MACHINE|INITIALSILENCE-2000-2000|49NNNNNNNNNN|
2012-07-11 19:00:29|49875|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:00:34|43185|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:00:36|50765|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:00:39|51717|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:00:47|40144|      |MACHINE|LONGGREETING-2000-2000|49NNNNNNNNNN|
2012-07-11 19:05:10|50371|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:06:11|36384|      |MACHINE|INITIALSILENCE-2000-2000|49NNNNNNNNNN|
2012-07-11 19:06:39|50209|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:06:39|52764|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:08:09|49701|      |MACHINE|LONGGREETING-2000-2000|49NNNNNNNNNN|
2012-07-11 19:08:17|51365|      |NOTSURE|TOOLONG-5010|49NNNNNNNNNN|
2012-07-11 19:08:36|51992|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:08:53|37752|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:09:25|52279|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:10:00|50927|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:10:14|50871|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:10:30|51556|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:10:48|50655|      |HUMAN|HUMAN-1020-1000|49NNNNNNNNNN|
2012-07-11 19:10:58|41731|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:10:58|37233|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:11:04|51683|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:11:21|49478|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:11:27|50321|      |MACHINE|LONGGREETING-2000-2000|49NNNNNNNNNN|
2012-07-11 19:11:43|41817|      |MACHINE|INITIALSILENCE-2000-2000|49NNNNNNNNNN|
2012-07-11 19:11:44|52636|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:12:02|50241|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:12:07|52395|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:12:10|50917|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:12:40|40510|      |MACHINE|LONGGREETING-2000-2000|49NNNNNNNNNN|
2012-07-11 19:12:47|52759|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:12:48|40162|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:12:55|52930|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:12:56|37384|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:13:51|49624|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:13:54|34397|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:14:12|50561|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:14:20|49725|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:14:25|48465|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:14:54|51645|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:15:07|50073|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:15:20|40652|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:15:22|52926|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:15:42|49858|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:15:58|31903|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:16:38|38943|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:16:49|37731|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:16:54|36921|      |MACHINE|INITIALSILENCE-2000-2000|49NNNNNNNNNN|
2012-07-11 19:17:02|51097|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:17:09|50228|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:17:14|52568|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:17:26|38631|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:17:34|53125|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:17:57|37630|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:18:07|52317|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:18:19|46986|      |MACHINE|INITIALSILENCE-2000-2000|49NNNNNNNNNN|
2012-07-11 19:18:56|38402|      |MACHINE|INITIALSILENCE-2000-2000|49NNNNNNNNNN|
2012-07-11 19:19:00|35651|      |MACHINE|INITIALSILENCE-2000-2000|49NNNNNNNNNN|
2012-07-11 19:19:06|37175|      |MACHINE|LONGGREETING-2000-2000|49NNNNNNNNNN|
2012-07-11 19:19:07|51681|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:19:12|52608|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:19:26|32811|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:20:47|50543|      |HUMAN|HUMAN-1000-1000|49NNNNNNNNNN|
2012-07-11 19:20:48|49703|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
2012-07-11 19:20:52|48957|      |MACHINE|MAXWORDS-4-4|49NNNNNNNNNN|
...

Ever spend a thought on the idea that AMD things under asterisk 1.2 went wrong and now under 1.4.39.1-vici the application works the first time right for you ???
We have no problems here with AMD under 1.4.39.1-vici...

Best regards
Fram

Excellent post. I'm impressed. :)
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: 20019
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby Framercy » Thu Jul 12, 2012 7:15 am

There is a typo in your extension.
Replace
Code: Select all
exten => 8365,1,Playback(sip-silence)
exten => 8365,1,AGI(agi://127.0.0.1:4577/call_log)
exten => 8365,n,AMD(2000|2000|1000|5000|120|50|4|256)
...

with
Code: Select all
exten => 8365,1,Playback(sip-silence)
exten => 8365,n,AGI(agi://127.0.0.1:4577/call_log)
exten => 8365,n,AMD(2000|2000|1000|5000|120|50|4|256)


and see if the things will be better then...

And what happens using the standart extension as asked earlier???

Best regards
Fram

@William :lol:
Ubuntu 10.04 on Dell PE 2900 III 2x Intel Xeon CPU 2.66GHz|4xSAS RAID6+2xSAS RAID1|Vicidial 2.6-392a BUILD 130102-1135|DB1337|Asterisk 1.4.39.1vici|DAHDI 2.5.0.1|Libpri1.4.10.1| Voicetime 1.0.15|20 places|Sangoma USB-UT50 timer|4Mbit SDSL SIP trunking
Framercy
 
Posts: 65
Joined: Fri Jun 22, 2007 6:46 am
Location: Duisburg, Germany

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby Framercy » Thu Jul 12, 2012 4:59 pm

What does
Code: Select all
exten => 8365,n,AGI(agi-VDADtransfer.agi,${EXTEN})
???

I have seen no agi-VDADtransfer.agi in newer ViciDial versions !

Seems to me that not only Asterisk has to be updated to a newer version.

Fram
Ubuntu 10.04 on Dell PE 2900 III 2x Intel Xeon CPU 2.66GHz|4xSAS RAID6+2xSAS RAID1|Vicidial 2.6-392a BUILD 130102-1135|DB1337|Asterisk 1.4.39.1vici|DAHDI 2.5.0.1|Libpri1.4.10.1| Voicetime 1.0.15|20 places|Sangoma USB-UT50 timer|4Mbit SDSL SIP trunking
Framercy
 
Posts: 65
Joined: Fri Jun 22, 2007 6:46 am
Location: Duisburg, Germany

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby mflorell » Fri Jul 13, 2012 7:28 am

You need to read the UPGRADE document as you upgrade, there have been a lot of changes from the older versions of Vicidial, including with the dialplan.
mflorell
Site Admin
 
Posts: 18338
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby williamconley » Mon Jul 16, 2012 7:32 pm

In fact: WE have a rule about the dialplan: We do not allow editing of the base ".conf" files in asterisk. Those are always replaced during upgrade. All custom diaplan entries are either entered somewhere in the GUI or in external custom ".conf" files and "included" in the base files (if they are included, they must be re-included after an upgrade).

We always include the new .conf files in every upgrade to be sure that any changes are included in the upgrade. No hair pulling, no downgrading because "the new version doesn't work".

We've never had an upgrade fail, by the way. :-) (Which is cool, and I can't say that for any other software package!)
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: 20019
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby bobbymc » Mon Jul 16, 2012 8:04 pm

got it =) thx or the heads up.
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby bobbymc » Mon Jul 16, 2012 8:05 pm

btw amd works perfect if not better on 1.4.39. it was the typo i made above that framercy was so kind to update me on
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby williamconley » Mon Jul 16, 2012 8:25 pm

good postback :)
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: 20019
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby bobbymc » Tue Jul 17, 2012 11:07 am

also i HAVE to let you guys know.. asterisk works on a VM perfeclty so far.. using the ztdummy version for citrix xen called "ztxen" (small patch that can be found on google) i am able to get perfect audio quality.. this is truly amazing.. i encourage you guys to test it out.. citrix xen server has a free version and the patch is a quick fix..
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby williamconley » Tue Jul 17, 2012 10:56 pm

Absolutely "Asterisk" does. I have several clients who have Cloud boxes running Asterisk 1.4, 1.6 & 1.8. In fact, a few with Meetme (and even MeetMe Realtime!). But Vicidial ... different monkey.
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: 20019
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby bobbymc » Wed Jul 18, 2012 3:46 am

i got its running with vicidial.. so far 20 agents and absolutely no audio quality issues.. i'll keep pushing it to see how far before i encounter issues. also going to try running multiple asterisk vms on the same physical server to see if the VMs might fight between eachother for timing. Do you know if any of these people tried this on citrix or was it on Amazon or some other hosted cloud system?
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby williamconley » Wed Jul 18, 2012 7:55 am

As far as I know it's been tried on all of them. But since you are only running a single machine at present ... you're not breaking new ground just yet.

We've had others who ran a single Vicidial on monster virtual machines (severely overpowered) and simulated a running Vicidial on a Core2Quad ... but at 4X the cost of a Core2Quad. But when you fire up the 2nd/3rd/4th machines (to account for the "4X the cost" part) that's when it gets hairy.

Unless you're running 20 agents with 40 simultaneous calls on a machine that cost $500 or less for the hardware ....?
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: 20019
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby bobbymc » Wed Jul 18, 2012 5:16 pm

so it looks like its a specific pice of hardware that with asterisk 1.4 it deosnt terminate all calls right.. i am in the code deep enough to be able to troubleshoot it. it looks like the leads are kept as NEW status and not updated with NA for no asnwer auto dial.. can anyone please point me out which scritp is failing so i can trouebslshoot it better. thank you so much
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby Framercy » Wed Jul 18, 2012 11:08 pm

I think the major problem with growing VM clusters will be the increasing database accesses.

Maybe it could work with a dedicated dbserver and maybe also a dedicated webserver...

I would like to know the output of
Code: Select all
dahdi_test -v
on a heavy loaded citrix machine with Asterisk (using ztdummy!), Mysql and Apache powering VD...

Best regards
Fram
Ubuntu 10.04 on Dell PE 2900 III 2x Intel Xeon CPU 2.66GHz|4xSAS RAID6+2xSAS RAID1|Vicidial 2.6-392a BUILD 130102-1135|DB1337|Asterisk 1.4.39.1vici|DAHDI 2.5.0.1|Libpri1.4.10.1| Voicetime 1.0.15|20 places|Sangoma USB-UT50 timer|4Mbit SDSL SIP trunking
Framercy
 
Posts: 65
Joined: Fri Jun 22, 2007 6:46 am
Location: Duisburg, Germany

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby bobbymc » Thu Jul 19, 2012 3:57 am

i use zaptel.. is dahdi_test part of the dahdi install ?
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby Framercy » Fri Jul 27, 2012 7:42 pm

bobbymc wrote:i use zaptel.. is dahdi_test part of the dahdi install ?


In this case the testing tool is called zaptel_test.

Fam
Ubuntu 10.04 on Dell PE 2900 III 2x Intel Xeon CPU 2.66GHz|4xSAS RAID6+2xSAS RAID1|Vicidial 2.6-392a BUILD 130102-1135|DB1337|Asterisk 1.4.39.1vici|DAHDI 2.5.0.1|Libpri1.4.10.1| Voicetime 1.0.15|20 places|Sangoma USB-UT50 timer|4Mbit SDSL SIP trunking
Framercy
 
Posts: 65
Joined: Fri Jun 22, 2007 6:46 am
Location: Duisburg, Germany

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby mcargile » Mon Aug 13, 2012 6:36 pm

actually it is called zttest
Michael Cargile | Director of Engineering | ViciDialGroup | http://www.vicidial.com

The official source for VICIDIAL services and support. 1-888-894-VICI (8424)
mcargile
Site Admin
 
Posts: 614
Joined: Tue Jan 16, 2007 9:38 am

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby bobbymc » Sun Nov 11, 2012 3:58 pm

FYI still doing meetme in a virtualized environment failed =(
bobbymc
 
Posts: 425
Joined: Fri Jan 05, 2007 12:26 am

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby williamconley » Sun Nov 11, 2012 8:13 pm

We've gotten meetme to work nicely in virtual. Amazon Cloud in fact. :) But couldn't handle Vicidial's time requirements.
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: 20019
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: Asterisk 1.4.39.1-vici AMD does not work

Postby mcargile » Thu Nov 15, 2012 5:25 pm

If you are hoping that Asterisk 1.8's pthread support will work Virtualized, it won't. The meetme pthread stuff throws tons of errors. Switching it to dahdi fixed so much.
Michael Cargile | Director of Engineering | ViciDialGroup | http://www.vicidial.com

The official source for VICIDIAL services and support. 1-888-894-VICI (8424)
mcargile
Site Admin
 
Posts: 614
Joined: Tue Jan 16, 2007 9:38 am


Return to Development

Who is online

Users browsing this forum: No registered users and 23 guests