update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1468 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
9d68a23929
commit
e53dd9be16
|
@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue