0

Hello there i wanted to know if it was possible to make a voip script in python and then if it works integrate it online on my web site thanks a bunch

DonJuma
  • 2,028
  • 13
  • 42
  • 70
  • 1
    What do you mean by "make a voip script"? What do you mean by "integrate it"? – Colin Fine Oct 11 '10 at 15:47
  • is there a script that i can run and be able to make PC - Land calls. And be able to upload it so my server so i can implement it in my site. – DonJuma Oct 11 '10 at 15:48
  • 1
    It takes some understanding of TCP/UDP transport, SIP, H.323 to implement what you're planning. Web site integration is not a trivial task. – bcosca Oct 11 '10 at 16:00
  • The solution to this isn't copy-and-paste. You'll find that quality StackOverflow answers pop up on questions with a solvable goal instead of an open-ended request for guidance. You'll consider this snark, but: if you have to ask this question, you're not ready to admin this. – Jed Smith Oct 11 '10 at 16:16

1 Answers1

2

you are very vague if you ask me.

I guess it is possible because there are SIP libraries in python.

Community
  • 1
  • 1
Alfred
  • 60,935
  • 33
  • 147
  • 186