if i try call, I can see caller hung up before dial
what is the problem?
this is my dial plan
[out1]
exten=>.,1,Set(CALLERID(num)=${cid})
exten=>.,n,Gosub(monitor,${EXTEN},1)
same=>n,Dial(SIP/${EXTEN}@${trunk})
same=>n,Playback(account-balance-is.alaw)
If you are using PJSIP, you should keep doing that and not switch to chan_sip.
In the Dial application though, you have to specify PJSIP as the technology instead of SIP.