PBX Admin API search users returns strange responses
Hi,
we are using innovaphone SDK - PbxAdminApi protocol for searching users. I see the following messages going on in my log file:
07-26 09:10:47.637 xqting@[xqting.com ] [MsgContext ] I> 0xdec410 --> {
"api": "PbxAdminApi",
"cn": "Robbe Vidts",
"mt": "SearchUsers"
}
07-26 09:10:47.640 xqting@[xqting.com ] [PbxAdminApi ] I> 0xdec410 <-- {
"api": "PbxAdminApi",
"mt": "SearchUsersResult",
"user": [
{
"cn": "Sam Van Belle",
"guid": "55fac54e454445118e5dfbf92f5e48aa",
"h323": "Sam"
},
{
"cn": "Sinan Bolat",
"dn": "Sinan Bolat",
"guid": "7f6d507f72cc6101a4ca00155d00bc0b",
"h323": "Sinan Bolat"
},
{
"cn": "Vincent Peeters",
"guid": "c72c130210ab4ba9bf8a3a4321629af8",
"h323": "vincent"
},
{
"cn": "Wim Van Houts",
"guid": "05556f645a624a718c74f50bb7b536b5",
"h323": "Wim"
}
]
}
This is really strange, for two reasons:
- Robbe Vidts is really an object that exists in my pbx, so I would expect to see at least that one?
- Where do the four other objects come from?
Why is this happening and why does the PBX return these results?