need to generate unique id from constant sid


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting need to generate unique id from constant sid
# 1  
Old 04-10-2006
need to generate unique id from constant sid

Hello
I have multiple accounts that running application that uses unique port number
I want to generate this port from some sid number that stays constant for every user account , is there any place in the system
that generate number that is unique to the account ?
thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Generate 10000 unique audio file of 2MB each using shell script.

Hi, I want 10000+ unique Audio file of approx 2MB each. How can i generate numerous audio files using shell script. Any tool, command or suggestions are welcome. If i give one audio seed file then can we create numerous unique files with same seed file? Any help is highly appreciable.... (11 Replies)
Discussion started by: sushil.kumar
11 Replies

2. Shell Programming and Scripting

Generate unique mac address

Hi, I want to generate 2000 mac address. Please let me know how to do so. Perl script or there is some tool availlable wherein i can give the count and it will generate that many mac-address Thanks, Kriti (4 Replies)
Discussion started by: kriti
4 Replies

3. Shell Programming and Scripting

Generate unique user id with each addition of data

As I add new data to database.txt I want to generate a unqiue User Id. This is my current solution. echo $RANDOM:$lname:$fname >> database.txt But I seem to have problems when I try and use $RANDOM for formatting like so: grep "^4539" database.txt | awk -F":" '{print "User... (4 Replies)
Discussion started by: yonkers062986
4 Replies

4. Shell Programming and Scripting

How to generate 10.000 unique numbers?

hello, does anybody can give me a hint on how to generate a lot of numbers which are not identically via scripting etc? (7 Replies)
Discussion started by: xrays
7 Replies

5. Shell Programming and Scripting

Script creation(How to validate SID?)

I was going write a script from following site. Unix Shell Script to Execute Oracle SQL Query (link removed) My configuration setting for oracle XE. export ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server export PATH=$PATH:$ORACLE_HOME/bin export ORACLE_SID=XE but after... (4 Replies)
Discussion started by: pinga123
4 Replies

6. UNIX for Dummies Questions & Answers

. oraenv vs setdb [SID]

Hi, i am working on Tru64 os... When i try to connect to an Oracle instance, the usual method i follow is chsxsora1:oracle:PRD1 > . oraenv ORACLE_SID = ? PRD1 But for one Instance it was not working, chsxsora2:oracle:TST2 > . oraenv ORACLE_SID =*= ? TST2 i... (0 Replies)
Discussion started by: saharookiedba
0 Replies

7. UNIX Desktop Questions & Answers

Sid

What is SID and how to gahter information about that ?? Is this the right forum to ask this question ? If not then please help me out.. (6 Replies)
Discussion started by: risshanth
6 Replies
Login or Register to Ask a Question
eXosip_event(3) 						    libeXosip2							   eXosip_event(3)

NAME
eXosip_event - SYNOPSIS
#include <eXosip.h> Data Fields eXosip_event_type_t type char textinfo [256] void * external_reference osip_message_t * request osip_message_t * response osip_message_t * ack int tid int did int rid int cid int sid int nid int ss_status int ss_reason Detailed Description Structure for event description Field Documentation eXosip_event_type_t eXosip_event::type type of the event char eXosip_event::textinfo[256] text description of event void* eXosip_event::external_reference external reference (for calls) osip_message_t* eXosip_event::request request within current transaction osip_message_t* eXosip_event::response last response within current transaction osip_message_t* eXosip_event::ack ack within current transaction int eXosip_event::tid unique id for transactions (to be used for answers) int eXosip_event::did unique id for SIP dialogs int eXosip_event::rid unique id for registration int eXosip_event::cid unique id for SIP calls (but multiple dialogs!) int eXosip_event::sid unique id for outgoing subscriptions int eXosip_event::nid unique id for incoming subscriptions int eXosip_event::ss_status current Subscription-State for subscription int eXosip_event::ss_reason current Reason status for subscription Author Generated automatically by Doxygen for libeXosip2 from the source code. Version 3.1.0 Sun Jun 24 2012 eXosip_event(3)