[SIPForum-discussion] where can i get these information

tiger130 tiger130 at 163.com
Mon Sep 1 04:07:22 UTC 2008


Hello,everyone:

I want to finish the functions below which are about partysip:

int PARTYSIP_GetAuthValid();

/**
 *  get the user's login state 
 *  
 *  @param  szSipuri    -user's sipuri
 *  @return 0:logout  1:login  -1:error
 */
int PARTYSIP_GetUserState(char* szSipuri);

/**
 *  get the user's valid time =( MAX valid time - loginTime)
 *  
 *  @param  szSipuri    -user's sipuri
 *  @return >=0:valid time(seconds)   -1:error
 */
int PARTYSIP_GetUserValidTime(char* szSipuri);

/**
 *  get the user's login time (register time)
 *  
 *  @param  szSipuri    -user's sipuri
 *  @param  plTime      -pointer of login time's result
 *  @return 0:succeed   -1:error
 */
int PARTYSIP_GetUserLoginTime(char* szSipuri, unsigned long * plTime);

/**
 *  Set the partysip's server ip address 
 *  
 *  @param  pszServerIP -the buffer fill with server ip address
 *  @return 0:succeed   -1:error
 */

 

where can i get these information ?in the log file ?

help me ?3ku.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sipforum.org/pipermail/discussion/attachments/20080901/ee994140/attachment-0002.html>


More information about the discussion mailing list