subscribePresence
Hi,
I can subscribe to one users presence fine, but when I try to do another subscribePresence to another sip, there is no response. eg
->{"api":"PbxApi","mt":"SubscribePresence","sip":"anette","num":null}' |
<-{"api":"PbxApi","mt":"SubscribePresenceResult"}
<-{"api":"PbxApi","mt":"PresenceState","up":true,"sip":"anette","dn":"Anette test","num":"3784","email":"anette@vcom.no"}
<-{"api":"PbxApi","mt":"PresenceUpdate","presence":[{"contact":"tel:","status":"open","activity":"dnd"},{"contact":"im:","status":"closed"}]}
->'{"api":"PbxApi","mt":"SubscribePresence","sip":"tomas","num":null}'
<nothing>
Any idea why?