Hello,

All I'm trying to do is register a phone to SIPp. Send a REGISTER from my phone 
to SIPp and then SIPp sends an OK.
That's it. I'm new with SIPp but I understand basic SIP. After I register with 
SIPp then I'll make a call to my phone. Right now I just want to register. 

Here's my source code:

<?xml version="1.0" encoding="ISO-8859-1" ?>
<scenario name="register">

    <recv request="REGISTER" crlf="true">
    </recv>

    <send>
        <![CDATA[

        SIP/2.0 200 OK
        [last_Via:]
        [last_From:]
        [last_To:];
        [last_CSeq:]
        Contact: <sip:[local_ip]:[local_port];transport=[transport]>
        Content-Type: application/sdp
        Content-Length: [len]
    ]]>
    </send>

</scenario>

I named the test case register.xml. Here's what I type in to run the test case:

sipp -sf register.xml 10.0.47.46 


Then nothing happens. I have Wireshark running, watching the ports my phone and 
SIPp are transmitting on. I'm just not getting any packets transferring. Can 
anyone help me on this.

Thanks,

Doug
------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to