Re: [Freeswitch-users] rdnis variable from Lua

2009-05-11 Thread Brian West
Hehe its not really a work around... Its how you do it either way... but I did add the patch from http://jira.freeswitch.org/browse/MODSOFIA-7 which would require you to do similar. /b On May 11, 2009, at 8:20 PM, Cliff Wells wrote: I found a workaround, but it'd be nice to actually have t

Re: [Freeswitch-users] rdnis variable from Lua

2009-05-11 Thread Cliff Wells
I found a workaround, but it'd be nice to actually have the RDN easily accessible from Lua: calling_number = session:getVariable ( "sip_h_Diversion" ) _, _, calling_number = string.find ( calling_number, "sip:(%d+)@" ) Cliff On Mon, 2009-05-11 at 17:22 -0700, Cliff Wells wrote: > Hi, > > I can