How to login the right way to use SubscribeProfile
Hello everyone,
I have a little problem with the "SubscribeProfile" events from the "PbxApi".
I do a login to the app object over this way.
{
{
"mt":"AppLogin",
"app":"...",
"domain":"...",
"sip":"...",
"guid":"...",
"dn":"...",
"digest":"...",
"pbxObj":"dev:..."
}
The "..." are filled with the right Informations which are needed to create
the digest and to tell the IPVA which user should be used.
When I try to get the favorites with the "SubscribeProfile" event I get this
respone from the IPVA.
{"api":"PbxApi","mt":"SubscribeProfileResult","profiles":[]}
The user which is defined has a profile set for it's object. I will only get the profile informations when I set the profile for the app object.
Why is that is there something missing?
If you need more informations please ask me about them.
Regards,
Sascha