<div dir="ltr"><div>Hi,</div><div><br></div><div>I've started to implement a webcallback script based on the sample script called webcallback found </div><div><a href="http://www.cisco.com/c/dam/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/crs/express_9_02/design">http://www.cisco.com/c/dam/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/crs/express_9_02/design</a> /guide/script_repository_902.zip</div>
<div><br></div><div>The basics are working well, however struggling with some error handling...</div><div>1. user enters details on web fourm</div><div>2. details saved to database</div><div>3. cron job sends string to uccx</div>
<div>4. uccx places a call in the queue</div><div>5.agents phone rings</div><div>6.agent answers call imminently placed into a menu option, agent gets a screenpop and can press 1 to auto dial the customer number.</div><div>
<br></div><div>I'm not doing any specific number validation on my web form so the agent may be presented with a invalid number or one they have to dial manually such as number+ ext 1234. <br></div><div><br></div><div>
I'm trying to workout what to do in the call redirect step when the agent presses 1 to the dial the number and its invalid.. The default script goes to the invalid branch then loops back to the menu option. I'd like the invalid branch to allow the agent to manually place the call without ending the script \ flow. Because if the agent ends the call they will go into the ready state. </div>
<div><br></div><div>Just writing this I guess I could use a get digit step in the invalid branch then redirect the call to that variable... </div><div><br></div><div>I found this hard to articulate this so I hope its clear.<br>
</div><div><br></div><div>I'd be interested to know what other peoples systems do when the callback number is invalid or busy.... </div><div><br></div><div>Another error handling I'm doing is if no agent resource is available an email is sent with the customers details.  </div>
<div><br></div><div>Thanks</div><div><br></div><div>Andrew</div></div>