git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15340 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-11-04 03:44:46 +00:00
parent 4829f43a3b
commit b50bddb299

View File

@ -572,7 +572,7 @@ done:
name = do_db_lookup(pool, event, number, globals.citystate_sql);
if (name) {
cid->area = name;
cid->name = name;
if (cid->src) {
cid->src = switch_core_sprintf(pool, "%s,%s", cid->src, "npanxx_database");
} else {