YAYPM Installation on windows
(→Testing) |
(→Testing) |
||
Line 39: | Line 39: | ||
*[[YAYPM]] | *[[YAYPM]] | ||
+ | |||
+ | [[Category:YAYPM]] [[Category:Programmers]] [[Category:Windows]] [[Category:Scripting]] |
Latest revision as of 14:17, 4 November 2013
Contents |
[edit] External dependencies
From readme.txt found in share/scripts/yaypm
Python 2.4(Python 2.5 is better as it allows to use inlineCallbacks - I used 2.5)
Twisted 2.x (http://twistedmatrix.com)
Zope 3.x (http://www.zope.org/Products/ZopeInterface)
additional requirements not mentioned in readme.txt
pywin32 (http://sourceforge.net/projects/pywin32/)
[edit] Installation
Install external dependencies then execute
python setup.py install
[edit] Configuring in Yate
Add the following section to extmodule.conf (the word after "listener" will become the module name)
extmodule.conf
[listener test] type=tcp addr=0.0.0.0 port=5039 role=global
[edit] Testing
Open <yaypmhome>\examples\pbx.py and replace the string "maciejka" with a configured extension (example: 1001)
Save the file
run yate
execute pbx.py - you should see appear something like
←[37m←[1mpbx←[0;0m ←[22;32mDEBUG←[0;0m Watching for calls to: 1001
placing a call to 1001 you should also see some more debug messages from pbx.py.
See also