similar to: AEL, 1.6, CUT and commas [SOLVED]

Displaying 20 results from an estimated 9000 matches similar to: "AEL, 1.6, CUT and commas [SOLVED]"

2009 Dec 03
0
AEL, 1.6, CUT and commas
Hello, How can you parse a comma separated list using function CUT and AEL ? I've tried but it displays error message (though is seems to find the correct value) : STRING=101,102 VAL=${CUT(STRING,\,,1)}; NoOp(VAL is ${VAL}); Cheers -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Mar 17
0
ATA react to phone but unresponsive to fax modem [SOLVED]
2009/3/17 Olivier <oza-4h07 at myamail.com> > > > 2009/3/16 Olivier <oza-4h07 at myamail.com> > > Hi, >> >> I'm rather new to this domain so I may be doing stupid things without >> being concious of that. >> >> I've got a Patton MATA I'm trying to setup as T.38 fax adapter. >> Whenever I connect a fax machine (Dell
2009 Jan 27
0
Can't start Asterisk after installing Digium G729 licence [SOLVED]
2009/1/27 Olivier <oza-4h07 at myamail.com> > > 2009/1/27 Olivier <oza-4h07 at myamail.com> > > Hi, >> >> I carefully followed instructions in README file lasting with : >> /root/register >> ... blabla >> asterisk -r >> CLI> restart now >> >> Then asterisk -r fails with : >> # asterisk -r >> Asterisk
2009 Mar 09
0
Can't build today's AGX Asterisk Addon with spandsp0.0.6pre3 or 4 [SOLVED]
2009/2/26 Olivier <oza-4h07 at myamail.com> > I must add I tried spandsp0.0.6xxx as a warning message advised me to do so > (using 0.0.4 would be ok for me but current trunk doesn't allow this > anymore, it seems). > > > 2009/2/26 Olivier <oza-4h07 at myamail.com> > > Hi, >> >> With 0.0.6pre3: >> # ./build.sh >> CMake Warning (dev)
2008 Nov 05
1
AEL NoOp not working
Hi, I've new to http://www.voip-info.org/wiki/view/Asterisk+AEL2 I'm using NoOp and Verbose functions inside extensions.ael. Strangely, NoOp is not printing anything in Asterisk console while Verbose is working. Am I missing something obvious ? Cheers -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jul 09
1
OT - How to indent AEL file
Hi, As my extensions.ael is becoming quite long (3000 lines), I'm wondering if existing indentation tools such as vim, indent, ... could improve its formatting (split long lines into several ones, align {}, ..) Has anyone tried ? Regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Feb 05
0
Pattom M-ATA, T.38 and Asterisk 1.4. Canreinvite=yes ? [SOLVED]
2009/2/5 Olivier <oza-4h07 at myamail.com> > Hi, > > Here http://www.voip-info.org/tiki-index.php?page=Asterisk%20T.38 is a > table listing ATA/Gateways combinations. > Could anyone successfully set a Patton M-ATA to work with another one, > using Asterisk 1.4 ? > > Is reinvite (canreinvite=yes) necessary or not ? > > Regards > > Replying to myself, I
2008 Oct 04
0
2 stage dialing and 484 address incomplete [SOLVED]
Replying to myself, I've just read in 1.6.1 announcement that a new Incomplete dialplan application is the one that provides what I'm looking for ... 2008/10/3 Olivier <oza-4h07 at myamail.com> > Hi, > > If my memory serves me right, there was thread (in dev mailing list ?) > explaining how we could implement 2 stages dialing with SIP endpoints: > user dials 1234
2009 Mar 09
0
How to install spandsp from source in lenny ? [SOLVED]
2009/3/9 James Sneeringer <jsneerin at gmail.com> > On Mon, Mar 9, 2009 at 11:13 AM, Olivier <oza-4h07 at myamail.com> wrote: > > Anyway, whenever I'm typing make menuselect, app-fax is greyed out as in > my > > opinion, spandsp libriaries have not been found. > > > > Maybe, I should have typed something like (as suggested > >
2008 Dec 09
0
Voicemail.conf : concise hour prompts [SOLVED]
2008/12/9 Olivier <oza-4h07 at myamail.com> > > > 2008/12/9 Tilghman Lesher <tilghman at mail.jeffandtilghman.com> > > On Tuesday 09 December 2008 09:14:11 Olivier wrote: >> > Hi, >> > >> > In voicemail.conf: >> > ; Supported values: >> > ; 'filename' filename of a soundfile (single ticks around the >>
2009 Mar 30
0
Where to find local FXS settings ? [SOLVED]
2009/3/30 Olivier <oza-4h07 at myamail.com> > Hi, > > Some ATAs (SPA3102, M-ATA, ...) have a long local FXS settings list such as > : > > FXS port gain, > Ring Waveform > Frequency > ... > > 1. My understanding of these is that those settings define how calls coming > from SIP side, trigger a signal which will in turn, ring analog device. > is this
2009 May 08
0
G279 install in 1.6.0.9 ? [SOLVED]
2009/5/8 Olivier <oza-4h07 at myamail.com> > Hello, > > Here (http://downloads.digium.com/pub/telephony/codec_g729/README) are > instructions to install G729 software. > (I think I followed instructions step by step but g729 license doesn't seem > to show up). > > My question is : > Is the command bellow still up to date ? > > >g729 show I suddenly
2009 Dec 15
0
OT - SPA3102 - Provisioning with config file [SOLVED]
2009/12/15 Olivier <oza-4h07 at myamail.com> > > > 2009/12/15 Steve Howes <steve-lists at geekinter.net> > > >> On 15 Dec 2009, at 10:42, Olivier wrote: >> > Unfortunately, it seems macro expansion doesn't occur in Line1 tab : >> > when I type $A or $(A) or ${A} or $GPP_A or $UID1 in User ID field >> > (in Line1 tab), asterisk
2006 Jun 26
0
AEL scripting, CUT use and string concatenation
Hi to all, i'm wondering to realize a dynamic macro that can take the number of extensions to RING,the ring type and all the parameter in a dynamic way. I have done this code to test it: macro pbx-ring-group-ael(pbx_id,num_int,ring_type,timeout,ext_string) { //; pbx_id = Id of PBX in the DB //; num_int = Quantity of extensions to ring //; ring_type = Kind of RING (C=contemporaneous
2009 Feb 26
0
Patton 5.3. How to get incoming calls ? [SOLVED]
Hi, Changing the line bellow helped to get incoming calls but I add to remove secret= option in sip.conf (otherwise, Patton wouldn't respond to 407 Auth required challenges). If someone could enable secret and still get incoming calls (in any SmartWare 5.X), please, do not hesitate to share here ... interface sip IF-ASTERISK bind context sip-gateway ASTERISK route call dest-table
2009 Mar 11
4
Are .call files working with extensions.ael ?
Hello, With an extensions.ael enabled system, I keep getting whatever I change into my "astup.call" file : [Mar 12 00:13:56] WARNING[2538]: pbx_spool.c:267 apply_outgoing: At least one of app or extension (or keyword message/pdu) must be specified, along with tech and dest in file /var/spool/asterisk/outgoing/astup.call [Mar 12 00:13:56] WARNING[2538]: pbx_spool.c:457 scan_service:
2007 Jul 12
0
No subject
Leg/Transaction Does Not Exist" and obviously not taken into account as endpoint GUI remains unchanged. Looking deeper into this here are : NOTIFY message accepted by S450IP NOTIFY sip:7531 at 192.168.100.197:5060 SIP/2.0 Via: SIP/2.0/UDP 192.168.100.254:5060;branch=z9hG4bK06adc48b;rport From: "asterisk" <sip:asterisk at asterisk>;tag=as4ea953db To: <sip:sip:7531 at
2009 Dec 04
1
Get Queue values from dialplan (Was: queue_variables() function)
2009/12/4 Olivier <oza-4h07 at myamail.com> > Hello, > > Has someone successfully used this QUEUE_VARIABLES() function (in > 1.6.2-rc7) ? > I tried to use it as I'm using SIPPEER() but without success. > > A previous question about it remainded unanswered ( > http://thread.gmane.org/gmane.comp.telephony.pbx.asterisk.user/224466). > > Regards > How can
2008 Dec 02
0
Using Dial M option from extensions.ael [SOLVED]
2008/12/2 Philipp Kempgen <philipp.kempgen at amooma.de> > Philipp Kempgen schrieb: > > Olivier schrieb: > > > >> How can you use Dial application M(x) option from extensions.ael ? > >> (As a reminder, this M(x) executes macro x when Dial called party > answers). > >> > >> It seems to me that asterisk keeps looking for this macro in >
2008 Nov 07
0
AEL NoOp not working [SOLVED]
2008/11/6 Steve Murphy <murf at digium.com> > On Thu, 2008-11-06 at 13:55 +0100, Olivier wrote: > > > > > Yes, you're right : NoOp needs verbosity of 3 and above. > > Thanks for helping. > > > > The surprising thing is that AEL Verbose prints output whatever the > > verbosity level is (even with 0). > > Would you qualify this as normal ?