Dear Team,
Please help me to make outgoing call from DID number and always geting call from pilot number, find the below details.
Call files
channel: DAHDI/i1/xxxxxxxxxx
Context: testcall
Extension: 888
Extension.conf
[testcall]
exten => 888,1,Answer
exten => 888,n,Set(CALLSTART_T={STRFTIME({EPOCH},%S)})
exten => 888,n,Wait(2)
exten => 888,n,Playback(hello-world)
exten => 888,n,Set(CALLSTAR={STRFTIME({EPOCH},%S)})
exten => 888,n,Hangup()