VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
pippyduck1127 at hotma... Guest
|
Posted: Thu Oct 22, 2009 11:39 am Post subject: [Freeswitch-users] Address Rupa: Database for Audio Data |
|
|
Hi Rupa,
Thanks again for your advice.
I have been searching for the method to record in the freeswitch documentation but I'm still not sure which command and method to make the record for every call automatically.
Which command or method do you use?
And to make the recording start and stop automatically every time when the calls is started and end, where should I insert this command?
Did you use the Mod commands 'uuid_record'?
If so, where to place this commands?
Please show me some clues?
Thank you very much!
PB
Quote: | Date: Tue, 13 Oct 2009 09:57:05 -0600
From: rupa@rupa.comajongjit Buntaokit
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Database for Audio Data
What I do is record all calls and store the call with the UUID as the
filename. Then when the call is hung up a CDR entry is sent to my web
server. This CDR contains callerid and other info I might want to
query by. The service on the web server inserts appropriate record(s)
into the database. The recordings are available to the webserver.
When one clicks on the "listen" link, the web server serves up the
recording by UUID in the recording directory. I have a process that
periodically removes old recordings from that dir. I don't purge the
CDRs, though that is certainly possible.
On Tue, Oct 13, 2009 at 7:58 AM, Pajongjit Buntaokit
<pippyduck1127@hotmail.com> wrote:
Quote: | Hi,
Does anyone know whether FreeSWITCH has a function to automatically record
every call as an audio file in a server
or forward them to be stored in a database with additional parameters such
as caller ID, date, starting time and ending time?
So that these recorded audio data can be queried and retrieved with the
caller ID, date and time.
Any suggestion or guidance, please advise.
Thank you very much!
________________________________
Hotmail: Trusted email with Microsoft’s powerful SPAM protection. Sign up
now.
_______________________________________________
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
|
--
-Rupa
_______________________________________________
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
| Windows 7: It works the way you want. Learn more. |
|
Back to top |
|
|
rupa at rupa.com Guest
|
Posted: Thu Oct 22, 2009 2:40 pm Post subject: [Freeswitch-users] Address Rupa: Database for Audio Data |
|
|
I use the dialplan app session_record:
http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_record_session
I call that in the appropriate parts before bridging to call. For
incoming it is just before the bridge to user/username. For outgoing
it is before I bridge to the outgoing provider.
On Thu, Oct 22, 2009 at 11:30 AM, Pajongjit Buntaokit
<pippyduck1127@hotmail.com> wrote:
Quote: | Hi Rupa,
Thanks again for your advice.
I have been searching for the method to record in the freeswitch
documentation but I'm still not sure which command and method to make the
record for every call automatically.
Which command or method do you use?
And to make the recording start and stop automatically every time when the
calls is started and end, where should I insert this command?
Did you use the Mod commands 'uuid_record'?
If so, where to place this commands?
Please show me some clues?
Thank you very much!
PB
Quote: | Date: Tue, 13 Oct 2009 09:57:05 -0600
From: rupa@rupa.comajongjit Buntaokit
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Database for Audio Data
What I do is record all calls and store the call with the UUID as the
filename. Then when the call is hung up a CDR entry is sent to my web
server. This CDR contains callerid and other info I might want to
query by. The service on the web server inserts appropriate record(s)
into the database. The recordings are available to the webserver.
When one clicks on the "listen" link, the web server serves up the
recording by UUID in the recording directory. I have a process that
periodically removes old recordings from that dir. I don't purge the
CDRs, though that is certainly possible.
On Tue, Oct 13, 2009 at 7:58 AM, Pajongjit Buntaokit
<pippyduck1127@hotmail.com> wrote:
Quote: | Hi,
Does anyone know whether FreeSWITCH has a function to automatically
record
every call as an audio file in a server
or forward them to be stored in a database with additional parameters
such
as caller ID, date, starting time and ending time?
So that these recorded audio data can be queried and retrieved with the
caller ID, date and time.
Any suggestion or guidance, please advise.
Thank you very much!
________________________________
Hotmail: Trusted email with Microsoft’s powerful SPAM protection. Sign
up
now.
_______________________________________________
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
|
--
-Rupa
_______________________________________________
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
|
________________________________
Windows 7: It works the way you want. Learn more.
_______________________________________________
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
|
--
-Rupa
_______________________________________________
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 |
|
|
pippyduck1127 at hotma... Guest
|
Posted: Sun Oct 25, 2009 1:28 pm Post subject: [Freeswitch-users] Address Rupa: Database for Audio Data |
|
|
Hi Rupa,
Thank you very much. It works now.
----
PB
Quote: | Date: Thu, 22 Oct 2009 14:31:58 -0500
From: rupa@rupa.com
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Address Rupa: Database for Audio Data
I use the dialplan app session_record:
http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_record_session
I call that in the appropriate parts before bridging to call. For
incoming it is just before the bridge to user/username. For outgoing
it is before I bridge to the outgoing provider.
On Thu, Oct 22, 2009 at 11:30 AM, Pajongjit Buntaokit
<pippyduck1127@hotmail.com> wrote:
Quote: | Hi Rupa,
Thanks again for your advice.
I have been searching for the method to record in the freeswitch
documentation but I'm still not sure which command and method to make the
record for every call automatically.
Which command or method do you use?
And to make the recording start and stop automatically every time when the
calls is started and end, where should I insert this command?
Did you use the Mod commands 'uuid_record'?
If so, where to place this commands?
Please show me some clues?
Thank you very much!
PB
Quote: | Date: Tue, 13 Oct 2009 09:57:05 -0600
From: rupa@rupa.comajongjit Buntaokit
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Database for Audio Data
What I do is record all calls and store the call with the UUID as the
filename. Then when the call is hung up a CDR entry is sent to my web
server. This CDR contains callerid and other info I might want to
query by. The service on the web server inserts appropriate record(s)
into the database. The recordings are available to the webserver.
When one clicks on the "listen" link, the web server serves up the
recording by UUID in the recording directory. I have a process that
periodically removes old recordings from that dir. I don't purge the
CDRs, though that is certainly possible.
On Tue, Oct 13, 2009 at 7:58 AM, Pajongjit Buntaokit
<pippyduck1127@hotmail.com> wrote:
Quote: | Hi,
Does anyone know whether FreeSWITCH has a function to automatically
record
every call as an audio file in a server
or forward them to be stored in a database with additional parameters
such
as caller ID, date, starting time and ending time?
So that these recorded audio data can be queried and retrieved with the
caller ID, date and time.
Any suggestion or guidance, please advise.
Thank you very much!
________________________________
Hotmail: Trusted email with Microsoft’s powerful SPAM protection. Sign
up
now.
_______________________________________________
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
|
--
-Rupa
_______________________________________________
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
|
________________________________
Windows 7: It works the way you want. Learn more.
_______________________________________________
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
|
--
-Rupa
_______________________________________________
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
| Windows 7: Simplify your PC. Learn more. |
|
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
|