forked from Mirrors/freeswitch
its FreeSWITCH
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12013 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
452c0d38a2
commit
d34e2c4b9a
@ -2705,7 +2705,7 @@ SWITCH_STANDARD_API(show_function)
|
|||||||
SWITCH_STANDARD_API(version_function)
|
SWITCH_STANDARD_API(version_function)
|
||||||
{
|
{
|
||||||
char version_string[1024];
|
char version_string[1024];
|
||||||
switch_snprintf(version_string, sizeof(version_string) - 1, "FreeSwitch Version %s\n", SWITCH_VERSION_FULL);
|
switch_snprintf(version_string, sizeof(version_string) - 1, "FreeSWITCH Version %s\n", SWITCH_VERSION_FULL);
|
||||||
|
|
||||||
stream->write_function(stream, version_string);
|
stream->write_function(stream, version_string);
|
||||||
return SWITCH_STATUS_SUCCESS;
|
return SWITCH_STATUS_SUCCESS;
|
||||||
|
Loading…
Reference in New Issue
Block a user