friends,
the build in option for redial code seems to work only to last "local" call and not an outbound call
i have made a call first to extension 3001 and then made another call to external number.
once done and calling *870 call are made to extension 3001 and not to last external number.
the build in option for redial code seems to work only to last "local" call and not an outbound call
i have made a call first to extension 3001 and then made another call to external number.
once done and calling *870 call are made to extension 3001 and not to last external number.
Dialplan Detail Tag | Dialplan Detail Type | Dialplan Detail Data | Dialplan Detail Break | Dialplan Detail Inline | Dialplan Detail Group | Dialplan Detail Order |
---|---|---|---|---|---|---|
condition | destination_number | ^(redial|*870)$ | on-true | 0 | 5 | |
action | transfer | ${hash(select/${domain_name}-last_dial/${caller_id_number})} | 0 | 10 | ||
condition | never | 1 | 20 | |||
action | hash | insert/${domain_name}-last_dial/${caller_id_number}/${destination_number} | 1 | 25 |