InterLinked1

Results 163 comments of InterLinked1

Thanks! Another strange thing I've noticed... my retries aren't actually working the way I thought they were. My algorithm is for each chunk of members we get, keep track of...

This is 100% speculation, but just an idea after reading the documentation here: https://ptb.discord.com/developers/docs/topics/gateway-events#request-guild-members It says the guild_id and user_ids should be snowflakes. Right now, they are both surrounded by...

> When attempting to Park() and the lot is full, I believe (according to the documentation at least) that dial plan should continue to the next line - however, it's...

> Hmm you're right, maybe I saw it anecdotally. Someone else reported the issue a while back here: > > http://lists.digium.com/pipermail/asterisk-dev/2018-December/077144.html Thanks, I was just curious if it said something...

> Naveen, your patch works perfectly - However, for the official PR, I would suggest removing the following: > > ``` > if (!silence_announcements && !blind_transfer) { > ast_stream_and_wait(chan, "pbx-parkingfailed",...

> Ah, you're thinking my original reported failure was actually due to the missing file, and not the Parking application itself... > > OK I'll remove your patch and re-test...

> I commented out ast_stream_and_wait and now we can announce the park # and continue dialplan execution gracefully. > > The errors that it gave when pbx-invalidpark.wav was missing were:...

> It is not the case, the call simply drops without your patch. Sorry, I mean with the patch, but even if the audio file does not exist... it shouldn't...

cherry-pick-to: 18 cherry-pick-to: 20 cherry-pick-to: 21

> @InterLinked1 Do you have an example of a module that actually can be refreshed recursively? Every one I've tried gets `Soft unload failed ... ` Most of my use...