[Sip servlet] How to register to diffrent sip server
7 views
Skip to first unread message
Christopher Z.
unread,
Nov 13, 2009, 1:00:14 PM11/13/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mobicents-public
Hi,
This is my situtations:
[Phone] -----PSTN--->[PSTN to SIP GateWay]----SIP-----> [Mobicent]
This PSTN to SIP gateway sends sip headers only if my mobicent is
registered in this gateway.
I found a lot of examples how to get and handle register, but didn't
see any about how to send and handle REGISTER with other sip servers.
I would like to use SIP servlets, not Jain slee. It's possible to
do ?
Christopher Z.
Vladimir Ralev
unread,
Nov 13, 2009, 1:47:27 PM11/13/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mobicent...@googlegroups.com
Sure, it's possible. Just take the SipFactory and create new requests. Usually it's enough to do sipFactory.createRequest("REGISTER",...from..to).send();
Jean Deruelle
unread,
Nov 16, 2009, 3:38:47 PM11/16/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message