]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 15 May 2006 21:06:45 +0000 (21:06 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 15 May 2006 21:06:45 +0000 (21:06 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1468 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_exosip/mod_exosip.c

index e745aeeae8b98c65345f26ebd725d8a3fcd8a2af..9325d20c019e52ae9fd29e7e2e02d3d659ff8fef 100644 (file)
@@ -1169,7 +1169,7 @@ static switch_status_t exosip_create_call(eXosip_event_t * event)
                if (!(val = osip_from_get_displayname(from))) {
                        val = event->request->from->url->username;
                        if (!val) {
-                               val = "n/a";
+                               val = "FreeSWITCH";
                        }
                }