danvwt  
                
                  
                    June 20, 2013,  8:18pm
                   
                  1 
               
             
            
              An odd inquiry, but is there a way to force callerid name to be all lowercase?
Reason being is that more of the name can fit on Cisco phones if it is lower case vs all upper case.
Can I pass the information to an agi somehow to modify case using perl/php?
             
            
              
           
          
            
              
                miken32  
              
                  
                    June 20, 2013, 11:07pm
                   
                  2 
               
             
            
              If I had a dollar for every time I answered one of these posts with “Use the Set Caller ID module” I’d be a wealthy man 
Use it to set your caller ID name to [font=Courier]${TOLOWER(${CALLERID(name)})}[/font]
             
            
              
           
          
            
              
                danvwt  
              
                  
                    June 24, 2013,  2:23pm
                   
                  3 
               
             
            
              Thanks!  Now to work this into my complex call flow and ring groups.  I foresee this being a pain because I prefix the callerID on certain trunks and ring groups.
Thanks again!