Currently, the only way to "communicate" between different port's applications is to use a database. (or text files)
<br>
<br>If you are simply looking to soft-code certain configuration settings within your application, I would recommend a single row 'ivrconfig' table, with all of the different fields you wish to be able to modify. Gather the row each time a call comes in, so your settings take effect at the beginning of every call.
<br>
<br>If, however, this is something that needs to be available for "communication" between ports, you would need to come up with a database/text file communication protocol of your own design.
<br>
<br>If you could describe the particular issue in a reply, we might be able to provide an alternative suggestion/approach for what you have in mind.
|