Link to home
Start Free TrialLog in
Avatar of Amirlit
Amirlit

asked on

How to send SIP IINVITES to multiple Devices

Hello,

We have developed some software that can accept SIP Invites, transform them, and forward the new data as XML to another 3rd party software. However, we need to understand if there is a way to have a VOIP System send SIP invites to more then 1 device?

We are working with a NORTEL MCS 5200 as the VOIP System.
Avatar of denisdsr20
denisdsr20
Flag of France image

May be http://sipp.sourceforge.net/ could answer your question for testing purpose.

Regards

Denis DIDIER
SR20 Service / France
Avatar of Amirlit
Amirlit

ASKER

Thank you, however, I'm not looking for a testing tool. I'm looking to understand if it is possible for a VOIP Device to send SIP INVITES to more then 1 device.
Avatar of Member_2_1968385
A SIP Proxy can fork the INVITE request to more than one destination. For example, it can be done with OpenSIPS.
not sure to understand correctly your question :
You want the same sip INVITE to be delivered to many devices ? Broadcast like ?

Or do you want a call to be delivered to multiple targets at the same time, generating one INVITE for each target

May you can add a raw chart of what you have in mind ?

Avatar of Amirlit

ASKER

We would like to know if its possible for some device to deliver a single sip invite to more then 1 device. For example.

VOIP SYSTEM
 ----> Send SIP INVITE to PHONE
 ----> SEND SIP INVITE to 3rd Party Device

End Result: CallerID Message Displayed on Phone and 3rd Party Device.


is this possible?
ASKER CERTIFIED SOLUTION
Avatar of Member_2_1968385
Member_2_1968385
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Amirlit

ASKER

Thank you. thats very helpful.  I think at this point I need to follow up with the Manufacturer and find out if they support this feature.