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
- Tue Nov 05, 2013 11:13 am
- Forum: Plum DEV Q&A
- Topic: Detect Hangup and stop processing
- Replies: 1
- Views: 8119
Detect Hangup and stop processing
I wonder if someone can assist me I have a global catch disconnect block <?xml version="1.0"?> <vxml version="2.0"> <var name="panicTelephoneNumber" expr=""/> <var name="dtmf_pin" expr="" /> <catch event="connection.disconnect.hangup"> <log label="LALog">Hangup Event</log> <submit next="#doHangup" /...