The change was made to generate conference ID in the same way as call 
ID.  It can be accessed by getting the latest code from CVS and rebuilding.

Regards,

Ed Day
Objective Systems, Inc.
http://www.obj-sys.com


Thomas Partner wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> [EMAIL PROTECTED] wrote:
>   
>> Thomas Partner wrote:
>>
>> Dear List,
>>
>> we are using Cisco PGW and asterisk with ooh323 0.8.2 and have the  
>> following problem.
>>
>> The "Conference ID" alters in a very simple and low frequent manner
>> (eg: 0Xa4a5a6a7a8a9aaabacadaeafb0b1b2b3) in opposite to the "Call ID"  
>> which suits fine.
>> Since the PGW usese the "Conference ID" to correlate the calls
>> we "see" only a few different calls per day, which is defnitely wrong.
>>
>> The ITU allso requests "uniqueness" for the "Conference ID".
>> Is a bug or a feature?
>> Is ist possible to set the "Conference ID" to the "Call ID" if the  
>> call is not in a conference?
>>
>> Kind Regards
>> Thomas Partner
>>
>> ***
>> Conference ID is getting set in ooq931.c around line 1843 and again at  
>> 1929.  In both cases, the algorithm to set it is quite simple: pick a  
>> random integer to use as the first byte and fill in the rest  
>> sequentially.  This only allows up to 256 possible values - hardly a  
>> globally unique ID.
>>
>> I see that there is another function for setting call identifier to a  
>> globally unique value called "ooGenerateCallIdentifier" which seems to  
>> do a better job at generating a unique identifier.  Would using a  
>> function like this make more sense for conference ID?  If so, I can go  
>> ahead and make the change.
>>
>> Regards,
>>
>> Ed Day
>> Objective Systems, Inc.
>> http://www.obj-sys.com
>>     
> Dear Ed,
>
> thank you for your reply.
>
> Yes, please go ahead, this would help a lot.
> The ID in "ooGenerateCallIdentifier" is suits perfect for our purpose.
>
> Kind Regards
> Thomas Partner
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.1 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFGhQmmobWmjl+wSlQRAkntAKCNx6cPTV9wKhBmH7IRp/wmVBUM0QCfdEb0
> pEJ78iWXgF9CSd9WC0kZApY=
> =ugGr
> -----END PGP SIGNATURE-----
>
>   


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
ooh323c-devel mailing list
ooh323c-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ooh323c-devel

Reply via email to