mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 17:02:23 +00:00
uggh, typo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14272 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8e01a2fc7e
commit
11115bb720
@ -645,7 +645,7 @@ static switch_status_t is_intrastatelata(callback_t *cb_struct)
|
|||||||
e164 format without the +
|
e164 format without the +
|
||||||
NANP only (so 11 digits starting with 1)
|
NANP only (so 11 digits starting with 1)
|
||||||
*/
|
*/
|
||||||
if (!cb_strcut->lookup_number && strlen(cb_struct->lookup_number) != 11 && *cb_struct->lookup_number != '1') {
|
if (!cb_struct->lookup_number && strlen(cb_struct->lookup_number) != 11 && *cb_struct->lookup_number != '1') {
|
||||||
/* dest doesn't appear to be NANP number */
|
/* dest doesn't appear to be NANP number */
|
||||||
return SWITCH_STATUS_GENERR;
|
return SWITCH_STATUS_GENERR;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user