Hi,

I set up a conference "myConf" with 333 as extension and 1234 as pin.

In sipX_context.xml, my dial plan looks like ..
  <extension name="333">
    <condition field="destination_number" expression="^myConf$">
      <action application="set" data="*supplied_pin*=${sip_h_X-ConfPin}"/>
      <action application="bridge" data="loopback/app=conference:myc...@333
+1234"/>
    </condition>
  </extension>

I noticed that '*supplied_pin*' is not set in the conference context
(mod_conference.c from FreeSWITCH).
Is there any way so setup this variable in conference context?

Thanks,
Laurentiu
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev/

Reply via email to