[asterisk-users] Parked calls drop asterisk-1.4.22.1

Doug Lytle support at drdos.info
Wed Oct 20 04:59:50 CDT 2010


das sandesh wrote:
>
> Can any one share any ideas or opinions?

Sandesh,

You'll need to create a context called park-dial and then put logic into 
it on how to handle a call.  I have the following in my dial plan:

;*******************************************
;* If the call that was parked, fails to be answered within the 120 seconds
;* rings back to the parking extension and that extension is busy.  It will
;* continue to ring until it is answered.  If for whatever reason, the
;* call is rejected, it will fail on a no timeout entry in the dial plan
;* This context has been created to send the caller back into the incoming
;* context to keep from dropping the call.
;*******************************************

[park-dial]

exten => t,1,Goto(office-hours,s,6)

Doug

-- 
Ben Franklin quote:

"Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety."




More information about the asterisk-users mailing list