Re: [Freeswitch-users] Put a call in music on hold

2009-09-30 Thread Brian West
This API is not for that. It actually sends the hold notification to the endpoint. It's not for starting or stopping HOLD music. You could use it as such if you had TWO freeswitch boxes... CALL - FS - FS (uuid_hold would send a hold indication to the first FS box causing it to play

Re: [Freeswitch-users] Put a call in music on hold

2009-09-30 Thread Thangappan.M
Then what is the right way to put a call on hold and play the music. Can you please explain? On Wed, Sep 30, 2009 at 10:57 AM, Thangappan.M thangappan...@gmail.comwrote: Dear all, I am in the process of implementing IVR server in Perl using event outbound socket. I want to put a

Re: [Freeswitch-users] Put a call in music on hold

2009-09-30 Thread Brian West
Park it.. then send it a command to play music. /b On Sep 30, 2009, at 7:47 AM, Thangappan.M wrote: Then what is the right way to put a call on hold and play the music. Can you please explain? ___ FreeSWITCH-users mailing list

[Freeswitch-users] Put a call in music on hold

2009-09-29 Thread Thangappan.M
Dear all, I am in the process of implementing IVR server in Perl using event outbound socket. I want to put a call in music on hold when the perl is doing something. I have tried the following steps. * First using Set application set the hold_music variable