Brian,
Thank you for suggesting I try PARK. I tried PARK but unfortunately it sends out a 183 with SDP which stops the originator hearing ringing (ring back). If you know of a way to park without sending a 183 that would solve my problem. Regards Richard Lamkin [email protected] From: Brian West [mailto:[email protected]] Sent: 23 June 2009 17:37 To: [email protected] Subject: Re: [Freeswitch-users] Problem with handling unanswered calls for amanaged redirect On Jun 23, 2009, at 11:31 AM, Richard Lamkin wrote: Can anyone suggest a good way to do the following; 1 - I want to be alerted [via the event API] to a new incoming call. See below.. ie park. You should get an event via event socket you can decide what to do. 2 - I do not want that incoming call to be answered but just stay ringing. Can't really do it that way.. you can answer it but then you're responsible for generating ringback. And billing starts when you answer it. 3 - Then via the API I want to send a redirect command to push the call off to a new destination of my choice, I do not want to use the answer/deflect sequence. Try using park ... this way you put the call in limbo and you can send the call commands at your leisure. http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_park So far I've managed 1 - I see on the incoming call on the event API 2 - I used sleep 180000 (3 mins) see rule below. 3 - failed - because the rule is executing a sleep command and I cannot break in with my redirect. Brian West [email protected] -- Meet us at ClueCon! http://www.cluecon.com <http://www.cluecon.com/> ************************************************************************* Please consider the environment before printing this e-mail ************************************************************************* This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. http://www.mettoni.com Mettoni Ltd Registered in England and Wales: 4485956 9400 Garsington Road, Oxford Business Park, Oxford, OX4 2HN *************************************************************************
_______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
