]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Change the socket protocol and the sample client to use multiline input
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 25 Jul 2006 14:14:07 +0000 (14:14 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 25 Jul 2006 14:14:07 +0000 (14:14 +0000)
commit9727efd84299d14a15fea0f169eeb04a5893ffb6
tree56cc5183619202ed4a9d095d8ed38a434297290d
parent7bd149c23a3109b00af3aa4d0b977845616dfe43
Change the socket protocol and the sample client to use multiline input

valid input:

-------------------------
<command>[ <args>]

-------------------------
or
-------------------------
<command>[ <args>]
Header1: Val
HeaderN: Val

-------------------------

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2109 d0543943-73ff-0310-b7d9-9358b9ac24b2
scripts/socket/FreeSWITCH/Client.pm
scripts/socket/fs.pl
src/include/switch_types.h
src/mod/event_handlers/mod_event_socket/mod_event_socket.c
src/switch_event.c