[asterisk-users] AEL: how to copy a variable without interpretation of the content

2008-04-23 Thread Eric Dantie
I've got the next AEL: TEST=${X-CALLID}; NoOp(${TEST}); where X-CALLID=ctprueba-1208953210.12 (passed by a custom sip header) Executing I've got the error: [2008-04-23 13:24:01] WARNING[15638]: ast_expr2.y:742 op_minus: non-numeric argument -- Executing [EMAIL

Re: [asterisk-users] how to copy a variable without interpretation of the content

2008-04-23 Thread Eric Dantie
). Thank you. Eric Dantie - Original Message - From: Eric Dantie To: asterisk-users@lists.digium.com Sent: Wednesday, April 23, 2008 1:37 PM Subject: AEL: how to copy a variable without interpretation of the content I've got the next AEL: TEST=${X-CALLID

Re: [asterisk-users] AEL: how to copy a variable without interpretation of the content

2008-04-23 Thread Eric Dantie
Strangely, working... TEST should be ctprueba-123456789.12 but not ctprueba-123456789.12 But got the value. Thanks. - Original Message - Try TEST=${X-CALLID}; and see how you go. Eric Dantie wrote: Sorry, bad expressed, what I want to know is how can I do this in AEL: I've

Re: [asterisk-users] Digium PRI and Echo cancellation

2008-07-17 Thread Eric Dantie
On Wed, Jul 16, 2008 at 1:01 PM, Loic Didelot [EMAIL PROTECTED] wrote: Hello, I would like to double check what Echo Cancellation my Digium Card uses. I thought I bought the little more expensive card that integrates EchoCancellation. How can I check? Loic Didelot. dmesg is your friend

[asterisk-users] Explication for ast_safe_system

2008-07-19 Thread Eric Dantie
Can someone please explain the reason on the following code (in asterisk.c, function ast_safe_system()): /* Close file descriptors and launch system command */ for (x = STDERR_FILENO + 1; x 4096; x++) close(x); Why to close so many descriptors? Thanks in advance Éric

Re: [asterisk-users] Newbie AEL2: Syntax for Hint

2008-09-11 Thread Eric Dantie
aelparse but when it runs, it says Hint is an unknown application on the console. Try : context BLF { hint(Sip/1000) 1000 = NoOp(); }; Works for me Eric Dantie ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com

Re: [asterisk-users] Asterisk video support

2008-12-13 Thread Eric Dantie
On Sat, Dec 13, 2008 at 19:35, Alejandro Facultad alejandro_facul...@yahoo.com.ar wrote: Dear all, does anybody try Asterisk 1.4 with video support and using canreinvite=no in sip.conf ??? Because I need Asterisk to be in the middle of voice and video calls among end users. Partucularly I

[Asterisk-Users] Directed pickup troubles

2005-08-18 Thread Eric Dantie
I've tried the directed pickup like explained in http://www.voip-info.org/wiki-PBX+Call+Pickup but I've got no way doing it work. When I call the ringing phone it use the second line of that phone Group call pickup works perfectly. Is there some special configuration to do to make it works?