I do not understand how to do this even after reading manual & readme.
I want to implement 2 checks in my dialplan.
1. before attempting sip2skype call I want to check if my server was able to successfully connect to Skype network.
Now I have this:
OURSTATUS=${SKYPE_ACCOUNT_PROPERTY(MySkypeNameHere,availability)}
is it the right way? BTW, replacing "availability" with "status" causing an error, but according to the manual it's an allowed "property".
And a side question. From the README:
Skype account properties are stored on the Skype P2P network and include things like availability, birthday, and geographical information. These settings can be set both in chan_skype.conf, and via the SKYPE_ACCOUNT_PROPERTY() dialplan function.
What is the right syntax for this in chan_skype.conf ?
2. then I want to check if the destination Skype user (my "buddy") is available to take my call. What is the right way to check this?
Thanks!