Chris Gentle
2012-Nov-20 00:12 UTC
[asterisk-users] Need advice on how to implement this ...
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 wife acceptance factor is kind of low because we don't do it often enough for her to remember how to park and unpark. What I'd really like to do is define an easy DTMF sequence in features.conf (like 00) that would send the call back into my [incoming] context again, just like it was a new incoming call. Then it could be picked up anywhere in the house. What's the best way to go about this? I tried doing an AGI script that sets context/extension/priority to where I'd like for it to go but it doesn't seem to work. Am I on the right track or is there a better way to do this? -- Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121119/fe0f7c50/attachment.htm>
Pat Collins Tablet
2012-Nov-20 00:19 UTC
[asterisk-users] Need advice on how to implement this ...
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 <gentlec at 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 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 wife acceptance factor is kind of low because we don't do it often enough for her to remember how to park and unpark. What I'd really like to do is define an easy DTMF sequence in features.conf (like 00) that would send the call back into my [incoming] context again, just like it was a new incoming call.? Then it could be picked up anywhere in the house. What's the best way to go about this?? I tried doing an AGI script that sets context/extension/priority to where I'd like for it to go but it doesn't seem to work. Am I on the right track or is there a better way to do this? -- Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121119/377477fd/attachment.htm>
Richard Mudgett
2012-Nov-20 00:22 UTC
[asterisk-users] Need advice on how to implement this ...
> 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 wife acceptance factor is kind of low > because we don't do it often enough for her to remember how to park > and unpark. > > What I'd really like to do is define an easy DTMF sequence in > features.conf (like 00) that would send the call back into my > [incoming] context again, > just like it was a new incoming call. Then it could be picked up > anywhere in the house. > > What's the best way to go about this? I tried doing an AGI script > that sets context/extension/priority to where I'd like for it to go > but it doesn't seem to work. > > Am I on the right track or is there a better way to do this?You could use DTMF blind transfer to transfer the call back into the dialplan. Richard
Jared Baxley
2012-Nov-20 00:23 UTC
[asterisk-users] Need advice on how to implement this ...
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" <gentlec at 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 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 wife acceptance factor is kind of low > because we don't do it often enough for her to remember how to park and > unpark. > > What I'd really like to do is define an easy DTMF sequence in > features.conf (like 00) that would send the call back into my [incoming] > context again, > just like it was a new incoming call. Then it could be picked up anywhere > in the house. > > What's the best way to go about this? I tried doing an AGI script that > sets context/extension/priority to where I'd like for it to go but it > doesn't seem to work. > > Am I on the right track or is there a better way to do this? > > -- > Chris > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121119/205871b4/attachment.htm>