Hi all.

I am starting to implement push notifications on Opensips v3.3, using an
old Linphone version that sends out parameters in the following format:

pn-type instead of pn-provider
firebase instead of fcm
app-id  instead of pn-param
pn-tok  instead of pn-prid

Location table has flag 0 (I think it should be 4). I tried adding pn-type,
app-id in pn_ct_match_params, but didn't seem to work (flag is still 0).

modparam("registrar", "pn_providers", "apns, fcm, firebase")
modparam("registrar", "pn_ct_match_params", "pn-provider, pn-prid,
pn-param, pn-type, pn-tok, app-id")

Is v3.3 incompatible with the old nomenclature or am I missing something?

Thanks.
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to