08.08.2023, 08:01
Try this (not tested):
Code:
function AT:call(number)
self:send('ATD' .. number)
os.sleep(8)
self:send('ATH')
end