Cleanup up the tabbing and trailing spaces and tabs.
This commit is contained in:
parent
316e81edc0
commit
001f6dec2e
|
|
@ -37,7 +37,7 @@
|
|||
if (session ~= nil) then
|
||||
originate_disposition = session:getVariable("originate_disposition");
|
||||
|
||||
if( originate_disposition=='USER_BUSY' ) then
|
||||
if ( originate_disposition=='USER_BUSY' ) then
|
||||
|
||||
dialed_extension = session:getVariable("dialed_extension");
|
||||
context = session:getVariable("context");
|
||||
|
|
|
|||
Loading…
Reference in New Issue