sem32 / freeswitch-PushNotificator

Apple push notifications module of VoIP telephony system Freeswitch
29 stars 27 forks source link

FAIL_ON_SINGLE_REJECT scenario is not working when mod_apn took the control of registration and call #15

Open ranjeethdomala opened 1 year ago

ranjeethdomala commented 1 year ago

Hi,

We are using mod_apn module in FreeSWITCH. When same extension is registered on multiple devices and when callee rejected the call from one device, then call is not rejecting and still ringing on remaining device(s) even if set the variable "FAIL_ON_SINGLE_REJECT" is true in FreeSWITCH. Is there any changes do need to do in freeeswitch or mod_apn in order to work. Please help on this issue.

'[registration_token=MfOY2pBwAm,originate_timeout=58]sofia/internal/sip:1030@IP:25090;transport=tcp;received=IP:25090;fs_nat=yes;fspath=sip%3A1030%40IP%3A25090%3Btransport%3Dtcp::[originate_timeout=58,enable_send_apn=false,apn_wait_any_register=false]apn_wait/1030@myDomain' (by registration event)

Logs are attached. fs_logs.txt

felipecr-12 commented 1 year ago

I can help you with this demand... However, I still couldn't apply the 'mod_apn' 100% in my freeswitch. You did it? Is it storing the tokens and sending the PUSH?