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 5 matches

by rstevehole
Tue Nov 25, 2014 3:39 pm
Forum: Plum DEV Q&A
Topic: ANI support on US 1-800 number
Replies: 2
Views: 10075

ANI support on US 1-800 number

We have a US based 1-800 number configured on our account an addition to a Canadian (CA) DID number. We are getting reliable ANI for calls placed from Canadian cell carriers on the CA DID number, but not on the US 1-800 number. Some carriers (notably Rogers/ATT) seem to work, but Telus and Bell do n...
by rstevehole
Fri May 23, 2014 10:05 am
Forum: Plum DEV Q&A
Topic: Signal call failure from script
Replies: 2
Views: 8571

Re: Signal call failure from script

I was assuming the answering machine scenario. Pity though. I was hoping that there was an error condition that I could signal from within the script that would tell the server to set it's retry state. I am collecting and using the call status information on the result_url callback now for tracking,...
by rstevehole
Thu May 22, 2014 3:28 pm
Forum: Plum DEV Q&A
Topic: Signal call failure from script
Replies: 2
Views: 8571

Signal call failure from script

Is there any way that I can tell the engine from an executing script that the call is to be deemed a failure, thereby engaging the redial support? I want to be able to leave a voice message, signal that the voice message was a failure, and have the call engine try to call again after the delay perio...
by rstevehole
Mon Dec 02, 2013 5:23 pm
Forum: Plum DEV Q&A
Topic: Problems dereferencing XML object with javascript
Replies: 2
Views: 10270

Re: Problems dereferencing XML object with javascript

... which is a simpler form of the script that I had -- which is good. Note that I had tried using "element.textValue" which also should have worked, but it came back with null as well. FYI.

Thanks for your time.
by rstevehole
Mon Dec 02, 2013 3:20 pm
Forum: Plum DEV Q&A
Topic: Problems dereferencing XML object with javascript
Replies: 2
Views: 10270

Problems dereferencing XML object with javascript

This is an addendum to an earlier post. I am attempting to dereference the following XML object: <?xml version="1.0" encoding="UTF-8"?> <IVRAuthenticationContext> <class>com.spiekerpoint.spider.api.IVRAuthenticationContext</class> <clientAdministratorId/> <name>Sam Electrician</name> <workerId>3</wo...