[asterisk-dev] [Code Review] Add technology independent static control

Russell Bryant russell at digium.com
Wed Apr 1 09:10:11 CDT 2009


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.digium.com/r/214/
-----------------------------------------------------------

(Updated 2009-04-01 09:10:10.980040)


Review request for Asterisk Developers.


Changes
-------

Add ceiling logic as suggested by Mark.


Summary
-------

This is the feature that you have all been waiting for.

This new function allows you to introduce static into a phone call.  The common use case is as an excuse to get off of an annoying phone call.  If someone won't stop talking, just start increasing the static until you can't hear each other anymore.  Problem solved!


Diffs (updated)
-----

  /trunk/funcs/func_static.c PRE-CREATION 

Diff: http://reviewboard.digium.com/r/214/diff


Testing
-------

exten => 1234,1,Set(STATIC()=0) ; Set up STATIC() so I can control it via DTMF during the call
exten => 1234,N,Dial(SIP/1234)  ; When 1234 gets annoying, start pressing '*' to increase static

I tested an extension like the above and verified that I could increase and decrease the static at will.


Thanks,

Russell




More information about the asterisk-dev mailing list