sig_analog: Add Last Number Redial feature.#438
Conversation
|
cherry-pick-to: 20 |
|
Why do this here in code instead of dialplan? |
If immediate=no, you can't easily capture the number dialed in the dialplan. It'll start executing it immediately so you'd have to have this logic at every extension, which is a complete mess. |
|
So yes it is possible. |
No, not really, unless you have immediate=yes, which is the scenario to which I was referring. Otherwise this is too low level to be doable in the dialplan. |
|
I disagree, I believe it is reasonably possible for the usage of most users and wouldn't surprise me if others have done so. That's my opinion though and I won't stop this, others are free to join in and review this if they wish. I may eventually get around to it. |
This adds the Last Number Redial feature to simple switch. UserNote: Users can now redial the last number called if the lastnumredial setting is set to yes. Resolves: asterisk#437
f5bad17 to
f7de5f5
Compare
|
Successfully merged to branch master and cherry-picked to ["20","21","22"] |
This adds the Last Number Redial feature to
simple switch.
UserNote: Users can now redial the last number
called if the lastnumredial setting is set to yes.
Resolves: #437