14:08:43 good morning! 14:09:22 I'm trying to configure push notification and need to clarify something 14:09:24 sup pusher_maintenance add_firebase_app AppId Secret 14:09:41 What should be format of Appid? 14:10:09 is it app name, project number or what? 14:12:41 I see APP ID in ffirebase app section started with 1:8080366xxxxxx:android:d0575bx 14:12:55 should I use this APP ID? 14:15:45 "mobilesdk_app_id": "1:8080366xxxxxx:android:d0575bxxxxxx" is also in my google-services.json file 14:16:20 mc_: any idea? 15:47:16 Serge: i don't know offhand, i would guess its whatever app id you use to register on google? 15:47:38 mc_ you mean firebase 15:47:38 mobilesdk_app_id might be right 15:47:40 sure 15:47:42 lol 15:48:04 i see one customer using it have a Java-like namespace for their app id 15:48:36 like "com.foobar.calling.sdk.example" or something 15:48:51 but i haven't really dug into the pusher client configs much 15:49:31 ;+sip.instance="";+org.linphone.specs="lime" : 3600 15:50:30 but I'm afraid it did not pushing any notifications =( 15:51:27 is there any way to get status of push notification (registrations) from kazoo? 15:52:11 kazoo doesn't send anything to firebase until a push notification event (like incoming call) is triggered 15:53:12 I'm trying to make call, but can't see any push out notification 15:53:24 I believe kamailio send them? 15:53:32 What the best place to look? 17:16:57 Serge: there is a good thread on the forum that details setup for push notifications. IIRC it's titled "My pusher problems are solved" or something like that. 17:24:23 lvlinux: yes, I saw it, however it doesn't look like pusher is trying to wake up my app at all 17:26:22 and analytics dashboard said that there are no requests or active users 17:26:56 that's why I'm trying to see what piece didn't work 17:35:25 ah gotcha 17:38:05 Serge: do you have Kazoo logs on debug? I just did a quick look at the pusher code and saw there is logging going on in the app, so you should be able to see some information there. 17:50:21 lvlinux yes, I have it enabled, but can't really see that kazoo pushing anything to firebase server 17:50:48 the only registration log 17:56:32 He mc_ is kazoo_modb:save_doc the normal function to call to put a new doc in an MODB? Like for CDRs, Voicemail, fax, SMS, etc.? Or is there another different way that is used sometimes? 18:02:57 Serge: if it's not giving an error or trying something, then likely it hasn't received the right push info on the registration. You might monitor the AMQP bus and see if a message gets sent to the pusher process when the client registers. If not, then back up to Kamailio configs and see what it's supposed to be sending. Shouldn't be too hard to isolate that way. 18:04:58 Also watch your Kamailio logs as they might give a clue. 21:00:37 Hmm I don't see any code at all that stores SMS messages, but it evidently used to. Wonder why that was removed? 21:25:34 RHEL trying to kill open source downstream distros :( . https://rockylinux.org/news/2023-06-22-press-release/ 21:29:48 :-( 21:31:48 Thanks for the info btw lvlinux 21:32:36 Now I gotta figure out freeswitch, as there's no mod_av release for rocky 8. Might need to use debian for fs if I don't wanna build all that from source too 21:33:36 But maybe it's more sane now to just debian everything :P 21:35:36 hehe Debian is my goto distro 21:35:42 (for servers anyway) 21:36:26 I've been a CentOS boy my entire life. Change is hard 21:37:29 Have you managed 4.3 on debian? I'm trying to dodge eol CentOS 7 while I migrate to new servers, new data centres, etc 21:43:34 I haven't yet---my DBs run on debian, and everything else I've just stayed with the "safe" CentOS 7. But we have only right at a year to switch before EOL right? (June 2024?) 21:44:38 I just run the RPMs though. When I build it I will probably do it on Debian. 21:47:06 Hopefully v5 OS comes out soon and I won't have to build or hack up v4.3. Some things I want fixed but don't want to put in time for that when it may be moot or have to be re-done after v5 comes out. 22:03:20 I'm starting to think along the same lines. CentOS 7 for another year except for kazoo apps, rabbitmq and couchdb since they're all built from source successfully. 22:03:50 If 5 isn't out be the end of the year, then I have 6 months to get rocky 8 running instead of rushing like I am now lol 22:19:17 :)