[OpenSIPS-Users] wait_for_event DO NOT TIMEOUT

2019-11-16 Thread Muhammad Bilal Rao via Users
Hi, I am using below function to wait for B-party to come online so that INVITE can be sent to him. async( wait_for_event("E_UL_AOR_INSERT","$avp(filter)", "15"),  fork_call); But the issue is that this event never gets timeout and triggers whenever the B-party comes online. Event should not be

Re: [OpenSIPS-Users] How to limit parallel calls duration of prepaid customers?

2019-11-16 Thread Daniel Zanutti
Hi Diptesh We tried to implement a native prepaid system on Opensips but didn't found a way to do this natively, so we developed a custom prepaid mechanism to our solution. Our company (http://dazsoft.com) is focused on complete systems but we can negotiate this specific part if you want. Let me

[OpenSIPS-Users] How to limit parallel calls duration of prepaid customers?

2019-11-16 Thread Dipteshkumar Patel
Hello Team, I want to use opensips as a pbx system. I have prepaid customers so how can i manage prepaid calls scheduling based on customers' balance(dialog timeout). As specially in case we have parallel calls of a user. I found call-control from ag-projects for that. Can you please suggest any