You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but then on line 213 that gets treated as a CURL internal return code, where 0 is OK. So for me this always fails and while the message does post, mod_apn thinks that it did not and fails the call.
on line 194 the
httpRes
is being set to the http response code, so like200
on a success.freeswitch-PushNotificator/mod_apn/mod_apn.c
Lines 194 to 200 in 999c394
but then on line 213 that gets treated as a CURL internal return code, where 0 is OK. So for me this always fails and while the message does post, mod_apn thinks that it did not and fails the call.
freeswitch-PushNotificator/mod_apn/mod_apn.c
Lines 213 to 218 in 999c394
I'm confused how this is working for anyone ? I have changed it so do_curl returns
and then check this with
And this seems to work now, but i'm unclear how this was working before ?
The text was updated successfully, but these errors were encountered: