Hello, pjsip team. I am using your product and I like it very much -
good work!
But I faced with some limitations. Currently it doesn't support blf
(MIME type dialog-info accordingly to RFC 4235).
I have implemented such support on my own extending your code and now I
would like to provide you with it to include into next releases.
Could you please tell me where should I send this code and how do you
want to get it (just patch/whole project/link to google git repo/...).
Thanks in advance.
Hi,
I am looking at implementing SIP-based presence with PJSIP 2.0.1 in user
applications.
On user machines (Macs), I am running PJSIP in a daemon that services
multiple clients (logons) each of which might have multiple SIP accounts.
On a SIP server, I was hoping to validate and authorize specific SIP
accounts using the 'SIP from address' in SUBSCRIBE requests. This would be
the basis of enabling users to control who can subscribe to them (they
wouldn't want to publish to just anybody).
Am I correct in understanding that there's no way to set the SIP from
address when sending a SUBSCRIBE message, i.e. calling pjsua_buddy_add()
ultimately calls pjsua_acc_find_for_outgoing() which takes the first SIP
URI server/port match with an existing account (setting the default account
is, therefore, no help)?
Thanks :-)
Hello, pjsip team.
I need to support the typical dialog-info subscribe/notify for BLF function.
I know that the presence service does almost the same and more, but ...
sorry we need the BLF mode.
I've seen that*?????? ???????????*on/Wed Feb 13 10:40:04 EST 2013/ was ready to
provide an extension to include this functionality.
Is there a way to get it?
Or else, is there something I've missed that can solve my problem in another way?
Thank you in advance