Re: [asterisk-users] Function IMPORT and Local channels

2015-04-29 Thread Ethy H. Brito
On Mon, 27 Apr 2015 23:56:30 -0300 "Ethy H. Brito" wrote: > On Mon, 27 Apr 2015 23:52:30 -0300 > "Ethy H. Brito" wrote: > > > > > Hi all > > > > These questions were asked back in 2009 at lists.digium.com and got > > unanswered: > > > > - Has someone been successful in using IMPORT on a Loca

Re: [asterisk-users] Function IMPORT and Local channels

2015-04-27 Thread Ethy H. Brito
On Mon, 27 Apr 2015 23:52:30 -0300 "Ethy H. Brito" wrote: > > Hi all > > These questions were asked back in 2009 at lists.digium.com and got > unanswered: > > - Has someone been successful in using IMPORT on a Local channel ? > - Is there a known limitation in doing so ? > > I run into the s

[asterisk-users] Function IMPORT and Local channels

2015-04-27 Thread Ethy H. Brito
Hi all These questions were asked back in 2009 at lists.digium.com and got unanswered: - Has someone been successful in using IMPORT on a Local channel ? - Is there a known limitation in doing so ? I run into the same problem. ${IMPORT(Local/1234@example-abcd;2,CALLERID(dstchannel))} returns

Re: [asterisk-users] Function IMPORT and Local channels

2009-06-17 Thread Olivier
2009/6/18 Tilghman Lesher > On Wednesday 17 June 2009 17:06:25 Olivier wrote: > > At the moment, I can't read Local channels variables using IMPORT > function > > : ${IMPORT(Local/7...@pcdialer-5dff\;1,CALLERID(num))} > > I'm confused as to why you're trying to escape the semicolon here. The > n

Re: [asterisk-users] Function IMPORT and Local channels

2009-06-17 Thread Tilghman Lesher
On Wednesday 17 June 2009 17:06:25 Olivier wrote: > At the moment, I can't read Local channels variables using IMPORT function > : ${IMPORT(Local/7...@pcdialer-5dff\;1,CALLERID(num))} I'm confused as to why you're trying to escape the semicolon here. The name of the channel cannot be hardcoded in

[asterisk-users] Function IMPORT and Local channels

2009-06-17 Thread Olivier
Hi, At the moment, I can't read Local channels variables using IMPORT function : ${IMPORT(Local/7...@pcdialer-5dff\;1,CALLERID(num))} Is it normal behaviour ? Any idea or suggestion ? A DumpChan statement show usual variables. Comparing a Local channel with a SIP channel, the only difference I c