Re: [asterisk-users] Variable stripping/removing part of string

2011-04-11 Thread Tilghman Lesher
On Monday 11 April 2011 00:25:35 magnu...@inputinterior.se wrote: Now i am lost. exten = 0424449631,n,NoOp(${CALLERID(name)}) exten = 0424449631,n,NoOp(${CUT(CALLERID(name),\(,2):0:-1}) -- Executing [0424449...@fax.inputinterior.se:4] NoOp(OOH323/Avaya2-8, Martela (fax)) in new stack --

Re: [asterisk-users] Variable stripping/removing part of string

2011-04-11 Thread magnus.b
, 2011 9:36 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Variable stripping/removing part of string On Monday 11 April 2011 00:25:35 magnu...@inputinterior.se wrote: Now i am lost. exten = 0424449631,n,NoOp(${CALLERID(name)}) exten = 0424449631,n

Re: [asterisk-users] Variable stripping/removing part of string

2011-04-11 Thread Tilghman Lesher
On Monday 11 April 2011 02:56:03 magnu...@inputinterior.se wrote: It was a 1.8 but then we started to do a lot of development (ooh323) so today it is Asterisk SVN-may-ooh323_ipv6_direct_rtp-r311741MS-/trunk. Can hardly se that we have done any changes that would cause my problem. Are you sure

Re: [asterisk-users] Variable stripping/removing part of string

2011-04-11 Thread magnus.b
stripping/removing part of string On Monday 11 April 2011 02:56:03 magnu...@inputinterior.se wrote: It was a 1.8 but then we started to do a lot of development (ooh323) so today it is Asterisk SVN-may-ooh323_ipv6_direct_rtp-r311741MS-/trunk. Can hardly se that we have done any changes that would cause

Re: [asterisk-users] Variable stripping/removing part of string

2011-04-11 Thread Jeroen Eeuwes
Hi Magnus, exten = 0424449631,n,NoOp(${CUT(CALLERID(name),\(,1):0:-1}) But that gave me “Martela “ so my way of doing it is wrong. Any that can tell me what I am doing wrong or have any better suggestion howto do it? I think you are not able to do it in one step. Can you try something like

Re: [asterisk-users] Variable stripping/removing part of string

2011-04-11 Thread magnus.b
. Anyway, thx for pointing me to the correct direction. -Ursprungligt meddelande- From: Jeroen Eeuwes Sent: Monday, April 11, 2011 12:09 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Variable stripping/removing part of string Hi Magnus, exten

Re: [asterisk-users] Variable stripping/removing part of string

2011-04-11 Thread Chad Wallace
11, 2011 12:09 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Variable stripping/removing part of string Hi Magnus, exten = 0424449631,n,NoOp(${CUT(CALLERID(name),\(,1):0:-1}) But that gave me “Martela “ so my way of doing it is wrong

Re: [asterisk-users] Variable stripping/removing part of string

2011-04-11 Thread magnus.b
, ) in new stack Now I understand even less. (But it was a nice try). -Ursprungligt meddelande- From: Chad Wallace Sent: Tuesday, April 12, 2011 3:27 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Variable stripping/removing part of string On Mon, 11 Apr 2011 12

[asterisk-users] Variable stripping/removing part of string

2011-04-10 Thread magnus.b
Hi! I try to get rid of some part of CALLERID(name) but I cant realy figure out a way to do it. For example: CALLERID(name) = Martela (fax) I am just looking for the part before “ (“ in my case “Martela”. I can’t serch for “ “, could be many “ “, but only one “ (“, thought i could do something

Re: [asterisk-users] Variable stripping/removing part of string

2011-04-10 Thread Tilghman Lesher
On Monday 11 April 2011 00:07:08 magnu...@inputinterior.se wrote: Hi! I try to get rid of some part of CALLERID(name) but I cant realy figure out a way to do it. For example: CALLERID(name) = Martela (fax) I am just looking for the part before “ (“ in my case “Martela”. I can’t serch for “

Re: [asterisk-users] Variable stripping/removing part of string

2011-04-10 Thread magnus.b
)) in new stack But i am looking for the part before (, in my case: Martela -Ursprungligt meddelande- From: Tilghman Lesher Sent: Monday, April 11, 2011 7:12 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Variable stripping/removing part