View previous topic :: View next topic |
Author |
Message |
helmut.kuper at ewetel.de Guest
|
Posted: Fri Feb 27, 2009 9:15 am Post subject: [Freeswitch-users] Problems with record_stereo |
|
|
Hello,
I play around with record_session and would like to have caller and
callee separated on left and right channel. I found record_stereo is
used for this. Unfortunately it doesn't work. A and B leg are still
mixed. Additionally I found that B leg is significant louder than A leg,
but both legs were local extensions.
My Dialplan looks like this:
<extension name="Local_Extension">
<condition field="destination_number" expression="^(1234)$">
<action application="set" data="dialed_extension=$1"/>
<action application="export" data="dialed_extension=$1"/>
<x-action application="ring_ready"/>
<x-action application="set" data="ringback=${de-ring}"/>
<!-- bind_meta_app can have these args <key> [a|b|ab] [a|b|o|s]
<app> -->
<action application="export" data="RECORD_STEREO=true"/>
<action application="bind_meta_app" data="9 b s
record_session::$${base_dir}/recordings/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
<action application="bridge"
data="user/${dialed_extension}@$${domain}"/>
</condition>
</extension>
regards
helmut
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
msc at freeswitch.org Guest
|
Posted: Mon Mar 02, 2009 1:20 pm Post subject: [Freeswitch-users] Problems with record_stereo |
|
|
On Fri, Feb 27, 2009 at 6:07 AM, Helmut Kuper <helmut.kuper@ewetel.de> wrote:
Quote: | Hello,
I play around with record_session and would like to have caller and
callee separated on left and right channel. I found record_stereo is
used for this. Unfortunately it doesn't work. A and B leg are still
mixed. Additionally I found that B leg is significant louder than A leg,
but both legs were local extensions.
| Just to confirm - you are trying to record each leg of the call into a
separate file? In other words, one call creates two separate audio
recordings?
-MC
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
helmut.kuper at ewetel.de Guest
|
Posted: Tue Mar 03, 2009 3:25 am Post subject: [Freeswitch-users] Problems with record_stereo |
|
|
Hi Mike,
no, I want just one file in stereo, where left channel is caller and right channel is callee.
regards
Helmut
On 02.03.2009 19:05, Michael Collins wrote: |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Tue Mar 03, 2009 9:36 am Post subject: [Freeswitch-users] Problems with record_stereo |
|
|
That is exactly what it does. I have confirmed it works can you
please file a jira with examples and info of what your experiencing?
/b
On Mar 3, 2009, at 2:16 AM, Helmut Kuper wrote:
Quote: | Hi Mike,
no, I want just one file in stereo, where left channel is caller and
right channel is callee.
regards
Helmut
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
helmut.kuper at ewetel.de Guest
|
Posted: Tue Mar 03, 2009 10:46 am Post subject: [Freeswitch-users] Problems with record_stereo |
|
|
Hello Brian,
you are right. It works, had to use a different player. But caller is
also there much louder than callee. Any way to tune this?
regards
helmut
On 03.03.2009 15:22, Brian West wrote:
Quote: | That is exactly what it does. I have confirmed it works can you
please file a jira with examples and info of what your experiencing?
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Tue Mar 03, 2009 10:46 am Post subject: [Freeswitch-users] Problems with record_stereo |
|
|
Thats going to depend on a lot of issues... are you on SVN trunk?
What codecs? What is the path?
/b
On Mar 3, 2009, at 9:24 AM, Helmut Kuper wrote:
Quote: | Hello Brian,
you are right. It works, had to use a different player. But caller is
also there much louder than callee. Any way to tune this?
regards
helmut
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
helmut.kuper at ewetel.de Guest
|
Posted: Wed Mar 04, 2009 7:35 am Post subject: [Freeswitch-users] Problems with record_stereo |
|
|
Hi,
well, both extensions are direct connected to FS, so we have an internal
call. Caller is snom 370, callee is snom 820, codecs are G.722 with RTP
crypt AES 32, both phones are within the same LAN. FS is in a separate
LAN. Energy levels for speakers and micros on both snom phones are the same.
I use latest SVN trunk.
regards
Helmut
On 03.03.2009 16:40, Brian West wrote:
Quote: | Thats going to depend on a lot of issues... are you on SVN trunk?
What codecs? What is the path?
/b
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
helmut.kuper at ewetel.de Guest
|
Posted: Wed Mar 04, 2009 8:19 am Post subject: [Freeswitch-users] Problems with record_stereo |
|
|
Hello,
I just did a further test to nail down the volume problem with recording
a call. Caller as well as callee recorded the session in stereo. I got
two files in "recordings". In both files, the party which starts the
recording seems to be louder and more clear as the opposite party. It
seems to me, that the party which didn't start the recording was
transcoded to a different codec (guess g711). Remember: Both partys are
using g722 which was confirmed by the phone's display.
regards
helmut
On 04.03.2009 13:28, Helmut Kuper wrote:
Quote: | Hi,
well, both extensions are direct connected to FS, so we have an internal
call. Caller is snom 370, callee is snom 820, codecs are G.722 with RTP
crypt AES 32, both phones are within the same LAN. FS is in a separate
LAN. Energy levels for speakers and micros on both snom phones are the same.
I use latest SVN trunk.
regards
Helmut
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Wed Mar 04, 2009 10:21 am Post subject: [Freeswitch-users] Problems with record_stereo |
|
|
Can you email me a sample recording please?
/b
On Mar 4, 2009, at 7:08 AM, Helmut Kuper wrote:
Quote: | Hello,
I just did a further test to nail down the volume problem with
recording
a call. Caller as well as callee recorded the session in stereo. I got
two files in "recordings". In both files, the party which starts the
recording seems to be louder and more clear as the opposite party. It
seems to me, that the party which didn't start the recording was
transcoded to a different codec (guess g711). Remember: Both partys
are
using g722 which was confirmed by the phone's display.
regards
helmut
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
helmut.kuper at ewetel.de Guest
|
Posted: Wed Mar 04, 2009 10:46 am Post subject: [Freeswitch-users] Problems with record_stereo |
|
|
Hi Brian,
both files are on their way ... Quite big (18MB)
regards
Helmut
On 04.03.2009 16:13, Brian West wrote: |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Wed Mar 04, 2009 10:58 am Post subject: [Freeswitch-users] Problems with record_stereo |
|
|
Already received them.. Opened them in Audacity.. compared them...
listened to them a couple of times... and they sound fine to me.... So
answer the two questions I asked in the private email and we'll see
/b
On Mar 4, 2009, at 9:37 AM, Helmut Kuper wrote:
Quote: | Hi Brian,
both files are on their way ... Quite big (18MB)
regards
Helmut
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
helmut.kuper at ewetel.de Guest
|
|
Back to top |
|
|
|