Presented By: Life is full of choices


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Presented By: Life is full of choices
# 1  
Old 08-27-2008
Presented By: Life is full of choices

Image BlackBerry® brings you several. BlackBerry® smartphones let you choose the features that matter most to you. Get access to important features you won't find on other smartphones, like video capture, picture messaging, and a memory expansion slot. www.blackberry.com
Ads by Pheedo Image



More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

array to choices .. lost

Hi Im' trying to output a list of files then make the list files as choices, need someone to give me hand. so far here is what i got.. a bit messy #!/bin/sh menu_str=`ls -1 file*` cnt=0 for i in $menu_str do menu_item=${i} cnt=$(($cnt+1)) echo $cnt echo ${menu_item } done ... (3 Replies)
Discussion started by: kenray
3 Replies

2. UNIX for Advanced & Expert Users

End of Life / Life Cycle Information

Hello everyone, I was searching for locations where I can get End of Life information on multiple versions of Unix. I have found some information which I list below, what I have not found or confirmed is where I can get the information for: DEC Unix/OSF1 V4.0D NCR Unix SVR4 MP-RAS Rel 3.02.... (2 Replies)
Discussion started by: robertmcol
2 Replies
Login or Register to Ask a Question
eXosip2 REGISTER and Registration Management(3) 		    libeXosip2			   eXosip2 REGISTER and Registration Management(3)

NAME
eXosip2 REGISTER and Registration Management - Functions int eXosip_register_build_initial_register (const char *from, const char *proxy, const char *contact, int expires, osip_message_t **reg) int eXosip_register_build_initial_register_withqvalue (const char *from, const char *proxy, const char *contact, int expires, const char *qvalue, osip_message_t **reg) int eXosip_register_build_register (int rid, int expires, osip_message_t **reg) int eXosip_register_send_register (int rid, osip_message_t *reg) int eXosip_register_remove (int rid) Detailed Description Function Documentation int eXosip_register_build_initial_register (const char *from, const char *proxy, const char *contact, intexpires, osip_message_t **reg) Build initial REGISTER request. Parameters: from SIP url for caller. proxy Proxy used for registration. contact Contact address. (optional) expires The expires value for registration. reg The SIP request to build. int eXosip_register_build_initial_register_withqvalue (const char *from, const char *proxy, const char *contact, intexpires, const char *qvalue, osip_message_t **reg) Build initial REGISTER request with qvalue for contact. Parameters: from SIP url for caller. proxy Proxy used for registration. contact Contact address. (optional) expires The expires value for registration. qvalue The qvalue value for contact header. reg The SIP request to build. int eXosip_register_build_register (intrid, intexpires, osip_message_t **reg) Build a new REGISTER request for an existing registration. Parameters: rid A unique identifier for the registration context expires The expires value for registration. reg The SIP request to build. int eXosip_register_send_register (intrid, osip_message_t *reg) Send a REGISTER request for an existing registration. Parameters: rid A unique identifier for the registration context reg The SIP request to build. (NULL for default REGISTER) int eXosip_register_remove (intrid) Remove existing registration without sending REGISTER. Parameters: rid A unique identifier for the registration context Author Generated automatically by Doxygen for libeXosip2 from the source code. Version 3.1.0 Sun Jun 24 2012 eXosip2 REGISTER and Registration Management(3)