David, When you say that you have a phone system running, do you mean that you have a SIP server (Kamailio/Clearwater/Asterisk) running, or something else?
If you have a SIP server, it is probably listening on port 5060 (though you can check by running `netstat -lnp`) and you can just give the IP address of that machine as a command-line argument to SIPp. I'm assuming you want to use SIPp in UAC mode to test this phone system - if you want SIPp in UAS mode, handling calls sent to it by that SIP server, you'll need to check the documentation of that SIP server to find how to configure it. SIPp only communicates through the SIP protocol, so if by 'phone system' you don't mean a SIP server, you'll have to set one up to translate between SIP and whatever phone system you have. Best, Rob On 25 March 2014 19:14, Munzer,David J <[email protected]> wrote: > Hi, > > I have just finished installing SIPp and am not sure how to connect my > phone system to SIPp. My computer is running the program on Windows 7 > through Cygwin. My phone system runs on Alpine Linuz through a USB. > Because of the two different operating systems, I need need to connect > the two most likely through the IP address. However, I am unsure how to > go about this. I would really appreciate help on this matter. > > Thankfully, > David > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > _______________________________________________ > Sipp-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sipp-users ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
