<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>Hi!</DIV>
<DIV>&nbsp;</DIV>
<DIV>I try to get rid of some part of CALLERID(name) but I cant realy figure out 
a way to do it.</DIV>
<DIV>For example: CALLERID(name) = "Martela (fax)" I am just looking for the 
part before “ (“ in my case “Martela”.</DIV>
<DIV>I can’t serch for “ “, could be many “ “, but only one “ (“, thought i 
could do something like:</DIV>
<DIV>&nbsp;</DIV>
<DIV>exten =&gt; 0424449631,n,NoOp(${CUT(CALLERID(name),\(,1):0:-1})</DIV>
<DIV>&nbsp;</DIV>
<DIV>But that gave me “Martela “ so my way of doing it is wrong.</DIV>
<DIV>Any that can tell me what I am doing wrong or have any better suggestion 
howto do it?</DIV>
<DIV>&nbsp;</DIV>
<DIV>/Magnus</DIV></DIV></DIV></BODY></HTML>