I am trying to make an iOS app with PJSIP, I am using GOSSIP wrapper for that when i run the following command
"Sofia status profile xxxxxx reg"
to check the registered devices on server, i get following for each device. I was wondering about what is Call-ID parameter and if i can get this on device? if Yes then how?
Call-ID: mDWB.zJEvhcLSOnZcKTuTFbrduzO--0a
User: xxxxxxxxxxxxxxxxx
Contact: ""
Agent: Dringgg-Android
Status: Registered(UDP)(unknown) EXP(2016-02-23 16:11:23) EXPSECS(95)
Ping-Status: Reachable Ping-Time: 0.00 Host: srv1 IP: xxxxxxxxxxxxx Port: 8080 Auth-User:
xxxxxxx Auth-Realm: xxxxxxxxx MWI-Account: xxxxxxxxxxxxxxxxx
I'm not sure if you can get it when registering a user agent but it can be obtained when making a call using
pjsua_call_make_call
function, from the last parameterp_call_id