Cube and rollup

How to use cube and rollup what are they exactly...

Hi,
They are aggregate functions.
Here's a nice explanation:
http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1512805503041
See also:
http://download.oracle.com/docs/cd/B19306_01/server.102/b14223/aggreg.htm#sthref1669

Similar Messages

  • The effect of cube and rollup function

    1. For under 500,000 in Oracle 9i, rollup is faster than cube.
    But above 1,000,000, cube is faster than rollup.
    Right?
    2. Why do rollup(a) and cube(a) all have a parameter?
    3. Under only one parameter, the compute process of cube and rollup is not the same, right?
    Thx.

    >
    1. For under 500,000 in Oracle 9i, rollup is faster than cube.
    But above 1,000,000, cube is faster than rollup.
    Right?
    >
    Rollup summarises data differently to cube, so to say one is faster or slower than the other is not a question one should consider necessarily.
    The main consideration should be in what format you would like the result set to be in.
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16579/aggreg.htm#DWHSG8609
    http://download.oracle.com/docs/cd/E11882_01/owb.112/e10935/dim_objects.htm#WBETL03002
    >
    2. Why do rollup(a) and cube(a) all have a parameter?
    >
    The parameter(s) refers to the Grouping against which the data is summarised.
    The Oracle documentation states the following:
    >
    CUBE takes a specified set of grouping columns and creates subtotals for all of their possible combinations
    >
    So both rollup and cube could summarise across a group of column(s).
    >
    3. Under only one parameter, the compute process of cube and rollup is not the same, right?
    >
    Correct, depends what you want to summarise against.

  • Summary Report with cube and rollup

    hi guys,
    i m working a oracle 9i, i need a summary report after query execution. im using rollup and cube but it is giving me unwanted rows as well. for ex below
    Select
    IRH_REFNO,IRH_TDATE,IRH_BDAMT,IRH_RLOCN, IRH_ILOCN,IRH_EXPECTED_DATE,IRH_ADD_USERID ,
    count(*),
    sum(irh_bdamt)
    from IRH
    where IRH_INTYPE='R'
    and IRH_RLOCN='EDP'
    group by cube(IRH_REFNO,IRH_TDATE,IRH_BDAMT,IRH_RLOCN, IRH_ILOCN,IRH_EXPECTED_DATE,IRH_ADD_USERID )
    Order by IRH_TDATE asc
    i want only two columns to be computed at the end of query. i.e sum of BDAMT and count of rows. i dont want any groupings. any alternate for this.
    thanks n regards
    fkhan

    Please post a create table statement, a few insert statements and the expected output, so we can help you.
    Regards,
    Rob.

  • Cube Reload and rollup ?

    Hello BW Experts,
    I have a cube A. There are two requests Req1 and Req2. on day 1 i have loaded the req1.1 and req2.1 and rollup done for roll.req1.1 and roll.req2.1. Now i have to reload the req1.r and req2.r. so what is the procedure to be followed? and how to do the rollup for roll.req1.r and roll.req2.r
    1) delete the req2.1
    2) delete the req1.1
    3) anything to do with the rollups of req1 and req2???
    4) reload the req1.r
    5) reload the req2.r
    6) i am supposing the rollups is happneing automatic??? or anything to be done to do the rollups.
    Q1) please let me know what i have to do in steps 3 and 6 ?
    Q2)is the sequence above mentioned correct ? is there anything i am missing.
    Q3) is rollup done automatically ? how to verify it ?
    suggestions appreciated.
    Thanks,
    BWer

    Hi BWer,
    Q1) When you delete the requests, the aggregates are calculated again (rollup). if you reload the requests, it depends of how rollup is made, if its automatic or you should start it manually. you will see this with the requests.
    Q2) the sequence seems to be correct
    Q3) you can check the rollup when you manage the infocube, in the requests page, the fifth column (Rollup Status) it should have a check.
    Hope it helps.
    Regards,
    Diego Lombardini

  • Selective deletion for particler cube and rebuild of aggrigates in Psystem

    Hi Friends,
    1.In my manage data target screen i have 8 cubes but i want do selective deletion from 1st cube ..how i can do ..?
    Im thinking like...IN DETILS column i will select.one data target and then i will go to contents tap and then selective deletion for paricler requst ID...is correct to do selective deletion for particler data target out of 8 cubes..plz tell me
    2.in production ...while doing selective deletion ...aggregates are failed...means status is in red color...
    now,how can i create or build or rebuild those aggrgates again...please and my qns...
    Thanks in advance

    Hi
    1. technically Yes its ok to do selective deletion of only 1 cube, incase of delta load you will have to do selective reload to only that cube otherwise data for that perticular selection will get doubled in rest of 7 cubes.
    Actually depends on situation in which you plan to do so.
    2. its possible to aggreegates get affected due t selective deletion.
    Just go to manage->rollup tab of cube and rebuild agreegates.
    Hope this helps.
    Regards
    Sudeep

  • Can't view my Cube and Dimension Data with the Cube Viewer

    I'm new in using OWB, i'm using Oracle 10g release1 with OWB R2 also Oracle WorkFlow 2.6.3.
    When studying with the steps from the OTN pages (start01, flat-file02, relational-wh-03, etl-mappings, deployingobjects, loading-warehouse and bi-modeling)
    the loading was success, i guess...
    But when I want to see the data in the cube and dimension, an error occurs.
    It says
    " CubeDV_OLAPSchemaConnectionException_ENT_06952??
    CubeDV_OLAPSchemaConnectionException_ENT_06952??
         at oracle.wh.ui.owbcommon.dataviewer.dimensional.DataViewerConnection.connect(DataViewerConnection.java:115)
         at oracle.wh.ui.owbcommon.dataviewer.dimensional.DimDataViewerMain.BIBeansConnect(DimDataViewerMain.java:433)
         at oracle.wh.ui.owbcommon.dataviewer.dimensional.DimDataViewerMain.init(DimDataViewerMain.java:202)
         at oracle.wh.ui.owbcommon.dataviewer.dimensional.DimDataViewerEditor._init(DimDataViewerEditor.java:68)
         at oracle.wh.ui.editor.Editor.init(Editor.java:1115)
         at oracle.wh.ui.editor.Editor.showEditor(Editor.java:1431)
         at oracle.wh.ui.owbcommon.IdeUtils._tryLaunchEditorByClass(IdeUtils.java:1431)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1344)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1362)
         at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:864)
         at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:851)
         at oracle.wh.ui.console.commands.DataViewerCmd.performAction(DataViewerCmd.java:19)
         at oracle.wh.ui.console.commands.TreeMenuHandler$1.run(TreeMenuHandler.java:188)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100) "
    Can somebody explain what is happening, I really don't understand, when the cube viewer window appears, there's no data in it....
    I realy need help with this...

    I'm new in using OWB, i'm using Oracle 10g release1 with OWB R2 also Oracle WorkFlow 2.6.3.
    When studying with the steps from the OTN pages (start01, flat-file02, relational-wh-03, etl-mappings, deployingobjects, loading-warehouse and bi-modeling)
    the loading was success, i guess...
    But when I want to see the data in the cube and dimension, an error occurs.
    It says
    " CubeDV_OLAPSchemaConnectionException_ENT_06952??
    CubeDV_OLAPSchemaConnectionException_ENT_06952??
    at oracle.wh.ui.owbcommon.dataviewer.dimensional.DataViewerConnection.connect(DataViewerConnection.java:115)
    at oracle.wh.ui.owbcommon.dataviewer.dimensional.DimDataViewerMain.BIBeansConnect(DimDataViewerMain.java:433)
    at oracle.wh.ui.owbcommon.dataviewer.dimensional.DimDataViewerMain.init(DimDataViewerMain.java:202)
    at oracle.wh.ui.owbcommon.dataviewer.dimensional.DimDataViewerEditor._init(DimDataViewerEditor.java:68)
    at oracle.wh.ui.editor.Editor.init(Editor.java:1115)
    at oracle.wh.ui.editor.Editor.showEditor(Editor.java:1431)
    at oracle.wh.ui.owbcommon.IdeUtils._tryLaunchEditorByClass(IdeUtils.java:1431)
    at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1344)
    at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1362)
    at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:864)
    at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:851)
    at oracle.wh.ui.console.commands.DataViewerCmd.performAction(DataViewerCmd.java:19)
    at oracle.wh.ui.console.commands.TreeMenuHandler$1.run(TreeMenuHandler.java:188)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100) "
    Can somebody explain what is happening, I really don't understand, when the cube viewer window appears, there's no data in it....
    I realy need help with this...

  • What is the diff b/w transactional cube and std cube

    What is the diff b/w transactional cube and std cube

    Hi Main differences,
    1) Trasactional infocube are optimized for writing data that is multiple user can simultaneously write data into it without much effect on the performance where as the std infocube are optimized to read the data ie.e through queries.
    2) transactional inofcubes can be loaded through SEM process as well normal laoding process.Std can be loaded only thorugh normal loading process.
    3) the way data is stored is same but the indexing and partionong aspects are different since one is optimized for writing and another one for reading.
    Thanks
    Message was edited by:
            Ajeet Singh

  • Doughts on Infoset Joins with Cube and DSO in BI 7

    Dear All,
    I have a droughts on Infoset Joints.
    I am working on a BI Query where I need to take 0Employee from Cube and Employee position time he holds in an Organization is coming form DSO, Apart for this I also have other requirement such as Address fields , Visa Status , are all coming from DSO.
    I have created a Infoset for this where
    1st is Cube and its 0Employee is linked to all DSO Employee and also Employee position I have linked with DSO and all are inner joints.
    1>My doughty is that will this work with inner joins or I have to use other joints.
    2>Is sequence of Data Target is correct
    which is
    1> Cube and in 2> all DSO in Parallel.
    Please guide me on joints and sequence.
    Thanks V V much in Advance,
    Regards,

    Hi,
    Check these links.
    http://help.sap.com/saphelp_nw04s/helpdata/en/ed/084e3ce0f9fe3fe10000000a114084/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2f5aa43f-0c01-0010-a990-9641d3d4eef7
    http://help.sap.com/saphelp_nw04/helpdata/en/9c/6b7538c9a8ee45e10000009b38f8cf/frameset.htm
    if this helpa assign points.
    Thanks.....
    Vasu.....

  • BI 7.0 can we build a INFOSET on a Multi Cube and Infoobject

    Hi
    In BI 7.0 can we build a INFOSET on a Multi Cube and Infoobject
    Thanks

    Hi,
    No not possible.
    You can include any DataStore object, InfoCube or InfoObject of type Characteristic with Master Data in a join. A join can contain objects of the same object type, or objects of different object types. You can include individual objects in a join as many times as you want. Join conditions (equal join condition) connect the objects in a join to one another . A join condition specifies the combination of individual object records included in the results set.
    For more info go through the link below
    http://help.sap.com/saphelp_nw2004s/helpdata/EN/ed/084e3ce0f9fe3fe10000000a114084/content.htm
    Regards,
    Marasa.

  • Regarding Info cube and DSO

    Hi,
    Generally reporting will be done on Info Cube rather than DSO.
    Suppose If we assign the same data source to Info Cube and DSO then both contains the same data.
    Info cube have additive and aggregated functionality where DSO have the overwrite functionality .
    Are we using cube for this functionality only ?
    What about the Dimensions in Cube how they differ from data fields and key fields in DSO when we are developing same Bex Report on both ?
    Please advice me .
    Thanks in advance.
    Thanks & Regards,
    Ramnaresh.p

    It is hard to compare Cube and DSO.
    Both thier own usage.
    1. InfoCube is always additive, while DSO supports overwrite functionality.
    2. In InfoCube, combination of all the characteristic value is a Key in the Fact Table, while in ODS, you can specify your own Key Fields based on which you want to generate unique record in the DSO.
    3. DSO supports many delta modes like D, R, N, X, after image, before image, while cube does not support all the modes. You can not delete the record based on the key from the cube by just loading the data. While DSO automaitcally deletes the record from active table and generates the reverse entry for Cube.
    4. DSO is a flat structure and therefore, it is used to store information at detail level, while cube is used to store information at aggregated level.
    So both the structures are very much different from each other. One can replace other at some places, but both the objects have thier own functionality.
    - Danny

  • Unable to place call on calls on hold - SIP Trunk from CUCM to CUBE and from CUBE to ISTP

    Hi Cisco Community,
    I have a SIP Trunk setup between the CUCM and CUBE and another SIP Dial Peers from the CUBE to the ITSP. All incoming/outgoing calls, DTMF-Relay works well except one thing which is the ability to hold the call.
    On the SIP Trunk from the CUCM to the CUBE, I did not select “MTP” because when I do so, I am forced to select my preferred MTP codec which when selected G.729/G.729a, all my outgoing calls goes out using G.729r8. This codec works well for most of the calls until the ITSP replies back with G.729br8. When this condition occur, my call simply fails (this is very intermittent and only some random numbers).
    That said, I have some issues with DTMF Relay when I select MTP on the SIP Trunk. DTMF Relay only works if the call is G.729r8 all the way from the CUCM to the ITSP. If the ITSP replies back with G.729br8, the call might established but will simply be “voice-only”.
    The current setup is no MTP is selected and everything is working perfectly. I am happy with that until I place a call on hold, which when I do so, the call immediately terminate. Could you please help me understand why?
    I have all media resources configured such as G.729r8 MTP, G.729br8 MTP, G.711u MTP, Transcoding with all codecs, etc. All MRG and MRGL are configured on all devices and SIP Trunks.
    Below is an example of a call that is connected with the current setup:
    Note:
    IP: 10.18.81.2 (CUBE)
    IP: 10.18.81.11 (CUCM SUB)
    IP: 10.111.111.254 (ITSP SBC)
    PM-HO-VG-01#
    PM-HO-VG-01#
    Nov 30 11:44:29.938: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received: 
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e72063a5aba5d
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>
    Date: Sun, 30 Nov 2014 11:44:29 GMT
    Call-ID: [email protected]
    Supported: timer,resource-priority,replaces
    Min-SE:  1800
    User-Agent: Cisco-CUCM9.1
    Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY
    CSeq: 101 INVITE
    Expires: 180
    Allow-Events: presence, kpml
    Supported: X-cisco-srtp-fallback,X-cisco-original-called
    Call-Info: <sip:10.18.81.11:5060>;method="NOTIFY;Event=telephone-event;Duration=500"
    Cisco-Guid: 1020645888-0000065536-0000124117-0189862410
    Session-Expires:  1800
    Contact: <sip:[email protected]:5060>
    Max-Forwards: 70
    Content-Length: 0
    Nov 30 11:44:29.942: //64510/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e72063a5aba5d
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>
    Date: Sun, 30 Nov 2014 11:44:29 GMT
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Allow-Events: telephone-event
    Server: Cisco-SIPGateway/IOS-15.2.4.M5
    Content-Length: 0
    Nov 30 11:44:29.946: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3EC72218
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>
    Date: Sun, 30 Nov 2014 11:44:29 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces,sdp-anat
    Min-SE:  1800
    Cisco-Guid: 1020645888-0000065536-0000124117-0189862410
    User-Agent: Cisco-SIPGateway/IOS-15.2.4.M5
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 101 INVITE
    Timestamp: 1417347869
    Contact: <sip:[email protected]:5060>
    Call-Info: <sip:10.18.81.2:5060>;method="NOTIFY;Event=telephone-event;Duration=2000"
    Expires: 180
    Allow-Events: telephone-event
    Max-Forwards: 69
    Session-Expires:  1800
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 301
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 7676 6958 IN IP4 10.18.81.2
    s=SIP Call
    c=I
    PM-HO-VG-01#N IP4 10.18.81.2
    t=0 0
    m=audio 22256 RTP/AVP 18 0 8 101
    c=IN IP4 10.18.81.2
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=yes
    a=rtpmap:0 PCMU/8000
    a=rtpmap:8 PCMA/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-16
    Nov 30 11:44:29.950: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Received: 
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3EC72218
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Timestamp: 1417347869
    Nov 30 11:44:30.658: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Received: 
    SIP/2.0 180 Session Progress
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3EC72218
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Timestamp: 1417347869
    Supported: 
    Contact: <sip:[email protected]:5060;transport=udp>
    Session: Media
    Allow: ACK,BYE,CANCEL,INFO,INVITE,OPTIONS,PRACK,REFER,NOTIFY,UPDATE
    X-BroadWorks-Correlation-Info: bbf94839-a234-4237-95e6-a7037322f0f4
    Content-Type: application/sdp
    Content-Length: 355
    v=0
    o=BroadWorks 316169737 1 IN IP4 10.111.111.254
    s=-
    c=IN IP4 10.111.111.254
    t=0 0
    m=audio 20074 RTP/AVP 18 101 100
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=rtpmap:100 X-NSE/8000
    a=fmtp:100 200-202
    a=X-sqn:0
    a=X-cap: 1 audio RTP/AVP 100
    a=X-cpar: a=rtpmap:100 X-NSE/8000
    a=X-cpar: a=fmtp:100 200-202
    a=X-cap: 2 image udptl t38
    Nov 30 11:44:30.662: //64510/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    SIP/2.0 183 Session Progress
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e72063a5aba5d
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:29 GMT
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    Allow-Events: telephone-event
    Contact: <sip:[email protected]:5060>
    Supported: sdp-anat
    Server: Cisco-SIPGateway/IOS-15.2.4.M5
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 289
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 7965 2747 IN IP4 10.18.81.2
    s=SIP Call
    c=IN IP4 10.18.81.2
    t=0 0
    m=audio 22350 RTP/AVP 18 101 19
    c=IN IP4 10.18.81.2
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=yes
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=rtpmap:19 CN/8000
    a=ptime:20
    Nov 30 11:44:31.226: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Received: 
    SIP/2.0 180 Session Progress
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3EC72218
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Timestamp: 1417347869
    Supported: 
    Contact: <sip:[email protected]:5060;transport=udp>
    Session: Media
    Allow: ACK,BYE,CANCEL,INFO,INVITE,OPTIONS,PRACK,REFER,NOTIFY,UPDATE
    X-BroadWorks-Correlation-Info: bbf9
    PM-HO-VG-01#4839-a234-4237-95e6-a7037322f0f4
    Content-Type: application/sdp
    Content-Length: 355
    v=0
    o=BroadWorks 316169737 1 IN IP4 10.111.111.254
    s=-
    c=IN IP4 10.111.111.254
    t=0 0
    m=audio 20074 RTP/AVP 18 101 100
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=rtpmap:100 X-NSE/8000
    a=fmtp:100 200-202
    a=X-sqn:0
    a=X-cap: 1 audio RTP/AVP 100
    a=X-cpar: a=rtpmap:100 X-NSE/8000
    a=X-cpar: a=fmtp:100 200-202
    a=X-cap: 2 image udptl t38
    Nov 30 11:44:31.630: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Received: 
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3EC72218
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Timestamp: 1417347869
    Supported: 
    Contact: <sip:[email protected]:5060;transport=udp>
    Allow: ACK,BYE,CANCEL,INFO,INVITE,OPTIONS,PRACK,REFER,NOTIFY,UPDATE
    Accept: application/media_control+xml,application/sdp,application/xml
    X-BroadWorks-Correlation-Info: bbf94839-a234-4237-95e6-a7037322f0f4
    Content-Type: application/sdp
    Content-Length: 355
    v=0
    o=BroadWorks 316169737 1 IN IP4 10.111.111.254
    s=-
    c=IN IP4 10.111.111.254
    t=0 0
    m=audio 20074 RTP/AVP 18 101 100
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=rtpmap:100 X-NSE/8000
    a=fmtp:100 200-202
    a=X-sqn:0
    a=X-cap: 1 audio RTP/AVP 100
    a=X-cpar: a=rtpmap:100 X-NSE/8000
    a=X-cpar: a=fmtp:100 200-202
    a=X-cap: 2 image udptl t38
    Nov 30 11:44:31.630: //64511/3CD5D2000001/SIP/Call/sipSPICallInfo: 
    The Call Setup Information is:
    Call Control Block (CCB) : 0x0x3D7B1458
    State of The Call        : STATE_ACTIVE
    TCP Sockets Used         : NO
    Calling Number           : 27218091323
    Called Number            : 0862000000
    Source IP Address (Sig  ): 10.18.81.2
    Destn SIP Req Addr:Port  : 10.111.111.254:5060
    Destn SIP Resp Addr:Port : 10.111.111.254:5060
    Destination Name         : 10.111.111.254
    Nov 30 11:44:31.630: //64511/3CD5D2000001/SIP/Call/sipSPIMediaCallInfo: 
    Number of Media Streams: 1
    Media Stream             : 1
    Negotiated Codec         : g729br8
    Negotiated Codec Bytes   : 20
    Nego. Codec payload      : 18 (tx), 18 (rx)
    Negotiated Dtmf-relay    : 6
    Dtmf-relay Payload       : 101 (tx), 101 (rx)
    Source IP Address (Media): 10.18.81.2
    Source IP Port    (Media): 22256
    Destn  IP Address (Media): 10.111.111.254
    Destn  IP Port    (Media): 20074
    Orig Destn IP Address:Port (Media): [ - ]:0
    Nov 30 11:44:31.630: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    ACK sip:[email protected]:5060;transport=udp SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3EC81D00
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Date: Sun, 30 Nov 2014 11:44:29 GMT
    Call-ID: [email protected]
    Max-Forwards: 70
    CSeq: 101 ACK
    Allow-Events: telephone-event
    Content-Length: 0
    Nov 30 11:44:31.634: //64510/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e72063a5aba5d
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:29 GMT
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    Allow-Events: telephone-event
    Contact: <sip:[email protected]:5060>
    Supported: replaces
    Supported: sdp-anat
    Server: Cisco-SIPGateway/IOS-15.2.4.M5
    Supported: timer
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 289
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 7965 2747 IN IP4 10.18.81.2
    s=SIP Call
    c=IN IP4 10.18.81.2
    t=0 0
    m=audio 22350 RTP/AVP 18 101 19
    c=IN IP4 10.18.81.2
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=yes
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=rtpmap:19 CN/8000
    a=ptime:20
    Nov 30 11:44:31.726: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received: 
    ACK sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e72075e3a02c1
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:29 GMT
    Call-ID: [email protected]
    Max-Forwards: 70
    CSeq: 101 ACK
    Allow-Events: presence, kpml
    Content-Type: application/sdp
    Content-Length: 236
    v=0
    o=CiscoSystemsCCM-SIP 9082578 1 IN IP4 10.18.81.11
    s=SIP Call
    c=IN IP4 10.18.80.40
    b=TIAS:8000
    b=AS:8
    t=0 0
    m=audio 21928 RTP/AVP 18 101
    a=rtpmap:18 G729/8000
    a=ptime:20
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    Nov 30 11:44:31.730: //64510/3CD5D2000001/SIP/Call/sipSPICallInfo: 
    The Call Setup Information is:
    Call Control Block (CCB) : 0x0x3D816D70
    State of The Call        : STATE_ACTIVE
    TCP Sockets Used         : NO
    Calling Number           : 0218091323
    Called Number            : 0862000000
    Source IP Address (Sig  ): 10.18.81.2
    Destn SIP Req Addr:Port  : 10.18.81.11:5060
    Destn SIP Resp Addr:Port : 10.18.81.11:5060
    Destination Name         : 10.18.81.11
    Nov 30 11:44:31.730: //64510/3CD5D2000001/SIP/Call/sipSPIMediaCallInfo: 
    Number of Media Streams: 1
    Media Stream             : 1
    Negotiated Codec         : g729br8
    Negotiated Codec Bytes   : 20
    Nego. Codec payload      : 18 (tx), 18 (rx)
    Negotiated Dtmf-relay    : 6
    Dtmf-relay Payload       : 101 (tx), 101 (rx)
    Source IP Address (Media): 10.18.81.2
    Source IP Port    (Media): 22350
    Destn  IP Address (Media): 10.18.80.40
    Destn  IP Port    (Media): 21928
    Orig Destn IP Address:Port (Media): [ - ]:0
    Nov 30 11:44:31.730: //64510/3CD5D2000001/SIP/Call/sipSPICallInfo: 
    The Call Setup Information is:
    Call Control Block (CCB) : 0x0x3D816D70
    State of The Call        : STATE_ACTIVE
    TCP Sockets Used         : NO
    Calling Number           : 0218091323
    Called Number            : 0862000000
    Source IP Address (Sig  ): 10.18.81.2
    Destn SIP Req Addr:Port  : 10.18.81.11:5060
    Destn SIP Resp Addr:Port : 10.18.81.11:5060
    Destination Name         : 10.18.81.11
    PM-HO-VG-01#
    Nov 30 11:44:31.730: //64510/3CD5D2000001/SIP/Call/sipSPIMediaCallInfo: 
    Number of Media Streams: 1
    Media Stream             : 1
    Negotiated Codec         : g729br8
    Negotiated Codec Bytes   : 20
    Nego. Codec payload      : 18 (tx), 18 (rx)
    Negotiated Dtmf-relay    : 6
    Dtmf-relay Payload       : 101 (tx), 101 (rx)
    Source IP Address (Media): 10.18.81.2
    Source IP Port    (Media): 22350
    Destn  IP Address (Media): 10.18.80.40
    Destn  IP Port    (Media): 21928
    Orig Destn IP Address:Port (Media): [ - ]:0
    PM-HO-VG-01#sh sip
    PM-HO-VG-01#sh sip-ua call
    PM-HO-VG-01#sh sip-ua calls 
    Total SIP call legs:2, User Agent Client:1, User Agent Server:1
    SIP UAC CALL INFO
    Call 1
    SIP Call ID                : [email protected]
       State of the call       : STATE_ACTIVE (7)
       Substate of the call    : SUBSTATE_NONE (0)
       Calling Number          : 27218091323
       Called Number           : 0862000000
       Bit Flags               : 0xC04018 0x10000100 0x0
       CC Call ID              : 64511
       Source IP Address (Sig ): 10.18.81.2
       Destn SIP Req Addr:Port : [10.111.111.254]:5060
       Destn SIP Resp Addr:Port: [10.111.111.254]:5060
       Destination Name        : 10.111.111.254
       Number of Media Streams : 1
       Number of Active Streams: 1
       RTP Fork Object         : 0x0
       Media Mode              : flow-through
       Media Stream 1
         State of the stream      : STREAM_ACTIVE
         Stream Call ID           : 64511
         Stream Type              : voice+dtmf (0)
         Stream Media Addr Type   : 1
         Negotiated Codec         : g729br8 (20 bytes)
         Codec Payload Type       : 18 
         Negotiated Dtmf-relay    : rtp-nte
         Dtmf-relay Payload Type  : 101
         QoS ID                   : -1
         Local QoS Strength       : BestEffort
         Negotiated QoS Strength  : BestEffort
         Negotiated QoS Direction : None
         Local QoS Status         : None
         Media Source IP Addr:Port: [10.18.81.2]:22256
         Media Dest IP Addr:Port  : [10.111.111.254]:20074
    Options-Ping    ENABLED:NO    ACTIVE:NO
       Number of SIP User Agent Client(UAC) calls: 1
    SIP UAS CALL INFO
    Call 1
    SIP Call ID                : [email protected]
       State of the call       : STATE_ACTIVE (7)
       Substate of the call    : SUBSTATE_NONE (0)
       Calling Number          : 0218091323
       Called Number           : 0862000000
       Bit Flags               : 0xC0401E 0x10000100 0x80004
       CC Call ID              : 64510
       Source IP Address (Sig ): 10.18.81.2
       Destn SIP Req Addr:Port : [10.18.81.11]:5060
       Destn SIP Resp Addr:Port: [10.18.81.11]:5060
       Destination Name        : 10.18.81.11
       Number of Media Streams : 1
       Number of Active Streams: 1
       RTP Fork Object         : 0x0
       Media Mode              : flow-through
       Media Stream 1
         State of the stream      : STREAM_ACTIVE
         Stream Call ID           : 64510
         Stream Type              : voice+dtmf (1)
         Stream Media Addr Type   : 1
         Negotiated Codec         : g729br8 (20 bytes)
         Codec Payload Type       : 18 
         Negotiated Dtmf-relay    : rtp-nte
         Dtmf-relay Payload Type  : 101
         QoS ID                   : -1
         Local QoS Strength       : BestEffort
         Negotiated QoS Strength  : BestEffort
         Negotiated QoS Direction : None
         Local QoS Status         : None
         Media Source IP Addr:Port: [10.18.81.2]:22350
         Media Dest IP Addr:Port  : [10.18.80.40]:21928
    Options-Ping    ENABLED:NO    ACTIVE:NO
       Number of SIP User Agent Server(UAS) calls: 1
    PM-HO-VG-01#
    PM-HO-VG-01#
    PM-HO-VG-01#
    As you can see, the call is connected and everything is working perfectly. When I press the hold button, here is what I get:
    NOTE: I have # debug ccsip messages and #debug ccsip calls (running)
    PM-HO-VG-01#
    PM-HO-VG-01#
    Nov 30 11:44:49.210: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received: 
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e720852ab8b92
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    Supported: timer,resource-priority,replaces
    Min-SE:  1800
    User-Agent: Cisco-CUCM9.1
    Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY
    CSeq: 102 INVITE
    Max-Forwards: 70
    Expires: 180
    Allow-Events: presence
    Supported: X-cisco-srtp-fallback
    Supported: Geolocation
    Contact: <sip:[email protected]:5060>
    Content-Type: application/sdp
    Content-Length: 244
    v=0
    o=CiscoSystemsCCM-SIP 9082578 2 IN IP4 10.18.81.11
    s=SIP Call
    c=IN IP4 0.0.0.0
    b=TIAS:8000
    b=AS:8
    t=0 0
    m=audio 21928 RTP/AVP 18 101
    a=rtpmap:18 G729/8000
    a=ptime:20
    a=inactive
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    Nov 30 11:44:49.218: //64510/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e720852ab8b92
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    CSeq: 102 INVITE
    Allow-Events: telephone-event
    Server: Cisco-SIPGateway/IOS-15.2.4.M5
    Content-Length: 0
    Nov 30 11:44:49.218: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    INVITE sip:[email protected]:5060;transport=udp SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3EC9241
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces,sdp-anat
    Min-SE:  1800
    Cisco-Guid: 1020645888-0000065536-0000124117-0189862410
    User-Agent: Cisco-SIPGateway/IOS-15.2.4.M5
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 102 INVITE
    Max-Forwards: 70
    Timestamp: 1417347889
    Contact: <sip:[email protected]:5060>
    Call-Info: <sip:10.18.81.2:5060>;method="NOTIFY;Event=telephone-event;Duration=2000"
    Expires: 180
    Allow-Events: telephone-event
    Content-Type: application/sdp
    Content-Length: 271
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 7676 6959 IN IP4 10.18.81.2
    s=SIP Call
    c=IN IP4 0.0.0.0
    t=0 0
    m=audio 22256 RTP/AVP 18 101
    c=IN IP4 0.0.0.0
    a=inactive
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=yes
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=ptime:20
    Nov 30 11:44:49.278: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Received: 
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3EC9241
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Call-ID: [email protected]
    CSeq: 102 INVITE
    Timestamp: 1417347889
    Allow: ACK,BYE,CANCEL,INFO,INVITE,OPTIONS,PRACK,REFER,NOTIFY,UPDATE
    Supported: 
    Accept: application/media_control+xml,application/sdp,application/xml
    Contact: <sip:[email protected]:5060;transport=udp>
    X-BroadWorks-Correlation-Info: bbf94839-a234-4237-95e6-a7037322f0f4
    Content-Type: application/sdp
    Content-Length: 360
    v=0
    o=BroadWorks 316169737 2 IN IP4 10.111.111.254
    s=-
    c=IN IP4 0.0.0.0
    t=0 0
    m=audio 20074 RTP/AVP 18 101 100
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=rtpmap:100 X-NSE/8000
    a=fmtp:100 200-202
    a=X-sqn:0
    a=X-cap: 1 audio RTP/AVP 100
    a=X-cpar: a=rtpmap:100 X-NSE/8000
    a=X-cpar: a=fmtp:100 200-202
    a=X-cap: 2 image udptl t38
    a=inactive
    Nov 30 11:44:49.278: //64511/3CD5D2000001/SIP/Call/sipSPICallInfo: 
    The Call Setup Information is:
    Call Control Block (CCB) : 0x0x3D7B1458
    State of The Call        : STATE_ACTIVE
    TCP Sockets Used         : NO
    Calling Number           : 27218091323
    Called Number            : 0862000000
    Source IP Address (Sig  ): 10.18.81.2
    Destn SIP Req Addr:Port  : 10.111.111.254:5060
    Destn SIP Resp Addr:Port : 10.111.111.254:5060
    Destination Name         : 10.111.111.254
    Nov 30 11:44:49.278: //64511/3CD5D2000001/SIP/Call/sipSPIMediaCallInfo: 
    Number of Media Streams: 1
    Media Stream             : 1
    Negotiated Codec         : g729br8
    Negotiated Codec Bytes   : 20
    Nego. Codec payload      : 18 (tx), 18 (rx)
    Negotiated Dtmf-relay    : 6
    Dtmf-relay Payload       : 101 (tx), 101 (rx)
    Source IP Address (Media): 10.18.81.2
    Source IP Port    (Media): 22256
    Destn  IP Address (Media): 0.0.0.0
    Destn  IP Port    (Media): 20074
    Orig Destn IP Address:Port (Media): [ - ]:0
    Nov 30 11:44:49.282: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    ACK sip:[email protected]:5060;transport=udp SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3ECA2633
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    Max-Forwards: 70
    CSeq: 102 ACK
    Allow-Events: telephone-event
    Content-Length: 0
    Nov 30 11:44:49.282: //64510/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e720852ab8b92
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    CSeq: 102 INVITE
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    Allow-Events: telephone-event
    Contact: <sip:[email protected]:5060>
    Supported: replaces
    Supported: sdp-anat
    Server: Cisco-SIPGateway/IOS-15.2.4.M5
    Supported: timer
    Content-Type: application/sdp
    Content-Length: 271
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 7965 2748 IN IP4 10.18.81.2
    s=SIP Call
    c=IN IP4 0.0.0.0
    t=0 0
    m=audio 22350 RTP/AVP 18 101
    c=IN IP4 0.0.0.0
    a=inactive
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=yes
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=ptime:20
    Nov 30 11:44:49.282: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received: 
    ACK sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e72094953dfea
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    Max-Forwards: 70
    CSeq: 102 ACK
    Allow-Events: presence
    Content-Length: 0
    Nov 30 11:44:49.290: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received: 
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e720a6918040f
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    Supported: timer,resource-priority,replaces
    Min-SE:  1800
    User-Agent: Cisco-CUCM9.1
    Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY
    CSeq: 103 INVITE
    Max-Forwards: 70
    Expires: 180
    Allow-Events: presence
    Supported: X-cisco-srtp-fallback
    Supported: Geolocation
    Contact: <sip:[email protected]:5060>
    Content-Length: 0
    Nov 30 11:44:49.294: //64510/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e720a6918040f
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    CSeq: 103 INVITE
    Allow-Events: telephone-event
    Server: Cisco-SIPGateway/IOS-15.2.4.M5
    Content-Length: 0
    Nov 30 11:44:49.294: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    INVITE sip:[email protected]:5060;transport=udp SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3ECB16F3
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    Supported: timer,resource-priority,replaces,sdp-anat
    Min-SE:  1800
    Cisco-Guid: 1020645888-0000065536-0000124117-0189862410
    User-Agent: Cisco-SIPGateway/IOS-15.2.4.M5
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 103 INVITE
    Max-Forwards: 70
    Timestamp: 1417347889
    Contact: <sip:[email protected]:5060>
    Expires: 180
    Allow-Events: telephone-event
    Content-Length: 0
    Nov 30 11:44:49.338: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Received: 
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3ECB16F3
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Call-ID: [email protected]
    CSeq: 103 INVITE
    Timestamp: 1417347889
    Allow: ACK,BYE,CANCEL,INFO,INVITE,OPTIONS,PRACK,REFER,NOTIFY,UPDATE
    Supported: 
    Accept: application/media_control+xml,application/sdp,application/xml
    Contact: <sip:[email protected]:5060;transport=udp>
    Content-Type: application/sdp
    Content-Length: 306
    v=0
    o=BroadWorks 316169737 3 IN IP4 10.111.111.254
    s=-
    c=IN IP4 10.111.111.254
    t=0 0
    m=audio 20074 RTP/AVP 18 101
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=X-sqn:0
    a=X-cap: 1 audio RTP/AVP 100
    a=X-cpar: a=rtpmap:100 X-NSE/8000
    a=X-cpar: a=fmtp:100 200-202
    a=X-cap: 2 image udptl t38
    Nov 30 11:44:49.342: //64510/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    SIP/2.0 2
    PM-HO-VG-01#00 OK
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e720a6918040f
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    CSeq: 103 INVITE
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    Allow-Events: telephone-event
    Contact: <sip:[email protected]:5060>
    Supported: replaces
    Supported: sdp-anat
    Server: Cisco-SIPGateway/IOS-15.2.4.M5
    Supported: timer
    Content-Type: application/sdp
    Content-Length: 289
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 7965 2749 IN IP4 10.18.81.2
    s=SIP Call
    c=IN IP4 10.18.81.2
    t=0 0
    m=audio 22350 RTP/AVP 18 101 19
    c=IN IP4 10.18.81.2
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=yes
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=rtpmap:19 CN/8000
    a=ptime:20
    Nov 30 11:44:49.350: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received: 
    ACK sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.11:5060;branch=z9hG4bK2e720b594cd517
    From: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    To: <sip:[email protected]>;tag=3C365010-1E42
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    Max-Forwards: 70
    CSeq: 103 ACK
    Allow-Events: presence
    Content-Type: application/sdp
    Content-Length: 213
    v=0
    o=CiscoSystemsCCM-SIP 9082578 3 IN IP4 10.18.81.11
    s=SIP Call
    c=IN IP4 10.18.81.10
    t=0 0
    m=audio 4000 RTP/AVP 18
    a=X-cisco-media:umoh
    a=rtpmap:18 G729/8000
    a=ptime:20
    a=fmtp:18 annexb=no
    a=sendonly
    Nov 30 11:44:49.354: //64510/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    BYE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3ECC55
    From: <sip:[email protected]>;tag=3C365010-1E42
    To: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    User-Agent: Cisco-SIPGateway/IOS-15.2.4.M5
    Max-Forwards: 70
    Timestamp: 1417347889
    CSeq: 101 BYE
    Reason: Q.850;cause=86
    P-RTP-Stat: PS=874,OS=17480,PR=872,OR=17440,PL=0,JI=0,LA=0,DU=17
    Content-Length: 0
    Nov 30 11:44:49.354: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Sent: 
    BYE sip:[email protected]:5060;transport=udp SIP/2.0
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3ECD1ECD
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    User-Agent: Cisco-SIPGateway/IOS-15.2.4.M5
    Max-Forwards: 70
    Timestamp: 1417347889
    CSeq: 104 BYE
    Reason: Q.850;cause=65
    P-RTP-Stat: PS=872,OS=17440,PR=952,OR=19040,PL=0,JI=0,LA=0,DU=17
    Content-Length: 0
    Nov 30 11:44:49.374: //64511/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Received: 
    SIP/2.0 200 Race Condition
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3ECD1ECD
    From: "Bianca Africa" <sip:[email protected]>;tag=3C364D44-9E2
    To: <sip:[email protected]>;tag=71913148-1417348035284
    Call-ID: [email protected]
    Timestamp: 1417347889
    CSeq: 104 BYE
    Content-Length: 0
    Nov 30 11:44:49.374: //64511/3CD5D2000001/SIP/Call/sipSPICallInfo: 
    The Call Setup Information is:
    Call Control Block (CCB) : 0x0x3D7B1458
    State of The Call        : STATE_DEAD
    TCP Sockets Used         : NO
    Calling Number           : 27218091323
    Called Number            : 0862000000
    Source IP Address (Sig  ): 10.18.81.2
    Destn SIP Req Addr:Port  : 10.111.111.254:5060
    Destn SIP Resp Addr:Port : 10.111.111.254:5060
    Destination Name         : 10.111.111.254
    Nov 30 11:44:49.374: //64511/3CD5D2000001/SIP/Call/sipSPIMediaCallInfo: 
    Number of Media Streams: 1
    Media Stream             : 1
    Negotiated Codec         : g729br8
    Negotiated Codec Bytes   : 20
    Nego. Codec payload      : 18 (tx), 18 (rx)
    Negotiated Dtmf-relay    : 6
    Dtmf-relay Payload       : 101 (tx), 101 (rx)
    Source IP Address (Media): 10.18.81.2
    Source IP Port    (Media): 22256
    Destn  IP Address (Media): 10.111.111.254
    Destn  IP Port    (Media): 20074
    Orig Destn IP Address:Port (Media): [ - ]:0
    Nov 30 11:44:49.374: //64511/3CD5D2000001/SIP/Call/sipSPICallInfo: 
    Disconnect Cause (CC)    : 65
    Disconnect Cause (SIP)   : 200
    Nov 30 11:44:49.406: //64510/3CD5D2000001/SIP/Msg/ccsipDisplayMsg:
    Received: 
    SIP/2.0 200 OK
    Via: SIP/2.0/UDP 10.18.81.2:5060;branch=z9hG4bK3ECC55
    From: <sip:[email protected]>;tag=3C365010-1E42
    To: "Bianca Africa" <sip:[email protected]>;tag=9082578~cdf4c5a6-dd2b-4c71-bca0-b262ad997720-44517224
    Date: Sun, 30 Nov 2014 11:44:49 GMT
    Call-ID: [email protected]
    CSeq: 101 BYE
    Content-Length: 0
    Nov 30 11:44:49.406: //64510/3CD5D2000001/SIP/Call/sipSPICallInfo: 
    The Call Setup Information is:
    Call Control Block (CCB) : 0x0x3D816D70
    State of The Call        : STATE_DEAD
    TCP Sockets Used         : NO
    Calling Number           : 0218091323
    Called Number            : 0862000000
    Source IP Address (Sig  ): 10.18.81.2
    Destn SIP Req Addr:Port  : 10.18.81.11:5060
    Destn SIP Resp Addr:Port : 10.18.81.11:5060
    Destination Name         : 10.18.81.11
    Nov 30 11:44:49.406: //64510/3CD5D2000001/SIP/Call/sipSPIMediaCallInfo: 
    Number of Media Streams: 1
    Media Stream             : 1
    Negotiated Codec         : g729br8
    Negotiated Codec Bytes   : 20
    Nego. Codec payload      : 18 (tx), 18 (rx)
    Negotiated Dtmf-relay    : 6
    Dtmf-relay Payload       : 101 (tx), 101 (rx)
    Source IP Address (Media): 10.18.81.2
    Source IP Port    (Media): 22350
    Destn  IP Address (Media): 0.0.0.0
    Destn  IP Port    (Media): 21928
    Orig Destn IP Address:Port (Media): [ - ]:0
    Nov 30 11:44:49.406: //64510/3CD5D2000001/SIP/Call/sipSPICallInfo: 
    Disconnect Cause (CC)    : 86
    Disconnect Cause (SIP)   : 200
    PM-HO-VG-01#

    Hi Manish,
    Again, excellent feedback. Much appreciated.
    I will try the commands suggested above and see if I can get DTMF to work correctly while interworking H.323 and SIP.
    But my ultimate goal is to have SIP all way from the CUCM to the CUBE and from the CUBE to the ITSP.
    If I enable SIP Early Offer with MTP on the CUCM going to the CUBE, all SIP Invite sent from the CUCM to the CUBE uses G.729r8 as the codec and once the call is established using G.729r8 should the ITSP reply with that codec, the call succeed and I am able to see an active MTP session using G.729 when I issue the command # show sccp connections.
    One thing that I saw is that my ITSP love so much sending G.729br8 most of the times, so even if using SIP EO with MTP on the SIP Trunk to the CUBE, when I sent my INVITE out from the CUCM to the CUBE using G.729r8, specially on call center numbers such as 0800 numbers, you will see that the call established but the codec being negotiated is G.729br8 which is voice only (missing DTMF).
    I will be doing some intensive test again later on this week and will send the logs. 
    Here is my question to both of you:
    Which is the best way of having a proper SIP to SIP setup all the way that will not pose any problem?
    Do I have to enable Early Offer on the SIP Profile used by the CUBE SIP Trunk or should I use the normal Standard SIP Profile? Do I need to enable MTP on my CUBE SIP Trunk or not?
    From the CUBE point of view, I have a voice class codec that support G.729r8 or G.729br8 and the DTMF Relay method supported by the ITSP is RFC 2833.
    I will send more logs for each scenario. I think that we are getting close to the resolution of this problem.
    Thanks again for your support fellows.

  • Can I use one infosource to update data to CUBE and ODS???

    Hi all,
    Can anyone tell me if I can load data to OSD and Cube from one the same InfoSource? As I know, I have to have "0recordmode"(update mode) in communication structure for ODS not for Cube.  So how can ODS and Cube use the same Infosucre to update data?
    Thank you

    John,
    Depending on the volume of data and the type of infosource, sometime one update to ODS first and then subsequently update to the Cube or update both cube and ODS in parallel.
    For example, if you use AR or AP line item datasources, since you are extracting from both open line and closed line items tables, there could be multiple records for the same thing coming through.  First when it appears as an open line item, and when it is paid, it appears again as a paid line item so if you update directly to the cube, you can have multiples of the real value.  Thus in this instance you update from infosource to ODS then subsequently use delta update from ODS to cube.   CCA and C0-PA on delta mode are example where there are no overlapping, thus you can update both ODS and Cube at the same time.
    Hope this helps,
    Mary

  • How to Delete the Data in Cube and in ODS

    Hi ALL,
            I have a cube and an ODS both the data targets have data from the year 2002 to 2005.now i want to delete the data from both the data targets with respect to data related to the year 2003 only,how can it be done. Any Help Appreciated with rewarding points.
    Regards,
    BW Seeker.

    Hi
    Generally we can delete the data in the request for the data of year 2003 from request tab in manage screen of datatarget. This can be done only when we are sure that that particular request/s belongs to 2003 year data.
    This can be better handled with selective deletion of data for year 2003 with some keyfields like 0CALMONTH etc..
    This is infact only way when you have already compressed the data in Infocube.
    Hope it helps...
    Best Regards,
    DMK
    *Assign points if it helps...

  • Looking for a specific data in all the cubes and ods

    Hi Gurus
    "i am looking for all the cubes/ods that contain a specific Controlling area(lets say 0123) and a specific 0plant (lets say plant 4567), now i can go down to every cube and ods and search for it in its contents but i have like hundereds of cubes it will take days, is there a simple way to look for some particular data in all the cubes/ods, and it tells me which cube/ods contains these plants and controlling area."
    <b>now based on this above post i got a reply that abaping can help.</b>
    "you could write an ABAP where you call for every InfoProvider function RSDRI_INFOPROV_READ_RFC like
    loop at <infoprov-table> assigning <wa>.
    call function 'RSDRI_INFOPROV_READ_RFC'
    exporting
    i_infoprov = <wa>
    tables
    i_t_sfc = i_t_rsdri_t_sfc
    i_t_range = l_t_rsdri_t_range
    e_t_rfcdata = l_t_rsdri_t_rfcdata
    exceptions
    illegal_input = 1
    illegal_input_sfc = 2
    illegal_input_sfk = 3
    illegal_input_range = 4
    illegal_input_tablesel = 5
    no_authorization = 6
    generation_error = 7
    illegal_download = 8
    illegal_tablename = 9
    illegal_resulttype = 10
    x_message = 11
    data_overflow = 12
    others = 13.
    endloop.
    i_t_sfc should contain 0PLANT and i_t_range the restriction on you plant value.
    with a describe table statement on l_t_rsdri_t_rfcdata you can get the hits.
    check test program RSDRI_INFOPROV_READ_DEMO for details
    best regards clemens "
    <b>now my question is how do  i use this code to check each and every cube in bw, it seems like it is meant to be for only one cube at a time. and what does he  mean by  "for every infoprovider function"</b>
    thanks

    THANKS

  • Creation of cube and dso in sap bi 7.0

    This topic has ben discussed here often. Kindly search the forums before posting a new thread. Unfortunately I would have to lock this thread.
    Hi
    Can any body tell me the how to create the cube as well an dso in bi 7.0 version thougt i how to create cube and ods in sap bi 3.5 version but i want to update my knowledge more what are main diif b/w 3.5 and 7.0 i had ask this question further also but i will be very greate full if any give me own hand made Answer rather than the for diff b/w 3.5 and biw 7.0
    regards
    gurkiran
    Edited by: Dinesh Lalchand on Feb 12, 2009 12:53 PM
    Edited by: Dinesh Lalchand on Feb 12, 2009 12:55 PM

    Hi ,
    I am trying to migrate the Transaction data sources before moving into the DEV from Sandbox.
    So i have to delete the existing TR/UR's and trying to create the transformation, but while creating transformation fields mapping is not happend automatically. (For manul field mapping the transaction data is the  time taking process)
    We are using the spk 8 . Please let me know any one has faced the above problem . 
    Regards
    Jose

