We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics
Search found 1 match
- Sat Mar 14, 2015 12:14 pm
- Forum: Plum DEV Q&A
- Topic: how to replace default system error with audio ivr
- Replies: 1
- Views: 8062
how to replace default system error with audio ivr
how can I replace a system generated error prompt to a customize audio ivr we have...I have set the vxml to below: <if cond="confirm==1"> <submit next="renew.php" method="post" namelist="id/> <else/> <audio src="didnotunderstand.wav">Sorry, I did not understand you</audio> <reprompt/> </if> </filled...