mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
fix names to match default style
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6112 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -249,10 +249,10 @@ void client_run(int client_socket, char *local_ip, int local_port, char *remote_
|
||||
|
||||
snprintf(sendbuf, sizeof(sendbuf), "sendmsg\n"
|
||||
"call-command: unicast\n"
|
||||
"local_ip: %s\n"
|
||||
"local_port: %d\n"
|
||||
"remote_ip: %s\n"
|
||||
"remote_port: %d\n"
|
||||
"local-ip: %s\n"
|
||||
"local-port: %d\n"
|
||||
"remote-ip: %s\n"
|
||||
"remote-port: %d\n"
|
||||
"transport: udp\n"
|
||||
"%s"
|
||||
"\n",
|
||||
|
Reference in New Issue
Block a user