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 12 matches
- Thu Jul 22, 2004 12:32 pm
- Forum: Plum DEV Q&A
- Topic: DTMF response errors
- Replies: 1
- Views: 6389
DTMF response errors
I have developed a fairly basic application that plays some information and then accepts a DTMF response to acknowledge receipt of an outbound call. We initially had problems where the application seemed to be picking up some sort of a response early on in the call connection phase such that the fir...
- Thu Jul 15, 2004 2:21 pm
- Forum: Plum DEV Q&A
- Topic: Another <goto eval="stuff"> problem
- Replies: 5
- Views: 14475
I now see the problem concerning the relative URL, thanks for helping me see that. But I'm not clear on why the way I was trying to use the expr (not eval) attribute is a misuse? I can see that the submit tag is designed for just this, and is perhaps handier, but your own VXML Tutorial (section 3.2)...
- Thu Jul 15, 2004 12:49 pm
- Forum: Plum DEV Q&A
- Topic: Another <goto eval="stuff"> problem
- Replies: 5
- Views: 14475
- Wed Jul 14, 2004 3:20 pm
- Forum: Plum DEV Q&A
- Topic: Another <goto eval="stuff"> problem
- Replies: 5
- Views: 14475
:roll: Actually, I guess I still have some sort of problem here that I can't see. So, I changed eval to expr and my initial call script now loads and the call is placed without error. The functional part to go to the next script is like this (as above): <var name="ob_id" expr="9" /> <filled> <if con...
- Wed Jul 14, 2004 1:59 pm
- Forum: Plum DEV Q&A
- Topic: Another <goto eval="stuff"> problem
- Replies: 5
- Views: 14475
- Wed Jul 14, 2004 1:48 pm
- Forum: Plum DEV Q&A
- Topic: Another <goto eval="stuff"> problem
- Replies: 5
- Views: 14475
Another <goto eval="stuff"> problem
I have a basic outbound app working, but I'm running into an error that I don't quite understand (and without outbound tools, session, and error logs working, I can't really see what the problem is). I am trying to get a DTMF response back into my DB. The bit that seems to be causing trouble is my e...
- Wed Jul 14, 2004 1:27 pm
- Forum: Plum DEV Q&A
- Topic: Head's up: outbound problems
- Replies: 1
- Views: 6047
I didn't quite finish that thought... Assuming the POST of the call result is fixed, will I get a call result for both cases: both valid and invalid VXML at StartVXMLURL? Is there any indication of error passed through to PostCallResultURL or is the error only in the error log? The current spec (Out...
- Wed Jul 14, 2004 1:08 pm
- Forum: Plum DEV Q&A
- Topic: Head's up: outbound problems
- Replies: 1
- Views: 6047
Head's up: outbound problems
I now realize that the outbound platform has not been officially released and is still undergoing development. Understandable - I'm trying to development outbound app at the same time. I'm not sure what to expect of the system at this moment, and you may already be aware of this, but here is some fe...
- Wed Jul 14, 2004 12:14 pm
- Forum: Plum DEV Q&A
- Topic: <var name="full_name" expr="'<?php echo
- Replies: 5
- Views: 15298
I have not used XMLSPY and I don't have much experience or expertise with VXML or even XML, but here's a second opinion to consider... :shock: :idea: It seems to me like the real issue is being missed here. I think you are trying to validate the wrong thing. If your VXML still has <?php ... ?> in it...
- Fri Jul 09, 2004 3:21 pm
- Forum: Plum DEV Q&A
- Topic: Outbound API changed?
- Replies: 4
- Views: 13790
Well, a couple of things here... First of all, it would be useful to me, at the time you verify that there is a discrepancy and intend to do something about it that you acknowledge it by posting something to the effect of "Yeah, we got a problem - we're working on it. Will update you as we know more...
- Tue Jun 29, 2004 7:11 pm
- Forum: Plum DEV Q&A
- Topic: Outbound API changed?
- Replies: 4
- Views: 13790
Outbound API changed?
The Application Programmer's Guide for Outbound Notification ( available at: http://outbound.plumgroup.com/outbound/spec/plum_outbound_http_api_pg.html), in section 4.3 describes the parameters that are returned to the script specified as 'postCallResultUrl' when you first queue a call. Specifically...
- Tue Jun 29, 2004 6:54 pm
- Forum: Plum DEV Q&A
- Topic: <var name="full_name" expr="'<?php echo
- Replies: 5
- Views: 15298
:?: Uhhh... I dunno... seems to work fine on my system, meaning that the value of the PHP variable $full_name is interpolated into the string. The following HTML file should work when put on a web server (view source in browser). What were you expecting to happen? -ej <html> <head><title>t7.php</tit...