From lev_yair at yahoo.com Tue Aug 1 14:04:12 2006 From: lev_yair at yahoo.com (Voipy) Date: Tue, 1 Aug 2006 05:04:12 -0700 (PDT) Subject: [Shtoom] Using Shtoom Message-ID: <5593161.post@talk.nabble.com> Dear Shtoom users, I'm trying to write a simple SIP client with python. My client simply needs to have the ability to make calls - no need for GUI or other features.(conferencing server, announcement server etc.) While searching the web for python SIP module I've encountered the Shtoom project which I find to be the best solution for my needs. The only problem is I don't really know where to start. Would you please give me a few "how to use" tips? Thanking you in advance, Yair. -- View this message in context: http://www.nabble.com/Using-Shtoom-tf2033159.html#a5593161 Sent from the Python - shtoom forum at Nabble.com. From lev_yair at yahoo.com Wed Aug 2 18:35:58 2006 From: lev_yair at yahoo.com (Voipy) Date: Wed, 2 Aug 2006 09:35:58 -0700 (PDT) Subject: [Shtoom] Using Shtoom In-Reply-To: <5593161.post@talk.nabble.com> References: <5593161.post@talk.nabble.com> Message-ID: <5617470.post@talk.nabble.com> Hi all, Can I just import the 'sip.py' module distributed with shtoom package and then use its methods to write a script which is compatible with my aforementioned needs ? (making a single call...) Thanks, Yair. -- View this message in context: http://www.nabble.com/Using-Shtoom-tf2033159.html#a5617470 Sent from the Python - shtoom forum at Nabble.com. From fs at beebits.com Wed Aug 2 18:48:10 2006 From: fs at beebits.com (Frank Scholz) Date: Wed, 02 Aug 2006 18:48:10 +0200 Subject: [Shtoom] Using Shtoom Message-ID: <44D0D74A.3020200@beebits.com> Hi Yair, > I'm trying to write a simple SIP client with python. > My client simply needs to have the ability to make calls - no need for GUI > or other features.(conferencing server, announcement server etc.) > While searching the web for python SIP module I've encountered the Shtoom > project which I find to be the best solution for my needs. there are quite some examples in the script directory. And there is shtoomphone.py which is, beside other things, a complete console phone app. If that doesn't help, what exactly do you want to achieve? Regards, Frank From lev_yair at yahoo.com Wed Aug 2 23:06:42 2006 From: lev_yair at yahoo.com (Voipy) Date: Wed, 2 Aug 2006 14:06:42 -0700 (PDT) Subject: [Shtoom] Using Shtoom In-Reply-To: <44D0D74A.3020200@beebits.com> References: <5593161.post@talk.nabble.com> <5617470.post@talk.nabble.com> <44D0D74A.3020200@beebits.com> Message-ID: <5622362.post@talk.nabble.com> I couldn't find the script directory, the examples or the shtoomphone.py which you were talking about...is there a possibility I didn't download the right package ? (http://sourceforge.net/project/showfiles.php?group_id=94774&package_id=106291&release_id=225649) Thanks, Yair. -- View this message in context: http://www.nabble.com/Using-Shtoom-tf2033159.html#a5622362 Sent from the Python - shtoom forum at Nabble.com. From azinman at media.mit.edu Wed Aug 2 23:22:08 2006 From: azinman at media.mit.edu (Aaron Zinman) Date: Wed, 2 Aug 2006 17:22:08 -0400 Subject: [Shtoom] Using Shtoom In-Reply-To: <5622362.post@talk.nabble.com> References: <5593161.post@talk.nabble.com> <5617470.post@talk.nabble.com> <44D0D74A.3020200@beebits.com> <5622362.post@talk.nabble.com> Message-ID: <4E034CA6-DA03-48BC-806E-A62014EFE698@media.mit.edu> use SVN On Aug 2, 2006, at 5:06 PM, Voipy wrote: > > I couldn't find the script directory, the examples or the > shtoomphone.py > which you were talking about...is there a possibility I didn't > download the > right package ? > (http://sourceforge.net/project/showfiles.php? > group_id=94774&package_id=106291&release_id=225649) > > > Thanks, > Yair. > -- > View this message in context: http://www.nabble.com/Using-Shtoom- > tf2033159.html#a5622362 > Sent from the Python - shtoom forum at Nabble.com. > > _______________________________________________ > Shtoom mailing list > Shtoom at python.org > http://mail.python.org/mailman/listinfo/shtoom From azinman at media.mit.edu Wed Aug 2 23:22:08 2006 From: azinman at media.mit.edu (Aaron Zinman) Date: Wed, 2 Aug 2006 17:22:08 -0400 Subject: [Shtoom] Using Shtoom In-Reply-To: <5622362.post@talk.nabble.com> References: <5593161.post@talk.nabble.com> <5617470.post@talk.nabble.com> <44D0D74A.3020200@beebits.com> <5622362.post@talk.nabble.com> Message-ID: <4E034CA6-DA03-48BC-806E-A62014EFE698@media.mit.edu> use SVN On Aug 2, 2006, at 5:06 PM, Voipy wrote: > > I couldn't find the script directory, the examples or the > shtoomphone.py > which you were talking about...is there a possibility I didn't > download the > right package ? > (http://sourceforge.net/project/showfiles.php? > group_id=94774&package_id=106291&release_id=225649) > > > Thanks, > Yair. > -- > View this message in context: http://www.nabble.com/Using-Shtoom- > tf2033159.html#a5622362 > Sent from the Python - shtoom forum at Nabble.com. > > _______________________________________________ > Shtoom mailing list > Shtoom at python.org > http://mail.python.org/mailman/listinfo/shtoom