Re: [Freeswitch-users] Re corded file as voicemail.

2009-10-12 Thread Seven Du
http://jira.freeswitch.org/browse/MODCODEC-15 Is it ok I assigned to you ? Thanks. 2009/10/12 Brian West br...@freeswitch.org It was possible but we have a regression in the code that isn't letting that happen right now... hence the reason i said Open a jira so we could fix it. IS THAT

Re: [Freeswitch-users] Re corded file as voicemail.

2009-10-12 Thread Brian West
Perfect! Thanks. /b On Oct 12, 2009, at 1:15 AM, Seven Du wrote: http://jira.freeswitch.org/browse/MODCODEC-15 Is it ok I assigned to you ? Thanks. ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org

Re: [Freeswitch-users] Re corded file as voicemail.

2009-10-12 Thread Brian West
Fixed... svn up. /b On Oct 12, 2009, at 1:15 AM, Seven Du wrote: http://jira.freeswitch.org/browse/MODCODEC-15 Is it ok I assigned to you ? Thanks. ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org

Re: [Freeswitch-users] Re corded file as voicemail.

2009-10-12 Thread Seven Du
I won't try until I need that, but I believe it works. Thanks Brian. 2009/10/13 Brian West br...@freeswitch.org Fixed... svn up. /b On Oct 12, 2009, at 1:15 AM, Seven Du wrote: http://jira.freeswitch.org/browse/MODCODEC-15 Is it ok I assigned to you ? Thanks.

Re: [Freeswitch-users] Re corded file as voicemail.

2009-10-12 Thread Seven Du
It was a problem and has been fixed in the last trunk. Just update to the latest code should be ok. btw, the developers using jira to track bugs, so feel free to report one (as you see http://jira.freeswitch.org/browse/FSCORE-463) if you think it's a bug next time. 2009/10/12 Nagalenoj

Re: [Freeswitch-users] Re corded file as voicemail.

2009-10-11 Thread Brian West
FreeSWITCH can play back stereo files it'll just mux them down to mono before playing... can you elaborate on the error you're getting? /b On Oct 10, 2009, at 12:40 AM, Seven Du wrote: Yes, it's discussed before. http://wiki.freeswitch.org/wiki/Channel_Variables#RECORD_STEREO set that var

Re: [Freeswitch-users] Re corded file as voicemail.

2009-10-11 Thread Seven Du
got 2009-10-12 01:41:30.349961 [WARNING] switch_core_file.c:133 File has 2 channels, muxing to mono will occur. 2009-10-12 01:41:30.349961 [ERR] switch_core_codec.c:431 Stereo is currently unsupported. please downsample audio source to mono. freeswi...@internal freeswi...@internal version

Re: [Freeswitch-users] Re corded file as voicemail.

2009-10-11 Thread Jason White
Seven Du dujinf...@gmail.com wrote: originate {ignore_early_media=true,RECORD_STEREO=true}sofia/gateway/xx/xx bridge(sofia/gateway/yy/yy) Shouldn't that be record_stereo=false for mono recording? ___ FreeSWITCH-users mailing list

Re: [Freeswitch-users] Re corded file as voicemail.

2009-10-11 Thread Seven Du
I set to true because brian said it can play stereo files but no lucky for me. 2009/10/12 Jason White ja...@jasonjgw.net Seven Du dujinf...@gmail.com wrote: originate {ignore_early_media=true,RECORD_STEREO=true}sofia/gateway/xx/xx bridge(sofia/gateway/yy/yy) Shouldn't that be

Re: [Freeswitch-users] Re corded file as voicemail.

2009-10-11 Thread Brian West
Where are you playing the files? /b On Oct 11, 2009, at 9:27 PM, Seven Du wrote: I set to true because brian said it can play stereo files but no lucky for me. ___ FreeSWITCH-users mailing list FreeSWITCH-users@lists.freeswitch.org

Re: [Freeswitch-users] Re corded file as voicemail.

2009-10-11 Thread Brian West
not sure I said this but open a jira... its a bug thats recent... usually it will mux them to mono and the codec engine is trying to open L16 with two channels so something has changed to cause this regression. Expect a fix sometime tomorrow. /b On Oct 11, 2009, at 9:27 PM, Seven Du

Re: [Freeswitch-users] Re corded file as voicemail.

2009-10-11 Thread Nagalenoj
Is it possible to play a stereo file ?!!! whats the conclusion.?! Brian West-3 wrote: Please open a jira please this did work but a recent change in switch_core_codec caused this to appear I usually test this regularly but haven't run thru a full run of tests lately. /b On Oct 11,

Re: [Freeswitch-users] Re corded file as voicemail.

2009-10-11 Thread Brian West
It was possible but we have a regression in the code that isn't letting that happen right now... hence the reason i said Open a jira so we could fix it. IS THAT not clear? /b On Oct 11, 2009, at 10:46 PM, Nagalenoj wrote: Whats the conclusion.?!

Re: [Freeswitch-users] Re corded file as voicemail.

2009-10-09 Thread Nagalenoj
No, When I do voicemail_inject it is reporting the following error. 'Stereo is currently not supported, please downsample to mono.' Any other way to do this.?? Michael Jerris wrote: http://wiki.freeswitch.org/wiki/Mod_voicemail#voicemail_inject On Oct 5, 2009, at 9:46 AM, Nagalenoj

Re: [Freeswitch-users] Re corded file as voicemail.

2009-10-09 Thread Jason White
Nagalenoj nagale...@gmail.com wrote: No, When I do voicemail_inject and check through voicemail, it is not playing the file instead reporting the following error. 'Stereo is currently not supported, please downsample to mono.' This has been discussed on the list before. I think the

Re: [Freeswitch-users] Re corded file as voicemail.

2009-10-09 Thread Seven Du
Yes, it's discussed before. http://wiki.freeswitch.org/wiki/Channel_Variables#RECORD_STEREO set that var to false before you record. 2009/10/10 Jason White ja...@jasonjgw.net Nagalenoj nagale...@gmail.com wrote: No, When I do voicemail_inject and check through voicemail, it is not

[Freeswitch-users] Re corded file as voicemail.

2009-10-05 Thread Nagalenoj
Is it possible to treat a recorded voice as voice mail? Assume that, I've recorded a conversation and I want this recorded file to be treated like voicemail. So, I could check it like voicemail!! -- View this message in context:

Re: [Freeswitch-users] Re corded file as voicemail.

2009-10-05 Thread Michael Jerris
http://wiki.freeswitch.org/wiki/Mod_voicemail#voicemail_inject On Oct 5, 2009, at 9:46 AM, Nagalenoj wrote: Is it possible to treat a recorded voice as voice mail? Assume that, I've recorded a conversation and I want this recorded file to be treated like voicemail. So, I could check it