CIPPRC:Configuration

De www.grosjeanne.name
Aller à : navigation, rechercher

Registry Knowledge

The Option Panel is not (yet) included in the public version. All setting must be done through a registry editor.

The Root key for this software is :

 HKEY_LOCAL_MACHINE\SOFTWARE\XNet

IPPhone SubKey

IPPhone  : The IP Address of the IPPhone you will send XML requests
UserName : The Username with right priviledge to control you IPPhone
PassWord : The password associated with the above UserName

RegExp SubKey

This Subkey hosts Regular Expression List. They will be used to normalize number from Personnal Address Book.

You could download bellow a classic (With 0 Prefix to DialOut) French Dial Plan. RegistryFrenchDialPlan-2007-04-10a.zip

French E.164 in wrong format : +33 and 10 digits. Replace +330xxxxxxxxx Numbers to 00xxxxxxxxx

"PhoneRegExp01RegExp"="(^\\+33)(0)(.........)"
"PhoneRegExp01Replace"="00\\3"

French E.164 correctly formatted : +33 and 9 digits. Replace +33xxxxxxxxx Numbers to 00xxxxxxxxx

"PhoneRegExp02RegExp"="(^\\+33)(.........)"
"PhoneRegExp02Replace"="00\\2"

Internationnal E.164 Numbers, Prefix 00 instead of +. Replace +* Numbers to 000*

"PhoneRegExp03RegExp"="(^\\+)(.*)"
"PhoneRegExp03Replace"="000\\2"

French Numbers (0 and 9 digits). Replace 0xxxxxxxxx Numbers to 00xxxxxxxxx

"PhoneRegExp04RegExp"="(^0)([1-9])(........)"
"PhoneRegExp04Replace"="00\\2\\3"

WinPCap SubKey

No manual configuration needed under this subkey.

This subkey is uses to memorise your options.