I have a SIP project. Where i will have SIP server running.

Server will do following:

  • will only do routing and receive incoming calls
  • But the audio/video will be peer 2 peer

Can this be done with Asterisk? Only the media i have to split but the registration will be with Server.

Tools: A) server with SIP B) One PC with SIP client C) Anoher PC with SIP client

  • My goal is: B and C gets connected via A and audio/video packets are not via A
link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

I believe that is how the SIP protocol works. The SIP server just sets up the call. The clients then talk direct to each other. This Wikipedia article tells you all about it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.