We do not have anything that can record the rtp audio stream as is. record session will record to whichever format you chose as the ext of the file. for instance wav has raw PCM into a WAV
there is mod_native_file which lets you record the raw audio but not the RTP headers. to use it, just do not specify an extension to record_session and the name of the codec will automatically substituted as the file extension and the raw stream will be there. On Tue, Sep 2, 2008 at 2:06 AM, ??????? ??????? <[EMAIL PROTECTED]> wrote: > On Monday, 1 September 2008 12:14 Brian West <[EMAIL PROTECTED]> wrote: > > > FreeSWITCH will always be in the media path unless you set bypass_media. > > > > /b > > > > On Sep 1, 2008, at 12:06 PM, ??????? ??????? wrote: > > > >> What values need to be set in variables that all RTP traffic passed > >> through FreeSWITCH? > >> > > > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > URL: > > > http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20080901/694bbed8/attachment-0001.html > > > > > In this case record_session should register in a file content of > RTP-audiostream. (?) > But we see in our working configuration (see earlier), that to file (which > size approximatly corresponding to lenght of audiostream ) > is written the stream of const values - FF. > > > _______________________________________________ > Freeswitch-dev mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > -- Anthony Minessale II FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ AIM: anthm MSN:[EMAIL PROTECTED] <[EMAIL PROTECTED]> GTALK/JABBER/PAYPAL:[EMAIL PROTECTED]<[EMAIL PROTECTED]> IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:[EMAIL PROTECTED] <[EMAIL PROTECTED]> iax:[EMAIL PROTECTED]/888 googletalk:[EMAIL PROTECTED]<[EMAIL PROTECTED]> pstn:213-799-1400
_______________________________________________ Freeswitch-dev mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev http://www.freeswitch.org
