Jump to content

How to use values in the mailbox message ini file?


garyt

Recommended Posts

I'll testing IVM to use as a driver dispatch system and noticed that each mailbox message has an ini file associated with it in the mailbox directory. This ini file looks to have call and global variable names and values from the time the message was recorded. When someone calls in to check their messages, how can this call and global data be accessed?

 

for example: when a client calls in, they enter some data via OGM data entry then are passed to a mailbox to leave a voice message. When the mailbox owner calls in, they would hear this value before the playback or could press a key before play back and hear the value.

 

Help files indicate that the previous OGM key responses can apply but this does not seem to work at message playback. and putting %varname% in the script does not seem to work became the var isnt there until the mailbox message is accessed

 

is there a way to do this?

Thanks

Gary

Link to comment
Share on other sites

When calling in to hear a message you do have the ability to hear when the message was recorded. This is part of tmailbox setup options

 

Correct. That is recorded it the ini file I'm refering to. Here is an example mailbox recording ini file. These files have the same name as the wav recording files.

 

[message]

mailboxname=Cabulance

cid=Unknown

callername=

rideref=111

driverphone=13606613225

phoneref=6757737

callsequenceno=116

linename=Line 1

linenumber=0

date=2006-04-14

time=15:05:12

tosend=true

read=true

 

It contains call and global var values at the time of recording. The question is, how do I get to those variables when messages are played back when in "access mailbox control"?

Link to comment
Share on other sites

  • 2 weeks later...
Correct. That is recorded it the ini file I'm refering to.  Here is an example mailbox recording ini file. These files have the same name as the wav recording files.

 

[message]

mailboxname=Cabulance

cid=Unknown

callername=

rideref=111

driverphone=13606613225

phoneref=6757737

callsequenceno=116

linename=Line 1

linenumber=0

date=2006-04-14

time=15:05:12

tosend=true

read=true

 

It contains call and global var values at the time of recording. The question is, how do I get to those variables when messages are played back when in "access mailbox control"?

 

I do't know of any way that you can

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...