Create caller to 8.6 DEC ID.

We have set up about 40 phones with domestic positions. These extensions have no DIDs and there are 4 DIDs, we use for outgoing caller ID. Reading the forums, it seems that the only way to achieve this is for conversion rules. However, we cannot apply more than 1 super translation rule to a profile of translation and, unfortunately, there are 3 great conversion rules. This is the revelant "show run" section Thank you. for your help.

voice translation-article 6

rule 1 $3055201 / /1231237822/

rule 2 $3055204 / /1231237824/

rule 3 $3055206 / /1231237824/

rule 4 $3055207 / /1231238327/

rule 5 $3055208 / /1231237824/

rule 6 $3055210 / /1231237824/

rule 7 $3055212 / /1231237824/

rule 8 $3055215 / /1231237822/

rule 9 $3055221 / /1231238327/

rule 10 $3055225 / /1231238327/

rule 11 $3055226 / /1231238327/

rule 12 $3055234 / /1231238327/

rule 13 $3055240 / /1231238327/

rule 14 $3055243 / /1231237824/

rule 15 $3055244 / /1231237824/

voice translation-article 7

rule 1 $3055245 / /1231237822/

rule 2 $3055246 / /1231238327/

rule 3 $3055257 / /1231237760/

rule 4 $3055261 / /1231238327/

rule 5 $3055262 / /1231237760/

rule 6 $3055266 / /1231237822/

rule 7 $3055268 / /1231237760/

rule 8 $3055253 / /1231237760/

rule 9 $3055276 / /1231237822/

rule 10 $3055289 / /1231237760/

rule 11 $3055291 / /1231237824/

rule 12 $3058245 / /1231238327/

rule 13 $3055256 / /1231237760/

rule 14 $3058315 / /1231238327/

rule 15 $3055267 / /1231237760/

voice translation-article 8

rule 1 $3058276 / /1231237760/

rule 2 $3058273 / /1231237760/

rule 3 $3055270 / /1231238327/

rule 4 $3055271 / /1231238327/

rule 5 $3055274 / /1231238327/

voice translation-profile MAINOUT

definition of call 6

voice-port 0/0/0:23

translation-profile outgoing MAINOUT

-Hug

Hello hug

What is your version of ios on this router? I would try to upgrade 15.1 (4) M, which has 100 rules

Router (config) #voice translation-rule 1
Router (cfg-translation-rule) #rule?
  <1-100>Tag translation rule

BR,
Nadeem

Please note all the useful post.

Tags: Cisco Support

