Has anyone used the ctd.sh example that comes with Opensips in the "example" folder?  I am trying to use it and the INVITE gets sent out but nothing happens.  I even tried with sending the INVITE to an OpenSIPS server and the OpenSIPS server never even sees it enter the main route even though I see that the INVITE is making it to the server because an NGREP shows it making it.  It doesn't make much sense.  I even did a debug and don't see anything showing that OpenSIPS sees the INVITE.
<br />
<br />Here is the INVITE that is generated from ctd.sh
<br />
<br />
<br />
<br />
<br />U 2012/07/19 18:20:13.486847 50.XX.XX.156:5060 -&gt; 99.XX.XX.161:5060
<br />INVITE sip:9016XXXXX@192.168.88.13:3072;line=g2hfphrk SIP/2.0.
<br />Via: SIP/2.0/UDP 50.57.54.156;branch=z9hG4bKaab1.6c7ffd84.0.
<br />To: sip:9016XXXXX@irock.com.
<br />From: &lt;sip:controller@ae.com&gt;;tag=134274001013257.
<br />CSeq: 1 INVITE.
<br />Call-ID: 134274001013257.fifouacctd.
<br />Content-Length: 155.
<br />User-Agent: OpenSIPS (1.8.0-dev0-tls (x86_64/linux)).
<br />Contact: &lt;sip:caller@50.57.54.156:5060&gt;.
<br />Content-Type: application/sdp.
<br />.
<br />v=0.
<br />o=click-to-dial 0 0 IN IP4 0.0.0.0.
<br />s=session.
<br />c=IN IP4 0.0.0.0.
<br />b=CT:1000.
<br />t=0 0.
<br />m=audio 9 RTP/AVP 8 0.
<br />a=rtpmap:8 PCMA/8000.
<br />a=rtpmap:0 PCMU/8000.
<br />
<br />
<br />
<br />Is anyone else out there using anything else to do Click to Dial????