Assume 4XX extensions and the SNOMs have a page extension that auto
answers in the 5XX range to match.

; Parking
exten => 6,1,NoOp()
exten => 
6,n,ParkAndAnnounce(call:ha/on:PARKED|105|SIP/5${BLINDTRANSFER:5:2}|default,74${BLINDTRANSFER:5:2},1)
exten => 6,hint,Local/6

; Parking Ring back
exten => _74XX,1,Set(CALLERID(name)=Parked Call)
exten => _74XX,n,ChanIsAvail(SIP/${EXTEN:1}|sj)
exten => _74XX,n,Dial(SIP/${EXTEN:1}|30)
exten => _74XX,n,Goto(default,${EXTEN},102)
exten => _74XX,102,Goto(operator,s,1)

; On parking failure
exten => 7,1,Goto(operator,s,1)

Does this help?


On 8/25/06, J. Oquendo <[EMAIL PROTECTED]> wrote:
Andrew Latham wrote:
> You can have it come back on another line appearance that is set with
> different ringtone.
Would you happen to have to have an example context of this? I'm puzzled
by what you mean

--
====================================================
J. Oquendo
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x1383A743
sil . infiltrated @ net http://www.infiltrated.net

The happiness of society is the end of government.
John Adams




--
---
Andrew Latham - AKA: LATHAMA (lay-th-ham-eh)
[EMAIL PROTECTED] - [EMAIL PROTECTED]
If any of the above are down we have bigger problems than my email!
Hind sight is most always 20/20 or better.
---
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

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

Reply via email to