[Home]

Summary:ASTERISK-07107: [patch] [post 1.4] app_meetme unique-id for relating calls to the same conference
Reporter:Tony Mountifield (softins)Labels:
Date Opened:2006-06-06 11:42:49Date Closed:2007-07-11 19:58:49
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_meetme.c-32601-uniqueid.patch
Description:When participants join and leave a long-running conference at various times, and there may be no call that spans the whole conference, it can be difficult to relate those calls to each other as visitors to the same session.

This simple enhancement provides an aid to that process by recording in the conference structure the unique-id of the channel that caused it to be created. Then every channel that successfully joins the conference has this unique-id stored in the channel variable MEETMEUNIQUEID.

This can then, for example, be picked up by any post-call processing and written to a database along with other call information.
Comments:By: Serge Vecher (serge-v) 2006-06-16 15:55:34

small little patch here

By: BJ Weschke (bweschke) 2006-06-21 22:42:56

softins - patch looks good, feature makes alot of sense. please update the app documentation within app_meetme.c and UPGRADE.txt as appropriate. Thanks.

By: Tony Mountifield (softins) 2006-07-20 11:57:31

OK, will do - sorry for the delay (was on vacation). I'll also enhance the patch to include the conf ID in the MeetmeJoin and MeetmeLeave events.



By: jmls (jmls) 2006-10-31 14:22:09.000-0600

softins: were you able to update the patch as requested ? Thanks

By: jmls (jmls) 2006-11-25 02:00:33.000-0600

ping. housekeeping

By: Tony Mountifield (softins) 2006-11-25 03:57:49.000-0600

Ping ack. Sorry for the lack of response. I haven't been keeping up to date with trunk, so will have to re-generate the patch manually. Stay tuned...

By: Tilghman Lesher (tilghman) 2007-01-25 17:28:28.000-0600

Given that this would be related to CDRs, please change your patch to set a CDR variable, instead.

By: Russell Bryant (russell) 2007-05-02 18:50:20

This patch has been added to trunk in revision 62794.  Thanks!