]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
use SWITCH_VERSION_FULL for the sofia user agent
authorTravis Cross <tc@traviscross.com>
Fri, 1 Jun 2012 22:21:48 +0000 (22:21 +0000)
committerTravis Cross <tc@traviscross.com>
Fri, 1 Jun 2012 22:22:44 +0000 (22:22 +0000)
src/mod/endpoints/mod_sofia/mod_sofia.h

index 4a8fb5b89010d6fc4c4ebafee75c238cf8a480b2..247616d41c18ca3d3553abe49ab96d3ae90ef7ed 100644 (file)
@@ -92,7 +92,7 @@ typedef struct private_object private_object_t;
 
 #define MULTICAST_EVENT "multicast::event"
 #define SOFIA_REPLACES_HEADER "_sofia_replaces_"
-#define SOFIA_USER_AGENT "FreeSWITCH-mod_sofia/" SWITCH_VERSION_MAJOR "." SWITCH_VERSION_MINOR "." SWITCH_VERSION_MICRO SWITCH_VERSION_REVISION
+#define SOFIA_USER_AGENT "FreeSWITCH-mod_sofia/" SWITCH_VERSION_FULL
 #define SOFIA_CHAT_PROTO "sip"
 #define SOFIA_MULTIPART_PREFIX "sip_mp_"
 #define SOFIA_MULTIPART_PREFIX_T "~sip_mp_"