Last time i've checked this is still working in 4.4. The key log to look for in the registrar logs is

      OsSysLog::add(FAC_SIP, PRI_INFO, "%s::LookUpStatus "
                                       "Presence information for '%s':\r\n"
                                       "    Telephony presence: '%s'"
                                       "    XMPP presence: '%s'"
                                       "    Custom presence message: '%s'",
                                       mLogName.data(),
identity.data(), pUp->getSipState().data(),
                                       pUp->getXmppPresence().data(),
pUp->getXmppStatusMessage().data() );



It should process both sip: and tel: uri's in the IM status


On 02/06/2012 10:18 PM, Henry Dogger wrote:

Hi all,

I noticed this forum entry:

http://forum.sipfoundry.org/index.php?t=tree&goto=47127&S=c9a81cb2111ade1be9888f4a074ce84e#page_top <http://forum.sipfoundry.org/index.php?t=tree&goto=47127&S=c9a81cb2111ade1be9888f4a074ce84e#page_top>

I have tested this with 4.2.1 and this worked perfectly...

But now I am using 4.4, and I can't seem to get this working.... Is this function no longer available in IM perhaps?

Kind regards,

Henry Dogger

Telecats BV



_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to