cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
436
Views
0
Helpful
1
Replies

CME LPCOR Configuration

Is there a way to configure CME LPCOR to ask only one input from the user to dial International calls?

 

Currently, it asks the account number with a # sign and pin number with the # sign to proceed.

I have already configured the predefined param passwd in the configuration.

1 Accepted Solution

Accepted Solutions

Found the solution.

 

If you are predefined the password as param passwd 12345 in the application, also the password defined for the user is the same, the lpcor will pass the call.

 

Also you don't have to configure param passwd-prompt. (Only one input required.)

 

application
package auth
param max-retries 0
param passwd 12345
param term-digit #
param abort-digit *
param user-prompt flash:enter_pin.au
param max-digits 32

View solution in original post

1 Reply 1

Found the solution.

 

If you are predefined the password as param passwd 12345 in the application, also the password defined for the user is the same, the lpcor will pass the call.

 

Also you don't have to configure param passwd-prompt. (Only one input required.)

 

application
package auth
param max-retries 0
param passwd 12345
param term-digit #
param abort-digit *
param user-prompt flash:enter_pin.au
param max-digits 32