WombatDialer > Running WombatDialer

Appt confirmation - solved

<< < (2/2)

pguima:
I noticed on the reports when a call has w/pre greater than 1 my wombat is able to grab the response but when the w/pre is equal wombat does not record the answer.

I am not sure where I can force wombat to add a wait time before placing other calls.

This is what my dialplan looks like:


--- Code: ---[drstrangelove]
exten => s,1,Answer
exten => s,n,Set(TIMEOUT(response)=5)
exten => s,n,UserEvent(CALLSTATUS,Uniqueid:${UNIQUEID},V:0)
exten => s,n(start),agi(googletts.agi,"Your appointment with doctor Frankstein is for tomorrow at ${HH} ${MM}")
exten => s,n(confirm),agi(googletts.agi,"Press 1 to confirm the appointment")
exten => s,n,agi(googletts.agi,"or 2 to cancel it.")
exten => s,n,Read(conf,,1)
exten => s,n,GotoIf($["${conf}" = "1"]?ok)
exten => s,n,GotoIf($["${conf}" = "2"]?ko)
exten => s,n,Goto(confirm)
exten => s,n(ok),UserEvent(CALLSTATUS,Uniqueid:${UNIQUEID},V:1)
exten => s,n,wait(5)
exten => s,n,agi(googletts.agi,"The appointment was confirmed. See you tomorrow.")
exten => s,n,Hangup
exten => s,n(ko),UserEvent(CALLSTATUS,Uniqueid:${UNIQUEID},V:2)
exten => s,n,wait(5)
exten => s,n,agi(googletts.agi,"Boo the appointment was cancelled.")
exten => s,n,Hangup

--- End code ---

Thank you in advance for any input.

pguima:
We can call it solved. Since I am running this test server on a VM, all I had to do is lower the number of messages on the AMI settings and now wombat catches all the responses.

pguima

QueueMetrics:
 ;D

Navigation

[0] Message Index

[*] Previous page

Go to full version