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

by JeffBeard
Fri Sep 28, 2007 4:51 pm
Forum: Plum DEV Q&A
Topic: Session state management
Replies: 4
Views: 7423

Sorry. That was my bad. I just wasn't seeing that message_reference parameter in the documentation for some reason. Thanks for the help and also for vetting my solution.


Thanks,

Jeff
by JeffBeard
Fri Sep 28, 2007 4:21 pm
Forum: Plum DEV Q&A
Topic: Session state management
Replies: 4
Views: 7423

Thanks for your response and sorry for not being clear. The requirement is to provide accurate and up to date feedback in a user interface on the status of a call. My solution is a queue on which CallSession objects are loaded for the duration of a call. In order to make it work I need a unique sess...
by JeffBeard
Fri Sep 28, 2007 12:59 pm
Forum: Plum DEV Q&A
Topic: Session state management
Replies: 4
Views: 7423

Session state management

I have a question that I wasn’t able to find an immediate answer to which is how to pass a variable around to maintain the state of a call within my system. The use case is this: I initiate a call in my application and create a unique call session ID within my system. That ID gets embedded in the UR...