picky picky
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11322 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
b6bd93a551
commit
6ed61eaaaa
|
@ -123,7 +123,7 @@ switch_status_t sofia_presence_chat_send(const char *proto, const char *from, co
|
|||
}
|
||||
|
||||
if (switch_strlen_zero(p)) {
|
||||
p=profile->domain_name;
|
||||
p = profile->domain_name;
|
||||
if (switch_strlen_zero(p)) {
|
||||
p = host;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue