<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2730.1700" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>
<DIV><FONT face=Arial size=2>
<DIV><STRONG>I have another answers:</STRONG></DIV>
<DIV><STRONG>If I have this record:</STRONG></DIV>
<DIV> </DIV>
<DIV>-record('AuditDescriptor',<BR> {<BR> auditToken =
asn1_NOVALUE<BR> }). % with extension mark</DIV>
<DIV> </DIV>
<DIV><STRONG>How can I use the extension mark????(Sorry if it`s an obvius
question)</STRONG></DIV>
<DIV> </DIV>
<DIV>******************</DIV>
<DIV>auditcapabilities(ConnHandle,
Events)-><BR> AUD=#'AuditDescriptor'{auditToken="Audit"},
<BR> TermId=ui,<BR> AUR=#'AuditRequest'{terminationID = TermId,
auditDescriptor = AUD},<BR> CR = #'CommandRequest'{command =
{auditCapabilities, AUR}}, <BR> AR =
#'ActionRequest'{contextId = ?megaco_null_context_id, commandRequests =
[CR]},<BR> io:format("AR:~p~n", [AR]),<BR> {ProtocolVersion,
UserReply}=megaco:call(ConnHandle, [AR], [])</DIV>
<DIV> </DIV>
<DIV>*******************</DIV>
<DIV><STRONG>With the code that is above, I'll get this,
right?</STRONG></DIV>
<DIV>MEGACO/1 [172.16.0.1]:2944<BR>Transaction = 1 {<BR>Context = -
{<BR>AuditCapabilities = ui {<BR>Audit}}}</DIV>
<DIV>*****************</DIV>
<DIV><STRONG>but I want this:</STRONG></DIV>
<DIV>
<DIV>MEGACO/1 [172.16.0.1]:2944<BR>Transaction = 1 {<BR>Context = -
{<BR>AuditCapabilities = ui {<BR>Audit<STRONG><EM><FONT color=#ff0000>{Events,
Signals}</FONT></EM></STRONG><BR>}}}</DIV>
<DIV> </DIV>
<DIV><STRONG>And i don`t know how to use the extension mark, could somebody help
me??</STRONG></DIV></DIV></FONT></DIV></DIV></BODY></HTML>