Home › Forums › Voip – Development D › Orders Manager › Reply To: Orders Manager
for #2373
i checked with 2 numbers(4752220943, 2055840121), there is no issue in step1 which i shown you in message-2358 but still same error occurred in step2;
stdClass Object
(
[is_error] => 1
[error_msg] => NUMBER_NOT_LOCKED_BY_LOGGED_IN_ENTITY_USER: 4752220943
[error_code] => EPNN0006
)
stdClass Object
(
[is_error] => 1
[error_msg] => NUMBER_NOT_LOCKED_BY_LOGGED_IN_ENTITY_USER: 2055840121
[error_code] => EPNN0006
)
If i directly applied step3 then i got following error;
stdClass Object
(
[is_error] => 1
[error_msg] => NN_NUMBER_NOT_LOCKED_BY_LOGGED_IN_USER
[error_code] => EPNN0005
)
–Thanks