On 10/28/05 23:18 Kevin P. Fleming said the following:
Matteo Piazza wrote:

But exist or not a thread tha monitors all the idle channels? (Not in channel driver but in Asterisk architecture). I not understand if a singol thread manages only a single channel, or a singol thread manages more than one channels.


There is no such thing as an 'idle' channel in Asterisk. If a channel exists, it is active. When it is no longer active, it is destroyed.

there's a bit of code in chan_zap.c which (i think, and i could be wrong) seems to track idle PRI channels and attempt calls on them.

--
Regards,                           /\_/\   "All dogs go to heaven."
[EMAIL PROTECTED]                (0 0)    http://www.alphaque.com/
+==========================----oOO--(_)--OOo----==========================+
| for a in past present future; do                                        |
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo "The opinions here in no way reflect the opinions of my $a $b."  |
| done; done                                                              |
+=========================================================================+
_______________________________________________
Asterisk-Dev mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to