Sending SMS using mobile phone connection.

Hi all,
I want to develop a feature to send SMS from my java application by using mobile phone.
I am new to java.
tell me how to connect the mobile phone from my applicatio and how do i send the SMS.
Hoping your help sooner....
Thanks and regards,
Suresh Dhandauthapani.

Hi junaid,
Thanx for the response...One more doubt....Is it possible to send sms from pc to mobile directly using the sms server without the intervention of a service provider?If yes plzzz suggest me the steps to establish such a setup.
Once Again..Thanx in Advance...
R.PRASATH KRISH...
Message was edited by:
RPRASATHKRISH

Similar Messages

  • 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

  • Sending SMS from mobile phone over Skype

    I have Android on Verizon with mobile Skype ver 1.6
    While I can call or send an IM message to another cell phone, is there a way to send an SMS from my phone to another phone using Skype -- just like on the desktop interface?
    Thank you.

    I'm in the same boat, except that I don't have a smartphone yet - but I'm already outlining the changes to my soho-network.
    I guess you have to secure the mailserver (using SSL + TLS looks ok to me) and also secure the server as a whole: configure iptables to lock it down completely, except for as little ports as necessary: IMAPS and SMTPS, maybe even on an other-than-default port...
    Maybe you are also interested in syncing your calendar: I will be doing that with davical on my server (running for 2 years now) and acal on my Android smartphone: no syncing, but native caldav between server and smartphone...
    The other option would be to install openvpn on your server and always work via your VPN.
    Last edited by zenlord (2011-03-24 17:57:54)

  • Want to send sms using java

    I am developing a stand alone application in java that contains sending sms to certain numbers.
    I want to send sms using java and my phone connected to my pc by usb cable(Not through Bluetooth).
    I am using Linux operating system (Arch linux).
    I tried a few libraries that uses the the online sms portals,but for some reasons i dont want to pay those sites.(just want it to be done using my simcard cause its economical).
    Help appreciated

    880667 wrote:
    I am developing a stand alone application in java that contains sending sms to certain numbers.
    I want to send sms using java and my phone connected to my pc by usb cable(Not through Bluetooth).
    I am using Linux operating system (Arch linux).
    I tried a few libraries that uses the the online sms portals,but for some reasons i dont want to pay those sites.(just want it to be done using my simcard cause its economical).
    Help appreciatede First thing you need to check: are you able to access other services my connecting you mobile by USB to machine (Line GPRS, calling). Because it requires the calling or SMS port access. And you said it is economical by sending SMS using mobile it depends. But most of the times, it is better to use the SMS service provider getway. They provide the details either http or FTP, we just need to put or message in the accepitng form, rest of the things are done by the service provide.

  • Is it possible to send sms using java ?

    dear all ,
    I am doing one project . In which i want to send sms to mobile phone using java
    Any one knows please help me immediately ......
    I want this one to be immediately ...
    Thank you

    The answer's right here...
    http://www.java-answers.com/index.php?topic=12.0

  • Sending Class 2 SMS from mobile phone

    hi all,
    i need to send Class 2 SMS (data coding scheme, dcs class 2) from mobile phone to another. But due to WMA 1.1 Spec all SMS must be class 1. So, is it impossible to send class-2 SMS from mobile phone??!
    The platform is nokia s40. Any suggestions?
    Thanks!
    dm

    Hello,
    I need some help for my project....I'm working to an application who send a SMS from a PC tu mobile....Onto mobile I need to install a j2me application that receive the SMS from PC and send that SMS to other PC (using infrared or bluetooth)... I wait for advices.
    Thank you!

  • How to send sms to mobile from tomcatserver using java code?

    Hi,
    Could you please let me know that,
    How to send sms to mobile from tomcatserver using java code? Please provide the code snippet.
    Thanks in advance.

    Yes, but something needs to send that message. You can't just take an arbitrary computer and send an SMS, it does not have the hardware to do that.
    So either you have a mobile through which you do that or more likely - you use some sort of online service to do it. Whatever choice you make will determine what code you will have to write to get it done. Nobody is going to deliver the code to you, that's your job. It is also your job to figure out what service you are going to use.

  • Send sms to mobile through forms 6i

    Dear sirs, I want to send sms on mobile through forms 6i
    it is avalible? and how to do it?
    pls help me
    Thanks in advance
    Yasser

    You need a service provider to get the sms to the telecom companies. If you have a deal with a telco they will tell you how to send an sms via them.
    If you are not sending too many sms messages, you can connect your smartphone to your PC and use the phone's sms service. This can be costly if you want to send many messages. There is standard software for that, e.g.
    http://www.sendgroupsms.com/
    Google for "sms gateway" for more info.

  • I cannot send sms using TC65 modem

    I wrote test program to send sms. When program tryig to open conection(MessageConnection), he catches ConnectionNotFoundException (null):
    String url = "sms://+37256844491";
    MessageConnection mc = (MessageConnection)Connector.open(url);
    Does anybody can help me?

    I need to make communication via sms between phone and modem. It is not good if these sms messages will be stored in memory of a mobile phone or modem. For this i need to recieve and transmit these messages using current sms port, then i'll be able to intercept them and they will not be stored in memory of a mobile phone or modem.
    If modem supports this kind of sms sending - via GPRS connection. Why i cannot use wma classes, which give me the opportunity to send sms using their methods? It is something unreal.
    Maybe problem in configuration of GPRS connection. I know that this configuration is made by "AT^SJNET" command. Example: AT^SJNET="gprs","*99***1#","internet","","",30. These settings are used by "(MessageConnection)connector"
    I configured many others settings at the modem using AT commands, which are need to connect to the Internet via GPRS.
    Maybe i don't know some nuances.
    I tried to connect to the Internet via GPRS connection from my PC and i got this connection. I tried to connect using AT commands and i did not get it.
    If i told something wrong, please correct me.
    Edited by: _denisjuk on Nov 17, 2007 4:18 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • 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

  • Sending SMS using PL/SQL

    hello friends..
    i want to send sms using pl/sql.. so i tried send_email procedure..
    but how to find Mobile Address:- to send email(sms) ?
    [email protected] - how to find domain name
    can any one help me..
    Thanks
    PROCEDURE SEND_EMAIL(pFmUser IN VARCHAR2,
    pToUser IN VARCHAR2,
    pSubject IN VARCHAR2 DEFAULT NULL,
    pBody IN VARCHAR2 DEFAULT NULL) IS
    SenderName VARCHAR2(50);
    SenderAddress Varchar2(200); -- := '<[email protected]>';
    vToReceivers varchar2(200);
    EmailServer varchar2(200); --:= 'smtp_server';
    ServerPort NUMBER:=25;
    UserName VARCHAR2(200);
    UserPass VARCHAR2(200);
    conn UTL_SMTP.CONNECTION;
    crlf VARCHAR2( 2 ):= CHR( 13 ) || CHR( 10 );
    mesg VARCHAR2( 4000 );
    mesg_body varchar2(4000);
    vCount NUMBER:=0;
    vNextPos NUMBER:=0;
    vStr NUMBER:=0;
    vPos NUMBER;
    vChk NUMBER;
    pToList VARCHAR2(4000);
    BEGIN
    conn:= utl_smtp.open_connection( EmailServer, ServerPort);
    utl_smtp.ehlo(conn,EmailServer);
    --utl_smtp.helo( conn, EmailServer );
    utl_smtp.command( conn, 'AUTH LOGIN');
    utl_smtp.command( conn, utl_raw.cast_to_varchar2( utl_encode.base64_encode( utl_raw.cast_to_raw( UserName ))) );
    utl_smtp.command( conn, utl_raw.cast_to_varchar2( utl_encode.base64_encode( utl_raw.cast_to_raw( UserPass ))) );
    utl_smtp.mail( conn, SenderAddress);
    utl_smtp.rcpt( conn, pToList);
    mesg:=
    'Date: '||TO_CHAR( SYSDATE, 'dd Mon yy hh24:mi:ss' )|| crlf ||
    'From: "'||SenderName||'" '||SenderAddress|| crlf ||
    'Subject: '||pSubject|| crlf ||
    'To: '||pToList|| crlf||
    pBody||crlf||crlf;
    utl_smtp.data( conn, mesg );
    utl_smtp.quit( conn );
    EXCEPTION
    WHEN OTHERS THEN RAISE_APPLICATION_ERROR(-20001,SQLERRM);
    END;

    user10502250 wrote:
    i want to send sms using pl/sql.. so i tried send_email procedure..
    but how to find Mobile Address:- to send email(sms) ?
    [email protected] - how to find domain name
    Exactly. You cannot simply send a SMS as an e-mail. The mail (SMTP) server needs to have a plug-in of sorts that enables it to forward a specially formatted e-mail it receives as an SMS.
    More then a decade ago, some cellular providers provided such mail servers - allowing you to specify the cellular number as either the recipient address or as the e-mail subject, with the body containing the actual SMS message.
    Due to this feature being abused and the cost of SMS transport being unrecoverable, this (as a public feature) has long since been discontinued by most, if not all, cellular network providers.
    So no, there is no magic domain(s) you can use to (spam) mobile numbers with SMS.
    If you want a SMS solution, you need to talk to a cellular provider about the products they have for 3rd party SMS integration.
    Alternatively, you need to use a dedicated cellphone, hooked up via USB/Bluetooth to a server, and use that as your SMS transport mechanism.

  • How to send SMS using GSM modem?

    Hi everyone.
    I'm trying to send SMS through GSM Model connected to my PC using java Program.
    I've downloaded the javax.comm jar file.
    But they've specified that there is no such jar file for Windows OS. Also they've told to use the RXTX.org site to get the windows specific jar file.
    But i dont know how to do it.
    Can anyone help me with this issue?
    Thanks in advance..

    Also they've told to use the RXTX.org site to get the windows specific jar file.
    But i dont know how to do it.You don't know how to use the rxtx.org site?
    Is that a networking question? A Java networking question?

  • Using mobile data connection for updates

    How can I update my Nokia Lumia 925 using mobile data connection to black software update?

    ..or see if THIS is of any help... but will be at the cost of erasing all data from the phone.

  • I have a problem with my iphone 4. My 3G always stays activated but I lose my network signal. The bars all get lost and I'm not able to receive / send sms, mms or phone calls. Could you guys please help me fix this problem? Ios 5.1.1

    I have a problem with my iphone 4. My 3G always stays activated but I lose my network signal. The bars all get lost and I'm not able to receive / send sms, mms or phone calls. Could you guys please help me fix this problem? Ios 5.1.1

    I haven't gotten a new sim card because the problem has been presenting itself in various cards not only mine. So far, all I've done is reset my network settings.
    Last night, I turned off the 3G tab and it had all the signal bars. Today, I did the network reset and it's working apparently. But like I said before, previously the bars just disappear and the iphone only has the 3G activated.

Maybe you are looking for