Hi,
Has anybody experience with eyeBeam 1.5? I tested eyeBeam 1.5.7 build 31195 with the SER Presence Snapshot.
Basic Presence works O.K. Presence Notes (e.g. Basic: Open, Note: Busy) are not processed by the SER PA module.
I traced and found the following differences to the old eyeBeam 1.1 (eyeBeam release 3014w stamp 26703).
eyeBeam 1.5.7 presence document in PUBLISH:
<?xml version='1.0' encoding='UTF-8'?> <presence xmlns='urn:ietf:params:xml:ns:pidf' xmlns:dm='urn:ietf:params:xml:ns:pidf:data-model' xmlns:rpid='urn:ietf:params:xml:ns:pidf:rpid' xmlns:c='urn:ietf:par ams:xml:ns:pidf:cipid' entity='pres:sip:a.schula@10.241.143.158'>
<tuple id='td4760a41'> <status> <basic>open</basic> </status> </tuple>
<dm:person id='paf70ec41'> rpid:activities rpid:busy/ rpid:unknown/ </rpid:activities> dm:noteBusy</dm:note> </dm:person> </presence>
And here the working resence document from eyeBeam 1.1 PUBLISH:
<?xml version="1.0" encoding="UTF-8"?> <presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:pp="urn:ietf:params:xml:ns:pidf:person" xmlns:et="urn:ietf:params:xml:ns:pidf:rpid:rpid-tuple" xmlns:ep="urn:ietf:params:xml:ns:pidf:rpid:rpid-person" xmlns:es="urn:ietf:params:xml:ns:pidf:rpid:status:rpid-status" xmlns:ci="urn:ietf:params:xml:ns:pidf:cipid" entity="sip:T2@10.241.143.158"> pp:person <status> ep:activities ep:away/ </ep:activities> </status> </pp:person> <note>Away</note> <tuple id="7520193f"> <contact priority="1"> sip:T2@10.241.143.158 </contact> <status> <basic>open</basic> <es:user-input since="2006-07-12T15:34:42Z"> idle </es:user-input> </status> </tuple> </presence>
Is there anything I can do to get presence notes working with eyeBeam 1.5.x?
Best regards A. Schula