[Sorry it's the third time I send this message as I couldn't see it in the list. I hope it will not come three times]. Hi everybody. It is possible to announce the parking position through a paging to a group of extensions? I would like that when someone parks a call, some phones will announce with the speaker the position. Something like: exten => s,1,ParkAndAnnounce(call-parked-at:PARKED|30|PAGE(LOCAL/PAGEyyyy@custom-auto page&LOCAL/PAGEzzzz@custom-autopage|) Is there a way, maybe with a different approach? Thanks, Pol Po -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061215/3a2f58c5/attachment.htm
On Friday 15 December 2006 4:18 am, Apesys wrote:> exten => > s,1,ParkAndAnnounce(call-parked-at:PARKED|30|PAGE(LOCAL/PAGEyyyy@custom-aut >o page&LOCAL/PAGEzzzz@custom-autopage|)why not Local/####@group_page, and then have something like this: [group_page] exten => wwww,1,Dial(SIP/555) exten => yyyy,1,Dial(SIP/123&SIP/456&SIP/789) exten => zzzz,1,Dial(SIP/123&SIP/789) ... is that closer to what you're looking for? -A.