mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 00:41:41 +00:00
picky picky
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11321 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7c2bd04232
commit
b6bd93a551
@ -98,7 +98,7 @@ switch_status_t sofia_presence_chat_send(const char *proto, const char *from, co
|
|||||||
if (switch_strlen_zero(host)) {
|
if (switch_strlen_zero(host)) {
|
||||||
host = profile->domain_name;
|
host = profile->domain_name;
|
||||||
if (switch_strlen_zero(host)) {
|
if (switch_strlen_zero(host)) {
|
||||||
host=prof;
|
host = prof;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!sofia_reg_find_reg_url(profile, user, host, buf, sizeof(buf))) {
|
if (!sofia_reg_find_reg_url(profile, user, host, buf, sizeof(buf))) {
|
||||||
@ -125,7 +125,7 @@ switch_status_t sofia_presence_chat_send(const char *proto, const char *from, co
|
|||||||
if (switch_strlen_zero(p)) {
|
if (switch_strlen_zero(p)) {
|
||||||
p=profile->domain_name;
|
p=profile->domain_name;
|
||||||
if (switch_strlen_zero(p)) {
|
if (switch_strlen_zero(p)) {
|
||||||
p=host;
|
p = host;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user