<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18939">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>when the first member creates and enters in a new
conference</FONT></DIV>
<DIV><FONT size=2>everything is ok. but if a new memeber enters there is no
audio</FONT></DIV>
<DIV><FONT size=2>in the conference, unless the ivr.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I have a very simple conference dialplan like
this</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2> <extension
name="create_conference"><BR>
<condition field="${sip_to_uri}"
expression="^000(\d{10,15})@$${domain}$"><BR>
<action application="set"
data="instant_ringback=true"/><BR>
<action
application="ring_ready"/><BR>
<action application="sleep"
data="3000"/><BR>
<action
application="answer"/><BR>
<action application="conference" data="<A
href='mailto:$1-${domain_name}@wideband"/'>$1-${domain_name}@wideband"/</A>><BR>
</condition><BR>
</extension><BR></FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I tried to add</FONT></DIV>
<DIV><FONT size=2><action application="export" data="<A
href="mailto:absolute_codec_string=speex@16000k%22/">absolute_codec_string=speex@16000k"/</A>></FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>but no success</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Thanks</DIV></FONT></BODY></HTML>