J2ME app.: To update Oracle table by sending data through mobile phone

Hello all,
I want to develop a mobile app to update the table of oracle database by sending the data through the SMS (Short Message Service). Means I'll send a sms through my cellphone containing some data and this data will be used to update the remote oracle database. How to do that?. Plz help.
Thanx in advance.

hi
My problem is here I need to update the loginfo table with the file name, count of records, table name and datetime.
For instance my dat file is XX.dat
my database table name is Mytable
Total record count is 10,00,000 records
datetime as on this date
the data in the XX.dat file I am using the controlfile (SQL*loader and dumping into the Mytable.Now my 10,00,000 records are dumped into the Mytable.
This process information I want to store it in the loginfo table. For this I need the trigger
CREATE OR REPLACE TRIGGER MYTRIGG
AFTER INSERT ON MYTABLE
Declare
V_Count Number;
Begin
Select count(*) into V_Count from Mytable;
Insert into Loginfo(TotalRecords,Date)
Values(V_Count,Sysdate);
end;
This is the trigger I have used.But in my loginfo table instead of one value as 10,00,000 it is getting each record as row by row
1
4
100
1000
10,00,000
So I need only one value to be stored and at the same time my tablename and filename must also be stored.
Kindly help me
suroop

Similar Messages

  • Problem with updating oracle DB with java date thru resultset.updateDate()

    URGENT Please
    I am facing problem in updating oracle database with java date through resultset.updateDate() method. Can anybody help me please
    following code is saving wrong date value (dec 4, 2006 instead of java date jul 4, 2007) in database:
    ResultSet rs = stmt.executeQuery("SELECT myDate FROM myTable");
    rs.first();
    SimpleDateFormat sqlFormat = new SimpleDateFormat("yyyy-mm-dd");
    java.util.Date myDate = new Date();
    rs.updateDate("myDate", java.sql.Date.valueOf(sqlFormat.format(myDate)));
    rs.updateRow();

    I believe you should use yyyy-MM-dd instead of yyyy-mm-dd. I think MM stands for month while mm stands for minute as per
    http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html
    (If this works, after spending so much of your time trying to solve it, don't hit yourself in the head too hard. I find running out of the room laughing hysterically feels better).
    Here is a more standard(?) way of updating:
    String sqlStatement=
    "update myTable set myDate=? where personID=?"
    PreparedStatement p1= connection.prepareStatement(sqlStatement);
    p1.setDate(1,new java.sqlDate());
    p1.setInt(2, personID);
    p1.executeUpdate();

  • Updating Oracle table with info from Sybase query

    I hope this is the correct forum for this question.
    I am fairly new to Java and JDBC. I am trying to figure out what the best method for updating information in Oracle tables with data from a Sybase table. I would prefer to use Oracle’s transparent gateway but this is not an option my company will pay for so I am creating a java stored procedure and using JDBC to connect to the Sybase database.
    The process I think I need to go thru is
    1.     Query an Oracle table to get the records that need to be updated and the “key” information to query the Sybase table with.
    2.     Use that result to query the Sybase database to get the fields that need to be updated in the Oracle table for those records.
    3.     Update the records on the Oracle table with the data from the Sybase query.
    I know I can just do this procedurally, row-by-row, but I was wondering if anyone knows of a way to accomplish this with SQL and no loops. Is there a way to make a result set available as a “SQL table” for another JDBC query?
    Basically what I would like to do is:
    OraQuery = “ select sybinfo from sometable where updated_date = null”;
    Statement orastmt1 = OraConn.createStatement();
    ResultSet Orars1 = orastmt1.executeQuery (OraQuery);
    SybQuery = “select update_date, sybinfo from sybtable where sybinfo = Orars1.sybinfo”;
    Statement sybstmt = SybConn.createStatement();
    ResultSet Sybrs = sybstmt1.executeQuery (SybQuery);
    OraUpdate = “update (select update_date from sometable, Sybrs where sometable.sybinfo = Sybrs.sybinfo) set update_date = Sybrs.update_date”;
    Statement orastmt2 = OraConn.createStatement();
    ResultSet Orars2 = orastmt2.executeQuery (OraUpdate);
    This may not be possible but if anyone has done something similar and wouldn’t mind sharing I would appreciate it. If there is a “better” way of accomplishing this I am open to suggestions.
    Thanks

    you can try using cachedRowSet() for the Oracle side query.
    The rows in this could be populated using the sybase side query's resultset and then all of this could updated into Oracle in one shot.

  • Send oracle table to pdf file through forms 6i

    please dear sirs,
    I want to send oracle table to pdf file through forms 6i
    waiting help
    thanks in advance
    Yasser

    dear Francois
    i use this code which sarah give it to me
    and i write as the following put not give me the pdf file
    DECLARE
         PL_ID PARAMLIST;
    BEGIN     
         PL_ID := GET_PARAMETER_LIST('TEMPDATA');
         IF NOT ID_NULL(PL_ID) THEN
              DESTROY_PARAMETER_LIST(PL_ID);
         END IF;
         PL_ID := CREATE_PARAMETER_LIST('TEMPDATA');
         ADD_PARAMETER(PL_ID, 'PARAMFORM', TEXT_PARAMETER, 'NO');
         ADD_PARAMETER(pl_id, 'DESTYPE', TEXT_PARAMETER, 'FILE');
         ADD_PARAMETER(pl_id, 'DESFORMAT', TEXT_PARAMETER, 'PDF');
         ADD_PARAMETER(pl_id, 'DESNAME',          TEXT_PARAMETER, 'D:\YASSER');
         RUN_PRODUCT(REPORTS, 'D:\YASSER\crm02002.rep', ASYNCHRONOUS, RUNTIME, FILESYSTEM, PL_ID, NULL);
    END;
    pls help me and tell me where is the error which i did
    thanks in advance dear

  • Unified Mobility, no audio on Send call to Mobile Phone

    I'm using UCM 9.1 with Unified Mobility (xfer to alternate number) with good success if I follow a typical call flow:
    Inbound call -> Ext -> Rings deskphone x seconds -> Rings mobile phone -> Answer mobile phone -> hangup -> Resume call on desk phone.
    But if I pick up a call on my desk phone, and use the Mobility button to xfer a call to my mobile phone I get no audio:
    Inbound call -> Ext -> Pickup desk phone -> Mobility soft button, 'Send call to Mobile Phone' -> Answer mobile phone, no audio -> Hang up mobile phone -> Resume call on desk phone (two-way audio).
    Device wise the call flow is:
    ITSP SIP trunk -> CUBE -> CUCM -> 7965 IP Phone.
    Recently I reconfigured CUCM to use the CUBE for any MTP resources instead of the software option and I think I may have missed something.
    CUBE config:
    voice-card 0 dspfarm dsp services dspfarm!!!voice service voip ip address trusted list  ipv4 173.46.30.218  ipv4 173.46.30.202  ipv4 10.0.6.30  ipv4 10.0.6.31  ipv4 10.0.6.33  ipv4 10.0.6.32  ipv4 10.1.1.4  ipv4 10.0.250.0 255.255.255.0 mode border-element allow-connections h323 to h323 allow-connections h323 to sip allow-connections sip to h323 allow-connections sip to sip redirect ip2ip fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none sip  midcall-signaling passthru media-change  early-offer forced  no call service stop  registration passthrough!voice class codec 1 codec preference 1 g711ulawsccp local GigabitEthernet0/0.42sccp ccm 10.0.6.30 identifier 1 version 7.0 sccp!sccp ccm group 1 bind interface GigabitEthernet0/0.42 associate ccm 1 priority 1 associate profile 1 register MTP_2951-01!dspfarm profile 2 transcode universal  codec pass-through codec g711ulaw codec g711alaw codec g729ar8 codec g729abr8 maximum sessions 11 associate application SCCP shutdown!dspfarm profile 3 conference  codec g711ulaw codec g711alaw codec g729ar8 codec g729abr8 codec g729r8 codec g729br8 maximum sessions 2 associate application SCCP!dspfarm profile 1 mtp  codec pass-through codec g711ulaw maximum sessions hardware 15 associate application SCCP!
    In CUCM I removed the software MTP from the MRG:
    Not sure where to start troubleshooting this problem, any help is appreciated.
    Steve

    Thanks for the help gents. I couldn't get to this until we're out of office hours on the weekend.
    Interestingly, I have no mid-call option in my dial-peers. This is a 2951 running 15.2(4)M2.
    I double checked the MRGL, my phone is associated with it.
    Codec is G711 on ITSP side, and on phones - I'm not sure I fully understand the use cases for MTP, this is something I need to research more.
    I've included two ccsip message debugs, the first one is the existing issue of no audio (in either direction).
    The second I've changed the midcall-signaling passthru option, dropping the media-change bit and we get audio in both directions for mobility except we use Unity call handlers for IVR functionality, and now when an inbound caller is forwarded to an extension we get no audio - obviously this is a game stopper.
    In Unity I have the port group configured as SCCP - Maybe I should be using SIP instead?
    No Audio:
    voice service voip
    sip
      midcall-signaling passthru media-change
      early-offer forced
      no call service stop
      registration passthrough
    Dec  8 21:07:35.842: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received: INVITE sip:[email protected]:5060 SIP/2.0Via: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b1b7e642f53From: "Steve Dainard" ;tag=40265~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727249To: Date: Sun, 08 Dec 2013 21:07:35 GMTCall-ID: [email protected]: timer,resource-priority,replacesMin-SE:  1800User-Agent: Cisco-CUCM9.1Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFYCSeq: 101 INVITEExpires: 180Allow-Events: presenceSupported: X-cisco-srtp-fallbackSupported: GeolocationCisco-Guid: 3244526336-0000065536-0000003600-0503709706Session-Expires:  1800Diversion: ;reason=follow-me;privacy=off;screen=yesP-Asserted-Identity: "Steve Dainard" Remote-Party-ID: "Steve Dainard" ;party=calling;screen=yes;privacy=offContact: ;isFocusMax-Forwards: 70Content-Length: 0Dec  8 21:07:35.850: //13815/C1638B000000/SIP/Msg/ccsipDisplayMsg:Sent: INVITE sip:[email protected]:5060 SIP/2.0Via: SIP/2.0/UDP 10.0.1.67:5060;branch=z9hG4bK274BE17From: "Steve Dainard" ;tag=47582CDC-2165To: Date: Sun, 08 Dec 2013 21:07:35 GMTCall-ID: [email protected]: 100rel,timer,resource-priority,replaces,sdp-anatMin-SE:  1800Cisco-Guid: 3244526336-0000065536-0000003600-0503709706User-Agent: Cisco-SIPGateway/IOS-15.2.4.M2Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTERCSeq: 101 INVITETimestamp: 1386536855Contact: Expires: 180Allow-Events: telephone-eventMax-Forwards: 69Diversion: ;privacy=off;reason=follow-me;screen=yesContent-Type: application/sdpContent-Disposition: session;handling=requiredContent-Length: 238v=0o=CiscoSystemsSIP-GW-UserAgent 7885 9952 IN IP4 10.0.1.67s=SIP Callc=IN IP4 10.0.1.67t=0 0m=audio 29558 RTP/AVP 0 101c=IN IP4 10.0.1.67a=rtpmap:0 PCMU/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=ptime:20Dec  8 21:07:35.850: //13814/C1638B000000/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 100 TryingVia: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b1b7e642f53From: "Steve Dainard" ;tag=40265~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727249To: Date: Sun, 08 Dec 2013 21:07:35 GMTCall-ID: [email protected]: 101 INVITEAllow-Events: telephone-eventServer: Cisco-SIPGateway/IOS-15.2.4.M2Content-Length: 0Dec  8 21:07:35.858: //13815/C1638B000000/SIP/Msg/ccsipDisplayMsg:Received: SIP/2.0 100 TryingVia: SIP/2.0/UDP 10.0.1.67:5060;branch=z9hG4bK274BE17From: "Steve Dainard" ;tag=47582CDC-2165To: Call-ID: [email protected]: 101 INVITETimestamp: 1386536855Dec  8 21:07:41.986: //13815/C1638B000000/SIP/Msg/ccsipDisplayMsg:Received: SIP/2.0 183 Session ProgressVia: SIP/2.0/UDP 10.0.1.67:5060;branch=z9hG4bK274BE17From: "Steve Dainard" ;tag=47582CDC-2165To: ;tag=as1502e8b4Call-ID: [email protected]: 101 INVITETimestamp: 1386536855Contact: Server: Rogers SIP CoreAllow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFOSupported: replacesContent-Type: application/sdpContent-Length: 253v=0o=root 959120698 959120698 IN IP4 173.46.30.202s=Rogers SIPc=IN IP4 173.46.30.202t=0 0m=audio 40818 RTP/AVP 0 101a=rtpmap:0 PCMU/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=silenceSupp:off - - - -a=ptime:20a=sendrecvDec  8 21:07:41.986: //13815/C1638B000000/SIP/Msg/ccsipDisplayMsg:Received: SIP/2.0 180 RingingVia: SIP/2.0/UDP 10.0.1.67:5060;branch=z9hG4bK274BE17From: "Steve Dainard" ;tag=47582CDC-2165To: ;tag=as1502e8b4Call-ID: [email protected]: 101 INVITETimestamp: 1386536855Contact: Server: Rogers SIP CoreAllow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFOSupported: replacesContent-Length: 0Dec  8 21:07:41.990: //13814/C1638B000000/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 183 Session ProgressVia: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b1b7e642f53From: "Steve Dainard" ;tag=40265~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727249To: ;tag=475844D8-1CC2Date: Sun, 08 Dec 2013 21:07:35 GMTCall-ID: [email protected]: 101 INVITEAllow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTERAllow-Events: telephone-eventContact: Supported: sdp-anatServer: Cisco-SIPGateway/IOS-15.2.4.M2Content-Type: application/sdpContent-Disposition: session;handling=requiredContent-Length: 241v=0o=CiscoSystemsSIP-GW-UserAgent 3614 6206 IN IP4 10.0.250.4s=SIP Callc=IN IP4 10.0.250.4t=0 0m=audio 29556 RTP/AVP 0 101c=IN IP4 10.0.250.4a=rtpmap:0 PCMU/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=ptime:20Dec  8 21:07:41.990: //13814/C1638B000000/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 180 RingingVia: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b1b7e642f53From: "Steve Dainard" ;tag=40265~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727249To: ;tag=475844D8-1CC2Date: Sun, 08 Dec 2013 21:07:35 GMTCall-ID: [email protected]: 101 INVITEAllow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTERAllow-Events: telephone-eventContact: Server: Cisco-SIPGateway/IOS-15.2.4.M2Content-Length: 0Dec  8 21:07:43.938: //13815/C1638B000000/SIP/Msg/ccsipDisplayMsg:Received: SIP/2.0 200 OKVia: SIP/2.0/UDP 10.0.1.67:5060;branch=z9hG4bK274BE17From: "Steve Dainard" ;tag=47582CDC-2165To: ;tag=as1502e8b4Call-ID: [email protected]: 101 INVITETimestamp: 1386536855Contact: Server: Rogers SIP CoreAllow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFOSupported: replacesContent-Type: application/sdpContent-Length: 253v=0o=root 959120698 959120699 IN IP4 173.46.30.202s=Rogers SIPc=IN IP4 173.46.30.202t=0 0m=audio 40818 RTP/AVP 0 101a=rtpmap:0 PCMU/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=silenceSupp:off - - - -a=ptime:20a=sendrecvDec  8 21:07:43.938: //13814/C1638B000000/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 200 OKVia: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b1b7e642f53From: "Steve Dainard" ;tag=40265~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727249To: ;tag=475844D8-1CC2Date: Sun, 08 Dec 2013 21:07:35 GMTCall-ID: [email protected]: 101 INVITEAllow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTERAllow-Events: telephone-eventContact: Supported: replacesSupported: sdp-anatServer: Cisco-SIPGateway/IOS-15.2.4.M2Require: timerSession-Expires:  1800;refresher=uacSupported: timerContent-Type: application/sdpContent-Disposition: session;handling=requiredContent-Length: 241v=0o=CiscoSystemsSIP-GW-UserAgent 3614 6206 IN IP4 10.0.250.4s=SIP Callc=IN IP4 10.0.250.4t=0 0m=audio 29556 RTP/AVP 0 101c=IN IP4 10.0.250.4a=rtpmap:0 PCMU/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=ptime:20Dec  8 21:07:43.942: //13815/C1638B000000/SIP/Msg/ccsipDisplayMsg:Sent: ACK sip:[email protected]:5060;transport=udp SIP/2.0Via: SIP/2.0/UDP 10.0.1.67:5060;branch=z9hG4bK274C4F2From: "Steve Dainard" ;tag=47582CDC-2165To: ;tag=as1502e8b4Date: Sun, 08 Dec 2013 21:07:35 GMTCall-ID: [email protected]: 70CSeq: 101 ACKAllow-Events: telephone-eventContent-Length: 0Dec  8 21:07:43.958: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received: ACK sip:[email protected]:5060;transport=tcp SIP/2.0Via: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b1d288c5e53From: "Steve Dainard" ;tag=40265~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727249To: ;tag=475844D8-1CC2Date: Sun, 08 Dec 2013 21:07:35 GMTCall-ID: [email protected]: 70CSeq: 101 ACKAllow-Events: presenceContent-Type: application/sdpContent-Length: 218v=0o=CiscoSystemsCCM-SIP 40265 1 IN IP4 10.0.6.30s=SIP Callc=IN IP4 10.0.6.30t=0 0m=audio 4000 RTP/AVP 0 101a=rtpmap:0 PCMU/8000a=ptime:20a=inactivea=rtpmap:101 telephone-event/8000a=fmtp:101 0-15Dec  8 21:07:44.158: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received: UPDATE sip:[email protected]:5060;transport=tcp SIP/2.0Via: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b1f50a2749fFrom: "Steve Dainard" ;tag=40265~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727249To: ;tag=475844D8-1CC2Date: Sun, 08 Dec 2013 21:07:35 GMTCall-ID: [email protected]: Cisco-CUCM9.1Max-Forwards: 70Supported: timer,resource-priority,replacesAllow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFYCSeq: 102 UPDATESupported: X-cisco-srtp-fallbackSupported: GeolocationP-Asserted-Identity: "Steve Dainard" Remote-Party-ID: "Steve Dainard" ;party=calling;screen=yes;privacy=offContact: Content-Length: 0Dec  8 21:07:44.158: //13814/C1638B000000/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 200 OKVia: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b1f50a2749fFrom: "Steve Dainard" ;tag=40265~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727249To: ;tag=475844D8-1CC2Date: Sun, 08 Dec 2013 21:07:44 GMTCall-ID: [email protected]: Cisco-SIPGateway/IOS-15.2.4.M2CSeq: 102 UPDATEAllow-Events: telephone-eventContact: Supported: timerContent-Length: 0Dec  8 21:07:44.162: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received: INVITE sip:[email protected]:5060;transport=tcp SIP/2.0Via: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b2028eab237From: "Steve Dainard" ;tag=40265~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727249To: ;tag=475844D8-1CC2Date: Sun, 08 Dec 2013 21:07:44 GMTCall-ID: [email protected]: timer,resource-priority,replacesMin-SE:  1800User-Agent: Cisco-CUCM9.1Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFYCSeq: 103 INVITEMax-Forwards: 70Expires: 180Allow-Events: presenceSupported: X-cisco-srtp-fallbackSupported: GeolocationSession-Expires:  1800;refresher=uacP-Asserted-Identity: "Steve Dainard" Remote-Party-ID: "Steve Dainard" ;party=calling;screen=yes;privacy=offContact: Content-Length: 0Dec  8 21:07:44.162: //13814/C1638B000000/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 100 TryingVia: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b2028eab237From: "Steve Dainard" ;tag=40265~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727249To: ;tag=475844D8-1CC2Date: Sun, 08 Dec 2013 21:07:44 GMTCall-ID: [email protected]: 103 INVITEAllow-Events: telephone-eventServer: Cisco-SIPGateway/IOS-15.2.4.M2Content-Length: 0Dec  8 21:07:44.162: //13814/C1638B000000/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 200 OKVia: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b2028eab237From: "Steve Dainard" ;tag=40265~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727249To: ;tag=475844D8-1CC2Date: Sun, 08 Dec 2013 21:07:44 GMTCall-ID: [email protected]: 103 INVITEAllow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTERAllow-Events: telephone-eventContact: Supported: replacesSupported: sdp-anatServer: Cisco-SIPGateway/IOS-15.2.4.M2Require: timerSession-Expires:  1800;refresher=uacSupported: timerContent-Type: application/sdpContent-Length: 241v=0o=CiscoSystemsSIP-GW-UserAgent 3614 6206 IN IP4 10.0.250.4s=SIP Callc=IN IP4 10.0.250.4t=0 0m=audio 29556 RTP/AVP 0 101c=IN IP4 10.0.250.4a=rtpmap:0 PCMU/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=ptime:20Dec  8 21:07:44.214: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received: ACK sip:[email protected]:5060;transport=tcp SIP/2.0Via: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b2151dd5c40From: "Steve Dainard" ;tag=40265~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727249To: ;tag=475844D8-1CC2Date: Sun, 08 Dec 2013 21:07:44 GMTCall-ID: [email protected]: 70CSeq: 103 ACKAllow-Events: presenceContent-Type: application/sdpContent-Length: 232v=0o=CiscoSystemsCCM-SIP 40265 3 IN IP4 10.0.6.30s=SIP Callc=IN IP4 10.0.250.93b=TIAS:64000b=AS:64t=0 0m=audio 25834 RTP/AVP 0 101a=rtpmap:0 PCMU/8000a=ptime:20a=rtpmap:101 telephone-event/8000a=fmtp:101 0-15Dec  8 21:07:52.590: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received: INVITE sip:[email protected]:5060 SIP/2.0Via: SIP/2.0/UDP 173.46.30.202:5060;branch=z9hG4bK76uf9710bomh2kk6c350.1Max-Forwards: 68From: ;tag=as1502e8b4To: "Steve Dainard" ;tag=47582CDC-2165Call-ID: [email protected]: CSeq: 102 INVITEUser-Agent: Rogers SIP CoreAllow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFOSupported: replacesContent-Type: application/sdpContent-Length: 253v=0o=root 959120698 959120700 IN IP4 173.46.30.202s=Rogers SIPc=IN IP4 173.46.30.202t=0 0m=audio 40818 RTP/AVP 0 101a=rtpmap:0 PCMU/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=silenceSupp:off - - - -a=ptime:20a=sendrecvDec  8 21:07:52.594: //13815/C1638B000000/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 100 TryingVia: SIP/2.0/UDP 173.46.30.202:5060;branch=z9hG4bK76uf9710bomh2kk6c350.1From: ;tag=as1502e8b4To: "Steve Dainard" ;tag=47582CDC-2165Date: Sun, 08 Dec 2013 21:07:52 GMTCall-ID: [email protected]: 102 INVITEAllow-Events: telephone-eventServer: Cisco-SIPGateway/IOS-15.2.4.M2Content-Length: 0Dec  8 21:07:52.594: //13815/C1638B000000/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 200 OKVia: SIP/2.0/UDP 173.46.30.202:5060;branch=z9hG4bK76uf9710bomh2kk6c350.1From: ;tag=as1502e8b4To: "Steve Dainard" ;tag=47582CDC-2165Date: Sun, 08 Dec 2013 21:07:52 GMTCall-ID: [email protected]: 102 INVITEAllow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTERAllow-Events: telephone-eventContact: Supported: replacesSupported: sdp-anatServer: Cisco-SIPGateway/IOS-15.2.4.M2Supported: timerContent-Type: application/sdpContent-Length: 238v=0o=CiscoSystemsSIP-GW-UserAgent 7885 9953 IN IP4 10.0.1.67s=SIP Callc=IN IP4 10.0.1.67t=0 0m=audio 29558 RTP/AVP 0 101c=IN IP4 10.0.1.67a=rtpmap:0 PCMU/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=ptime:20Dec  8 21:07:52.610: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received: ACK sip:[email protected]:5060 SIP/2.0Via: SIP/2.0/UDP 173.46.30.202:5060;branch=z9hG4bK8m4hbg10c8ag4kg723g0.1Max-Forwards: 68From: ;tag=as1502e8b4To: "Steve Dainard" ;tag=47582CDC-2165Call-ID: [email protected]: CSeq: 102 ACKUser-Agent: Rogers SIP CoreContent-Length: 0Dec  8 21:07:52.630: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received: BYE sip:[email protected]:5060 SIP/2.0Via: SIP/2.0/UDP 173.46.30.202:5060;branch=z9hG4bK96bidp10cou05l89e611.1Max-Forwards: 68From: ;tag=as1502e8b4To: "Steve Dainard" ;tag=47582CDC-2165Call-ID: [email protected]: 103 BYEUser-Agent: Rogers SIP CoreX-RBS-SIP-HangupCause: Normal ClearingX-RBS-SIP-HangupCauseCode: 16Content-Length: 0Dec  8 21:07:52.634: //13814/C1638B000000/SIP/Msg/ccsipDisplayMsg:Sent: BYE sip:[email protected]:5060;transport=tcp SIP/2.0Via: SIP/2.0/TCP 10.0.250.4:5060;branch=z9hG4bK274D1192From: ;tag=475844D8-1CC2To: "Steve Dainard" ;tag=40265~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727249Date: Sun, 08 Dec 2013 21:07:44 GMTCall-ID: [email protected]: Cisco-SIPGateway/IOS-15.2.4.M2Max-Forwards: 70Timestamp: 1386536872CSeq: 101 BYEReason: Q.850;cause=16P-RTP-Stat: PS=0,OS=0,PR=420,OR=67200,PL=0,JI=0,LA=0,DU=8Content-Length: 0Dec  8 21:07:52.634: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 200 OKVia: SIP/2.0/UDP 173.46.30.202:5060;branch=z9hG4bK96bidp10cou05l89e611.1From: ;tag=as1502e8b4To: "Steve Dainard" ;tag=47582CDC-2165Date: Sun, 08 Dec 2013 21:07:52 GMTCall-ID: [email protected]: Cisco-SIPGateway/IOS-15.2.4.M2CSeq: 103 BYEReason: Q.850;cause=16P-RTP-Stat: PS=2,OS=320,PR=100,OR=16000,PL=0,JI=0,LA=0,DU=8Content-Length: 0Dec  8 21:07:52.646: //13814/C1638B000000/SIP/Msg/ccsipDisplayMsg:Received: SIP/2.0 200 OKVia: SIP/2.0/TCP 10.0.250.4:5060;branch=z9hG4bK274D1192From: ;tag=475844D8-1CC2To: "Steve Dainard" ;tag=40265~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727249Date: Sun, 08 Dec 2013 21:07:52 GMTCall-ID: [email protected]: 101 BYEContent-Length: 0
    bi-direcitonal audio:
    voice service voip
    sip     
      early-offer forced
      midcall-signaling passthru
      no call service stop
      registration passthrough
    Dec  8 21:09:44.331: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received: INVITE sip:[email protected]:5060 SIP/2.0Via: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b267445467fFrom: "Steve Dainard" ;tag=40276~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727255To: Date: Sun, 08 Dec 2013 21:09:44 GMTCall-ID: [email protected]: timer,resource-priority,replacesMin-SE:  1800User-Agent: Cisco-CUCM9.1Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFYCSeq: 101 INVITEExpires: 180Allow-Events: presenceSupported: X-cisco-srtp-fallbackSupported: GeolocationCisco-Guid: 0239559040-0000065536-0000003601-0503709706Session-Expires:  1800Diversion: ;reason=follow-me;privacy=off;screen=yesP-Asserted-Identity: "Steve Dainard" Remote-Party-ID: "Steve Dainard" ;party=calling;screen=yes;privacy=offContact: ;isFocusMax-Forwards: 70Content-Length: 0Dec  8 21:09:44.339: //13819/0E4761800000/SIP/Msg/ccsipDisplayMsg:Sent: INVITE sip:[email protected]:5060 SIP/2.0Via: SIP/2.0/UDP 10.0.1.67:5060;branch=z9hG4bK274E8E6From: "Steve Dainard" ;tag=475A22C4-26C5To: Date: Sun, 08 Dec 2013 21:09:44 GMTCall-ID: [email protected]: 100rel,timer,resource-priority,replaces,sdp-anatMin-SE:  1800Cisco-Guid: 0239559040-0000065536-0000003601-0503709706User-Agent: Cisco-SIPGateway/IOS-15.2.4.M2Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTERCSeq: 101 INVITETimestamp: 1386536984Contact: Expires: 180Allow-Events: telephone-eventMax-Forwards: 69Diversion: ;privacy=off;reason=follow-me;screen=yesSession-Expires:  1800Content-Type: application/sdpContent-Disposition: session;handling=requiredContent-Length: 238v=0o=CiscoSystemsSIP-GW-UserAgent 4519 2507 IN IP4 10.0.1.67s=SIP Callc=IN IP4 10.0.1.67t=0 0m=audio 29562 RTP/AVP 0 101c=IN IP4 10.0.1.67a=rtpmap:0 PCMU/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=ptime:20Dec  8 21:09:44.339: //13818/0E4761800000/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 100 TryingVia: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b267445467fFrom: "Steve Dainard" ;tag=40276~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727255To: Date: Sun, 08 Dec 2013 21:09:44 GMTCall-ID: [email protected]: 101 INVITEAllow-Events: telephone-eventServer: Cisco-SIPGateway/IOS-15.2.4.M2Content-Length: 0Dec  8 21:09:44.347: //13819/0E4761800000/SIP/Msg/ccsipDisplayMsg:Received: SIP/2.0 100 TryingVia: SIP/2.0/UDP 10.0.1.67:5060;branch=z9hG4bK274E8E6From: "Steve Dainard" ;tag=475A22C4-26C5To: Call-ID: [email protected]: 101 INVITETimestamp: 1386536984Dec  8 21:09:52.535: //13819/0E4761800000/SIP/Msg/ccsipDisplayMsg:Received: SIP/2.0 183 Session ProgressVia: SIP/2.0/UDP 10.0.1.67:5060;branch=z9hG4bK274E8E6From: "Steve Dainard" ;tag=475A22C4-26C5To: ;tag=as314346beCall-ID: [email protected]: 101 INVITETimestamp: 1386536984Contact: Server: Rogers SIP CoreAllow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFOSupported: replacesContent-Type: application/sdpContent-Length: 255v=0o=root 1961674502 1961674502 IN IP4 173.46.30.202s=Rogers SIPc=IN IP4 173.46.30.202t=0 0m=audio 37982 RTP/AVP 0 101a=rtpmap:0 PCMU/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=silenceSupp:off - - - -a=ptime:20a=sendrecvDec  8 21:09:52.539: //13818/0E4761800000/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 183 Session ProgressVia: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b267445467fFrom: "Steve Dainard" ;tag=40276~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727255To: ;tag=475A42CC-1387Date: Sun, 08 Dec 2013 21:09:44 GMTCall-ID: [email protected]: 101 INVITEAllow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTERAllow-Events: telephone-eventContact: Supported: sdp-anatServer: Cisco-SIPGateway/IOS-15.2.4.M2Content-Type: application/sdpContent-Disposition: session;handling=requiredContent-Length: 241v=0o=CiscoSystemsSIP-GW-UserAgent 7438 7415 IN IP4 10.0.250.4s=SIP Callc=IN IP4 10.0.250.4t=0 0m=audio 29560 RTP/AVP 0 101c=IN IP4 10.0.250.4a=rtpmap:0 PCMU/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=ptime:20Dec  8 21:09:53.007: //13819/0E4761800000/SIP/Msg/ccsipDisplayMsg:Received: SIP/2.0 180 RingingVia: SIP/2.0/UDP 10.0.1.67:5060;branch=z9hG4bK274E8E6From: "Steve Dainard" ;tag=475A22C4-26C5To: ;tag=as314346beCall-ID: [email protected]: 101 INVITETimestamp: 1386536984Contact: Server: Rogers SIP CoreAllow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFOSupported: replacesContent-Length: 0Dec  8 21:09:53.007: //13818/0E4761800000/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 180 RingingVia: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b267445467fFrom: "Steve Dainard" ;tag=40276~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727255To: ;tag=475A42CC-1387Date: Sun, 08 Dec 2013 21:09:44 GMTCall-ID: [email protected]: 101 INVITEAllow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTERAllow-Events: telephone-eventContact: Server: Cisco-SIPGateway/IOS-15.2.4.M2Content-Length: 0Dec  8 21:09:54.967: //13819/0E4761800000/SIP/Msg/ccsipDisplayMsg:Received: SIP/2.0 200 OKVia: SIP/2.0/UDP 10.0.1.67:5060;branch=z9hG4bK274E8E6From: "Steve Dainard" ;tag=475A22C4-26C5To: ;tag=as314346beCall-ID: [email protected]: 101 INVITETimestamp: 1386536984Contact: Server: Rogers SIP CoreAllow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFOSupported: replacesContent-Type: application/sdpContent-Length: 255v=0o=root 1961674502 1961674503 IN IP4 173.46.30.202s=Rogers SIPc=IN IP4 173.46.30.202t=0 0m=audio 37982 RTP/AVP 0 101a=rtpmap:0 PCMU/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=silenceSupp:off - - - -a=ptime:20a=sendrecvDec  8 21:09:54.967: //13818/0E4761800000/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 200 OKVia: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b267445467fFrom: "Steve Dainard" ;tag=40276~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727255To: ;tag=475A42CC-1387Date: Sun, 08 Dec 2013 21:09:44 GMTCall-ID: [email protected]: 101 INVITEAllow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTERAllow-Events: telephone-eventContact: Supported: replacesSupported: sdp-anatServer: Cisco-SIPGateway/IOS-15.2.4.M2Supported: timerContent-Type: application/sdpContent-Disposition: session;handling=requiredContent-Length: 241v=0o=CiscoSystemsSIP-GW-UserAgent 7438 7415 IN IP4 10.0.250.4s=SIP Callc=IN IP4 10.0.250.4t=0 0m=audio 29560 RTP/AVP 0 101c=IN IP4 10.0.250.4a=rtpmap:0 PCMU/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=ptime:20Dec  8 21:09:54.967: //13819/0E4761800000/SIP/Msg/ccsipDisplayMsg:Sent: ACK sip:[email protected]:5060;transport=udp SIP/2.0Via: SIP/2.0/UDP 10.0.1.67:5060;branch=z9hG4bK274F1060From: "Steve Dainard" ;tag=475A22C4-26C5To: ;tag=as314346beDate: Sun, 08 Dec 2013 21:09:44 GMTCall-ID: [email protected]: 70CSeq: 101 ACKAllow-Events: telephone-eventContent-Length: 0Dec  8 21:09:54.979: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received: ACK sip:[email protected]:5060;transport=tcp SIP/2.0Via: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b2876c28ab9From: "Steve Dainard" ;tag=40276~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727255To: ;tag=475A42CC-1387Date: Sun, 08 Dec 2013 21:09:44 GMTCall-ID: [email protected]: 70CSeq: 101 ACKAllow-Events: presenceContent-Type: application/sdpContent-Length: 218v=0o=CiscoSystemsCCM-SIP 40276 1 IN IP4 10.0.6.30s=SIP Callc=IN IP4 10.0.6.30t=0 0m=audio 4000 RTP/AVP 0 101a=rtpmap:0 PCMU/8000a=ptime:20a=inactivea=rtpmap:101 telephone-event/8000a=fmtp:101 0-15Dec  8 21:09:55.007: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received: UPDATE sip:[email protected]:5060;transport=tcp SIP/2.0Via: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b2ada930ebFrom: "Steve Dainard" ;tag=40276~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727255To: ;tag=475A42CC-1387Date: Sun, 08 Dec 2013 21:09:44 GMTCall-ID: [email protected]: Cisco-CUCM9.1Max-Forwards: 70Supported: timer,resource-priority,replacesAllow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFYCSeq: 102 UPDATESupported: X-cisco-srtp-fallbackSupported: GeolocationP-Asserted-Identity: "Steve Dainard" Remote-Party-ID: "Steve Dainard" ;party=calling;screen=yes;privacy=offContact: Content-Length: 0Dec  8 21:09:55.011: //13818/0E4761800000/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 200 OKVia: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b2ada930ebFrom: "Steve Dainard" ;tag=40276~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727255To: ;tag=475A42CC-1387Date: Sun, 08 Dec 2013 21:09:55 GMTCall-ID: [email protected]: Cisco-SIPGateway/IOS-15.2.4.M2CSeq: 102 UPDATEAllow-Events: telephone-eventContact: Supported: timerContent-Length: 0Dec  8 21:09:55.011: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received: INVITE sip:[email protected]:5060;transport=tcp SIP/2.0Via: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b2be82180dFrom: "Steve Dainard" ;tag=40276~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727255To: ;tag=475A42CC-1387Date: Sun, 08 Dec 2013 21:09:55 GMTCall-ID: [email protected]: timer,resource-priority,replacesMin-SE:  1800User-Agent: Cisco-CUCM9.1Allow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFYCSeq: 103 INVITEMax-Forwards: 70Expires: 180Allow-Events: presenceSupported: X-cisco-srtp-fallbackSupported: GeolocationP-Asserted-Identity: "Steve Dainard" Remote-Party-ID: "Steve Dainard" ;party=calling;screen=yes;privacy=offContact: Content-Length: 0Dec  8 21:09:55.011: //13819/0E4761800000/SIP/Msg/ccsipDisplayMsg:Sent: INVITE sip:[email protected]:5060;transport=udp SIP/2.0Via: SIP/2.0/UDP 10.0.1.67:5060;branch=z9hG4bK275014C3From: "Steve Dainard" ;tag=475A22C4-26C5To: ;tag=as314346beDate: Sun, 08 Dec 2013 21:09:55 GMTCall-ID: [email protected]: timer,resource-priority,replaces,sdp-anatMin-SE:  1800Cisco-Guid: 0239559040-0000065536-0000003601-0503709706User-Agent: Cisco-SIPGateway/IOS-15.2.4.M2Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTERCSeq: 102 INVITEMax-Forwards: 70Timestamp: 1386536995Contact: Diversion: ;privacy=off;reason=follow-me;screen=yesExpires: 180Allow-Events: telephone-eventContent-Length: 0Dec  8 21:09:55.011: //13818/0E4761800000/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 100 TryingVia: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b2be82180dFrom: "Steve Dainard" ;tag=40276~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727255To: ;tag=475A42CC-1387Date: Sun, 08 Dec 2013 21:09:55 GMTCall-ID: [email protected]: 103 INVITEAllow-Events: telephone-eventServer: Cisco-SIPGateway/IOS-15.2.4.M2Content-Length: 0Dec  8 21:09:55.019: //13819/0E4761800000/SIP/Msg/ccsipDisplayMsg:Received: SIP/2.0 100 TryingVia: SIP/2.0/UDP 10.0.1.67:5060;branch=z9hG4bK275014C3From: "Steve Dainard" ;tag=475A22C4-26C5To: ;tag=as314346beCall-ID: [email protected]: 102 INVITETimestamp: 1386536995Dec  8 21:09:55.031: //13819/0E4761800000/SIP/Msg/ccsipDisplayMsg:Received: SIP/2.0 200 OKVia: SIP/2.0/UDP 10.0.1.67:5060;branch=z9hG4bK275014C3From: "Steve Dainard" ;tag=475A22C4-26C5To: ;tag=as314346beCall-ID: [email protected]: 102 INVITETimestamp: 1386536995Contact: Server: Rogers SIP CoreAllow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFOSupported: replacesContent-Type: application/sdpContent-Length: 279v=0o=root 1961674502 1961674504 IN IP4 173.46.30.202s=Rogers SIPc=IN IP4 173.46.30.202t=0 0m=audio 37982 RTP/AVP 0 8 101a=rtpmap:0 PCMU/8000a=rtpmap:8 PCMA/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=silenceSupp:off - - - -a=ptime:20a=sendrecvDec  8 21:09:55.035: //13818/0E4761800000/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 200 OKVia: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b2be82180dFrom: "Steve Dainard" ;tag=40276~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727255To: ;tag=475A42CC-1387Date: Sun, 08 Dec 2013 21:09:55 GMTCall-ID: [email protected]: 103 INVITEAllow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTERAllow-Events: telephone-eventContact: Supported: replacesSupported: sdp-anatServer: Cisco-SIPGateway/IOS-15.2.4.M2Supported: timerContent-Type: application/sdpContent-Length: 241v=0o=CiscoSystemsSIP-GW-UserAgent 7438 7415 IN IP4 10.0.250.4s=SIP Callc=IN IP4 10.0.250.4t=0 0m=audio 29560 RTP/AVP 0 101c=IN IP4 10.0.250.4a=rtpmap:0 PCMU/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=ptime:20Dec  8 21:09:55.175: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received: ACK sip:[email protected]:5060;transport=tcp SIP/2.0Via: SIP/2.0/TCP 10.0.6.30:5060;branch=z9hG4bK6b2c8e71c96From: "Steve Dainard" ;tag=40276~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727255To: ;tag=475A42CC-1387Date: Sun, 08 Dec 2013 21:09:55 GMTCall-ID: [email protected]: 70CSeq: 103 ACKAllow-Events: presenceContent-Type: application/sdpContent-Length: 232v=0o=CiscoSystemsCCM-SIP 40276 3 IN IP4 10.0.6.30s=SIP Callc=IN IP4 10.0.250.93b=TIAS:64000b=AS:64t=0 0m=audio 22546 RTP/AVP 0 101a=rtpmap:0 PCMU/8000a=ptime:20a=rtpmap:101 telephone-event/8000a=fmtp:101 0-15Dec  8 21:09:55.179: //13819/0E4761800000/SIP/Msg/ccsipDisplayMsg:Sent: ACK sip:[email protected]:5060;transport=udp SIP/2.0Via: SIP/2.0/UDP 10.0.1.67:5060;branch=z9hG4bK2751A88From: "Steve Dainard" ;tag=475A22C4-26C5To: ;tag=as314346beDate: Sun, 08 Dec 2013 21:09:55 GMTCall-ID: [email protected]: 70CSeq: 102 ACKAllow-Events: telephone-eventContent-Type: application/sdpContent-Length: 238v=0o=CiscoSystemsSIP-GW-UserAgent 4519 2508 IN IP4 10.0.1.67s=SIP Callc=IN IP4 10.0.1.67t=0 0m=audio 29562 RTP/AVP 0 101c=IN IP4 10.0.1.67a=rtpmap:0 PCMU/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=ptime:20Dec  8 21:10:05.267: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received: INVITE sip:[email protected]:5060 SIP/2.0Via: SIP/2.0/UDP 173.46.30.202:5060;branch=z9hG4bK3tuoo01070ag0lg7o5k0.1Max-Forwards: 68From: ;tag=as314346beTo: "Steve Dainard" ;tag=475A22C4-26C5Call-ID: [email protected]: CSeq: 102 INVITEUser-Agent: Rogers SIP CoreAllow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFOSupported: replacesContent-Type: application/sdpContent-Length: 255v=0o=root 1961674502 1961674505 IN IP4 173.46.30.202s=Rogers SIPc=IN IP4 173.46.30.202t=0 0m=audio 37982 RTP/AVP 0 101a=rtpmap:0 PCMU/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=silenceSupp:off - - - -a=ptime:20a=sendrecvDec  8 21:10:05.271: //13818/0E4761800000/SIP/Msg/ccsipDisplayMsg:Sent: INVITE sip:[email protected]:5060;transport=tcp SIP/2.0Via: SIP/2.0/TCP 10.0.250.4:5060;branch=z9hG4bK27523EAFrom: ;tag=475A42CC-1387To: "Steve Dainard" ;tag=40276~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727255Date: Sun, 08 Dec 2013 21:10:05 GMTCall-ID: [email protected]: 100rel,timer,resource-priority,replaces,sdp-anatMin-SE:  1800Cisco-Guid: 0239559040-0000065536-0000003601-0503709706User-Agent: Cisco-SIPGateway/IOS-15.2.4.M2Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTERCSeq: 101 INVITEMax-Forwards: 70Timestamp: 1386537005Contact: Expires: 180Allow-Events: telephone-eventContent-Type: application/sdpContent-Length: 241v=0o=CiscoSystemsSIP-GW-UserAgent 7438 7415 IN IP4 10.0.250.4s=SIP Callc=IN IP4 10.0.250.4t=0 0m=audio 29560 RTP/AVP 0 101c=IN IP4 10.0.250.4a=rtpmap:0 PCMU/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=ptime:20Dec  8 21:10:05.271: //13819/0E4761800000/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 100 TryingVia: SIP/2.0/UDP 173.46.30.202:5060;branch=z9hG4bK3tuoo01070ag0lg7o5k0.1From: ;tag=as314346beTo: "Steve Dainard" ;tag=475A22C4-26C5Date: Sun, 08 Dec 2013 21:10:05 GMTCall-ID: [email protected]: 102 INVITEAllow-Events: telephone-eventServer: Cisco-SIPGateway/IOS-15.2.4.M2Content-Length: 0Dec  8 21:10:05.275: //13818/0E4761800000/SIP/Msg/ccsipDisplayMsg:Received: SIP/2.0 100 TryingVia: SIP/2.0/TCP 10.0.250.4:5060;branch=z9hG4bK27523EAFrom: ;tag=475A42CC-1387To: "Steve Dainard" ;tag=40276~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727255Date: Sun, 08 Dec 2013 21:10:05 GMTCall-ID: [email protected]: 101 INVITEAllow-Events: presenceContent-Length: 0Dec  8 21:10:05.275: //13818/0E4761800000/SIP/Msg/ccsipDisplayMsg:Received: SIP/2.0 200 OKVia: SIP/2.0/TCP 10.0.250.4:5060;branch=z9hG4bK27523EAFrom: ;tag=475A42CC-1387To: "Steve Dainard" ;tag=40276~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727255Date: Sun, 08 Dec 2013 21:10:05 GMTCall-ID: [email protected]: 101 INVITEAllow: INVITE, OPTIONS, INFO, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFYAllow-Events: presenceSupported: replacesSupported: X-cisco-srtp-fallbackSupported: GeolocationP-Asserted-Identity: "Steve Dainard" Remote-Party-ID: "Steve Dainard" ;party=called;screen=yes;privacy=offContact: Content-Type: application/sdpContent-Length: 232v=0o=CiscoSystemsCCM-SIP 40276 3 IN IP4 10.0.6.30s=SIP Callc=IN IP4 10.0.250.93b=TIAS:64000b=AS:64t=0 0m=audio 22546 RTP/AVP 0 101a=rtpmap:0 PCMU/8000a=ptime:20a=rtpmap:101 telephone-event/8000a=fmtp:101 0-15Dec  8 21:10:05.279: //13819/0E4761800000/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 200 OKVia: SIP/2.0/UDP 173.46.30.202:5060;branch=z9hG4bK3tuoo01070ag0lg7o5k0.1From: ;tag=as314346beTo: "Steve Dainard" ;tag=475A22C4-26C5Date: Sun, 08 Dec 2013 21:10:05 GMTCall-ID: [email protected]: 102 INVITEAllow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTERAllow-Events: telephone-eventContact: Supported: replacesSupported: sdp-anatServer: Cisco-SIPGateway/IOS-15.2.4.M2Supported: timerContent-Type: application/sdpContent-Length: 238v=0o=CiscoSystemsSIP-GW-UserAgent 4519 2508 IN IP4 10.0.1.67s=SIP Callc=IN IP4 10.0.1.67t=0 0m=audio 29562 RTP/AVP 0 101c=IN IP4 10.0.1.67a=rtpmap:0 PCMU/8000a=rtpmap:101 telephone-event/8000a=fmtp:101 0-16a=ptime:20Dec  8 21:10:05.279: //13818/0E4761800000/SIP/Msg/ccsipDisplayMsg:Sent: ACK sip:[email protected]:5060;transport=tcp SIP/2.0Via: SIP/2.0/TCP 10.0.250.4:5060;branch=z9hG4bK27531E8DFrom: ;tag=475A42CC-1387To: "Steve Dainard" ;tag=40276~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727255Date: Sun, 08 Dec 2013 21:10:05 GMTCall-ID: [email protected]: 70CSeq: 101 ACKAllow-Events: telephone-eventContent-Length: 0Dec  8 21:10:05.295: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received: ACK sip:[email protected]:5060 SIP/2.0Via: SIP/2.0/UDP 173.46.30.202:5060;branch=z9hG4bK4d5qq910785h6ks9f3c0.1Max-Forwards: 68From: ;tag=as314346beTo: "Steve Dainard" ;tag=475A22C4-26C5Call-ID: [email protected]: CSeq: 102 ACKUser-Agent: Rogers SIP CoreContent-Length: 0Dec  8 21:10:05.295: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Received: BYE sip:[email protected]:5060 SIP/2.0Via: SIP/2.0/UDP 173.46.30.202:5060;branch=z9hG4bK4tbtsi10785h6jcp71g1.1Max-Forwards: 68From: ;tag=as314346beTo: "Steve Dainard" ;tag=475A22C4-26C5Call-ID: [email protected]: 103 BYEUser-Agent: Rogers SIP CoreX-RBS-SIP-HangupCause: Normal ClearingX-RBS-SIP-HangupCauseCode: 16Content-Length: 0Dec  8 21:10:05.295: //13818/0E4761800000/SIP/Msg/ccsipDisplayMsg:Sent: BYE sip:[email protected]:5060;transport=tcp SIP/2.0Via: SIP/2.0/TCP 10.0.250.4:5060;branch=z9hG4bK275469CFrom: ;tag=475A42CC-1387To: "Steve Dainard" ;tag=40276~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727255Date: Sun, 08 Dec 2013 21:10:05 GMTCall-ID: [email protected]: Cisco-SIPGateway/IOS-15.2.4.M2Max-Forwards: 70Timestamp: 1386537005CSeq: 102 BYEReason: Q.850;cause=16P-RTP-Stat: PS=511,OS=81760,PR=505,OR=80800,PL=0,JI=0,LA=0,DU=10Content-Length: 0Dec  8 21:10:05.299: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:Sent: SIP/2.0 200 OKVia: SIP/2.0/UDP 173.46.30.202:5060;branch=z9hG4bK4tbtsi10785h6jcp71g1.1From: ;tag=as314346beTo: "Steve Dainard" ;tag=475A22C4-26C5Date: Sun, 08 Dec 2013 21:10:05 GMTCall-ID: [email protected]: Cisco-SIPGateway/IOS-15.2.4.M2CSeq: 103 BYEReason: Q.850;cause=16P-RTP-Stat: PS=505,OS=80800,PR=634,OR=101440,PL=0,JI=0,LA=0,DU=10Content-Length: 0Dec  8 21:10:05.303: //13818/0E4761800000/SIP/Msg/ccsipDisplayMsg:Received: SIP/2.0 200 OKVia: SIP/2.0/TCP 10.0.250.4:5060;branch=z9hG4bK275469CFrom: ;tag=475A42CC-1387To: "Steve Dainard" ;tag=40276~d732e07f-799a-4d2b-9d6a-ae2aaf54507d-19727255Date: Sun, 08 Dec 2013 21:10:05 GMTCall-ID: [email protected]: 102 BYEContent-Length: 0

  • Came to the site scams that under the guise update to Safari asked to enter the mobile phone.

    Came to the site scams that under the guise update to Safari asked to enter the mobile phone. Enter there not your phone number, asks to enter some code. From these boxes can be removed only by unloading of the ambiguity of the Safari and then quickly close the tab. But how to make these Windows do not appear at all? This same problem is observed on my iMac.
    Screenshots iPad
    http://pbrd.co/14kNVoX
    http://pbrd.co/14kNTgW
    http://pbrd.co/14kNXx6
    Screenshots iMac
    http://pbrd.co/14kO2AS
    http://pbrd.co/14kO8J1
    http://pbrd.co/14kOj74
    The screenshots interface in Russian, sorry.

    Try Settings > Safari > Clear History and Clear Cookies And Data and then close Safari via the iPad's taskbar and do a soft-reset
    To close Safari : from the home screen (i.e. not with Safari 'open' on-screen) double-click the home button to bring up the taskbar at the bottom of the screen, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Safari app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    A soft-reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.
    When you re-open Safari it should be just a blank tab

  • Send data from one phone to another via IR port

    Hi
    I am trying to implement a J2ME program over a Nokia 3200 to exchange data with another phone via IR. Is there any API to do it? Any suggestions, pls.

    So you want to do a online request while navigating to second screen using the employee ID selected? If yes follow this,
    Assume we have 2 screens, screen1 and screen2. Create a editbox in screen 2 and map the key of the editbox with key of employee ID.
    Drag and drop a a HTMLView from control to screen2. and in the properties>default field provide this : <div id = "HTMLList"></div>
    Create a custom action in screen2,ex.GetDetail. The online request of this custom action will do the second call to SAP with employee ID as input. So map the employee ID present in the screen2 as input of this request and give the success screen as screen2 (same screen). A method will be created for this action, call that method inside function customBeforeShowScreen:
    if(screenToShow==="Screen2") {
             menuItemCallbackScreen2GetDetails();
      return true;
         4. For the HTML View write code to show the data as mentioned in the blog, Developing HWC app with Customized List
    Midhun VP

  • Some music files do not show up in google play music app library.  I did clear cache/data and restarted phone.  The music is stored on the SD card.  Most of the music in the library is in the same folder on the sd card.  I can play the song from file mana

    some music files do not show up in google play music app library.  I did clear cache/data and restarted phone.  The music is stored on the SD card.  Most of the music in the library is in the same folder on the sd card.  I can play the song from file manager, but it still is not in the music library in play music.

    Cyndi6858, help is here! We'd be happy to help figure this out. Just to be sure though, the Droid Maxx should not have an SD card. Is this the Droid Razr Maxx? How did you add the music to the device? Are you able to see the files and folders located on the SD card or device when plugged in?
    Thanks,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • Sender sending data through XML, How to process it in ECC (No PI involve)?

    Hi,
    The sender system sending data through XML tag and that need to be processed in SAP side.
    How it can be done without involving XI or IDoc?
    Is it possible through HTTP post?
    Sample XML Transactions
    1. SAP Availability Transaction (Request)
    <?xml version="1.0" standalone="yes"?>
    <ECCAVAILREQUEST>
    <AVAILTEXT>CHK STATUS</AVAILTEXT>
    </ECCAVAILREQUEST>
    2. SAP Availability Transaction (Response)
    <?xml version="1.0" standalone="yes"?>
    <ECCAVAILRESPONSE>
    <AVAILTEXT>OK</AVAILTEXT>
    </ECCAVAILRESPONSE>
    3. DUMMY_SYSTEM PO Transaction (Request)
    <?xml version="1.0" standalone="yes"?>
    <DUMMY_SYSTEM REQUEST>
    <CREATEPB>1</CREATEPB>
    <POORDERDATA>
    05607015156070151TORDAEHTWW05727500002D0979054+
    </POORDERDATA>
    4. DUMMY_SYSTEM Order/Inquiry Transaction (Response)
    <DUMMY_SYSTEM RESPONSE>
    <C_PO>99999</C_PO>
    <RETURNDATA>
    DAT&#13;&#10;
    </RETURNDATA>
    </DUMMY_SYSTEM RESPONSE>

    Hi,
    check this link
    http://help.sap.com/saphelp_nw04/helpdata/en/21/e9c97ceb1911d6b2ea00508b6b8a93/content.htm
    this is for processing inbound IDOc through XML-HTTP(Inbound) port
    like this there should be an option for reading files placed by HTTP_POST.
    in SICF transaction there should be a service to do that.
    defaulthost -> sap-> xi-> adapter_plain. i know you don't have XI in your landscape but this is the component which be responsble for receving messages over HTTP_POST.
    look for a program which can access messages from there.
    please check with your basis team
    Suresh

  • How to send print through your phone away from your neighbour hood

    how to send print through your phone away from your neighbour hood

    Hi there, I'm not exactly sure what your specific question is but it sounds like your inquiring about remote printing i.e. being able to print to a printer that's not on your local network. HP's ePrint solution allows you to do this and here's a link to find out more about the solution  https://h30495.www3.hp.com/help/about.
    Hope this information is useful and post back if you've more questions. Best of luck.
    If my reply helped you, feel free to click on the Kudos button (hover over the "thumbs up").
    If my reply solved your problem please click on the Accepted Solution button so other Forum users may benefit from viewing the post.
    I am an HP employee.

  • Can we use MIDP 1.0 to send SMS from mobile phone to server

    hello,
    I want to develop MIDlet which send sms from mobile phone to server
    using midp 1.0
    and also if any one knows about the mobile phone which suppoet midp 1.0 (java enabled) then tell me
    thanks in advance
    s.j.koradiya

    hi,
    SMS API(WMA) is an optional package. It is not a MIDP1.0 or MIDP2.0 api's.
    There are phones which has WMA api with MIDP1.0 support .... Nokia 3650
    Seimens has some phone with their own api's to send sms.Check out seimens site for more info
    BTW, What do you mean buy sending SMS to Server????
    If you want to send message to server you can do it with Http.
    HTH
    phani

  • Sending sms on mobil phone by ABAP Program

    Hello all,
    can any on give me example program to send sms on mobile phone by ABAP Program.
    Thanks
    Rajesh Choudhary

    Hi,
    check this link Rich's reply might help you.
    Re: How to send  a mailt to cell pone number or pager
    Regards,
    Amit

  • Updateing oracle table Emp usering JDBC Adapter

    Hi,
    IS any one can help me what is the Format of JDBC Driver and Connection type.When we update a oracle table useing JDBC Adpater.
           Thanks in advance
    Regd's
    Raj

    Hi Raj,
    To access any Database from XI, you will have to install the corresponding Driver on your XI server.
    To install oracle driver, just check this link,
    http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f1a10
    The details that have to be entered while adapter configuration if you are using the OJDBC14.jar
    The parameters should be mentioned as follows.
    Connection : <b>jdbc:oracle:thin:@<IP adress>:<listener port>:<instance name (database name)></b>
    Driver : <b>oracle.jdbc.driver.OracleDriver</b>
    Also go through these links for more information regarding the same:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/80/4f34c587f05048adee640f4c346417/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/1d/756b3c0d592c7fe10000000a11405a/frameset.htm
    Regards,
    Abhy

  • Running Cursor script to update Oracle Table.

    I have the following script. I have a cursor in which i perform an update operation on a oracle table. But The table "ICS_TRADE_DETAILS " is not getting updated. Am i doing something wrong? I get the correct values populated in the "lastChanged" and "tradeID" fields.
    Help Appreciated !!!!
    DECLARE
    lastChanged VARCHAR2(32);
    tradeID VARCHAR2(32);
    CURSOR c1 IS
    SELECT TRADEID,LASTCHANGED
    from CVSELECT;
    BEGIN
    OPEN c1;
    LOOP
    FETCH c1 INTO tradeID,lastChanged
    DBMS_OUTPUT.PUT_LINE('lastChanged: '||lastChanged);
    DBMS_OUTPUT.PUT_LINE('tradeID: '||tradeID);
    update ICS_TRADE_DETAILS
    SET LASTCHANGED=lastChanged
    WHERE CTRADEID=tradeID;
    COMMIT;
    EXIT WHEN c1%NOTFOUND;
    END LOOP;
    CLOSE c1;
    END;

    ji li wrote:
    Is this related to someone else pulling data from the table(s) you are updating (and committing frequently)?
    If so, wouldn't the undo segments hold enough of the changed data for the dataset to be consistent?
    The reason I ask is because I've always been of the impression it was better to commit frequently as opposed to doing autonomous (all or none) processing.When you open a cursor, Oracle needs to fetch data as of that particular SCN. So if someone is potentially updating the table while you are reading data, you want to make sure that Oracle will have the UNDO data in hand to be able to get back to the old state. If you commit in the loop, however, Oracle now believes that your session is no longer interested in older UNDO data so it may well purge that data too quickly, causing ORA-01555 errors. Fetching across a commit is almost certainly a bad idea.
    Commit frequency should be driven exclusively by logical units of work. If you have a loop, the logical unit of work is almost always the whole set of rows that you want to process. If processing dies in the middle, you're generally much better off having everything rolled back than in having half the rows processed and not knowing which half were processed and which half were not. If you are processing extremely large numbers of rows (i.e. data warehouse loads), it is sometimes worthwhile to code all the extra logic required to make the process restartable and to commit periodically in order to avoid situations where something dies 2 hours into a run and you have to spend another 2 hours rolling back those changes before you can restart. But that's the exception to the rule and generally only appropriate after spending quite a bit of effort performance tuning which would remove 99% of loops in the first place.
    Justin

  • How can I load string type fielt into oracle table as a date?

    I have a date field in oracle table(target) and my source is ms sql server. In my source table I have string type field include date data like '20150501'. I wanna load that data into oracle as a date field. In my target table this field type is date. But I cant load that data. It seems empty.I use convert function and its format is mssql format. How can I achive this? thanks in advance

    시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]시흥 QIQ-9529-1551 정왕동출장안마 ‡ 정왕동출장마사지 월곶출장안마]

Maybe you are looking for

  • How to install Page Rank Checker for FF 7.0.1 ?

    This is my first time that am using this FF 7.0.1 I am in SEO field so i need some of the add-on for my browser. I always use FF because this is only comfortable for my work. I have added some add-on like firebug, Web Clipper etc.. Now i need PR chec

  • Why are my PMS colors different in CS3 & CS6?

    I originally created a label in CS3, and just had to make a new one a different size. When I did the new art in CS6, the PMS colors are way different! I basically copied and pasted the old art into the new file. I have replaced all PMS colors, but th

  • Convert photoshop to PPT with editable text

    I need to convert photoshop to PPT with editable text. Is it possible? How? Thanks

  • Problem in histogram

    Hi In my application, there is a histogram and in the background of it, grid is displayed. last column of the grid is blank. I want to put two buttons in that column. I am not able to do that. please anybody help me. its very urgent. Thanks and Regar

  • Should I switch?

    I'm presently a happy Debian user looking for a better experience, and I'm wondering if Archlinux might be the answer.  I've heard lots of great stuff about it. I love that Debian has all the packages I want and a huge, active community.  Apt is grea