Author Message
IngersolPandarinathan
Joined: Nov 4, 2013
Messages: 9
Offline
I'm looking for a sample AES Connector Simulation Profile to use it on the OD 6.0 SP3 simulator.

I tried to use the one on the OD online help document, but that does not work, and getting 'no observer on extension' error message.

It may have been discussed earlier on this forum, but old threads are not available after the migration, hence requesting now.
NeilGoldsmith
Joined: Nov 6, 2013
Messages: 902
Offline
First, my advice is to avoid the simulation scripts. They are very old and hard to work with. It is usually easier to test against a staging system and you get better feedback as the scripts just spit out a canned response.

If you do want to use them, you need something for callinfo:

You should have a command for callinfoInitialCall.
<command name="callinfoInitialCall">
<configuration>
<action type="OK"/>
</configuration>
</command>

You should also give the connector name = "CTI"
<connector name="CTI">
Go to:   
Mobile view