Displaying 2 results from an estimated 2 matches for "pre_dial_handl".
Did you mean:
pre_dial_handler
2017 Dec 27
3
Answered time on channel
...; n,Dial(SIP/${EXTEN}@1.1.1.1,,U(answer_handler)b(pre_dial_
> handler^s^1)g
> same => n, *** dialplan for the caller when the callee hangs up first,
> not run when caller hangs up first. use it to try dialing another
> destination, play intercept to caller, etc. ***
>
>
> [pre_dial_handler] ; this is called on the outgoing (callee) channel
> exten => s,1,Noop
> same => n,Set(MASTER_CHANNEL(callid_egress)=${SIPCALLID})
> same => n,Set(MASTER_CHANNEL(dial_timestamp)=${STRFTIME(,,%s.%3q)})
> same => n,Return
>
>
> [answer_handler] ; run on outgoing...
2017 Dec 26
4
Answered time on channel
Hi,
I have a dial plan where I need to notify an external system when a call
was answered and when the call hung up. In both requests the start time
needs to be the same. My Dialplan looks something like this:
[outbound]
Exten => _X.,1,Dial(SIP/${EXTEN}@1.1.1.1,,U(call-answer-from-carrier))
Exten => h,1,NoOp(ANSWERED_TIME: ${ANSWEREDTIME} >>> DIAL_TIME:
${DIALEDTIME}