Similar Questions

  • How manage/create call campaigns?

    I'm looking in the methods for creating and managing lists of campaign call for an inside sales team. If you are currently using Eloqua and/or your CRM, how manage these lists and instruct your home team to measure responses?

    Check this post;

    http://topliners.Eloqua.com/community/do_it/blog/2011/06/08/having-your-telequalification-team-work-in-Eloqua

  • Who can call my number online?

    I live in the South, New Zealand island. The nearest major city in the South Island is: Christchurch and I can buy an online starting with the prefix 03 number. Can people from other parts of my country call me on my number online, for example from Auckland or Queenstown?

    I live in North Carolina, USA. My functions on line number as a regular phone number. Anyone in the world can call (using the code of American countries initial prefix of course).

    I even created call forwarding on my online number to ring directly to my cell phone.

    I guess that it works this way even where you are.

    I hope this helps!

  • Why do I get 'Bad call Dll Convention'?

    Hello

    the gall attached contains an experimental to read dll in LV 8.6 and use in VB6.

    The zip file contains the vi (adding 2 numbers), LV, VB6 project.

    The service seems to work.  He adds the numbers, but still, it gives the error "Bad dll calling convention".

    I think I did good. I used the Conventioin of the Standard call.  I used Double in LV and long in VB.

    How can I get rid of this error?

    Sombody allows this example on his machine.  Maybe it's something to do with my specific machine?

    VB usually gives the error "Bad DLL calling Convention" when you said an incorrect function.  This can be as simple as exporting with __cdecl instead of __stdcall (although this will crash more likely only), or it could be that because of the function declaration to say the battery is placed in a terrible state because the DLL call placed more or less data on the stack that VB should based on your statement.

    In your specific case, I see a few problems.   For reference:

    In LabVIEW, is your equivalent C function prototype as shown in your project file:

    Double AddNumbers (double * xY, double x, double y)

    In VB, your statement is:

    Declare Sub AddNumbers Lib "D:\NI Projects\eDAS400\DLL\LVDLL Experiment\SharedLib.dll" _

    (ByVal x As Double, ByVal y As Double, xy As Double)

    The first "double" in the C prototype means that the function in the DLL call will return a double.  In your VB prototype, by declaring "Sub" you are, in essence, says VB you don't expect the DLL to return data.  It is a likely cause of your error.  To resolve this issue, change to say "Declare function", and then add 'Double' at the end of the statement.

    The second problem I see is that in your prototype C, the first parameter is passed by reference (like a pointer).  However, your statement of VB, passes all ByVal.  You must change this option to make the parameter that returns data (in this case xY) is passed ByRef.

    Finally, it seems that your parameters in the function of C are probably not in the order that you expect.  I expect to be x, y, xy (which you have in the VB declaration), but the order in the C (ie. in the DLL) function is not the same.  This results in a funny behavior.  The order must match between the two.  To resolve this, I recommend you actually change the LV DLL so that settings are exported in more logical x, y, xy order.

    I think this should take care of your problems.  Sorry so lengthy, but I wanted to make sure that you understand the 'why' on this one because it can be a common error trying to create/call VB dll.

    Jason

  • How can I autoindex looping for to create several channels daqmx

    I'm trying to autoindex create a loop FOR containing the DAQmx vi to create AI multi-channel voltage with identical settings, except that I need to apply specific channel names using a constant and specific physical channels using a constant of channel. Wiring of a constant DAQmx of physical channel does not work because the data type is incorrect. Similarly, I don't understand how to use a string constant to autoindex through the channel names is or how to configure the constant string (s) to assign names. Also, when I try to make one of these, I get a tunnel to exit the DAQmx autoindex create channel, rather than a task out. I can achieve my goal using several explicit DAQmx create calls to channel, but for high channel count, it is very time consuming.

    I use LV 8.5.

    I'm hoping to find the code showing how to perform the conversion type, flattening, or what to do.

    Diane has.

    I have an array of clusters.  Each element of this array is a cluster.  The cluster consists of a (scalar) string and input/output (also scalar).

    In addition, my TI attachment extracted.  I think that your file has been LV2009.  If so, you can drag the image from the browser and drop it onto a diagram.

  • OpenGL create fails texture

    Hi, I wrote an application to display pictures with OpenGL ES 2.0 and Android APIs. But trying to create a texture of my loaded Bitmap, the GLSurfaceView shows just a black rectangle. The rectangle has the same proportions as my loaded image, so I guess that, only the color of image data are missing. Application of a shader with the texture, I can change the color (for example in a white rectangle). Therefore: - GLSufaceView - works. -Shader - work - open InputStream and get a picture - work the only thing in the middle is the texture to create call. I follow the example android, see here: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/graphics/GLES20... Can someone help me? Did anyone have experience with OpenGL ES 2.0 and upload texture on Playbook? Is there a good way to debug the application? Currently I use AlertDialog for information. How can I get the LogCat messages? Thanks - Robert

    The texture should be square and the width and height should be something of a power of 2 (= 1024). Sorry for the confusion.

  • Condition of refreshment to call action

    Hello
    I work with ADF 11 g JDeveloper 11.1.2.2.0.

    I am facing problem with invoking Action.I have a jspx page that contains a table. I created a method in AM and call it when the page load. I created called action, then makes one must be executed. In definition (xml) page, the code is:

    < invokeAction id = "invoke" lie = "getEmployeesInDept" Refresh = "prepareModelIfNeeded" / >

    I want the invokeAction to run ONLY the first time when the page is rendered. I think that refresh condition must handle this. Should what conditions I give? So that my method will be executed only when the page is rendered.

    Hello

    have you tried with setting

    RefreshCondition = #{adfFacesContext.postback == false}

    and

    R = "prepareModel."

    You can also have a look at http://hazem-adf-tips.blogspot.in/2012/10/how-to-deal-with-invokeaction-refresh.html

    ~ Abhijit

  • Content of the sidebar lost in the contextual assistance calls

    I created calls to context-sensitive help for my HR 10 HTML5 project. Calls display the correct heading; However, I lose the contents of the sidebar (table of contents and Index). I post blog of William van Weelden on HTML5 Context-sensitive Help to reference. Great post, but I must have missed a step. Could someone point me in the right direction? Thank you!

    Hello

    This is a feature called mode of CSH. You can toggle widgets for shown when aid is called context sensitive.

    To stop this behavior:

    1 open the editor presentation of the screen, then select the tabs Panel in the sidebar. (This is the Panel with the TOC, glossary and IDX).

    2. right click and select properties to screen layout.

    3 uncheck the box to not display in the CSH.

    4. save the page.

    5. Repeat steps 1 through 4 for each page of the presentation of the screen.

    6 regenerating the output.

    Now the content of the sidebar will be visible when you call the context sensitive help.

    Take a bow

    Willam

  • confusion on the clause nologging - for create table

    Hi guys,.

    just 1 simple question.

    T1) when I create a table with no record, is the CREATION of the table not connected as well?


    Kind regards
    Noob

    OracleWannabe wrote:
    T1) when I create a table with no record, is the CREATION of the table not connected as well?

    If the table is created empty (as do not use a create table as select or DEC) then there is no difference in the design stage. The difference between REGISTRATION and NOLOGGING intervenes for direct path operations.

    The Oracle documentation provides a very good explanation:
    http://download.Oracle.com/docs/CD/B28359_01/server.111/b28313/usingpe.htm#i1009116

    Kind regards
    Greg Rahn
    http://structureddata.org

  • [CME 9.1] Phone IP 3905 fails to send DTMF tones to the external network.

    Hi all!

    We have three types of SIP phones in our CME 9.1: 3905, 6941 and 8941. All phones except 3905 send DTMF tones successfully through our operator. Here is "debug voice ccapi detail" what "206" (ip phone 3905) extension 93274343 external phone calls and trying to send numbers. Config is to be attached. Also, a part of config here:

    voip phone service

    list of approved IP addresses

    IPv4 10.0.0.0

    h323 connections allow h323

    allow connections h323 to SIP

    allow connections sip h323

    allow sip to sip connections

    service additional h450.12

    no additional service moved temporarily sip

    no service additional sip refer

    Fax protocol t38 ls-redundancy version 0 0 hs-redundancy 0 help none

    H323

    SIP

    Registration Server expires 120 min 60 max

    !

    voice class codec 1

    g711ulaw codec preference 1

    g711alaw preferably 2 codec

    !

    !

    Global voice registry

    FMC of fashion

    source-address 10.10.0.41 port 5060

    3 timeouts interdigit

    Max - dn 100

    Max-pool 80

    load 8961 sip8961.9 - 2 - 2 SR 1-9

    authenticate the registry

    authenticate the defagroup.com Kingdom

    time format 24

    date format D/M/Y

    Flash TFTP-path:

    create the profile synchronization 0001013651736503

    Hi all!

    We have three types of SIP phones in our CME 9.1: 3905, 6941 and 8941. All phones except 3905 send DTMF tones successfully through our operator. Here is "debug voice ccapi detail" what '206' extension 93274343 external phone calls and trying to send numbers. Config is to be attached. Also, a part of config here:

    voip phone service

    list of approved IP addresses

    IPv4 10.0.0.0

    h323 connections allow h323

    allow connections h323 to SIP

    allow connections sip h323

    allow sip to sip connections

    service additional h450.12

    no additional service moved temporarily sip

    no service additional sip refer

    Fax protocol t38 ls-redundancy version 0 0 hs-redundancy 0 help none

    H323

    SIP

    Registration Server expires 120 min 60 max

    !

    voice class codec 1

    g711ulaw codec preference 1

    g711alaw preferably 2 codec

    !

    !

    Global voice registry

    FMC of fashion

    source-address 10.10.0.41 port 5060

    3 timeouts interdigit

    Max - dn 100

    Max-pool 80

    load 8961 sip8961.9 - 2 - 2 SR 1-9

    authenticate the registry

    authenticate the defagroup.com Kingdom

    time format 24

    date format D/M/Y

    Flash TFTP-path:

    create the profile synchronization 0001013651736503

    Register of voice dn 6

    number 204

    call-forward noan 201 timeout 20 b2bua

    Register of voice model 1

    function key 1 Redial

    function key 2 Cfwdall

    function key 3 Hold

    function key 5 Trnsfer

    function key 6 DND

    !

    voice dialing plan registry 1

    type of 7940-7960-others

    model 1...

    2 9810 model *.

    model 3 9...

    Model 4 98...

    Register of voice pool 8

    Mac ID 64D8.14A5.01B4

    type of 3905

    Number 1 dn 8

    numbering plan 1

    DTMF-relay rtp - nte

    codec voice-class 1

    206 206 username password

    No vad

    voice POTS dial-peer 1

    translation-profile out in the city

    destination-model 9 t

    port 0/0/0:15

    Retail ccapi voice 'debug' is here:

    phone #.

    * Dec 27 16:45:22.095: / / 0, xxxxxxxxxxxx, CCAPI, cc_get_call_entry:

    Entry call is not found

    * Dec 27 16:45:22.095: / / 0, xxxxxxxxxxxx, CCAPI, cc_get_call_entry:

    Entry call is not found

    * Dec 27 16:45:22.095: / / 817/xxxxxxxxxxxx/CCAPI/cc_get_call_entry:

    Entry call is not found

    * Dec 27 16:45:22.095: / / 817/xxxxxxxxxxxx/CCAPI/cc_get_call_entry:

    Entry call is not found

    * Dec 27 16:45:22.095: / / 817/xxxxxxxxxxxx/CCAPI/cc_get_call_entry:

    Entry call is not found

    * Dec 27 16:45:22.095: //-1/xxxxxxxxxxxx/CCAPI/cc_api_update_interface_cac_resource:

    Hwidb = GigabitEthernet0/0, bandwidth = 80, Call Id = 817

    * Dec 27 16:45:22.095: //-1/xxxxxxxxxxxx/CCAPI/cc_api_update_interface_cac_resource:

    Call total count = 0, call Voip Count = 0, Count MMoip call = 0 x 0, bandwidth = 80

    * Dec 27 16:45:22.095: / / 817/xxxxxxxxxxxx/CCAPI/cc_get_call_entry:

    Entry call is not found

    * Dec 27 16:45:22.095: / / 817/xxxxxxxxxxxx/CCAPI/cc_get_call_entry:

    Entry call is not found

    * Dec 27 16:45:22.095: //-1/A3B9036582FD/CCAPI/cc_api_call_setup_ind_common:

    Interface type = 0, Protocol = 3

    * Dec 27 16:45:22.095: //-1/A3B9036582FD/CCAPI/ccCheckClipClir:

    Part number is provided by the user

    * Dec 27 16:45:22.095: //-1/A3B9036582FD/CCAPI/cc_api_call_setup_ind_common:

    After checking the number translation:

    Number = 206 (TON = unknown, NPI = unknown, not projected = screening, presentation = authorized),

    Called number = 3 (TONNE = unknown, NPI = unknown)

    * Dec 27 16:45:22.095: / / 817/xxxxxxxxxxxx/CCAPI/cc_insert_call_entry:

    Total Call Count = 0, entry calls (call count On = FAKE incoming call = TRUE)

    * Dec 27 16:45:22.095: / / 817/xxxxxxxxxxxx/CCAPI/cc_insert_call_entry:

    Total Call Count = 1

    * Dec 27 16:45:22.095: / / 817, A3B9036582FD, CCAPI, cc_insert_guid_pod_entry:

    Incoming = TRUE, Call Id = 817

    * Dec 27 16:45:22.095: / / 817, A3B9036582FD, CCAPI, cc_incr_if_call_volume:

    10.10.0.126 = remote IP address, Hwidb = GigabitEthernet0/0

    phone #.

    * Dec 27 16:45:22.095: / / 817, A3B9036582FD, CCAPI, cc_incr_if_call_volume:

    Call count total = 1 call Voip Count = 1, Call MMoip Count = 0

    * Dec 27 16:45:22.099: //-1/xxxxxxxxxxxx/CCAPI/cc_setupind_registration_lookup:

    Corresponding settings; Called number = 3, call transfer Consult Id =

    * Dec 27 16:45:22.099: //-1/xxxxxxxxxxxx/CCAPI/cc_setupind_registration_lookup:

    No matching node

    * Dec 27 16:45:22.099: / / 817, A3B9036582FD, CCAPI, cc_api_set_transfer_info:

    Call transfer Reset

    * Dec 27 16:45:22.443: / / 817, A3B9036582FD, CCAPI, ccCallDisconnect:

    Start calling accounting;

    Call Entry (Incoming = TRUE)

    * Dec 27 16:45:22.443: / / 817, A3B9036582FD, CCAPI, ccCallDisconnect:

    Value = 28, entry calls (disconnect the Cause = 0)

    * Dec 27 16:45:22.443: / / 817, A3B9036582FD, CCAPI, cc_api_update_interface_cac_resource:

    Hwidb = GigabitEthernet0/0, bandwidth =-80, Call Id = 817

    * Dec 27 16:45:22.443: / / 817, A3B9036582FD, CCAPI, cc_api_update_interface_cac_resource:

    Call count total = 1 call Voip Count = 1, Call MMoip Count = 0x0, bandwidth = 0

    * Dec 27 16:45:22.559: / / 817, A3B9036582FD, CCAPI, cc_decr_if_call_volume:

    10.10.0.126 = remote IP address, Hwidb = GigabitEthernet0/0

    * Dec 27 16:45:22.559: / / 817, A3B9036582FD, CCAPI, cc_decr_if_call_volume:

    Call total count = 0, call Voip Count = 0, Call MMoip Count = 0

    * Dec 27 16:45:22.559: / / 817, A3B9036582FD, CCAPI, cc_delete_guid_pod_entry:

    Incoming = TRUE

    * Dec 27 16:45:22.559: / / 817, A3B9036582FD, CCAPI, cc_delete_call_entry:

    Total Call Count = 1, entry calls (call count On = FAKE incoming call = TRUE)

    * Dec 27 16:45:22.559: / / 817, A3B9036582FD, CCAPI, cc_delete_call_entry:

    Total Call Count = 0

    * Dec 27 16:45:22.559: / / 817, A3B9036582FD, CCAPI, cc_delete_call_entry:

    Removal of profileTable [0x336F00D4]

    * Dec 27 16:45:22.559: / / 817, A3B9036582FD, CCAPI, ccCallGetVoipFlag:

    Mask of data bits = 0 x 2, Call Id = 817

    * Dec 27 16:45:22.559: / / 817, A3B9036582FD, CCAPI, ccCallGetVoipFlag:

    Flag = FALSE

    * Dec 27 16:45:22.559: / / 817, A3B9036582FD, CCAPI, ccCallSetVoipFlag:

    telephony #Flag = FALSE, data bits mask = 0 x 2, call Id = 817

    * Dec 27 16:45:22.559: / / 817, A3B9036582FD, CCAPI, ccCallSetVoipFlag:

    Call the entry (Voip AAA Flags = 0x0)

    * Dec 27 16:45:22.559: / / 0, xxxxxxxxxxxx, CCAPI, cc_get_call_entry:

    Entry call is not found

    phone #.

    * Dec 27 16:45:28.995: / / 0, xxxxxxxxxxxx, CCAPI, cc_get_call_entry:

    Entry call is not found

    * Dec 27 16:45:28.995: / / 0, xxxxxxxxxxxx, CCAPI, cc_get_call_entry:

    Entry call is not found

    * Dec 27 16:45:28.995: / / 818/xxxxxxxxxxxx/CCAPI/cc_get_call_entry:

    Entry call is not found

    * Dec 27 16:45:28.995: / / 818/xxxxxxxxxxxx/CCAPI/cc_get_call_entry:

    Entry call is not found

    * Dec 27 16:45:28.995: / / 818/xxxxxxxxxxxx/CCAPI/cc_get_call_entry:

    Entry call is not found

    * Dec 27 16:45:28.995: //-1/xxxxxxxxxxxx/CCAPI/cc_api_update_interface_cac_resource:

    Hwidb = GigabitEthernet0/0, bandwidth = 80, Call Id = 818

    * Dec 27 16:45:28.995: //-1/xxxxxxxxxxxx/CCAPI/cc_api_update_interface_cac_resource:

    Call total count = 0, call Voip Count = 0, Count MMoip call = 0 x 0, bandwidth = 80

    * Dec 27 16:45:28.995: / / 818/xxxxxxxxxxxx/CCAPI/cc_get_call_entry:

    Entry call is not found

    * Dec 27 16:45:28.995: / / 818/xxxxxxxxxxxx/CCAPI/cc_get_call_entry:

    Entry call is not found

    * Dec 27 16:45:28.995: //-1/A7D5DC978303/CCAPI/cc_api_call_setup_ind_common:

    Interface type = 0, Protocol = 3

    * Dec 27 16:45:28.995: //-1/A7D5DC978303/CCAPI/ccCheckClipClir:

    Part number is provided by the user

    * Dec 27 16:45:28.995: //-1/A7D5DC978303/CCAPI/cc_api_call_setup_ind_common:

    After checking the number translation:

    Number = 206 (TON = unknown, NPI = unknown, not projected = screening, presentation = authorized),

    Called number = 9 (TON = unknown, NPI = unknown)

    * Dec 27 16:45:28.995: / / 818/xxxxxxxxxxxx/CCAPI/cc_insert_call_entry:

    Total Call Count = 0, entry calls (call count On = FAKE incoming call = TRUE)

    * Dec 27 16:45:28.995: / / 818/xxxxxxxxxxxx/CCAPI/cc_insert_call_entry:

    Total Call Count = 1

    * Dec 27 16:45:28.995: / / 818/A7D5DC978303/CCAPI/cc_insert_guid_pod_entry:

    Incoming = TRUE, Call Id = 818

    * Dec 27 16:45:28.999: / / 818/A7D5DC978303/CCAPI/cc_incr_if_call_volume:

    10.10.0.126 = remote IP address, Hwidb = GigabitEthernet0/0

    phone #.

    * Dec 27 16:45:28.999: / / 818/A7D5DC978303/CCAPI/cc_incr_if_call_volume:

    Call count total = 1 call Voip Count = 1, Call MMoip Count = 0

    * Dec 27 16:45:28.999: //-1/xxxxxxxxxxxx/CCAPI/cc_setupind_registration_lookup:

    Corresponding settings; Called number = 9, call transfer Consult Id =

    * Dec 27 16:45:28.999: //-1/xxxxxxxxxxxx/CCAPI/cc_setupind_registration_lookup:

    No matching node

    * Dec 27 16:45:28.999: / / 818/A7D5DC978303/CCAPI/cc_api_set_transfer_info:

    Call transfer Reset

    phone #.

    * Dec 27 16:45:34.827: //-1/xxxxxxxxxxxx/CCAPI/cc_validate_mlpp_info:

    VALIDATION MLPP INFO:-ServiceDomain: [no (0)] DomainIdentifier: [000000] PrecedenceLevel: [-1 (PRECEDENCE_LEVEL_NONE)] NormalizedPrecedence: [0 (INTERNAL_PRECEDENCE_0)]

    * Dec 27 16:45:34.827: //-1/xxxxxxxxxxxx/CCAPI/cc_is_precedence_mlpp_info:

    Priority no more than Routine

    * Dec 27 16:45:34.827: //-1/xxxxxxxxxxxx/CCAPI/cc_copy_mlpp_info:

    Before COPYING - CBC MLPP INFO: ServiceDomain: [no (0)] DomainIdentifier: [000000] PrecedenceLevel: [-1 (PRECEDENCE_LEVEL_NONE)] NormalizedPrecedence: [0 (INTERNAL_PRECEDENCE_0)]

    * Dec 27 16:45:34.827: //-1/xxxxxxxxxxxx/CCAPI/cc_copy_mlpp_info:

    DEST MLPP INFO: ServiceDomain: [no (0)] DomainIdentifier: [000000] PrecedenceLevel: [-1 (PRECEDENCE_LEVEL_NONE)] NormalizedPrecedence: [0 (INTERNAL_PRECEDENCE_0)]

    * Dec 27 16:45:34.827: //-1/xxxxxxxxxxxx/CCAPI/cc_copy_mlpp_info:

    AFTER COPY - CBC MLPP INFO: ServiceDomain: [no (0)] DomainIdentifier: [000000] PrecedenceLevel: [-1 (PRECEDENCE_LEVEL_NONE)] NormalizedPrecedence: [0 (INTERNAL_PRECEDENCE_0)] DEST MLPP INFO: ServiceDomain: [no (0)] DomainIdentifier: [000000] PrecedenceLevel: [-1 (PRECEDENCE_LEVEL_NONE)] NormalizedPrecedence: [-1 (PRECEDENCE_LEVEL_NONE)]

    * Dec 27 16:45:34.827: //-1/xxxxxxxxxxxx/CCAPI/cc_copy_mlpp_info:

    Before COPYING - CBC MLPP INFO: ServiceDomain: [no (0)] DomainIdentifier: [000000] PrecedenceLevel: [-1 (PRECEDENCE_LEVEL_NONE)] NormalizedPrecedence: [0 (INTERNAL_PRECEDENCE_0)]

    * Dec 27 16:45:34.827: //-1/xxxxxxxxxxxx/CCAPI/cc_copy_mlpp_info:

    DEST MLPP INFO: ServiceDomain: [no (0)] DomainIdentifier: [000000] PrecedenceLevel: [-1 (PRECEDENCE_LEVEL_NONE)] NormalizedPrecedence: [-1 (PRECEDENCE_LEVEL_NONE)]

    * Dec 27 16:45:34.827: //-1/xxxxxxxxxxxx/CCAPI/cc_copy_mlpp_info:

    AFTER COPY - CBC MLPP INFO: ServiceDomain: [no (0)] DomainIdentifier: [000000] PrecedenceLevel: [-1 (PRECEDENCE_LEVEL_NONE)] NormalizedPrecedence: [0 (INTERNAL_PRECEDENCE_0)] DEST MLPP INFO: ServiceDomain: [no (0)] DomainIdentifier: [000000] PrecedenceLevel: [-1 (PRECEDENCE_LEVEL_NONE)] NormalizedPrecedence: [-1 (PRECEDENCE_LEVEL_NONE)]

    * Dec 27 16:45:34.827: //-1/xxxxxxxxxxxx/CCAPI/cc_validate_mlpp_info:

    VALIDATION MLPP INFO:-ServiceDomain: [no (0)] DomainIdentifier: [000000] PrecedenceLevel: [-1 (PRECEDENCE_LEVEL_NONE)] NormalizedPrecedence: [0 (INTERNAL_PRECEDENCE_0)]

    * Dec 27 16:45:34.827: //-1/xxxxxxxxxxxx/CCAPI/cc_is_precedence_mlpp_info:

    Priority no more than Routine

    * Dec 27 16:45:34.827: //-1/xxxxxxxxxxxx/CCAPI/cc_validate_mlpp_info:

    VALIDATION MLPP INFO:-ServiceDomain: [no (0)] DomainIdentifier: [000000] PrecedenceLevel: [-1 (PRECEDENCE_LEVEL_NONE)] NormalizedPrecedence: [-1 (PRECEDENCE_LEVEL_NONE)]

    * Dec 27 16:45:34.827: //-1/xxxxxxxxxxxx/CCAPI/cc_is_precedence_mlpp_info:

    Priority no more than Routine

    * Dec 27 16:45:34.827: / / 818/A7D5DC978303/CCAPI/ccCheckClipClir:

    Part number is provided by the user

    * Dec 27 16:45:34.827: / / 819/xxxxxxxxxxxx/CCAPI/cc_insert_call_entry:

    Total Call Count = 1, entry calls (call count On = FAKE incoming call = FALSE)

    * Dec 27 16:45:34.827: / / 818/A7D5DC978303/CCAPI/cc_peer_bind:

    Link = TRUE, Id = 818, bound Call Id = 819 Call Binder

    * Dec 27 16:45:34.827: / / 819, A7D5DC978303, CCAPI, cc_insert_guid_pod_entry:

    Incoming = FALSE, Call Id = 819

    phone #.

    * Dec 27 16:45:34.827: / / 819, A7D5DC978303, CCAPI, cc_set_voice_port_value:

    CC_IF_TELEPHONY: Echo = 0, = 0 Playout

    * Dec 27 16:45:34.831: / / 0, xxxxxxxxxxxx, CCAPI, cc_get_call_entry:

    Entry call is not found

    * Dec 27 16:45:34.831: / / 818/A7D5DC978303/CCAPI/ccCallGetContext:

    Context = 0x33C6F520, Id = 818 Call

    * Dec 27 16:45:34.831: //-1/xxxxxxxxxxxx/CCAPI/cc_set_outpulsed_digits:

    set 3274343 = outpulsed_dialstring

    * Dec 27 16:45:35.399: / / 0, xxxxxxxxxxxx, CCAPI, cc_get_call_entry:

    Entry call is not found

    * Dec 27 16:45:35.399: / / 0, xxxxxxxxxxxx, CCAPI, cc_get_call_entry:

    Entry call is not found

    * Dec 27 16:45:35.403: / / 818/A7D5DC978303/CCAPI/cc_peer_bind:

    phone #Bind = TRUE, Binder Call Id = 818, bound Call Id = 819

    * Dec 27 16:45:35.559: / / 818/A7D5DC978303/CCAPI/cc_peer_bind:

    Link = TRUE, Id = 818, bound Call Id = 819 Call Binder

    phone #.

    * 16:45:45.199 Dec 27: % LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0:14, status changed to

    phone #.

    * Dec 27 16:46:02.215: / / 818/A7D5DC978303/CCAPI/ccCallDisconnect:

    Start calling accounting;

    Call Entry (Incoming = TRUE)

    * Dec 27 16:46:02.215: / / 818/A7D5DC978303/CCAPI/ccCallDisconnect:

    Value = 16, entry calls (disconnect the Cause = 16)

    * Dec 27 16:46:02.215: / / 818/A7D5DC978303/CCAPI/ccCallDisconnect:

    Call the entry (disconnect the Cause = 16)

    * Dec 27 16:46:02.215: / / 819, A7D5DC978303, CCAPI, ccCallDisconnect:

    Start calling accounting;

    Call Entry (Incoming = FALSE)

    * Dec 27 16:46:02.215: / / 819, A7D5DC978303, CCAPI, ccCallDisconnect:

    Value = 16, entry calls (disconnect the Cause = 0)

    * Dec 27 16:46:02.215: / / 818/A7D5DC978303/CCAPI/cc_api_update_interface_cac_resource:

    Hwidb = GigabitEthernet0/0, bandwidth =-80, Call Id = 818

    * Dec 27 16:46:02.215: / / 818/A7D5DC978303/CCAPI/cc_api_update_interface_cac_resource:

    Call count total = 1 call Voip Count = 1, Call MMoip Count = 0x0, bandwidth = 0

    * Dec 27 16:46:02.227: //-1/A7D5DC978303/CCAPI/g113_calculate_impairment:

    (delay = 79 (ms), loss = 0%), Qi = 0 participants Io = 0 = 0 = 2 Ie = - 1 Itot = 1 DLI

    * Dec 27 16:46:02.227: / / 818/A7D5DC978303/CCAPI/cc_decr_if_call_volume:

    10.10.0.126 = remote IP address, Hwidb = GigabitEthernet0/0

    * Dec 27 16:46:02.227: / / 818/A7D5DC978303/CCAPI/cc_decr_if_call_volume:

    Call total count = 0, call Voip Count = 0, Call MMoip Count = 0

    * Dec 27 16:46:02.227: / / 818/A7D5DC978303/CCAPI/cc_delete_guid_pod_entry:

    Incoming = TRUE

    * Dec 27 16:46:02.227: / / 818/A7D5DC978303/CCAPI/cc_delete_call_entry:

    Total Call Count = 1, entry calls (call count On = FAKE incoming call = TRUE)

    * Dec 27 16:46:02.227: / / 818/A7D5DC978303/CCAPI/cc_delete_call_entry:

    Total Call Count = 0

    * Dec 27 16:46:02.227: / / 818/A7D5DC978303/CCAPI/cc_delete_call_entry:

    Removal of profileTable [0x336EFA6C]

    * Dec 27 16:46:02.227: / / 818/A7D5DC978303/CCAPI/ccCallGetVoipFlag:

    Mask of data bits = 0 x 2, Call Id = 818

    * Dec 27 16:46:02.227: / / 818/A7D5DC978303/CCAPI/ccCallGetVoipFlag:

    Flag = FALSE

    * Dec 27 16:46:02.227: / / 818/A7D5DC978303/CCAPI/ccCallSetVoipFlag:

    telephony #Flag = FALSE, data bits mask = 0 x 2, call Id = 818

    * Dec 27 16:46:02.227: / / 818/A7D5DC978303/CCAPI/ccCallSetVoipFlag:

    Call the entry (Voip AAA Flags = 0x0)

    * Dec 27 16:46:02.227: / / 0, xxxxxxxxxxxx, CCAPI, cc_get_call_entry:

    Entry call is not found

    * Dec 27 16:46:02.275: / / 819, A7D5DC978303, CCAPI, cc_delete_guid_pod_entry:

    Incoming = FALSE

    * Dec 27 16:46:02.275: / / 819, A7D5DC978303, CCAPI, cc_delete_call_entry:

    Total Call Count = 0, entry calls (call count On = FAKE incoming call = FALSE)

    * Dec 27 16:46:02.275: / / 819, A7D5DC978303, CCAPI, cc_delete_call_entry:

    Removal of profileTable [0x336E75C4]

    * Dec 27 16:46:02.275: / / 819, A7D5DC978303, CCAPI, ccCallGetVoipFlag:

    Mask of data bits = 0 x 2, Call Id = 819

    * Dec 27 16:46:02.275: / / 819, A7D5DC978303, CCAPI, ccCallGetVoipFlag:

    Flag = FALSE

    * Dec 27 16:46:02.275: / / 819, A7D5DC978303, CCAPI, ccCallSetVoipFlag:

    Flag = FALSE, data bits mask = 0 x 2, Call Id = 819

    * Dec 27 16:46:02.275: / / 819, A7D5DC978303, CCAPI, ccCallSetVoipFlag:

    Call the entry (Voip AAA Flags = 0x0)

    * Dec 27 16:46:02.275: / / 0, xxxxxxxxxxxx, CCAPI, cc_get_call_entry:

    Entry call is not found

    phone #unde all

    The CME version is 9.1

    Version of the IOS is 15.3 (1) T (also tested in 15.2 - the same issue)

    All ip phones have the last firware (9-2-2-0), also I have already spent some of them (9-2-1-0) - the problem persists.

    Hello

    I think the best is to capture a trace of sniffer on the phone directly, we will be able to see if the phone itself sends the numbers.

    You can also enable some debugs:

    Deb voice ccapi inout

    messages ccsip deb

    Media ccsip deb

    That should be enough to isolate the problem

    --
    Jorge Armijo

    Do not forget to rate helpful responses and identify useful or correct answers.

  • Disorder of SRP527W forming the VPN with 1841

    I'm currently trying to set up a site to site VPN between a SRP527W and a Cisco 1841 but am not negotiate a connection at level 1.  The isakmp seems fails with the formidable MM_NO_STATE message in the debug output on the 1841 crypto isakmp.  No matter what are the parameters to be set on the SRP527W it seems to me, I can't negotiate a connection when the parameters of mirroring on the 1841.  The only variable I can think of that 'may' be different between the two (PSK, group Diffie-Hellman encryption type) is the association of life related to the isakmp parameter.  While you can set on the 1841 isakmp policy, there nowhere on the GUI of SRP527W it can be defined; at least as far as I can tell.  I have tried to change the types of AES encryption, THE and 3DES variations (corresponding to both ends) but continue to get errors MM_NO_STATE as by the isakmp debug output below:

    6 Dec 14:40:20 AEDT: ISAKMP: ke received message (1/1)

    6 Dec 14:40:20 AEDT: ISAKMP: (0:0:N / A:0): THE application profile is (NULL)

    6 Dec 14:40:20 AEDT: ISAKMP: created a struct to peer, peer port 500

    6 Dec 14:40:20 AEDT: ISAKMP: new position created post = 0x635C57B0 peer_handle = 0x8000003E

    6 Dec 14:40:20 AEDT: ISAKMP: lock struct 0x635C57B0, refcount IKE peer 1 for isakmp_initiator

    6 Dec 14:40:20 AEDT: ISAKMP: 500 local port, remote port 500

    6 Dec 14:40:20 AEDT: ISAKMP: set new node 0 to QM_IDLE

    6 Dec 14:40:20 AEDT: ISAKMP: find a dup her to the tree during the isadb_insert his 62EB7888 = call BVA

    6 Dec 14:40:20 AEDT: ISAKMP: (0:0:N / A:0): cannot start aggressive mode, try the main mode.

    6 Dec 14:40:20 AEDT: ISAKMP: (0:0:N / A:0): pair found pre-shared key matching 203.217.8.56

    6 Dec 14:40:20 AEDT: ISAKMP: (0:0:N / A:0): built the seller-07 ID NAT - t

    6 Dec 14:40:20 AEDT: ISAKMP: (0:0:N / A:0): built of NAT - T of the seller-03 ID

    6 Dec 14:40:20 AEDT: ISAKMP: (0:0:N / A:0): built the seller-02 ID NAT - t

    6 Dec 14:40:20 AEDT: ISAKMP: (0:0:N / A:0): entry = IKE_MESG_FROM_IPSEC, IKE_SA_REQ_MM

    6 Dec 14:40:20 AEDT: ISAKMP: (0:0:N / A:0): former State = new State IKE_READY = IKE_I_MM1

    6 Dec 14:40:20 AEDT: ISAKMP: (0:0:N / A:0): early changes of Main Mode

    6 Dec 14:40:20 AEDT: ISAKMP: (0:0:N / A:0): package my_port 500 peer_port 500 (I) sending MM_NO_STATE

    6 Dec 14:40:30 AEDT: ISAKMP: (0:0:N / A:0): retransmission phase 1 MM_NO_STATE...

    6 Dec 14:40:30 AEDT: ISAKMP (0:0): increment the count of errors on his, try 1 5: retransmit the phase 1

    6 Dec 14:40:30 AEDT: ISAKMP: (0:0:N / A:0): retransmission phase 1 MM_NO_STATE

    Is there something that I am on here or are there compatibility problems with certain types of encryption / settings of config trying to implement a VPN site to site with a 1841?  Incidentally, here is the 1841 configuration excerpt, I'm trying to use:

    crypto ISAKMP policy 10

    BA 3des! have also tried aes at both ends too

    preshared authentication

    Group 2! have you tried the Group 1 on both ends too

    life 43200! have also tried to remove this

    ISAKMP crypto key address

    !

    Crypto ipsec transform-set esp-3des esp-sha-hmac RMCG-RFC! have tried many variations here too

    !

    11 RMCG-RFC ipsec-isakmp crypto map

    defined by peers

    security-association kilobytes 2000000 of life value

    Set security-association second life 7800! matches at the end of config IPSEC SRP527W

    game of transformation-RMCG-RFC

    the pfs group2 value! have also tried disabling PFS at both ends

    match address VPN

    QoS before filing

    !

    list of IP - VPN access scope

    ip licensing 10.0.1.0 0.0.0.255 192.15.0 0.0.0.255

    !

    int dialer1

    card crypto RMCG-RFC

    I am at a loss here and if someone could offer suggestions, I would be very grateful.

    Sorry for the comment to end here.

    You can collect a configuration readable the PRS in XML, by collecting the following: http://192.168.15.1/admin/config.xml&xuser=admin&xpassword=.  The backup file is a binary image that is really intended for the recovery of the aircraft.

    Where you can make any progress by opening a case of pension?

    I just tried a configuration similar to the following:

    SRP521W (1.01.19)-> IPSec / IKE-> Cisco870 (15.1 (1) T)

    Who works with the config you list above.

    What version of firmware you are using with the RPS?  If you need a copy of 1.1.19 before it is displayed in a few weeks, please let me know.

    For reference, here's the IOS configuration I used:

    crypto ISAKMP policy 1
    BA 3des
    preshared authentication
    Group 2
    lifetime 28800
    KEY SECRET key crypto isakmp 192.168.200.162 address
    !
    Crypto ipsec transform-set esp-3des esp-sha-hmac SETNAME
    !
    crypto map CISCO ipsec-isakmp 1
    defined by peer 192.168.200.162
    game of transformation-SETNAME
    PFS group2 Set
    match address 110
    !
    interface FastEthernet4
    IP 192.168.200.146
    CISCO crypto card
    !
    interface Vlan1
    IP 192.168.9.1 255.255.255.0
    !
    access-list 110 permit ip 192.168.9.0 0.0.0.255 192.168.15.0 0.0.0.255

    SRP Configs are:

    Hope that helps.

    Andy

  • Copy of the data on a dblink

    Hello

    I would like to know which is the most effective way to extract data from a large table on the remote database into a local database table.

    CREATE local_table AS SELECT * FROM large_table@remote_database

    vs

    INSERT INTO SELECT local_table * OF large_table@remote_database.

    Thank you

    Lalith

    > Can elaborate you on that?

    DDL is not directly supported in PL/SQL.  You must use dynamic sql statements.  If you create the table dynamically with DEC, you designate it dynamically elsewhere in the same procedure or they do not compile.

    The use of DOF also causes an implicit validation.  Commit is usually something left to the calling environment.

    If you do a DEC in your code, this means that you must also REMOVE the table first.  In this case, you will lose all your clues, etc.

    DDL should be done only once, outside of PL/SQL.

  • Involved in the process

    Hi Experts,

    I wrote a dynamic SQL procedure, which shows an error:
    CREATE OR REPLACE PROCEDURE Dwh_Production_Sum_Qtdytd_2401(V_TBL_NAME IN VARCHAR2,V_COL_NAM IN VARCHAR2,V_RPRT_DATE varchar2, V_FLTRCOL IN VARCHAR2, GRoup_COL in varchar2, GRoup_COL2 in varchar2 )
    is
    --DECLARE
    V_REPORT_DATE DATE:=V_RPRT_DATE;
    V_FILTERCOL VARCHAR2(30):=UPPER(V_FLTRCOL);
    V_COL_NAME VARCHAR2(30):=UPPER(V_COL_NAM);
    V_TAB_NAME VARCHAR2(30):=UPPER(V_TBL_NAME);
    V_GRP_COL VARCHAR2(30):=UPPER(GRoup_COL);
    V_GRP_COL2 VARCHAR2(30):=UPPER(GRoup_COL2);
    --V_START_DATE VARCHAR2(20);
    V_CURRMNTH_STRT VARCHAR2(11);
    V_CURRMNTH_END VARCHAR2(11);
    V_PRVMNTH_STRT VARCHAR2(11);
    V_PRVMNTH_END VARCHAR2(11);
    V_CURRMNTH VARCHAR2(1000);
    V_PRVMNTH VARCHAR2(1000);
    V_CURRMNTH_SUM NUMBER(14,3):=0;
    V_PRBMNTH_SUM NUMBER(14,3):=0;
    A_RET_VALUE NUMBER(14,3):=0;
    TYPE NUMTAB IS TABLE OF DWH_PRODUCTION.ITEM_CODE%TYPE;
    TYPE NUMSTAB IS TABLE OF DWH_PRODUCTION.ACTUAL_YIELD%TYPE;
    TYPE NUMSTAB2 IS TABLE OF DWH_PRODUCTION.SITE_CODE__PARENT%TYPE;
    ENUMS NUMTAB;
    ENUMS1 NUMSTAB;
    ENUMS2 NUMSTAB2;
    ENUMS3 NUMSTAB;
    BEGIN
    EXECUTE IMMEDIATE('TRUNCATE TABLE TEST_X');
    -------------------GETTING START_END DATE OF THE MONTH--------------------------------------------
    SELECT TRUNC(TO_DATE(V_REPORT_DATE), 'MM') INTO V_CURRMNTH_STRT FROM DUAL;
    SELECT LAST_DAY (TO_DATE (V_CURRMNTH_STRT)) INTO V_CURRMNTH_END FROM DUAL;
    DBMS_OUTPUT.PUT_LINE (V_CURRMNTH_STRT||'          '||V_CURRMNTH_END);
    -------------------START_END DATE OF PRV_MONTH----------------------------------------------------
    SELECT TRUNC(trunc(to_date(V_REPORT_DATE, 'dd-mon-yyyy'),'MON')-1,'MON') V_PRVMNTH_STRT INTO  FROM DUAL;
    SELECT trunc(to_date(V_REPORT_DATE, 'dd-mon-yyyy'),'MON')-1 INTO V_PRVMNTH_END from dual;
    DBMS_OUTPUT.PUT_LINE (V_PRVMNTH_STRT||'          '||V_PRVMNTH_END);
    --------------------CURRENT QUARTER VALUE-------------------------------------------------------------
    -------------------CURRENT MONTH VALUE--------------------------------------------------------------
    V_CURRMNTH:='SELECT '||V_GRP_COL||', '||V_GRP_COL2||', SUM('||V_COL_NAME||'),0 FROM  '||V_TAB_NAME|| ' WHERE '||V_FILTERCOL||' BETWEEN   TO_DATE('''||V_CURRMNTH_STRT||''') ' || '  AND  TO_DATE('''||V_CURRMNTH_END||''')
    UNION
    SELECT '||V_GRP_COL||', '||V_GRP_COL2||',0, SUM('||V_COL_NAME||')  FROM  '||V_TAB_NAME|| ' WHERE '||V_FILTERCOL||' BETWEEN   TO_DATE('''||V_PRVMNTH_STRT||''') ' || '  AND  TO_DATE('''||V_PRVMNTH_END||''')  GROUP BY  '||V_GRP_COL||','||V_GRP_COL2||'';
    EXECUTE IMMEDIATE V_CURRMNTH BULK COLLECT INTO ENUMS,ENUMS2,ENUMS1,ENUMS3;
    FOR I IN nvl(ENUMS.FIRST,1) .. nvl(ENUMS.LAST,0) LOOP
    insert into test_x values (ENUMS(I),ENUMS2(I),ENUMS1(I),ENUMS3(I));
    COMMIT;
    END LOOP;
    END;
    /
    ERROR
    34/1     PL/SQL: SQL Statement ignored
    34/95    PL/SQL: ORA-00936: missing expression
    42/1     not group by function
    Please help me...

    Thnx in advance

    Published by: 977490 on January 24, 2013 03:49

    977490 wrote:
    I have chkd all combinations... but could not resolve

    Please help me...

    Thnx in advance...

    Looks like a data problem.

    Started by, I wouldn't keep him accuse TO_DATE a Date format. So, who should be the first check. To check the Format in which you receive the date values.
    If things look good, then I add a DBMS_OUTPUT (each with a single text) after each of the declarations and statements after 2-3. And then run the package.

    If there is no exception, then will start investigation statements following the last value DBMS_OUTPUT printed on my stamp.

    Also, can you post how your last Code looks like after all the suggestions you have received.

    Aaaahhhhh!
    You seem to have called the procedure with an incorrect order of parameters.

    Your Procedure Signature:
    PROCEDURE Dwh_Production_Sum_Qtdytd_2401(V_TBL_NAME IN VARCHAR2,V_COL_NAM IN VARCHAR2,V_RPRT_DATE varchar2, V_FLTRCOL IN VARCHAR2, GRoup_COL in varchar2, GRoup_COL2 in varchar2 )
    
    Your Procedure call:
    EXECUTE Dwh_Production_Sum_Qtdytd_2401 ('20-DEC-2012','WO_RELEASE_DATE', 'ACTUAL_YIELD', 'TEST_PRODUCTION', 'ITEM_CODE', 'SITE_CODE__PARENT');
    

    As you can see, you pass a date into your Table name value, as value Date has passed where a string of characters. You must rectify and examine if each of the value you pass in your procedure call corresponds to the variable.

    Published by: Jen K on January 24, 2013 19:29

  • Problem with Bootcamp

    Hello, I have a late 2013 15 "Macbook Pro. Creating a partition using boot camp, the laptop screen went black, but I could see a non-mobile mouse pointer.  Fans on the Macbook Pro started to turn very hard.

    I gave him a few minutes, but nothing did, then I hit the power button.  After the laptop came back upward, I noticed that a partition has been created called "BOOTCAMP".

    I rebooted the laptop, press the "Option" key and Windows 10 setup via USB.  However, after entering my product key (I bought 10 Windows on USB key), I get a message that says something like: "No found images."  To install Windows, I use a custom USB key that I used with BootCamp.  I think I don't need to use the USB that was in the box of Windows 10.

    I don't know what happened here and wanted to know if someone could provide assistance.  Thank you!

    I am not sure, but I think that this happens when the key cannot be validated with microsoft.

    Try to enter the product key and see if you can then install windows 10 and then try to activate later.

  • Save the address book

    using tb 31.2, ow to save the address book or is it saved profile? also, how to make contact groups?

    Open "address book".
    Select the address book that you want to export.
    Tools > export

    See the first picture below

    This should open a window "Export Address Book".
    Usually, he chooses a generic file location that can be accessed before saving files. See third picture below. In your case, it seems that you see this window with the profile indicated instead. No worries, simply select the right directory.

    If you see the profile folder - you do not want to export an address book in your profile - it's already there as a mbox file. Do not select this place - you have to choose a location outside Thunderbird.

    First, you will need to choose where to save the file. Select the correct directory and folder where you want to export the file to. Identical to save any document you have to choose where to save it.
    See the second image as an example on the choice of a different location or use the left file pane to select.

    In my example - see third picture below.
    I chose a folder that I had previously created called my backup files, a folder that is located in the same place in the form of Documents, downloads etc.
    Give a name appropriate to address book file.
    Save as Type: choose LDIF or comma separated .csv
    Click on the button Save.

Maybe you are looking for

  • How can I change firefox raw text to HTML format?

    Firefox has replaced look at a format of html in plain text during the upgrade. Have not been able to find the solution.

  • Check Point virtual network adapter for SSL Network Extender

    I just downloaded an update recommended for Windows 10. After updating downlaoded, whenever I start my computer it say compatibility assistant this app is not working properly try to reinstall Check Point virtual network adapter for SSL Network Exten

  • Satellite P20-404 Pro battery does not load

    Installed battery. The energy capacity Manager shows 0%.After 2 days of loading there are no Kampala. What's not here?The battery is a PA3291. How can I test the function? Thanks in advance!

  • accountsd/mdworker high process after 10.11.4 upgrade

    I just applied the El Capitan 10.11.4 update this morning, and now my CPU spikes on every 10 seconds or more for 5 seconds at a time with the accountsd and mdworker processes.  I found old son since last year that blamed the Gmail accounts, but even

  • Unable to connect to the itunes account

    I bought the new Apple TV last week and I did all the setup but there is a problem with the accounts, I could connect to icloud and I could sign in gamecenter but when I try to sign into the itunes account it says "cannot connect to itunes", I reboot