This seems to be an AGI/Music on Hold solution to me.  For parking to work,
you would have to know which lot you parked the call in and pick it back up
when done, assuming that another user did not pick it up and that the caller
did not hang up.

>From the dialplan, you would call an AGI.  The AGI would do something like
this:
print STDOUT "EXEC background /var/lib/asterisk/sounds/wait-moment \n"
system("program2.agi &")
exit;

program 2 would run while the sound played.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric
"ManxPower" Wieling
Sent: Tuesday, December 02, 2008 3:20 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Parking calls

It is not a parking solution.

Sebastian wrote:
> Any idea? Please I need advice.
> 
> Thanks!
> 
>  
> 
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Sebastian
> Sent: lunes, 01 de diciembre de 2008 11:58 p.m.
> To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
> Subject: [asterisk-users] Parking calls
> 
>  
> 
>  
> 
> Hi,
> 
>  
> 
> How can I park a call from dialplan and get going??
> 
>  
> 
> Example:
> 
>  
> 
>  
> 
> 1.       Answer
> 
> 2.       While follow = false
> 
> 3.       ParkCall
> 
> 4.       Checksomthing à follow = true
> 
> 5.       Endwhile
> 
> 6.       UnParkCall
> 
> 7.       Go on…..
> 
>  
> 
> The idea is let the call waiting while I do some things on the dialplan,
is
> it possible?? Maybe is not parking the solution??


-- 
Consulting and design services for LAN, WAN, voice and data.  Based near 
Birmingham, AL.  Now accepting clients worldwide. Contact me for Tellabs 
echo canceling systems.  Also see http://www.fnords.org/skillslist.html


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to