[Freeswitch-users] Early media: Sending 180 instead of 183?
Dennis
odermann at googlemail.com
Mon Aug 6 14:19:09 MSD 2012
in this special case, we do NOT have an outgoing channel and we do
ALWAYS use ignore_early_media, if we have an outgoing channel....
we do/want the following: incoming call -> playback audio to caller ->
hangup (no bridge or anything else)
out test-dialplan is as follows:
<extension name="test">
<condition field="destination_number" expression="^01234567$">
<action application="ring_ready"/>
<action application="set" data="ignore_early_media=true"/> // with,
ans without this line
<action application="playback" data="/tmp/test.wav"/>
</condition>
</extension>
everything would work with only the 180 - as soon as the 183 is sent,
problems can come up. the 183 is simply to much in this case.
Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users
mailing list