I love how -ERR is my sip_callee_id_name
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14224 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
154d82399b
commit
743cb1306c
|
@ -513,7 +513,7 @@ SWITCH_STANDARD_API(cidlookup_function)
|
||||||
if (name) {
|
if (name) {
|
||||||
stream->write_function(stream, name);
|
stream->write_function(stream, name);
|
||||||
} else {
|
} else {
|
||||||
stream->write_function(stream,"-ERR");
|
stream->write_function(stream, "UNKNOWN");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
switch_goto_status(SWITCH_STATUS_SUCCESS, done);
|
switch_goto_status(SWITCH_STATUS_SUCCESS, done);
|
||||||
|
|
Loading…
Reference in New Issue