Hello Everyone,
I have question regarding my dial plan. Im using this as what our provider send us this dial plan should be use
exten => _01165.,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _01165.,2,Set(CALLERID(number)=+65XXXXXXXX)
exten => _01165.,3,Dial(${TRUNK}/${EXTEN},50,o)
exten => _01165.,4,Hangup
Because we have issue in our CID calling to SG this should be added in our Dial Plan. Then when we are using this dial plan there are many problems occurred
like "Live Call" appears when ringing or sometimes no Ring at all then client answered. Do plus (+) sign has any conflict with the asterisk script?