Hello,
I think we've discussed this on #sip-communicator but here's
a short
summary for the record.
All our SIP code is located in package:
net.java.sip.communicator.impl.protocol.sip
That's where your changes need to be and most of them would
probably
take place in the ProtocolProviderServiceSipImpl and
OperationSetBasicTelephony classes.
On the #sip-communicator channel you mentioned that you are
interested
in handling different interfaces. In order to do this you
would have to
instantiate one ListeningPoint per interface and use the
corresponding
instance to send your SIP messages. For more information on
how to
handle listening points you should check the
http://jain-sip.dev.java
.net project and have a look at the examples in
there.
Good luck!
Emil
afrazi stud.ntnu.no написа:
> Hello.
>
> I have some questions about implementing the new
solutions in SIP
> Communicator.
>
> I am only focus on SIP in SIP-Communicator and the way
that is
> possible to impelement
> "SIP Handover" in this.
> I would like to know what can be important to begin in
this architecture?
> Where I have to change in the codes ?
>
> Thanks
>
>
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribe sip-communicator.dev.java.net
> For additional commands, e-mail: dev-help sip-communicator.dev.java.net
>
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe sip-communicator.dev.java.net
For additional commands, e-mail: dev-help sip-communicator.dev.java.net
|