Branching issue

Dear experts,
I create a new member in page 34.
I create the memberid from a sequence.
When processing, I branch to page 37, where I like to set the memberid to the value of the just created member.
(so in the branch definition I have selected to set P37_MEMBERID with the value &P34_MEMBERID.)
The issue is, that I created in example memberid 277 (on page 34) and a value of 276 is set (on page 37).
(and the sequence no 276 has never been created - looks like this sequence No. has been skiped)
Can someone give me a hint?
Kind regards
Lorenz

Switch on Debug mode and check the Output.
brgds,
Peter
get Syntax Highlighting for the Application Builder: http://apex.oracle.com/pls/apex/f?p=APEX_DEVELOPER_ADDON:ABOUT:0:::::
Blog: http://www.oracle-and-apex.com
ApexLib: http://apexlib.oracleapex.info
BuilderPlugin: http://builderplugin.oracleapex.info
Work: http://www.click-click.at and http://www.wirsindapex.at

Similar Messages

  • Apex 4.1 Login Page 101 Branching Issue

    Branching Issue from P101 based upon P101_USERNAME value entered..Please Help!
    I'm having the following code on Page101 main 'login' process. The goal is to go to page 100 if the user is a normal V_USER or go to page 200 if the user is V_ADMIN. For the P101_USERNAME value, I'm determining whether the user or admin variable in my login process. However, I'm NOT branching correctly to the expected page.
    The function calls to determine whether V_USER or V_ADMIN work correctly in my tests outside of APEX.
    To prove the following, I hard-coded the page no. to either 100 or 200 and both of them direct to the right page, upon login, in such instances. However, when I'm determining the branching path with the below function call, the branching fails and Always goes to Page 100..I'm totally perplexed. Please help.
    The thread on the forums was helpful but the user who potentially got his answer didn't show the final example as to how it worked for him.
    Re: Apex 4.1 Redirect after login
    My login process on P101 main apex login page..
    --Page101 'login' process
    DECLARE
    v_path VARCHAR2(40);
    v_role VARCHAR2(200);
    FUNCTION getUserRole RETURN VARCHAR2
    IS
    v_ret VARCHAR2(40);
    v_user VARCHAR2(40);
    BEGIN
    IF v_ret IS NULL THEN
    BEGIN
    v_user := LTRIM(RTRIM(HTF.ESCAPE_SC(v('P101_USERNAME'))));
    --//Tested these calls outside of apex and work as expected perfectly.
              IF (my_pkg.is_user(v_user) = 'Y' AND my_pkg.is_admin(v_user) = 'N') THEN
    v_ret := 'V_USER';
    ELSIF (my_pkg.is_user(v_user) = 'N' AND my_pkg.is_admin(v_user) = 'Y') THEN
    v_ret := 'V_ADMIN';
    END IF;
    EXCEPTION WHEN OTHERS THEN NULL;
    END;
    END IF;
    RETURN (v_ret);
    EXCEPTION WHEN OTHERS THEN RETURN v_ret;
    END getUserRole;
    BEGIN
    --//Set page path for user/admin. if not use default page 100
    v_role := getUserRole;
    --//Hardcoding works as expected. but the above line getUserRole doesn't compute properly
    --//The my_pkg.is_user, my_pkg.is_admin work and return values as expectd.
    --//I'm not sure whether P101_USERNAME value is available or not in this main 'login' procedure on P101
    --//v_role := 'V_ADMIN';
    if v_role = 'V_ADMIN' then
    v_path := ':200';
    :APPVAR_ROLE := 'V_ADMIN';
    :APPVAR_LOGIN_BRANCH := '200';
    :FSP_AFTER_LOGIN_URL := NULL;
         wwv_flow_custom_auth_std.login(
    P_UNAME => :P101_USERNAME,
    P_PASSWORD => :P101_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => :APP_ID||v_path);
    elsif v_role = 'V_USER' then
    v_path := ':100';
    :APPVAR_ROLE := 'V_USER';
    :APPVAR_LOGIN_BRANCH := '100';
    :FSP_AFTER_LOGIN_URL := NULL;
    wwv_flow_custom_auth_std.login(
    P_UNAME => :P101_USERNAME,
    P_PASSWORD => :P101_PASSWORD,
    P_SESSION_ID => v('APP_SESSION'),
    P_FLOW_PAGE => :APP_ID||v_path);
    end if;
    end;
    --------------------

    There is a simpler method to accomplish this.
    On your home page (typically page 1) create a branch with the branch point "on load before header"
    Set the action to your desired target page.
    Create a condition based on your user's role .
    Which I see are similar instructions to those suggested in your linked message.
    Scott

  • Proxy Controller / IPS branch issue

    I'm attempting to install my first remote proxy. I've configured a zone on a Solaris 11 host dedicated for this purpose. The host / zone have no issues reaching the IPS repository. OCDoctor.sh --proxy-prereq confirms all checks are OK.
    When I try to use the EC to deploy the proxy it fails (with no explanation), so I'm attempting to install it manually if only to see what is going wrong. Here's what's happening.
    root@opsproxy:~/xvmoc_full_bundle# pkg publisher
    pkg: Unable to set locale 'en_CA.UTF8'; locale package may be broken or
    not installed. Reverting to C locale.
    PUBLISHER TYPE STATUS URI
    solaris (syspub) origin online proxy://http://myhost.company.com:8080/
    root@opsproxy:~/xvmoc_full_bundle# *./install -p*
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
    LC_ALL = "",
    LC_COLLATE = "",
    LC_CTYPE = "",
    LC_MESSAGES = "",
    LC_MONETARY = "",
    LC_NUMERIC = "",
    LC_TIME = "",
    LANG = "en_CA.UTF-8"
    are supported and installed on your system.
    perl: warning: Falling back to the standard locale ("C").
    Verifying we can reach the solaris IPS repository.
    This may take a couple of minutes if it is not currently reachable.
    solaris IPS publisher is reachable
    Error: //solaris/[email protected],5.11-0.175.0.0.0.2.0 not found in solaris IPS repository, exiting
    Looking at my OPS repo, I have a few branches
    - 0.5.11,5.11-0.175.0.11.0.4.1
    - 0.5.11,5.11-0.175.0.10.0.5.0
    - 0.5.11,5.11-0.175.0.9.0.5.0
    I admit though that I don't yet fully understand what these branches represent or why my install attempt seems to be looking for a much older one.
    Thanks for any assistance you can provide.

    Thanks for the link. I'll keep that in my back pocket.
    The issue turned out to be that my IPS repository. I had built it manually before even installing the EC. Once the EC was installed I needed to basically shut down my own pkg/server and configure a Solaris 11 library within the EC pointing to the mount of my repository. The EC then re-sync's the repository, remounts the NFS share in a new location and reconfigures the pkg/server service on a new TCP port.
    Once I had an EC-blessed repository I was able to deploy a proxy server.

  • OSB Branch Problem

    Hi there,
    I have created a set of Business Services backed by SOAP services and then Proxy Services for each (3). The three Proxy Services are then configured in a new "Wrapper" Proxy Service which uses one of the Request Parameters to do a Branch. The Branch will then drop to a route/routing for each original Proxy Service backed by a Business Service. This is a content based routing scheme.
    I have successfully tested the 3 Proxy Services. When I run the "Wrapper" service the OSB server has an error:
    Sep 2, 2009 12:46:09 AM MDT> <Error> <OSB Kernel> <BEA-382016> <Failed to instantiate router for service ProxyService zzzz PoC1 OSB/ProxyService/getZzzzzzzzzzzService: com.bea.wli.sb.management.BrokerManagementException: com.bea.wli.sb.stages.StageException: The xquery cannot have an unbound current node.
    com.bea.wli.sb.management.BrokerManagementException: com.bea.wli.sb.stages.StageException: The xquery cannot have an unbound current node.
         at com.bea.wli.sb.pipeline.BranchNode.<init>(BranchNode.java:89)
         at com.bea.wli.sb.pipeline.RouterCompiler.compileNode(RouterCompiler.java:129)
         at com.bea.wli.sb.pipeline.RouterCompiler.compileFlow(RouterCompiler.java:115)
         at com.bea.wli.sb.pipeline.Router.<init>(Router.java:135)
         at com.bea.wli.sb.pipeline.RouterCompiler.compileRouter(RouterCompiler.java:89)
         Truncated. see log file for complete stacktrace
    com.bea.wli.sb.stages.StageException: The xquery cannot have an unbound current node.
         at com.bea.wli.sb.stages.expressions.ExpressionHelper.validateXQuery(ExpressionHelper.java:481)
         at com.bea.wli.sb.stages.expressions.ExpressionHelper.validate(ExpressionHelper.java:59)
         at com.bea.wli.sb.stages.expressions.ExpressionHelper.getExecutor(ExpressionHelper.java:325)
         at com.bea.wli.sb.stages.expressions.ExpressionBuilderImpl.getExecutor(ExpressionBuilderImpl.java:151)
         at com.bea.wli.sb.stages.expressions.ExpressionBuilderImpl.getExecutor(ExpressionBuilderImpl.java:143)
         Truncated. see log file for complete stacktrace
    My questions:
    #1) - any ideas on the way to fix the error ?
    #2) - When I can do a basic invocation for the Wrapper Proxy Service I will then need to map the "Wrapper" Request (parameters) to the individual Proxy Request that is routed to (they have different WSDLs / signatures) AND then do the mapping on the Result (Response). I was planning to do an "Assign/Replace" but have not been successful yet. Any ideas on this?
    All hints are appreciated.
    Thanks,
    David.

    Hi there,
    I have solved everything but the Branching Issue. I added Branching at the end and it causes an Error of "UNBOUND CURRENT NODE". You can see my Proxy Service below:
    <Sep 8, 2009 5:55:26 AM MDT> <Error> <OSB Kernel> <BEA-382018> <Unable to generate runtime for router configuration: <ser:router xmlns:ser="http://www.bea.com/wli/sb/services" xmlns:tran="http://www.bea.com/wli/sb/transports" xmlns:env="http://www.bea.com/wli/config/env" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:con="http://www.bea.com/wli/sb/pipeline/config" xmlns:con1="http://www.bea.com/wli/sb/stages/config" xmlns:con2="http://www.bea.com/wli/sb/stages/transform/config" xmlns:con3="http://www.bea.com/wli/sb/stages/logging/config" xmlns:con4="http://www.bea.com/wli/sb/stages/routing/config">
    <con:pipeline type="request" name="PipelinePairNode1_request">
    <con:stage name="AssignPresentBy">
    <con:context>
    <con1:varNsDecl namespace="http://www.abcd.ca/TicketRedemptionRequestSchema" prefix="tic"/>
    </con:context>
    <con:actions>
    <con2:assign varName="presentBy">
    <con1:id>_ActionId-5723152188531464211-2ff2ab54.1239606fa8b.-7efc</con1:id>
    <con2:expr>
    <con1:xqueryText>fn:data($body/parameters/tic:present_by)</con1:xqueryText>
    </con2:expr>
    </con2:assign>
    </con:actions>
    </con:stage>
    </con:pipeline>
    <con:pipeline type="response" name="PipelinePairNode1_response"/>
    <con:flow>
    <con:pipeline-node name="PipelinePairNode1">
    <con:request>PipelinePairNode1_request</con:request>
    <con:response>PipelinePairNode1_response</con:response>
    </con:pipeline-node>
    <con:branch-node type="condition" name="PresentByBranch">
    <con:context>
    <con1:varNsDecl namespace="http://www.abcd.ca/TicketRedemptionRequestSchema" prefix="tic"/>
    <con1:varNsDecl namespace="http://abcd.ca/TicketRedemptionResultSchema" prefix="tic1"/>
    </con:context>
    <con:branch-table variable="presentBy">
    <con:xpath>
    <con1:xpathText>./text()</con1:xpathText>
    </con:xpath>
    <con:branch name="VrtBranch">
    <con:operator>equals</con:operator>
    <con:value>vrt</con:value>
    <con:flow>
    <con:route-node name="VrtRoute">
    <con:context>
    <con1:userNsDecl namespace="ld:logical/ticket_redemption_by_vrt_ws" prefix="ns"/>
    <con1:varNsDecl namespace="http://www.abcd.ca/TicketRedemptionRequestSchema" prefix="tic"/>
    <con1:varNsDecl namespace="http://abcd.ca/TicketRedemptionResultSchema" prefix="tic1"/>
    </con:context>
    <con:actions>
    <con4:route>
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7f6c</con1:id>
    <con4:service ref="abcd-PoC1-OSB/BusinessService/ticket_redemption_by_vrt" xsi:type="ref:BusinessServiceRef" xmlns:ref="http://www.bea.com/wli/sb/reference"/>
    <con4:operation>getTicketRedemptionByVrt</con4:operation>
    <con4:outboundTransform>
    <con2:assign varName="trRequest">
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7f6b</con1:id>
    <con2:expr>
    <con1:xqueryTransform>
    <con1:resource ref="abcd-PoC1-OSB/xquery/ticketRedemptionVrtRequest"/>
    <con1:param name="ticketRedemptionRequest1">
    <con1:path>$body</con1:path>
    </con1:param>
    </con1:xqueryTransform>
    </con2:expr>
    </con2:assign>
    <con3:log>
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7f6a</con1:id>
    <con3:logLevel>error</con3:logLevel>
    <con3:expr>
    <con1:xqueryText>$body</con1:xqueryText>
    </con3:expr>
    <con3:message>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA</con3:message>
    </con3:log>
    <con2:replace varName="body">
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7f69</con1:id>
    <con2:location>
    <con1:xpathText>./*</con1:xpathText>
    </con2:location>
    <con2:expr>
    <con1:xqueryText>$trRequest</con1:xqueryText>
    </con2:expr>
    </con2:replace>
    <con3:log>
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7f68</con1:id>
    <con3:logLevel>error</con3:logLevel>
    <con3:expr>
    <con1:xqueryText>$body</con1:xqueryText>
    </con3:expr>
    <con3:message>BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB</con3:message>
    </con3:log>
    </con4:outboundTransform>
    <con4:responseTransform>
    <con2:assign varName="trResponse">
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7f67</con1:id>
    <con2:expr>
    <con1:xqueryTransform>
    <con1:resource ref="abcd-PoC1-OSB/xquery/ticketRedemptionVrtResponse"/>
    <con1:param name="getTicketRedemptionByVrtResponse1">
    <con1:path>$body/ns:getTicketRedemptionByVrtResponse</con1:path>
    </con1:param>
    </con1:xqueryTransform>
    </con2:expr>
    </con2:assign>
    <con3:log>
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7f66</con1:id>
    <con3:logLevel>error</con3:logLevel>
    <con3:expr>
    <con1:xqueryText>$body</con1:xqueryText>
    </con3:expr>
    <con3:message>CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC</con3:message>
    </con3:log>
    <con2:replace varName="body">
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7f65</con1:id>
    <con2:location>
    <con1:xpathText>./*</con1:xpathText>
    </con2:location>
    <con2:expr>
    <con1:xqueryText>$trResponse</con1:xqueryText>
    </con2:expr>
    </con2:replace>
    <con3:log>
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7f64</con1:id>
    <con3:logLevel>error</con3:logLevel>
    <con3:expr>
    <con1:xqueryText>$body</con1:xqueryText>
    </con3:expr>
    <con3:message>DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD</con3:message>
    </con3:log>
    </con4:responseTransform>
    </con4:route>
    </con:actions>
    </con:route-node>
    </con:flow>
    </con:branch>
    <con:default-branch>
    <con:flow>
    <con:route-node name="DefaultRoute">
    <con:context/>
    <con:actions>
    <con4:route>
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7ef6</con1:id>
    <con4:service ref="abcd-PoC1-OSB/BusinessService/ticket_redemption_by_asset" xsi:type="ref:BusinessServiceRef" xmlns:ref="http://www.bea.com/wli/sb/reference"/>
    <con4:outboundTransform>
    <con3:log>
    <con1:id>_ActionId-7257948572351663971-4dcedc82.12399512af2.-7ed6</con1:id>
    <con3:logLevel>error</con3:logLevel>
    <con3:expr>
    <con1:xqueryText>$body</con1:xqueryText>
    </con3:expr>
    <con3:message>ZZZZZZZZZZZZZZZZZZZ D E F A U L T ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ</con3:message>
    </con3:log>
    </con4:outboundTransform>
    <con4:responseTransform/>
    </con4:route>
    </con:actions>
    </con:route-node>
    </con:flow>
    </con:default-branch>
    </con:branch-table>
    </con:branch-node>
    </con:flow>
    </ser:router>>
    com.bea.wli.sb.management.BrokerManagementException: com.bea.wli.sb.stages.StageException: The xquery cannot have an unbound current node.
         at com.bea.wli.sb.pipeline.BranchNode.<init>(BranchNode.java:89)
         at com.bea.wli.sb.pipeline.RouterCompiler.compileNode(RouterCompiler.java:129)
         at com.bea.wli.sb.pipeline.RouterCompiler.compileFlow(RouterCompiler.java:115)
         at com.bea.wli.sb.pipeline.Router.<init>(Router.java:135)
         at com.bea.wli.sb.pipeline.RouterCompiler.compileRouter(RouterCompiler.java:89)
         Truncated. see log file for complete stacktrace
    com.bea.wli.sb.stages.StageException: The xquery cannot have an unbound current node.
         at com.bea.wli.sb.stages.expressions.ExpressionHelper.validateXQuery(ExpressionHelper.java:481)
         at com.bea.wli.sb.stages.expressions.ExpressionHelper.validate(ExpressionHelper.java:59)
         at com.bea.wli.sb.stages.expressions.ExpressionHelper.getExecutor(ExpressionHelper.java:325)
         at com.bea.wli.sb.stages.expressions.ExpressionBuilderImpl.getExecutor(ExpressionBuilderImpl.java:151)
         at com.bea.wli.sb.stages.expressions.ExpressionBuilderImpl.getExecutor(ExpressionBuilderImpl.java:143)
         Truncated. see log file for complete stacktrace
    If you have any ideas on how to debug this itb would be much appreciated!
    Thanks,
    David.

  • Latency and Intermittent connection since 24th of July.

    There is a large tree branch leaning on the cable wire in the back rinning from the main box to the pole. The wire looks intertwined in smaller branches and a larger branch leaning heavily on it making like a v effect.  This would cause noise frequency and an intermmittent connection according to what I read online. Accordingly any weight on a cable wire would cause for an signal interference. The area was affected by several outages in the last 2 weeks, which appeared to be resolved, one which was a lightning strike on one of the Nodes. I believe there still be something wrong because others in the area are getting intermittency and weak signals at certain times and not others.  Since I use the internet for work purposes I need the connection to provide over 100mbps of download at least 99 percent of the time. This is what I am paying for. I am getting 30 at times and 100 at others causing it to be difficult to do my job.  I have had the service checked several times and they keep reporting yellow signal of high noise frequency comming to the co-axle from somewhere. There were not able to pin point it, but the large tree branch may be the issue.  After speaking to several reps. over the last 2 weeks and reporting the need to free the drop wire from the tree branch at least a dozen times to reps in technical support, I found out yesterday that there is no NOTES taken anywhere on the account reporting a tree branch issue. This convinced me that comcast is falsifying/modifying the support call notes for some reason. In fact since the 29th of July when a technician took pictures of the issue and allegedly reported this to maintenance, NOTHING has been done about the tree branch or the latency and intermittent connection I still have.  I also had a major CREEPY experience with the technician that came out here that day.  I now have an appointment for Monday which was rescheduled again from Thursday without notice and I waited hour on Thursday for someone to show up, but no one did and they rescheduled it until Monday without an explanation. Supervisor said it might be because they needed a bigger team to come out on Monday. If this is not taken care of on Monday Corporate will be hearing more of me. 

    Dear Complaining,
    I am so sorry for the delay! I have sent you a private message so that we can discuss your service concerns more freely.
    At the top of each Forum page, you will see a small gray envelope icon. This icon will have a number next to it if you have any new messages waiting. To open a PM to read it, double click on the envelope. If you click on the white envelope a window will open with tabs for your Private Message Inbox, Sent Messages, Friends, Ignored Users, and Compose new Message. You can also access this area by clicking on the Username in a Thread or post. By default, Private Messages are enabled. You can disable this feature in My Settings>Preferences> Private Messenger.

  • Fork issue: Agent assignment is not happening in 1 branch but working for t

    Hi,
    I have a fork with 3 branches.
    Agent assisgnment is happening in 1 branch but not happening in the other 2 branches.
    The branch of fork that works has all the agents in an internal table.I created a <b>'multiline container element'</b> and assigned the agent to this element in the next step.This is happening in a loop, until all the agents in the internal table are sent a workitem.This is working fine.
    The branch of fork that doesn't work has a single agent.I determine the agent in a step <u>before fork</u>. The step immediately after fork must be assigned the agent - as an <u>expression.</u>
    For testing purpose, i assigned a <u>'User'</u> instead of an Expression , yet in the log, i get <b>'No Agent'</b>. What should i do?
    Could you please help in resolving this issue?
    Regards,
    Monica.

    Hi Monica,
    check my answer here:
    Agents are not getting assigned properly
    Plus could you please stop creating new threads in this forum with the same problem?
    Kind regards, Rob dielemans

  • Workflow BRANCH Step issues...

    Hi Guru's
    For Branch step as per Dataref guide we can have "n"  no of validations..
    But when i add more that 4 validations and try to connect this to next step..system gives me an error ...
    Step " Notify is not connected properly"...What is this ..I mean the connection is correct ...Then why is this doing ..
    Is there a llimitation to this...
    Does anyone knows about this?
    Regards
    Vikrant M Kelkar

    This is resolved now..Issue was I didnt complete the step ..
    I had linke notify step after Branch and had forgot to attach stop step..
    Silly mistakes ..But learning now..
    Thanks to all who have took effort in reading this thread..
    Regards
    Vikrant M Kelkar..

  • Re: Define new business places or issuing branches.

    Hi All,
    I have defined some new business places or issuing branches for one company code. Now I need to do testing for the new defined business places..
    Can some one tell me what need to be tested and included in test document for this requirement. Here is the menu path for defining new business places or issuing branches..
    spro-cross application components-general application function-cross application document numbering-define issuing branch..
    please advice..
    regards,
    chandu

    ooooohh now replays..it's ok
    chandu

  • BPM - Issue on Deadline branch on a Block

    Hello,
    I have designed a BPM to access to an Inbound Proxy. I have put the call to the Proxy on a Block, and I have added the deadline and the exception branches.
    The exception branch runs ok, but the deadline branch not. I have put a infine loop on the proxy to the process goes to the deadline branch, but the process goes to the exception branch after a minute, and I have put the deadline branch on 2 minutes.
    Is this normal? Hou can I get that the process goes to the deadline exception?
    Thanks and regards,
    Manuel.

    One more way is to send a "stop collection" message from a proxy, chk this link
    /people/siva.maranani/blog/2005/05/22/schedule-your-bpm
    you ve to customize what Maranani describes so that the message is a "stop" rather than a "start" , hope it helps

  • Issue with Podcast ap?

    Hi,
    I already posted in the podcast production community and got a response stating that my podcast feed is NOT the issue, and that it must be an IOS or ap issue.  so here we go.
    I recently took over podcast duties for our podcast.  And around a month before I took over (mid-march)  I began recieving complaints that the podcast wasn't updating to subscribers.  It seems to be mostly from people using the IOS podcast ap.  I am using it myself, and I can search for the podcast and find it, but as a subscriber the podcast will not update automatcially, or aknowledge that a new podcast has been uploaded.  I am aware that it can take a few days to update from my feed, but it still should alert subscribers when a new podcast is uploaded.
    With that said, the podcasts are being updated at the store, the podcast ap is not updating on several subscriber's iphones unless they search for it, which defeats the purpose of being a subscriber.
    Any thoughs?
    my page https://itunes.apple.com/us/podcast/branches-a-christian-church/id512745759?mt=2
    Thanks in advance for the help!

    Can you post the output to the command "debug client "?
    Can you try if the client has any issues if he was connected to an SSID with OPEN authentication?
    Is the wireless NIC drivers updated?

  • Unable to render video in PSCS4 - Error Messages- QT DLL Issue??

    I started this thread in the Adobe Forums for PhotshopCS4, but the consensus there was that my issue is a QuickTime issue, perhaps with a DLL and iTunes. I have included a few of those suggestions at the end of the post. I have tried uninstalling QT Pro, cleaning and reinstalling with no improvement. I have not removed iTunes and reinstalled.
    `````````````````
    I am unable to render video it seems in Photoshop CS4 Extended. Despite having the latest QuickTime Pro installed and all updates to Vista 32 bit and to CS4 Design Premium, I get the following error message:
    "The procedure entry point CFCreateApplicationRepositoryPath could not be located in the data link library CoreFoundation.dll"
    This happens when, for example, I load 100 medium resolution JPEGs as an image sequence and choose File >Export > Render Video.
    If I OK through the error a couple of times I get a screen with output options, but usually some are greyed out. When I CAN put in QuickTime settings and choose export I get the following error:
    "Could not complete the Render Video Command because of a program error."
    When I have opened a support case with Adobe it has regularly been closed after being told to get QuickTime 7.2 or higher. GGGrrrr. I have QT 7.6.5 Pro installed.
    Any help much appreciated....I do have Premiere Elements 7 installed as well FYI.
    Thanks! System Info below:
    Adobe Photoshop Version: 11.0.1 (11.0.1x20090218 [20090218.r.523 2009/02/18:02:00:00 cutoff; r branch])
    Operating System: Windows Vista 32-bit
    Version: 6.0 Service Pack 2
    System architecture: Intel CPU Family:6, Model:15, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2
    Physical processor count: 4
    Processor speed: 2400 MHz
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: GeForce 9500 GT/PCI/SSE2
    OpenGL Drawing: Enabled.
    Video Card: NVIDIA GeForce 9500 GT
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Driver: nvd3dum.dll,nvwgf2um.dll,nvwgf2um.dll
    Driver Version: 8.17.11.9562
    Built-in memory: 3070 MB
    Free memory: 1180 MB
    Memory available to Photoshop: 1632 MB
    Memory used by Photoshop: 80 %
    Image cache levels: 4
    Serial number: removed
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS4\
    Temporary file path: C:\Users\Phil\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
    C:\, 289.2G, 122.5G free
    E:\, 298.1G, 50.0G free
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS4\Plug-ins\
    Additional Plug-ins folder: not set
    Was your QT properly installed with correct privileges? As Mr. Cox said, it seems there is an issue with your QT install. also, in the QT system control panle, enable the Allow Encoding using Legacy CoDecs option. this often fixes the weirdest issues (as it also catches a number of other legacy calls to QT components)...
    Mylenium
    Thanks guys- the QT install SEEMS fine....? I will try allowing legacy CODECs and if that doesnt ehlp I will totally uninstall QT Pro, clean the registry, reboot and install QT from the top. Will let you know how I get on with this.
    Phil
    I have enabled using legacy CODECs and restarted, same error message.
    I have completely uninstalled QuickTime(Pro), run CCleaner to clear files and the registry...I have then rebooted, reinstalled Quicktime(Pro) 7.6.5, rebooted. I get the very same error message at that time.
    Any further suggestions appreciated.
    All the google searches point directly at Apple like Chris pointed out. I noticed that there were a lot of Apple product hits but the most standing out was itunes. Did you happen to install itunes software (or some other Apple product) and maybe itunes over-wrote the .DLL? Other then that thought I don't have any other input.
    I agree this is an issue with an Apple DLL. The error you're getting suggests that the wrong version of the DLL is being used. It means that the thing that is rendering the video is expecting the CoreFoundation DLL to have a particular function called CFCreateRepositoryPath but it's not there.
    What could be happening is that there are multiple instances of this DLL on the computer and the PATH is leading to the wrong one.
    You might search your entire hard-drive and find where the CoreFoundation DLL exists and what version each is. If there is only one version, then perhaps your version of QuickTime is actually too new. Photoshop 11.0.1 came out a long time ago, and the version of QuickTime referred to in the support-ticket-closure response is also pretty old, so maybe the newest QuickTime is using a newer version of the DLL that Photoshop knows how to deal with.
    Searching my system for CoreFoundation. there is one smaller version of the DLL in Apple Application Support dated in November and then several larger ones in directories dealing with mobile phones like the iPhone, which I don't have one of, dated a few months earlier.
    I'm guessing the iPhone stuff came with iTunes, which I do have installed, though I don't really use it.
    Thanks for looking, really hoping for some help here.

    "The procedure entry point CFCreateApplicationRepositoryPath could not be located in the data link library CoreFoundation.dll"
    Thanks for all the detailed information, pw. It's very helpful.
    Okay, the most recent versions of QuickTime require a fully functional Apple Application Support in order to run properly. You're getting a problem with one of the Apple Application Support dlls. So the best thing to do first would be to uninstall both Apple Application Support and QuickTime, and then reinstalling QuickTime (which should reinstall a fresh version of Apple Application Support).
    There's 7/Vista 32-bit instructions for doing that in the following post:
    http://discussions.apple.com/thread.jspa?messageID=10760492&#10760492

  • Surface Pro 2, Functionality Issues with Photoshop

    I've been working with PS for years, and previously used a Cintiq, but i would like to branch out somewhat to a Surface Pro 2 by Microsoft. However, i've been having issues with the way the pen works and how the program reacts to swiping.
    I would like to know if i can change the functionality of the button on the stylus on the Surface Pro, as i often have with my Cintiq tablet. Currently it pulls up the brush menu, when i would like it to function as an eraser.
    Further, PS seems to react to any upward swipe from my finger by throwing the view of the canvas wildly to the upper corner, rather than a gentle scroll.

    I've been working with PS for years, and previously used a Cintiq, but i would like to branch out somewhat to a Surface Pro 2 by Microsoft. However, i've been having issues with the way the pen works and how the program reacts to swiping.
    I would like to know if i can change the functionality of the button on the stylus on the Surface Pro, as i often have with my Cintiq tablet. Currently it pulls up the brush menu, when i would like it to function as an eraser.
    Further, PS seems to react to any upward swipe from my finger by throwing the view of the canvas wildly to the upper corner, rather than a gentle scroll.

  • Issue in mapping.. Source message expect with prefix ns0 in input message!

    Issue in mapping.. Source message expect with prefix ns0 in input message
    Hi All,
    I used the XSD structure which I got from partner which starts like below.
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://xxxx.com/DirectSales/CustomerData" xmlns:prodata="urn:schemas-progress-com:xml-prodata:0001" xmlns="">
    <xsd:element name="CustomerRequest" prodata:proDataSet="true">
    I'm receiving the messages through SOAP adapter and the message looks like below.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?><!-- Technical Routing --> <CustomerRequest xmlns='http://XXXX.com/DirectSales/CustomerData' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:SE='http://schemas.xmlsoap.org/soap/encoding/'>
    The message is failing during mapping. When i checked in message mapping, I found that the input source message is expecting with prefix "ns0" like <ns0:CustomerRequest...
    how I can solve this issue? Is there anyway I can add the prefix "ns0" before it comes to mapping step.?
    Thanks
    Deepthi

    Hi Guys,
    I tried to use the below paramter.
    anonymizer.acceptNamespaces         'http://XXXX.com/DirectSales/CustomerData  ns0
    The ns0 is coming in all the tags including segments and fields. I just want ns0 to come only at the root level ie <ns0:customerReq..>
    it is coming like below...
    - <ns0:CustomerRequest xmlns:ns0="http://XXXXXX.com/DirectSales/CustomerData">
    - <ns0:ttCustomer>
      <ns0:branch-num>1424</ns0:branch-num>
      <ns0:cust-num>121</ns0:cust-num>
      <ns0:contact-code>3</ns0:contact-code> 
       </ns0:ttCustomer>
      </ns0:CustomerRequest>
    I want the message to come as
    - <ns0:CustomerRequest xmlns:ns0="http://XXXXXX.com/DirectSales/CustomerData">
    - <ttCustomer>
      <branch-num>1424</branch-num>
      <cust-num>121</cust-num>
      <contact-code>3</contact-code> 
       </ttCustomer>
      </CustomerRequest>
    Kindly help me with the paramater value  to be passed for anonymizer.acceptNamespaces.
    Thanks
    Deepthi

  • SoftPhone over VPN audio issue

    Having a "one-way" audio issue when IPC connects over VPN to any Main Office IP Phones (7960). Remote IPC (softphone) shows "0 Received" Packets, but the IP Phone shows them as being sent.
    This does NOT happen if IPC contacts another IPC on a PC at Main Site, or any kind of phone at the other branch offices.
    Have looked at all of the audio settings on the VPN IPC unit, they are correct.
    Any ideas?

    Try to sniff the Ethernet traffic during call setup at the CallManager. When Callmanager sends Call Control messages to remote party, it could send wrong IP address or UDP port as an RTP parameters.
    Another components could block the traffic are firewalls. How do you have your VPN tunnel built? Do you use Cisco VPN Client? What terminates your VPN traffic at the central location? PIX, VPN3000 or Router? Traffic may go one way without a change, and some protocol FixUp may be triggered for this traffic on the way back. If you have access to firewall logs, check if you have any traffic dropped.
    Good luck,
    Mike
    http://www.headsetadapter.com

  • Calling issue with Cisco 7937 conference station

    Hi Friends,
    I am facing issue wiht Cisco 7937 conference station, our customer have various branch offices accross the world. All branches are connected over MPLS through service provider( SIP service provider) . there is a centralized CUCM and remote office have SIP Voice gateways .
    When making calls from once remote site to another using Cisco 6921 phones calls working fine
    When making calls from once remote site to another using Cisco 7937 conference station to make call  any phone at remote office, calls are getting disconneted, remote phone rings when calls,  but its gets fast busy tone when other party picks up the phone and  not able to talk.
    I suspect the issue with Codec but we have configured transcoders  in VG and registered with CUCM
    Please help me if any one experience such issue earlier.
    Regards
    Siva

    hi Basant,
    1. Actually tow phones A and B are registerd with centralized CUCM, A and B are located in two different locations, RTP traffic between And B pass through service provider. 
    Call Flow --> Phone A ---->CUCMRouterpattern--> SIP trunk ----> Voice gateway--->Service provider cloud---> Respective Voice Gateway---> CUCM -- Phone B
    Show Run
    =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2014.02.27 15:14:52 =~=~=~=~=~=~=~=~=~=~=~=
    sh run
    Building configuration...
    Current configuration : 12139 bytes
    ! Last configuration change at 06:35:59 UTC Tue Feb 25 2014
    ! NVRAM config last updated at 11:16:38 UTC Mon Feb 24 2014 by administrator
    ! NVRAM config last updated at 11:16:38 UTC Mon Feb 24 2014 by administrator
    version 15.1
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname eucamvgw01
    boot-start-marker
    boot system flash:c2900-universalk9-mz.SPA.151-4.M5.bin
    boot-end-marker
    card type e1 0 0
    logging buffered 51200 warnings
    no logging console
    no aaa new-model
    no network-clock-participate wic 0
    no ipv6 cef
    ip source-route
    ip traffic-export profile cuecapture mode capture
    bidirectional
    ip cef
    ip multicast-routing
    ip domain name drreddys.eu
    ip name-server 10.197.20.1
    ip name-server 10.197.20.2
    multilink bundle-name authenticated
    stcapp ccm-group 2
    stcapp
    stcapp feature access-code
    stcapp feature speed-dial
    stcapp supplementary-services
    port 0/1/0
    fallback-dn 5428025
    port 0/1/1
    fallback-dn 5428008
    port 0/1/2
    fallback-dn 5421462
    port 0/1/3
    fallback-dn 5421463
    isdn switch-type primary-net5
    crypto pki token default removal timeout 0
    voice-card 0
    dsp services dspfarm
    voice call send-alert
    voice call disc-pi-off
    voice call convert-discpi-to-prog
    voice rtp send-recv
    voice service voip
    ip address trusted list
    ipv4 10.198.0.0 255.255.255.0
    ipv4 152.63.1.0 255.255.255.0
    address-hiding
    allow-connections sip to sip
    no supplementary-service h225-notify cid-update
    no supplementary-service sip moved-temporarily
    no supplementary-service sip refer
    fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none
    fax-relay ans-disable
    sip
    rel1xx supported "track"
    privacy pstn
    no update-callerid
    early-offer forced
    call-route p-called-party-id
    voice class uri 100 sip
    host 41.206.187.71
    voice class codec 10
    codec preference 1 g711alaw
    codec preference 2 g711ulaw
    codec preference 3 ilbc
    codec preference 4 g729r8
    codec preference 5 g729br8
    voice class codec 20
    codec preference 1 g729br8
    codec preference 2 g729r8
    voice moh-group 1
    moh flash:moh/Panjo.alaw.wav
    description MOH G711 alaw
    multicast moh 239.1.1.2 port 16384 route 10.198.2.9
    voice translation-rule 1
    rule 1 /^012237280\(..\)/ /54280\1/
    rule 2 /^012236514\(..\)/ /54214\1/
    rule 3 /^01223651081/ /5428010/
    rule 4 /^01223506701/ /5428010/
    voice translation-rule 2
    rule 1 /^00\(.+\)/ /+\1/
    rule 2 /^0\(.+\)/ /+44\1/
    rule 3 /^\([0-9].+\)/ /+\1/
    voice translation-rule 3
    rule 1 /^9\(.+\)/ /\1/
    rule 2 /^\+44\(.+\)/ /0\1/
    rule 3 /^\+\(.+\)/ /00\1/
    voice translation-rule 4
    rule 1 /^54280\(..\)/ /12237280\1/
    rule 2 /^54214\(..\)/ /12236514\1/
    rule 3 /^\+44\(.+\)/ /\1/
    rule 4 /^.54280\(..\)/ /12237280\1/
    rule 5 /^.54214\(..\)/ /12236514\1/
    voice translation-rule 9
    rule 1 /^\(....\)/ /542\1/
    voice translation-rule 10
    voice translation-rule 11
    rule 1 /^\+44122372\(....\)/ /542\1/
    rule 2 /^\+44122365\(....\)/ /542\1/
    voice translation-rule 12
    voice translation-rule 13
    rule 1 /^\([18]...\)/ /542\1/
    voice translation-rule 14
    voice translation-profile MPLS-incoming
    translate calling 10
    translate called 9
    voice translation-profile MPLS-outgoing
    translate calling 11
    translate called 12
    voice translation-profile PSTN-incoming
    translate calling 2
    translate called 1
    voice translation-profile PSTN-outgoing
    translate calling 4
    translate called 3
    voice translation-profile SRST-incoming
    translate calling 14
    translate called 13
    license udi pid CISCO2921/K9 sn FGL145110RE
    hw-module ism 0
    hw-module pvdm 0/0
    username administrator privilege 15 secret 5 $1$syu5$DsxdOgfS7Wltx78o4PV.60
    redundancy
    controller E1 0/0/0
    ip tcp path-mtu-discovery
    ip scp server enable
    interface Embedded-Service-Engine0/0
    no ip address
    shutdown
    interface GigabitEthernet0/0
    description internal LAN
    ip address 10.198.2.9 255.255.255.0
    duplex auto
    speed auto
    interface ISM0/0
    ip unnumbered GigabitEthernet0/0
    service-module ip address 10.198.2.8 255.255.255.0
    !Application: CUE Running on ISM
    service-module ip default-gateway 10.198.2.9
    interface GigabitEthernet0/1
    description to TATA NGN
    ip address 115.114.225.122 255.255.255.252
    duplex auto
    speed auto
    interface GigabitEthernet0/2
    description SIP Trunks external
    ip address 79.121.254.83 255.255.255.248
    ip access-group SIP-InBound in
    ip traffic-export apply cuecapture size 8000000
    duplex auto
    speed auto
    interface ISM0/1
    description Internal switch interface connected to Internal Service Module
    no ip address
    shutdown
    interface Vlan1
    no ip address
    ip forward-protocol nd
    no ip http server
    no ip http secure-server
    ip route 0.0.0.0 0.0.0.0 10.198.2.1
    ip route 10.198.2.8 255.255.255.255 ISM0/0
    ip route 41.206.187.0 255.255.255.0 115.114.225.121
    ip route 77.37.25.46 255.255.255.255 79.121.254.81
    ip route 83.245.6.81 255.255.255.255 79.121.254.81
    ip route 83.245.6.82 255.255.255.255 79.121.254.81
    ip route 95.223.1.107 255.255.255.255 79.121.254.81
    ip route 192.54.47.0 255.255.255.0 79.121.254.81
    ip access-list extended SIP-InBound
    permit ip host 77.37.25.46 any
    permit ip host 83.245.6.81 any
    permit ip host 83.245.6.82 any
    permit ip 192.54.47.0 0.0.0.255 any
    permit icmp any any
    permit ip host 95.223.1.107 any
    deny ip any any log
    control-plane
    voice-port 0/1/0
    compand-type a-law
    timeouts initial 60
    timeouts interdigit 60
    timeouts ringing infinity
    caller-id enable
    voice-port 0/1/1
    compand-type a-law
    timeouts initial 60
    timeouts interdigit 60
    timeouts ringing infinity
    caller-id enable
    voice-port 0/1/2
    compand-type a-law
    timeouts initial 60
    timeouts interdigit 60
    timeouts ringing infinity
    caller-id enable
    voice-port 0/1/3
    compand-type a-law
    timeouts initial 60
    timeouts interdigit 60
    timeouts ringing infinity
    caller-id enable
    no ccm-manager fax protocol cisco
    ccm-manager music-on-hold bind GigabitEthernet0/0
    ccm-manager config server 152.63.1.19 152.63.1.100 172.27.210.5
    ccm-manager sccp local GigabitEthernet0/0
    ccm-manager sccp
    mgcp profile default
    sccp local GigabitEthernet0/0
    sccp ccm 10.198.2.9 identifier 3 priority 3 version 7.0
    sccp ccm 152.63.1.19 identifier 4 version 7.0
    sccp ccm 152.63.1.100 identifier 5 version 7.0
    sccp ccm 172.27.210.5 identifier 6 version 7.0
    sccp
    sccp ccm group 2
    bind interface GigabitEthernet0/0
    associate ccm 4 priority 1
    associate ccm 5 priority 2
    associate ccm 6 priority 3
    associate ccm 3 priority 4
    associate profile 1002 register CFB_UK_CAM_02
    associate profile 1001 register XCODE_UK_CAM_02
    associate profile 1000 register MTP_UK_CAM_02
    dspfarm profile 1001 transcode
    codec ilbc
    codec g722-64
    codec g729br8
    codec g729r8
    codec gsmamr-nb
    codec pass-through
    codec g711ulaw
    codec g711alaw
    codec g729ar8
    codec g729abr8
    maximum sessions 18
    associate application SCCP
    dspfarm profile 1002 conference
    codec g711ulaw
    codec g711alaw
    codec g729ar8
    codec g729abr8
    codec g729r8
    codec g729br8
    maximum sessions 2
    associate application SCCP
    dspfarm profile 1000 mtp
    codec g711alaw
    maximum sessions software 200
    associate application SCCP
    dial-peer cor custom
    name SRSTMode
    dial-peer cor list SRST
    member SRSTMode
    dial-peer voice 100 voip
    description *** Inbound CUCM ***
    translation-profile incoming PSTN-incoming
    incoming called-number .
    voice-class codec 10
    voice-class sip call-route p-called-party-id
    dtmf-relay rtp-nte
    no vad
    dial-peer voice 500 voip
    description *** Inbound TATA MPLS ***
    translation-profile incoming MPLS-incoming
    session protocol sipv2
    session target sip-server
    incoming called-number ....
    incoming uri from 100
    voice-class codec 20
    dtmf-relay rtp-nte
    no vad
    dial-peer voice 510 voip
    description *** Outbound TATA MPLS ***
    translation-profile outgoing MPLS-outgoing
    destination-pattern 54[013-9]....
    session protocol sipv2
    session target ipv4:41.206.187.71
    session transport udp
    voice-class codec 20
    dtmf-relay rtp-nte
    no vad
    dial-peer voice 520 voip
    description *** Outbound TATA MPLS ***
    translation-profile outgoing MPLS-outgoing
    destination-pattern 5[0-35-9].....
    session protocol sipv2
    session target ipv4:41.206.187.71
    session transport udp
    voice-class codec 20
    dtmf-relay rtp-nte
    no vad
    dial-peer voice 200 voip
    description *** Inbound M12 *** 01223651081, 01223651440 - 01223651489
    translation-profile incoming PSTN-incoming
    session protocol sipv2
    session target sip-server
    session transport udp
    incoming called-number 0122365....
    dtmf-relay rtp-nte
    codec g711ulaw
    no vad
    dial-peer voice 201 voip
    description *** Inbound M12 *** 012237280XX
    translation-profile incoming PSTN-incoming
    session protocol sipv2
    session target sip-server
    session transport udp
    incoming called-number 012237280..
    dtmf-relay rtp-nte
    codec g711ulaw
    no vad
    dial-peer voice 202 voip
    description *** Inbound M12 *** 01223506701
    translation-profile incoming PSTN-incoming
    session protocol sipv2
    session target sip-server
    session transport udp
    incoming called-number 01223506701
    dtmf-relay rtp-nte
    codec g711ulaw
    no vad
    dial-peer voice 210 voip
    description *** Outbound M12 ***
    translation-profile outgoing PSTN-outgoing
    destination-pattern +...T
    session protocol sipv2
    session target ipv4:83.245.6.81
    session transport udp
    dtmf-relay rtp-nte
    codec g711alaw
    no vad
    dial-peer voice 211 voip
    description *** Outbound ISDN for SRST and emergency ***
    translation-profile outgoing PSTN-outgoing
    destination-pattern 9.T
    session protocol sipv2
    session target ipv4:83.245.6.81
    session transport udp
    dtmf-relay rtp-nte
    codec g711alaw
    no vad
    dial-peer voice 212 voip
    description *** Outbound ISDN for emergency ***
    translation-profile outgoing PSTN-outgoing
    destination-pattern 11[02]
    session protocol sipv2
    session target ipv4:83.245.6.81
    session transport udp
    dtmf-relay rtp-nte
    codec g711alaw
    no vad
    dial-peer voice 2000 voip
    description *** Outbound to CUCM Primary ***
    preference 1
    destination-pattern 542....
    session protocol sipv2
    session target ipv4:152.63.1.19
    voice-class codec 10
    voice-class sip call-route p-called-party-id
    dtmf-relay rtp-nte
    no vad
    dial-peer voice 2001 voip
    description *** Outbound to CUCM Secondary ***
    preference 2
    destination-pattern 542....
    session protocol sipv2
    session target ipv4:152.63.1.100
    voice-class codec 10
    voice-class sip call-route p-called-party-id
    dtmf-relay rtp-nte
    no vad
    dial-peer voice 2002 voip
    description *** Outbound to CUCM Teritiary ***
    preference 3
    destination-pattern 542....
    session protocol sipv2
    session target ipv4:172.27.210.5
    voice-class codec 10
    voice-class sip call-route p-called-party-id
    dtmf-relay rtp-nte
    no vad
    dial-peer voice 999010 pots
    service stcapp
    port 0/1/0
    dial-peer voice 999011 pots
    service stcapp
    port 0/1/1
    dial-peer voice 999012 pots
    service stcapp
    port 0/1/2
    dial-peer voice 999013 pots
    service stcapp
    port 0/1/3
    sip-ua
    no remote-party-id
    gatekeeper
    shutdown
    call-manager-fallback
    secondary-dialtone 9
    max-conferences 4 gain -6
    transfer-system full-consult
    ip source-address 10.198.2.9 port 2000
    max-ephones 110
    max-dn 400 dual-line no-reg
    translation-profile incoming SRST-incoming
    moh flash:/moh/Panjo.ulaw.wav
    multicast moh 239.1.1.1 port 16384 route 10.198.2.9
    time-zone 22
    time-format 24
    date-format dd-mm-yy
    line con 0
    login local
    line aux 0
    line 2
    no activation-character
    no exec
    transport preferred none
    transport input all
    transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
    stopbits 1
    line 131
    no activation-character
    no exec
    transport preferred none
    transport input all
    transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
    stopbits 1
    line vty 0 4
    session-timeout 60
    exec-timeout 60 0
    privilege level 15
    login local
    transport input all
    line vty 5 15
    session-timeout 60
    exec-timeout 60 0
    privilege level 15
    login local
    transport input all
    scheduler allocate 20000 1000
    ntp server 10.1.30.1
    end
    eucamvgw01#
    Sh SCCP
    =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2014.03.03 17:57:44 =~=~=~=~=~=~=~=~=~=~=~=
    SCCP Admin State: UP
    Gateway Local Interface: GigabitEthernet0/0
    IPv4 Address: 10.198.2.9
    Port Number: 2000
    IP Precedence: 5
    User Masked Codec list: None
    Call Manager: 10.198.2.9, Port Number: 2000
    Priority: 3, Version: 7.0, Identifier: 3
    Call Manager: 152.63.1.19, Port Number: 2000
    Priority: N/A, Version: 7.0, Identifier: 4
    Trustpoint: N/A
    Call Manager: 152.63.1.100, Port Number: 2000
    Priority: N/A, Version: 7.0, Identifier: 5
    Trustpoint: N/A
    Call Manager: 172.27.210.5, Port Number: 2000
    Priority: N/A, Version: 7.0, Identifier: 6
    Trustpoint: N/A
    MTP Oper State: ACTIVE - Cause Code: NONE
    Active Call Manager: 152.63.1.19, Port Number: 2000
    TCP Link Status: CONNECTED, Profile Identifier: 1000
    Reported Max Streams: 400, Reported Max OOS Streams: 0
    Supported Codec: g711alaw, Maximum Packetization Period: 30
    Supported Codec: rfc2833 dtmf, Maximum Packetization Period: 30
    Supported Codec: rfc2833 pass-thru, Maximum Packetization Period: 30
    Supported Codec: inband-dtmf to rfc2833 conversion, Maximum Packetization Period: 30
    TLS : ENABLED
    Transcoding Oper State: ACTIVE - Cause Code: NONE
    Active Call Manager: 152.63.1.19, Port Number: 2000
    TCP Link Status: CONNECTED, Profile Identifier: 1001
    Reported Max Streams: 36, Reported Max OOS Streams: 0
    Supported Codec: ilbc, Maximum Packetization Period: 120
    Supported Codec: g722r64, Maximum Packetization Period: 30
    Supported Codec: g729br8, Maximum Packetization Period: 60
    Supported Codec: g729r8, Maximum Packetization Period: 60
    Supported Codec: gsmamr-nb, Maximum Packetization Period: 60
    Supported Codec: pass-thru, Maximum Packetization Period: N/A
    Supported Codec: g711ulaw, Maximum Packetization Period: 30
    Supported Codec: g711alaw, Maximum Packetization Period: 30
    Supported Codec: g729ar8, Maximum Packetization Period: 60
    Supported Codec: g729abr8, Maximum Packetization Period: 60
    Supported Codec: rfc2833 dtmf, Maximum Packetization Period: 30
    Supported Codec: rfc2833 pass-thru, Maximum Packetization Period: 30
    Supported Codec: inband-dtmf to rfc2833 conversion, Maximum Packetization Period: 30
    Conferencing Oper State: ACTIVE - Cause Code: NONE
    Active Call Manager: 152.63.1.19, Port Number: 2000
    TCP Link Status: CONNECTED, Profile Identifier: 1002
    Reported Max Streams: 16, Reported Max OOS Streams: 0
    Supported Codec: g711ulaw, Maximum Packetization Period: 30
    Supported Codec: g711alaw, Maximum Packetization Period: 30
    Supported Codec: g729ar8, Maximum Packetization Period: 60
    Supported Codec: g729abr8, Maximum Packetization Period: 60
    Supported Codec: g729r8, Maximum Packetization Period: 60
    Supported Codec: g729br8, Maximum Packetization Period: 60
    Supported Codec: rfc2833 dtmf, Maximum Packetization Period: 30
    Supported Codec: rfc2833 pass-thru, Maximum Packetization Period: 30
    Supported Codec: inband-dtmf to rfc2833 conversion, Maximum Packetization Period: 30
    TLS : ENABLED
    Alg_Phone Oper State: ACTIVE - Cause Code: NONE
    Active Call Manager: 152.63.1.19, Port Number: 2000
    TCP Link Status: CONNECTED, Device Name: AN71FEF7F070080
    Reported Max Streams: 1, Reported Max OOS Streams: 0
    Supported Codec: rfc2833 dtmf, Maximum Packetization Period: 30
    Supported Codec: g711ulaw, Maximum Packetization Period: 20
    Supported Codec: g711alaw, Maximum Packetization Period: 20
    Supported Codec: g729r8, Maximum Packetization Period: 220Supported Codec: g729ar8, Maximum Packetization Period: 220
    Supported Codec: g729br8, Maximum Packetization Period: 220
    Supported Codec: g729r8, Maximum Packetization Period: 220
    Supported Codec: ilbc, Maximum Packetization Period: 120
    Alg_Phone Oper State: ACTIVE - Cause Code: NONE
    Active Call Manager: 152.63.1.19, Port Number: 2000
    TCP Link Status: CONNECTED, Device Name: AN71FEF7F070081
    Reported Max Streams: 1, Reported Max OOS Streams: 0
    Supported Codec: rfc2833 dtmf, Maximum Packetization Period: 30
    Supported Codec: g711ulaw, Maximum Packetization Period: 20
    Supported Codec: g711alaw, Maximum Packetization Period: 20
    Supported Codec: g729r8, Maximum Packetization Period: 220
    Supported Codec: g729ar8, Maximum Packetization Period: 220
    Supported Codec: g729br8, Maximum Packetization Period: 220
    Supported Codec: g729r8, Maximum Packetization Period: 220
    Supported Codec: ilbc, Maximum Packetization Period: 120
    Alg_Phone Oper State: ACTIVE - Cause Code: NONE
    Active Call Manager: 152.63.1.19, Port Number: 2000
    TCP Link Status: CONNECTED, Device Name: AN71FEF7F070082
    Reported Max Streams: 1, Reported Max OOS Streams: 0
    Supported Codec: rfc2833 dtmf, Maximum Packetization Period: 30
    Supported Codec: g711ulaw, Maximum Packetization Period: 20Supported Codec: g711alaw, Maximum Packetization Period: 20
    Supported Codec: g729r8, Maximum Packetization Period: 220
    Supported Codec: g729ar8, Maximum Packetization Period: 220
    Supported Codec: g729br8, Maximum Packetization Period: 220
    Supported Codec: g729r8, Maximum Packetization Period: 220
    Supported Codec: ilbc, Maximum Packetization Period: 120
    Alg_Phone Oper State: ACTIVE - Cause Code: NONE
    Active Call Manager: 152.63.1.19, Port Number: 2000
    TCP Link Status: CONNECTED, Device Name: AN71FEF7F070083
    Reported Max Streams: 1, Reported Max OOS Streams: 0
    Supported Codec: rfc2833 dtmf, Maximum Packetization Period: 30
    Supported Codec: g711ulaw, Maximum Packetization Period: 20
    Supported Codec: g711alaw, Maximum Packetization Period: 20
    Supported Codec: g729r8, Maximum Packetization Period: 220
    Supported Codec: g729ar8, Maximum Packetization Period: 220
    Supported Codec: g729br8, Maximum Packetization Period: 220
    Supported Codec: g729r8, Maximum Packetization Period: 220
    Supported Codec: ilbc, Maximum Packetization Period: 120
    eucamvgw01#

Maybe you are looking for

  • 2011 MBP Flashing Folder on startup

    I have a 2011 MacBook Pro 13'' that has experienced the flashing question mark on startup. I've read a few other threads that had solutions/steps needed, but I have tried every step.  Disk repair, internet recovery, startup manager, even the password

  • ITUNES 7 AND UPDATER 1.2 FREEZES MY IPOD

    itunes 7, updater 1.2. 5th gen ipod video. ipod freezes after every startup. WHAT DO I DO ?????!!!!

  • Attn: Linc Davis

    Hi Linc! I hear you are the guru and may be able to help. I'm new to the boards and don't know how to ask directly. I hope you can help! Thank you! While running the Opera browser I receive the message: "The server's certificate chain is incomplete,

  • "Error with console keyboard" in Solaris 8

    Hello, At the very beginning of Solaris8 boot I get "Error with console keyboard" and later OS does not react to keyboard. This non-USB keyboard. This keyboard does work ok in PROM monitor on same computer and this keyboard works ok with other sun bo

  • Error msg in attempt to download app update

    Received error msg when trying to download update 3.1.2 to maccleanse - "We could not complete your purchase. The product distribution file could not be verified. It may be damaged or was not signed."  Is there a fix for this problem?