VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
anthony.minessale at g... Guest
|
Posted: Sat Apr 25, 2009 6:25 pm Post subject: [Freeswitch-users] no RTP send during Voice Mail recording |
|
|
more efficient fix should be in tree
i just have to init the buffer one since it never changes.
On Sat, Apr 25, 2009 at 3:56 PM, kokoska rokoska <kokoska.rokoska@post.cz (kokoska.rokoska@post.cz)> wrote:
Quote: |
Thank you very much, Dave, for your help!
Mentioned modification did the trick and all works as I wish Thank you!
BTW: When I look into the pcap files for RTP stream, I see some strange
timing for outgoing RTP from FreeSWITCH. Every even packet is sent after
24 ms and every odd packet at 12 ms...
"ptime" is on both sides set to 20 ms, incomming stream has nearly no
jitter, server is on real HW (no virtualization) and almost idle (the
most consuming process is "htop"
Is it normal or should I investigate what is wrong?
Best regards,
kokoska.rokoska
David Knell napsal(a):
Quote: | Add something like
memset(write_buf, 0, SWITCH_RECOMMENDED_BUFFER_SIZE);
after
char write_buf[SWITCH_RECOMMENDED_BUFFER_SIZE];
in switch_ivr_play_say.c (line 395)
--Dave
Quote: | Thank you very much, dujinfang, for your help!
When I use
<action application="set" data="record_waste_resources=true"/>
the FreeSWITCH really sends back RTP stream during recording, but
instead of (faked) silence it is full of completely regular load noise
I have tested it with different devices (Linskys, Snom, FritzBOX,
Nokia...) with the same result (even pcap files looks similar).
Dialplan snipped looks like:
<action application='answer'/>
<action application='playback' data='silence_stream://1000'/>
<action application='set' data='record_waste_resources=true'/>
<action application='voicemail' data='context $${domain} number'/>
<action application='hangup'/>
Do you (or anybody else know what I'm doing wrong?
Thanks once more, dujinfang, for your help!
Best regards,
kokoska.rokoska
dujinfang napsal(a):
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
|
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
dujinfang at gmail.com Guest
|
Posted: Sun Apr 26, 2009 7:38 am Post subject: [Freeswitch-users] no RTP send during Voice Mail recording |
|
|
Almost perfect. But I think generate CN fake audio is better than absolute silence. Like bridge_generate_comfort_noise does.
On Apr 26, 2009, at 7:15 AM, Anthony Minessale wrote: Quote: | more efficient fix should be in tree
i just have to init the buffer one since it never changes.
On Sat, Apr 25, 2009 at 3:56 PM, kokoska rokoska <kokoska.rokoska@post.cz (kokoska.rokoska@post.cz)> wrote:
Quote: |
Thank you very much, Dave, for your help!
Mentioned modification did the trick and all works as I wish Thank you!
BTW: When I look into the pcap files for RTP stream, I see some strange
timing for outgoing RTP from FreeSWITCH. Every even packet is sent after
24 ms and every odd packet at 12 ms...
"ptime" is on both sides set to 20 ms, incomming stream has nearly no
jitter, server is on real HW (no virtualization) and almost idle (the
most consuming process is "htop"
Is it normal or should I investigate what is wrong?
Best regards,
kokoska.rokoska
David Knell napsal(a):
Quote: | Add something like
memset(write_buf, 0, SWITCH_RECOMMENDED_BUFFER_SIZE);
after
char write_buf[SWITCH_RECOMMENDED_BUFFER_SIZE];
in switch_ivr_play_say.c (line 395)
--Dave
Quote: | Thank you very much, dujinfang, for your help!
When I use
<action application="set" data="record_waste_resources=true"/>
the FreeSWITCH really sends back RTP stream during recording, but
instead of (faked) silence it is full of completely regular load noise
I have tested it with different devices (Linskys, Snom, FritzBOX,
Nokia...) with the same result (even pcap files looks similar).
Dialplan snipped looks like:
<action application='answer'/>
<action application='playback' data='silence_stream://1000'/>
<action application='set' data='record_waste_resources=true'/>
<action application='voicemail' data='context $${domain} number'/>
<action application='hangup'/>
Do you (or anybody else know what I'm doing wrong?
Thanks once more, dujinfang, for your help!
Best regards,
kokoska.rokoska
dujinfang napsal(a):
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
|
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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 |
|
|
anthony.minessale at g... Guest
|
Posted: Sun Apr 26, 2009 9:49 am Post subject: [Freeswitch-users] no RTP send during Voice Mail recording |
|
|
ok done
set the var to
true / false / <desired silence factor>
On Sun, Apr 26, 2009 at 7:09 AM, dujinfang <dujinfang@gmail.com (dujinfang@gmail.com)> wrote:
Quote: | Almost perfect. But I think generate CN fake audio is better than absolute silence. Like bridge_generate_comfort_noise does.
On Apr 26, 2009, at 7:15 AM, Anthony Minessale wrote:
Quote: | more efficient fix should be in tree
i just have to init the buffer one since it never changes.
On Sat, Apr 25, 2009 at 3:56 PM, kokoska rokoska <kokoska.rokoska@post.cz (kokoska.rokoska@post.cz)> wrote:
Quote: |
Thank you very much, Dave, for your help!
Mentioned modification did the trick and all works as I wish Thank you!
BTW: When I look into the pcap files for RTP stream, I see some strange
timing for outgoing RTP from FreeSWITCH. Every even packet is sent after
24 ms and every odd packet at 12 ms...
"ptime" is on both sides set to 20 ms, incomming stream has nearly no
jitter, server is on real HW (no virtualization) and almost idle (the
most consuming process is "htop"
Is it normal or should I investigate what is wrong?
Best regards,
kokoska.rokoska
David Knell napsal(a):
Quote: | Add something like
memset(write_buf, 0, SWITCH_RECOMMENDED_BUFFER_SIZE);
after
char write_buf[SWITCH_RECOMMENDED_BUFFER_SIZE];
in switch_ivr_play_say.c (line 395)
--Dave
Quote: | Thank you very much, dujinfang, for your help!
When I use
<action application="set" data="record_waste_resources=true"/>
the FreeSWITCH really sends back RTP stream during recording, but
instead of (faked) silence it is full of completely regular load noise
I have tested it with different devices (Linskys, Snom, FritzBOX,
Nokia...) with the same result (even pcap files looks similar).
Dialplan snipped looks like:
<action application='answer'/>
<action application='playback' data='silence_stream://1000'/>
<action application='set' data='record_waste_resources=true'/>
<action application='voicemail' data='context $${domain} number'/>
<action application='hangup'/>
Do you (or anybody else know what I'm doing wrong?
Thanks once more, dujinfang, for your help!
Best regards,
kokoska.rokoska
dujinfang napsal(a):
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
|
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
|
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
dujinfang at gmail.com Guest
|
Posted: Sun Apr 26, 2009 10:38 am Post subject: [Freeswitch-users] no RTP send during Voice Mail recording |
|
|
Again so quick. Thanks. Changed document: http://wiki.freeswitch.org/wiki/Channel_Variables#record_waste_resources
On Apr 26, 2009, at 10:40 PM, Anthony Minessale wrote: Quote: | ok done
set the var to
true / false / <desired silence factor>
On Sun, Apr 26, 2009 at 7:09 AM, dujinfang <dujinfang@gmail.com (dujinfang@gmail.com)> wrote:
Quote: | Almost perfect. But I think generate CN fake audio is better than absolute silence. Like bridge_generate_comfort_noise does.
On Apr 26, 2009, at 7:15 AM, Anthony Minessale wrote:
Quote: | more efficient fix should be in tree
i just have to init the buffer one since it never changes.
On Sat, Apr 25, 2009 at 3:56 PM, kokoska rokoska <kokoska.rokoska@post.cz (kokoska.rokoska@post.cz)> wrote:
Quote: |
Thank you very much, Dave, for your help!
Mentioned modification did the trick and all works as I wish Thank you!
BTW: When I look into the pcap files for RTP stream, I see some strange
timing for outgoing RTP from FreeSWITCH. Every even packet is sent after
24 ms and every odd packet at 12 ms...
"ptime" is on both sides set to 20 ms, incomming stream has nearly no
jitter, server is on real HW (no virtualization) and almost idle (the
most consuming process is "htop"
Is it normal or should I investigate what is wrong?
Best regards,
kokoska.rokoska
David Knell napsal(a):
Quote: | Add something like
memset(write_buf, 0, SWITCH_RECOMMENDED_BUFFER_SIZE);
after
char write_buf[SWITCH_RECOMMENDED_BUFFER_SIZE];
in switch_ivr_play_say.c (line 395)
--Dave
Quote: | Thank you very much, dujinfang, for your help!
When I use
<action application="set" data="record_waste_resources=true"/>
the FreeSWITCH really sends back RTP stream during recording, but
instead of (faked) silence it is full of completely regular load noise
I have tested it with different devices (Linskys, Snom, FritzBOX,
Nokia...) with the same result (even pcap files looks similar).
Dialplan snipped looks like:
<action application='answer'/>
<action application='playback' data='silence_stream://1000'/>
<action application='set' data='record_waste_resources=true'/>
<action application='voicemail' data='context $${domain} number'/>
<action application='hangup'/>
Do you (or anybody else know what I'm doing wrong?
Thanks once more, dujinfang, for your help!
Best regards,
kokoska.rokoska
dujinfang napsal(a):
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
|
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
|
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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 |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|