Search
Fastagi
v0.1.0
Pages
Modules
Fastagi
Summary
Callbacks
handle_connection/1
Fastagi.Response
Summary
Types
t/0
Functions
parse/1
Fastagi.Server
Summary
Functions
child_spec/1
handle_accept/2
port/0
start_link/2
stop/0
Fastagi.Session
Summary
Types
response/0
t/0
Functions
%Fastagi.Session{}
answer/1
asyncagi_break/1
autohangup/2
channel_status/2
close/1
control_stream_file/8
database_del/3
database_deltree/3
database_get/3
database_put/4
env/2
exec/3
get_data/4
get_full_variable/3
get_option/4
get_variable/2
gosub/5
hangup/1
hangup/2
init/1
receive_char/2
receive_text/2
record_file/8
say_alpha/3
say_date/3
say_datetime/5
say_digits/3
say_number/4
say_phonetic/3
say_time/3
send_image/2
send_text/2
set_callerid/2
set_context/2
set_extension/2
set_music/3
set_priority/2
set_variable/3
stream_file/4
tdd_mode/2
verbose/3
wait_for_digit/2
Settings
View Source
Fastagi
behaviour
(Fastagi v0.1.0)
Link to this section
Summary
Callbacks
handle_connection(socket)
Link to this section
Callbacks
Link to this callback
handle_connection(socket)
View Source
@callback
handle_connection(socket ::
term
()) :: :ok | :error
×