could you elaborate more on the way you want to use conferencing with peers? Generally, conferencing is implemented in media servers to ease interoperability between user-agents. Nevertheless, there are several ways to implement conferencing in sip user-agents. There are some call-flows for 3-way conferencing, others for centralized signalisation path (http://www.ietf.org/rfc/rfc4353.txt) and others for fully n-to-n signalisation and media paths, etc.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
thanks yohannmartineau for your reply. i want to implement 3-way conference with n users. basically, i am new to this area. it would be great if you can guide me. in my requirement, i have my application, in which more than two persons can communicate with each other.
please provide me the link for call-flows as you suggested. please guide me as how is it possible using sip user-agents specially with peers.
thanks in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Apparently your need is for n people with n > 3. In this case, my advice is to use a media conference server. You can use asterisk, mobicents media server, or any media server you like. Choose one with extended documentation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello,
could you elaborate more on the way you want to use conferencing with peers? Generally, conferencing is implemented in media servers to ease interoperability between user-agents. Nevertheless, there are several ways to implement conferencing in sip user-agents. There are some call-flows for 3-way conferencing, others for centralized signalisation path (http://www.ietf.org/rfc/rfc4353.txt) and others for fully n-to-n signalisation and media paths, etc.
thanks yohannmartineau for your reply. i want to implement 3-way conference with n users. basically, i am new to this area. it would be great if you can guide me. in my requirement, i have my application, in which more than two persons can communicate with each other.
please provide me the link for call-flows as you suggested. please guide me as how is it possible using sip user-agents specially with peers.
thanks in advance.
3-way conferencing means that three people talk together, no more.
Here are a few examples of 3-way conferencing.
http://tech-invite.com/Ti-sip-service-10.html
http://tech-invite.com/Ti-sip-service-11.html
Apparently your need is for n people with n > 3. In this case, my advice is to use a media conference server. You can use asterisk, mobicents media server, or any media server you like. Choose one with extended documentation.