0 Members and 2 Guests are viewing this topic.
<?xml version="1.0" encoding="utf-16"?><!--VoxCommando 2.0.0.5--><command id="1301" name="Call {1}" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description=""> <action> <cmdType>Skype.Connect</cmdType> <params /> <cmdRepeat>1</cmdRepeat> </action> <action> <cmdType>Skype.GetUsers</cmdType> <params> <param>Online</param> </params> <cmdRepeat>1</cmdRepeat> </action> <action> <cmdType>RoboB.Select</cmdType> <params> <param>skype</param> </params> <cmdRepeat>1</cmdRepeat> </action> <action> <cmdType>RoboB.Navigate</cmdType> <params> <param>skype:{1}?call&amp;video=true</param> </params> <cmdRepeat>1</cmdRepeat> </action> <action> <cmdType>RoboB.Dispose</cmdType> <params /> <cmdRepeat>1</cmdRepeat> </action> <phrase>Call, Skype</phrase> <payloadFromXML phraseOnly="False" use2partPhrase="False" phraseConnector="by" Phrase2wildcard="anyone" optional="False">payloads\payloadSkype.xml</payloadFromXML></command>
The problem I'm having is when I enter a test payload of say Daddy it connects to Skype and tries to call daddy and says that person is not in my contacts list.Below is my action but after consideration for my Skype friends' privacy I did not include the payload XML. For an example however my payload XML clearly has Value daveXXX and Phrase Daddy. Any thoughts?