<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi,
    <br>
    <br>
    If i create a conference via dialplan tool 'conference' like
    <br>
    <br>
    &lt;action application="conference_set_auto_outcall"
    data="{sip_auto_answer=false}sofia/internal/220"/&gt;
    <br>
    ...
    <br>
    &lt;anti-action application="conference" data="<a
      href="mailto:555@default">555@default</a> 555 TestConf"/&gt; ,
    <br>
    ...
    <br>
    <br>
    the caller_caller_id_name and caller_caller_id_number in the
    CHANNEL_CALLSTATE Event for Event calling function
    'switch_channel_perform_set_callstate' for the OUTBOUND Channel 
    state 'RINGING' was set to 'FreeSWITCH' and '00000000'
    <br>
    <br>
    I cannot set these variables to another value. No set of channel
    variables via dialplan tools 'set' or via dialstring variables like
    '{outbound_caller_id=555}555@default 555 TestConf' or with other
    variables.<br>
    How can i set these variables to another value by the dialplan or
    conference configuration dynamicaly? How can i not ?<br>
    <br>
    Gernerally, How can i push more informations to these Event
    function?<br>
    <br>
    <br>
    Thanks<br>
    <br>
    David <br>
  </body>
</html>