On Fri, May 15, 2020 at 9:39 AM Jonathan H <lardconce...@gmail.com> wrote:

> Hello!
>
> https://forums.asterisk.org/ is doing it again - "Content Encoding Error.
> An error occurred during a connection to forums.asterisk.org. Please
> contact the website owners to inform them of this problem".
>
> Which is odd, as the Qualys test seems to pass, only losing a point for
> supporting TLS 1.0. But I know it's not just me because Pingdom can't read
> the page, either.
>

I have raised a ticket with IT.


> Also, the wiki seems VERY slow today - I'm trying to find out whether
> agi_threadid is safe to use as an identifier to track a call, rather than
> casting the uniquedid (a float) to an int (variables don't like dots in the
> name!).
>

I can't reproduce this wiki issue and haven't seen any other reports. Is
anyone else experiencing this?


> I had thought the agi_threadid would change each time a new thread was
> started (after an agi_hangup/break etc was sent and the caller returned to
> dialplan) but it appears to persist for the duration of the call/channel.
>

That does not result in a new thread. A channel generally stays within the
same thread for its lifetime, although there are cases where it can be
moved between threads or temporarily be handled by another thread. It's not
guaranteed as a unique identifier for a channel, only uniqueid or if you
are referring to at a given point in time - a channel name.

-- 
Joshua C. Colp
Asterisk Technical Lead
Sangoma Technologies
Check us out at www.sangoma.com and www.asterisk.org
-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
      https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to