Maybe you are looking for

  • Vendor Credit Memo posting to Asset when invoice did not

    Hi Experts, We are on SAP 604 and have the following scenario. PO to purchase an asset at $10,000.  (not an inventory item). Goods receipt has NOT been done. 1st invoice comes in but is only for half of the asset.  (.5 qty at $5,000)  does not post t

  • I cant find a simple answer to this question.

    I get this stupid error when running an applet: java.lang.NoClassDefFoundError: website (wrong name: website/website) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:403) at java.security.Sec

  • IBook Not Detecting Internal Hard Drive

    So, this morning my computer started acting slowly, and apps started freezing. I restarted, and to my horror found that it wouldn't boot. It starts, and the screen is gray, but then nothing happens. I have discovered that the problem must be the iBoo

  • CS5; Image always opens on last monitor used instead of main monitor

    This problem is back. In CS4, when you opened an image it would always open on your main monitor regardless of which monitor you closed your last image. I have three monitors running and this is really annoying. CS4 was the only version I know of tha

  • The Mac Pro OEM drive vs the AAKS

    I'm trying to find out in which ways the OEM drive installed in the Mac Pro (listed as WD3200AAJS in DU) is different from the 640 AAKS. Specifically, the data transfer speed. I'm wondering for the purposes of deciding whether to use the OEM drive or