[Freeswitch-users] Early Media troubles

Jock McKechnie jock.mckechnie at gmail.com
Mon Aug 30 14:13:43 PDT 2010


On Mon, Aug 30, 2010 at 3:51 PM, Brian West <brian at freeswitch.org> wrote:

> 180 from us won't include media... its just a ringing indication.
>

That's what I thought, I appreciate the confirmation on that.

I've reset it back to:
   <extension name="Inbound">
      <condition field="destination_number" expression="^\+12132895773$">
          <action application="set" data="instant_ringback=true"/>
          <action application="pre_answer"/>
          <action application="sleep" data="10000"/>
          <action application="answer"/>
          <action application="playback"
data="/usr/local/freeswitch/sounds/playback"/>
          <action application="hangup" data="16"/>
      </condition>
   </extension>

And using:
ngrep -q '' 'port !ssh'

Can confirm there's no RTP until the 200 OK.

Demented.

 - JP

On Aug 30, 2010, at 3:45 PM, Jock McKechnie wrote:

> Thank you for the suggestion, Bob.
>
> I slimmed down my config to this, plus the sleep/playback/hangup. I
confirm seeing the 180 in the signalling, no RTP, it waits a bit, then the
200 OK and RTP floods through.
>
> I _know_ this should simply work, but... it doesn't. Anyone else got any
thoughts?
>
> Cheers again;
>
>  - Jock
>


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100830/2bf8e67e/attachment-0001.html 


More information about the FreeSWITCH-users mailing list