[Asterisk-Dev] Proposed patch.
Brian West
brian.west at mac.com
Fri Apr 29 13:58:55 MST 2005
If you swap the order.. check for the IDIOT env first.. before the
strcmp.. oh well I give up.
/b
On Apr 29, 2005, at 3:09 PM, Kevin P. Fleming wrote:
> Brian West wrote:
>
>
>> Are you be sarcastic or truthful? haha Because we do this in
>> frame.c already. Plus its a one time hit on load/reload.
>>
>
> A one time hit? You are calling getenv() every time you see that
> pattern during a configuration load. In frame.c, it happens only if
> the user types that special command.
>
> Granted, it's not going to affect call handling performance, but it
> would still be better to just check it once during the load (since
> it can't change while Asterisk is still running) and then reference
> an int variable with the value set appropriately.
> _______________________________________________
> Asterisk-Dev mailing list
> Asterisk-Dev at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-dev
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-dev
>
More information about the asterisk-dev
mailing list