VoIP
Tuesday, January 19, 2016
Python pycall works like a champ
import sys
from pycall import CallFile, Call, Application
def call(number):
c = Call('SIP/%s' % number)
a = Application('Playback', 'hello-world')
cf = CallFile(c, a, user='asterisk')
cf.spool()
if __name__ == '__main__':
call(sys.argv[1])
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
▼
2016
(2)
▼
January
(2)
Python pycall works like a champ
Zoiper 1.3 for Android video with Asterisk/FreePBX
►
2014
(2)
►
September
(1)
►
August
(1)
►
2012
(2)
►
February
(2)
►
2011
(1)
►
October
(1)
►
2010
(6)
►
June
(1)
►
May
(2)
►
April
(2)
►
March
(1)
About Me
Rook
View my complete profile
No comments:
Post a Comment