[asterisk-users] Need advice on how to implement this ...

2012-11-19 Thread Chris Gentle
I need some advice on how to implement something in my dialplan. Here's the scenario. A call comes in on my [incoming] context and I answer it. The call turns out to be for my wife and she needs to answer it on a different handset somewhere else in the house. I've tried call parking but the

Re: [asterisk-users] Need advice on how to implement this ...

2012-11-19 Thread Pat Collins Tablet
Have you looked into SLA?  I have had good results with it.  Will let asterisk act like a key system. Sent from Samsung tablet Chris Gentle gent...@gmail.com wrote: I need some advice on how to implement something in my dialplan. Here's the scenario.  A call comes in on my [incoming] context

Re: [asterisk-users] Need advice on how to implement this ...

2012-11-19 Thread Richard Mudgett
I need some advice on how to implement something in my dialplan. Here's the scenario. A call comes in on my [incoming] context and I answer it. The call turns out to be for my wife and she needs to answer it on a different handset somewhere else in the house. I've tried call parking but

Re: [asterisk-users] Need advice on how to implement this ...

2012-11-19 Thread Jared Baxley
You can park the call, set the timeout low, and have it return to a ring group. On Nov 19, 2012 6:15 PM, Chris Gentle gent...@gmail.com wrote: I need some advice on how to implement something in my dialplan. Here's the scenario. A call comes in on my [incoming] context and I answer it. The

Re: [asterisk-users] Need advice on how to implement this ...

2012-11-19 Thread Chris Gentle
On Mon, Nov 19, 2012 at 6:23 PM, Jared Baxley jared.bax...@gmail.comwrote: You can park the call, set the timeout low, and have it return to a ring group. Thanks to everyone for the suggestions. I decided to try this approach first and I think I have it working. However, I found a slight