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

by gutsmith
Wed Sep 24, 2008 2:14 pm
Forum: Plum DEV Q&A
Topic: Help with error message
Replies: 1
Views: 3799

Help with error message

Hello,

I received an error message today that I had never seen before.

"errno: 999 message unexpected jump to a document"

Can I get a little more insight into what this means. Also, is there an area on the site where I can reference error messages?

Thank you!
by gutsmith
Mon Dec 03, 2007 3:41 pm
Forum: Plum DEV Q&A
Topic: Sometimes Caller ID cannot be captured on RESPORG'ed 800 num
Replies: 5
Views: 8610

Hello,

Was this issue resolved? Is it possible for an ANI to get lost through a RESPORG'ed 800 #?

Thanks.
by gutsmith
Mon Oct 22, 2007 11:54 am
Forum: Plum iOn Q&A
Topic: CCXML ?
Replies: 5
Views: 12419

Call transfer is mainly what I'm interested in. I beleive in CCXML you can have a large amount of event states to capture durring a transfer such as when the transfer is dialing or the moment an actual connection occurs. Is it possible to capture an event or even to know when a connection (callee pi...
by gutsmith
Mon Oct 22, 2007 9:12 am
Forum: Plum iOn Q&A
Topic: CCXML ?
Replies: 5
Views: 12419

support wrote:We do not support the CCXML standard nor have any plans to in the near future. However, many of the features of CCXML are already implemented in the current Plum platform.
Just curious, which features of CCXML have been implemented in the Plum platform?
by gutsmith
Thu Oct 18, 2007 8:36 am
Forum: Plum DEV Q&A
Topic: "Catch" a hangup
Replies: 5
Views: 7285

Re: "Catch" a hangup

support wrote:We have been able to reproduce this error and have identified it as a bug in the platform. In the next version of the platform, this issue will be fixed.

Thank you for your help, is there a release schedule or time estimate for your next platofrm version?
by gutsmith
Fri Oct 12, 2007 2:29 pm
Forum: Plum DEV Q&A
Topic: "Catch" a hangup
Replies: 5
Views: 7285

Thanks! That works.

One more question about this situation,

Is there a way to stop the transfer ringing the callee once it has started? or does it always need to complete?

Thanks
by gutsmith
Fri Oct 12, 2007 12:41 pm
Forum: Plum DEV Q&A
Topic: "Catch" a hangup
Replies: 5
Views: 7285

"Catch" a hangup

It's very important for my application to record when a user hangs up during a transfer. I am currenty using <catch event="connection.disconnect.hangup"> to submit my form when this occurs. However this only works after the call is connected. If the user hangs up during the ringing the transfer will...
by gutsmith
Mon Sep 17, 2007 2:19 pm
Forum: Plum DEV Q&A
Topic: Connect time
Replies: 1
Views: 3627

Connect time

Basically I'm trying to get a timestamp of the exact moment a call is picked up (connected) with a <transfer>. The easiest way I could think of was to get a transfer.duration then subtract it from the already existing disconnect timestamp. however i cannot seem to get the duration to work correctly ...