Wednesday, March 11, 2015

Trying out Quick start for IMSDroid

First of all, it required to have SIP account created. The site is recommending to use sip2sip.info website for creating an account. The registration page is given in the references.
After creating the account, it sent a mail with the details for accessing it. 

Next was SIP configuration 
The page for sip configuration for each of the server services were given separately, and for the sip2sip it was https://code.google.com/p/imsdroid/wiki/sip2sip_info 


The setup was quite straight forward, once after getting the sip credentials from sip2sip.info.,

wen into the Indentity tab and configured Display name, public identity, private Identity, password, realm, 

and in the network setting, Proxy-CSCF host, port, transport as UDP. 

a screenshot after it logged in given below



03-12 07:53:36.349    4769-5787/? I/tinyWRAP *INFO:
    RECV SIP Message:SIP/2.0 401 Unauthorized
    Via: SIP/2.0/UDP 192.168.1.2:55102;received=115.118.146.17;branch=z9hG4bK1661612924;rport=55102
    From: ;tag=1006014735
    To: ;tag=e7d4d6b46afb9bf88242924a8d869ebf.4922
    Call-ID: 323cff89-1b8f-7462-e9cd-c69cec5edebc
    CSeq: 1540698044 REGISTER
    WWW-Authenticate: Digest realm="sip2sip.info", nonce="5500f955101f5690fa5e3815cbe0de726e8a61d4"
    Server: SIP Thor on OpenSIPS XS 1.9.0
    Content-Length: 0
03-12 07:53:36.350    4769-5787/? I/tinyWRAP *INFO: State machine: tsip_dialog_register_InProgress_2_InProgress_X_401_407_421_494
03-12 07:53:36.351    4769-5787/? I/tinyWRAP *INFO:
    SEND SIP Message:REGISTER sip:sip2sip.info SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.2:55102;branch=z9hG4bK1246479370;rport
    From: ;tag=1006014735
    To:
    Contact: ;expires=1700;+g.oma.sip-im;language="en,fr";+g.3gpp.smsip;+g.oma.sip-im.large-message;audio;+g.3gpp.icsi-ref="urn%3Aurn-7%3A3gpp-application.ims.iari.gsma-vs";+g.3gpp.cs-voice
    Call-ID: 323cff89-1b8f-7462-e9cd-c69cec5edebc
    CSeq: 1540698045 REGISTER
    Content-Length: 0
    Max-Forwards: 70
    Authorization: Digest username="mrrathish",realm="sip2sip.info",nonce="5500f955101f5690fa5e3815cbe0de726e8a61d4",uri="sip:sip2sip.info",response="f114c73ee9b5eb724fd0c6b032c05674",algorithm=MD5
    Allow: INVITE, ACK, CANCEL, BYE, MESSAGE, OPTIONS, NOTIFY, PRACK, UPDATE, REFER
    Privacy: none
    P-Access-Network-Info: ADSL;utran-cell-id-3gpp=00000000
    User-Agent: IM-client/OMA1.0 android-ngn-stack/v2.0.491 (doubango r701 - Spice Mi-498)
    P-Preferred-Identity:
    Supported: path
03-12 07:53:36.352    4769-5786/? D/org.doubango.ngn.services.impl.NgnSipService OnDialogEvent ((un)REGISTER request successfully sent.,1)
03-12 07:53:36.556    4769-5787/? I/tinyWRAP *INFO:
    RECV SIP Message:SIP/2.0 200 OK
    Via: SIP/2.0/UDP 192.168.1.2:55102;received=115.118.146.17;branch=z9hG4bK1246479370;rport=55102
    From: ;tag=1006014735
    To: ;tag=e7d4d6b46afb9bf88242924a8d869ebf.7c4f
    Call-ID: 323cff89-1b8f-7462-e9cd-c69cec5edebc
    CSeq: 1540698045 REGISTER
    Contact: ;expires=1700;received="sip:85.17.186.7:5060;target=%73%69%70:%31%31%35.%31%31%38.%31%34%36.%31%37:%35%35%31%30%32"
    Server: SIP Thor on OpenSIPS XS 1.9.0
    Content-Length: 0
    @x;T0


References

No comments:

Post a Comment