git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1468 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-05-15 21:06:45 +00:00
parent 9d68a23929
commit e53dd9be16
1 changed files with 1 additions and 1 deletions

View File

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