Re: [asterisk-users] queue not skipping ringing phone

2011-12-28 Thread Sebastian Denz
Am Mittwoch 21 Dezember 2011, 07:04:03 schrieb Matt Hamilton: I have a queue that distributes calls among 3 phones. When a phone is in use (including on hold), queue skips that device and sends the call to the next available one as expected. On the other hand, if a call comes in while one of

[asterisk-users] DTMF Testing software to test IVR system

2011-12-28 Thread virendra bhati
Hi list, Is there any way in asterisk by which I make a call from server and then dialplan(IVR system) gets DTMF from it. I mean to say that automatically DTMF is sended by channels as per user defined, I read there is an application sendDTMF but I don't know how we can used it? like A script

Re: [asterisk-users] DTMF Testing software to test IVR system

2011-12-28 Thread Satish Barot
Create a callfile with local channel and once first call leg is answered, use wait() and senddtmf() application on second call leg. CALLFILE sample: Channel: LOCAL/1234\@test_ivr Context: senddtmf Extension: s Priority: 1 Extensions.conf sample: ;-- FIRST LEG CALL --; [test_ivr] exten =

Re: [asterisk-users] DTMF Testing software to test IVR system

2011-12-28 Thread virendra bhati
Hi Satish, Thank you Satish. I did the same before your e-mail i saw. But i got another issue in such case. DTMF is passed to that channels but in case I will make the complete IVR system for calling server end. and which become so complected to do it. Is there any alternate way by which I get

Re: [asterisk-users] DTMF Testing software to test IVR system

2011-12-28 Thread Sammy Govind
Hi, You can use combination of SendDTMF() and wait() in such a way that you traverse through the IVR tree just as Satish mentioned. SendDTMF(1) Wait(3) SendDTMF(2) Wait(2) SendDTMF(5678123490) See also: *WaitForNoise()* , WaitForSilence(), AMD() Regards, Sammy. On Wed, Dec 28, 2011 at 2:32

Re: [asterisk-users] Is Asterisk 1.4 compatible with 1.8.7 ?

2011-12-28 Thread Steve Davies
On 28 December 2011 03:02, Joseph syscon...@gmail.com wrote: No, it makes no difference, on the other end is asterisk 1.4.39 and 1.8.8 is still giving me:  Executing [4@internal:1] Dial(SIP/11-0003, IAX2/home_server:@192.168.141.1/4,30,rw) in new stack    -- Called

[asterisk-users] Direct media path on Avaya IPOFFICE and Asterisk with H323 Trunk

2011-12-28 Thread Mickael Hubert
Hi List, I would like create a H323 trunk from Avaya IPOFFICE to Asterisk, but i would like activate a direct media path for the RTP transit directly between the phone and the Asterisk. Now, - H323 Trunk is OK - RTP from the phone transit directly to Asterisk (activate strictrtp=no in rtp.conf,

Re: [asterisk-users] DTMF Testing software to test IVR system

2011-12-28 Thread Satish Barot
What I understand from your reply is, you also like to have multiple Read() in 'support' and 'help' extensions as well. In that case you can have something like this in [senddtmf] exten = s,1,Noop(# TEST:IVR ##) ; We should wait atleast 'n' of seconds.

[asterisk-users] Chan_ss7 clustering config with single point

2011-12-28 Thread Vinod Dharashive
Hi team, Can any one share with me clustering configuration file SS7.conf for single pointcode with four slc. two different machine each host having 2 slc respectively. Thanks Vinod Dharashive Sent from BlackBerry® on Airtel --

Re: [asterisk-users] Function TESTTIME example

2011-12-28 Thread Mindaugas Jasiulis
Hi, I do not know, whether this is the best way to use TESTTIME function, but for me it is working in that way: exten = 123,n,Set(TESTTIME()=2011/12/25 18:30:00 Europe/Vilnius) OR You can use this: Set(__TESTTIME=${STRPTIME(2011-12-25 18:00:00,Europe/Vilnius,%Y-%m-%d %H:%M:%S)}) Best regards,

Re: [asterisk-users] Function TESTTIME example

2011-12-28 Thread Olivier
Hi, Thanks for replying. I'm afraid this : [foobar] exten = 123,1,Verbose(0,Into context ${CONTEXT}) exten = 123,n,Verbose(0,Time is ${STRFTIME()}) exten = 123,n,Set(TESTTIME()=2011/12/25 18:30:00 Europe/Vilnius) exten = 123,n,Verbose(0,Time is ${STRFTIME()}) exten = 123,n,HangUp() ... gives

Re: [asterisk-users] DTMF Testing software to test IVR system

2011-12-28 Thread Paul Belanger
On 11-12-28 03:25 AM, virendra bhati wrote: Hi list, Is there any way in asterisk by which I make a call from server and then dialplan(IVR system) gets DTMF from it. I mean to say that automatically DTMF is sended by channels as per user defined, I read there is an application sendDTMF but I

Re: [asterisk-users] Is Asterisk 1.4 compatible with 1.8.7 ?

2011-12-28 Thread Joseph
On 12/28/11 10:07, Steve Davies wrote: On 28 December 2011 03:02, Joseph syscon...@gmail.com wrote: No, it makes no difference, on the other end is asterisk 1.4.39 and 1.8.8 is still giving me:  Executing [4@internal:1] Dial(SIP/11-0003, IAX2/home_server:@192.168.141.1/4,30,rw) in new

Re: [asterisk-users] [SOLVED] Is Asterisk 1.4 compatible with 1.8.7 ?

2011-12-28 Thread Joseph
On 12/28/11 10:45, Joseph wrote: [snip] Have you tried enabling IAX2 debug at both ends to see if the packet decode provides any more clues? Regards, Steve I've enabled iax2 debug on both ends and on asterisk-1.4.39 I get: NOTICE[2412]: chan_iax2.c:9541 socket_process: Rejected connect

Re: [asterisk-users] queue not skipping ringing phone

2011-12-28 Thread Matt Hamilton
Thanks Sebastian. It was a phone related issue. Factory resetting the phones and reconfiguring them fixed it. It probably was a CW issue as you suggested. I think it is up to your phones to allow only one concurrent session, you could check call-waiting is deactivated on your phones?! If

[asterisk-users] Asterisk 1.8.7.1 forcing uLaw bug NOT fixed yet

2011-12-28 Thread Bruce B
Hi everyone, I see that there was a bug in version 1.8.5.x and people were advised to move to 1.8.7.1 but now I have 1.8.7.1 and experiencing the same problem. Here is the output: *chan_sip.c: Asked to transmit frame type ulaw, while native formats is 0x100 (g729) read/write = 0x100 (g729)/0x100

Re: [asterisk-users] Asterisk 1.8.7.1 forcing uLaw bug NOT fixed yet

2011-12-28 Thread Eric Wieling
The issue is not fixed in 1.8.8.0 either. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Bruce B Sent: Wednesday, December 28, 2011 3:00 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject:

[asterisk-users] Monitor Command Records separate channales

2011-12-28 Thread Faraj Khasib
Hi All, I am trying to record Call, but when the call is done I have one file but the conversation inside it is separate into calls conversation and receiver its single file but separate recording, How can I make it mixed together so the conversation will be normal? Thanx --

Re: [asterisk-users] Monitor Command Records separate channales

2011-12-28 Thread Danny Nicholas
Suggestion 1 - mixmonitor instead of monitor Suggestion 2 - SOX. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Faraj Khasib Sent: Wednesday, December 28, 2011 2:16 PM To: asterisk-users@lists.digium.com

Re: [asterisk-users] Asterisk 1.8.7.1 forcing uLaw bug NOT fixed yet

2011-12-28 Thread Danny Nicholas
This might or might not help, but here is the offending code in 1.8.8 case AST_FRAME_VOICE: if (!(frame-subclass.codec ast-nativeformats)) { char s1[512], s2[512], s3[512]; ast_log(LOG_WARNING, Asked to transmit frame type %s,

Re: [asterisk-users] Monitor Command Records separate channales

2011-12-28 Thread Faraj Khasib
I installed SOX( it was not installed before). Will that solve my problem? if not what are the parameter for the mixMonitor Command this is how I use Monitor exten=6500,2,Monitor(wav,${STRFTIME(${EPOCH},GMT-6,%C%y-%m-%d//%C%y-%m-%d_%H:%M:%S)}_${SIP_HEADER(email)},m) is Mix Monitor will have the

[asterisk-users] 1.6 and 1.8

2011-12-28 Thread Eric Wieling
-Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Danny Nicholas Sent: Wednesday, December 28, 2011 3:19 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: Re: [asterisk-users] Asterisk

Re: [asterisk-users] Monitor Command Records separate channales

2011-12-28 Thread Danny Nicholas
According to the monitor documentation, the format you specified should be calling SOX and mixing on call completion. What versions of SOX and Asterisk are you using? -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On

Re: [asterisk-users] Monitor Command Records separate channales

2011-12-28 Thread Faraj Khasib
Asterisk 1.6.2 but sox I don't know but now it is the latest version, my problem is not mixing It's the same file but inside that file two seperate records first callers then reciever Sent from my iPhone On ٢٨‏/١٢‏/٢٠١١, at ١٠:٤٦ م, Danny Nicholas da...@debsinc.com wrote: According to

Re: [asterisk-users] Monitor Command Records separate channales

2011-12-28 Thread Danny Nicholas
Can you post a CLI output of the Monitor output? I'm supposing that something in your $(STRFTIME) string might be eating the M option. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Faraj Khasib Sent:

[asterisk-users] Question on hung channel

2011-12-28 Thread Jerry Geis
I ran into a rare situation today. A really short message is being played over the ALSA or console channel from one asterisk box to another. Both running 1.4.30. the incoming context on the ALSA or Console port box first runs an AGI before connecting the audio path. The AGI got hung up for an

[asterisk-users] [SOLVED] Re: CSipSimple audio issue with DAHDI/IAX2 calls

2011-12-28 Thread Anthony Messina
On 12/02/2011 11:37 AM, Anthony Messina wrote: I've just connected my new Android (Motorola RAZR) phone to Asterisk using CSipSimple and have discovered that on any call between CSipSimple and an Asterisk DAHDI or IAX2 channel, the 'other' end of the call will hear a rhythmic tapping as if my

Re: [asterisk-users] Monitor Command Records separate channales

2011-12-28 Thread Faraj Khasib
Can u plz tell me how , I forgot how to run asterisk cli Sent from my iPhone On ٢٨‏/١٢‏/٢٠١١, at ١٠:٥٢ م, Danny Nicholas da...@debsinc.com wrote: Can you post a CLI output of the Monitor output? I'm supposing that something in your $(STRFTIME) string might be eating the M option.

Re: [asterisk-users] Monitor Command Records separate channales

2011-12-28 Thread Danny Nicholas
Asterisk -vvvrc Is how you would get it live After the fact you might find it in /var/log/asterisk/full -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Faraj Khasib Sent: Wednesday, December 28, 2011 3:08 PM

Re: [asterisk-users] 1.6 and 1.8

2011-12-28 Thread Danny Nicholas
Can somebody point me to an explanation from Kevin or Tzafir or someone else up the food chain explaining the differences/benefits of 1.6/1.8 vs 1.4/10.0? -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Eric

Re: [asterisk-users] Monitor Command Records separate channales

2011-12-28 Thread Faraj Khasib
My call happens with a queue , there is no full file but there is queue and queue is useless, can u give me unix command to search all log files and print moniter line? Sent from my iPhone On ٢٨‏/١٢‏/٢٠١١, at ١١:٠٩ م, Danny Nicholas da...@debsinc.com wrote: Asterisk -vvvrc Is how you would

Re: [asterisk-users] Monitor Command Records separate channales

2011-12-28 Thread Faraj Khasib
I already searched using grep for the monitor word ... It doesn't exists Sent from my iPhone On ٢٨‏/١٢‏/٢٠١١, at ١١:١٥ م, Faraj Khasib fkha...@iconnecths.com wrote: My call happens with a queue , there is no full file but there is queue and queue is useless, can u give me unix command to

Re: [asterisk-users] Monitor Command Records separate channales

2011-12-28 Thread Danny Nicholas
Even using Queue there should still be a /var/log/asterisk/full that records the Monitor then the following Queue/Dial commands. What is in your /var/log/asterisk? -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On

Re: [asterisk-users] Monitor Command Records separate channales

2011-12-28 Thread Faraj Khasib
see attached ... From: asterisk-users-boun...@lists.digium.com [asterisk-users-boun...@lists.digium.com] On Behalf Of Danny Nicholas [da...@debsinc.com] Sent: Wednesday, December 28, 2011 3:18 PM To: 'Asterisk Users Mailing List - Non-Commercial

Re: [asterisk-users] Monitor Command Records separate channales

2011-12-28 Thread Danny Nicholas
I would wager that your setup dumps what would normally be in /v/l/a/full into /v/l/a/messages -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Faraj Khasib Sent: Wednesday, December 28, 2011 3:20 PM To:

Re: [asterisk-users] Asterisk 1.8.7.1 forcing uLaw bug NOT fixed yet

2011-12-28 Thread Bruce B
So, what is really the effect of this and why is it hard to fix? Does this bug disrupt processing the call? I see the log filled up with this error. I do have a BUSY showing on forwarding to a number outside and that is what concerns me. Not sure if caused by this bug. From reading CHANGES log, I

Re: [asterisk-users] Monitor Command Records separate channales

2011-12-28 Thread Faraj Khasib
but i tiried these commands and I didnt find anything about Monitor [root@c-24-1-71-68 asterisk]# grep -R 'Monitor' * [root@c-24-1-71-68 asterisk]# grep -R 'monitor' * From: asterisk-users-boun...@lists.digium.com [asterisk-users-boun...@lists.digium.com]

Re: [asterisk-users] 1.6 and 1.8

2011-12-28 Thread Jason Parker
On 12/28/2011 03:10 PM, Danny Nicholas wrote: Can somebody point me to an explanation from Kevin or Tzafir or someone else up the food chain explaining the differences/benefits of 1.6/1.8 vs 1.4/10.0? Every branch (1.0, 1.2, 1.4, 1.6.0, 1.6.1, 1.6.2, 1.8, 10) of Asterisk contains new

[asterisk-users] MFCR2 Long distance calls not connected

2011-12-28 Thread Gilberto Verástegui
Calls to long distance get disconnected before answer. Telco: Alestra Country: Mexico System: Elastix 2.2 Digital Card: Digium TE122 Log: [Dec 28 14:37:44] VERBOSE[4586] pbx.c: -- Executing [+525552622900@default:1] Set(SIP/OCS_TRUNK-01bf, EXT=015552622900) in new

Re: [asterisk-users] Monitor Command Records separate channales

2011-12-28 Thread Danny Nicholas
Try # grep 'onitor' /var/log/asterisk/messages -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Faraj Khasib Sent: Wednesday, December 28, 2011 3:25 PM To: Asterisk Users Mailing List - Non-Commercial

Re: [asterisk-users] 1.6 and 1.8

2011-12-28 Thread Danny Nicholas
I understand the end of life issue. What I fail to understand is that if 1.8 is the Cadillac of Asterisk, why did they make 10.0 and why does 1.8 have so many bugs (just what I read here, not from my actual experience)? -Original Message- From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] Monitor Command Records separate channales

2011-12-28 Thread Faraj Khasib
It got stuck ... Sent from my iPhone On ٢٨‏/١٢‏/٢٠١١, at ١١:٢٩ م, Danny Nicholas da...@debsinc.com wrote: Try # grep 'onitor' /var/log/asterisk/messages -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf

Re: [asterisk-users] 1.6 and 1.8

2011-12-28 Thread Eric Wieling
The UPGRADE*.txt files included with the Asterisk tarballs give a nice summery of the major changes between each Asterisk verison. -Original Message- From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Jason Parker Sent: Wednesday,

Re: [asterisk-users] Function TESTTIME example

2011-12-28 Thread Mindaugas Jasiulis
Hi, This function sets TESTTIME global variable and if TESTTIME variable is set, then GoToIfTime use time from this variable. On 2011.12.28, at 17:28, Olivier oza_4...@yahoo.fr wrote: Hi, Thanks for replying. I'm afraid this : [foobar] exten = 123,1,Verbose(0,Into context ${CONTEXT})

Re: [asterisk-users] Monitor Command Records separate channales

2011-12-28 Thread Faraj Khasib
I attached log, but there is nothing unusual in it ...all normal ... From: asterisk-users-boun...@lists.digium.com [asterisk-users-boun...@lists.digium.com] Sent: Wednesday, December 28, 2011 4:06 PM To: Faraj Khasib Subject: Your message to

[asterisk-users] func_odbc not returning whole smalldatetime MS Sql field.

2011-12-28 Thread Jim DeVito
Hey All, Odd thing. I am just trying to return the whole date time stamp from a SMALLDATETIME field in a MS SQL server. func_odbc.conf = readsql=SELECT DateCreated FROM [REDACTED] WHERE Code = '${ARG1}' Problem is I only get the first 15 back from the field. Like so... Connected to

Re: [asterisk-users] Monitor Command Records separate channales

2011-12-28 Thread Steve Edwards
Un-top-posting, snarky comments inline... On Wed, 28 Dec 2011, Faraj Khasib wrote: I am trying to record Call, but when the call is done I have one file but the conversation inside it is separate into calls conversation and receiver its single file but separate recording, How can I make

Re: [asterisk-users] Monitor Command Records separate channales

2011-12-28 Thread Carlos Rojas
Hello, Do you use monitor?, because in asterisk 1.4 to new versions, It's use mixmonitor, in asterisk 1.2 had this mistake. Regards On Wed, Dec 28, 2011 at 10:11 PM, Steve Edwards asterisk@sedwards.comwrote: Un-top-posting, snarky comments inline... On Wed, 28 Dec 2011, Faraj Khasib

Re: [asterisk-users] Interesting attack tonight fail2ban them

2011-12-28 Thread Michelle Dupuis
I just realized there is no IP (host) in the message line, so no way for fail2ban to catch it. Other suggestions? Or will I have to code something into my dialplan From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] Client - registers but unreachable

2011-12-28 Thread Michelle Dupuis
Here is more of a SIP debug log: As you can see Asterisk retries four times but I assume the softphone is not responding? --- Really destroying SIP dialog '637b0e9777c88caa16a5a70b5a8984fe@172.31.253.4'mailto:'637b0e9777c88caa16a5a70b5a8984fe@172.31.253.4' Method: OPTIONS Reliably

Re: [asterisk-users] Client - registers but unreachable

2011-12-28 Thread Michelle Dupuis
The BB is using wifi, on the same subnet as the asterisk server so no need for NAT. There is no keep alive option on the softphone (very simplistic settings) Thanks -- _ -- Bandwidth and Colocation Provided by

[asterisk-users] Interesting attack tonight fail2ban them

2011-12-28 Thread Michelle Dupuis
I happened to be in the cli tonight as some (208.122.57.58) initiated a simple attack - just trying to make long distance calls from outside context. Although harmless, this went on for several minutes as the idiot just used up my bandwidth with SIP messages. Here's and example: [2011-12-28

Re: [asterisk-users] Interesting attack tonight fail2ban them

2011-12-28 Thread Michelle Dupuis
Yes fail2ban is working fine. I did NOT have a filter for the rejected because extension not found line yet (I'm still working on it). Hoping for input on the regex. Thanks From: asterisk-users-boun...@lists.digium.com

Re: [asterisk-users] 1.6 and 1.8

2011-12-28 Thread Ryan Wagoner
On Wed, Dec 28, 2011 at 4:33 PM, Danny Nicholas da...@debsinc.com wrote: I understand the end of life issue. What I fail to understand is that if 1.8 is the Cadillac of Asterisk, why did they make 10.0 and why does 1.8 have so many bugs (just what I read here, not from my actual experience)?

Re: [asterisk-users] Interesting attack tonight fail2ban them

2011-12-28 Thread Andrew Furey
On 29 December 2011 12:07, Michelle Dupuis mdup...@ocg.ca wrote: I thought that it might be worth adding a line to my fail2ban filter, but am looking for a hand with the regex.  I have come up with:     NOTICE.* .*: Call from '' to extension '.*' rejected because extension not found

Re: [asterisk-users] Interesting attack tonight fail2ban them

2011-12-28 Thread Carlos Rojas
Hello, Do you set up, your logrotate in /etc/asterisk ? Do you test that your fail2ban work fine? Regards On Wed, Dec 28, 2011 at 11:07 PM, Michelle Dupuis mdup...@ocg.ca wrote: I happened to be in the cli tonight as some (208.122.57.58) initiated a simple attack - just trying to make long

[asterisk-users] Client - registers but unreachable

2011-12-28 Thread Michelle Dupuis
I have a softphone I'm trying on a blackberry, that registers on my Asterisk, can make outgoing calls, but can't receive calls. There is very little traffic with this phone (see debug below - as the phone registers), and sip show peers confirms it is unreachable. Any suggestions? Is this just

Re: [asterisk-users] Client - registers but unreachable

2011-12-28 Thread bakko
Hello, try to configure keep alive option on Softphone if there is. Regards -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs:

Re: [asterisk-users] Client - registers but unreachable

2011-12-28 Thread Carlos Rojas
Hello, Your blackberry sip client, works in your wifi network? or by blackberry internet? do you set nat=yes if your phone, register by internet? What is your sip.conf? Regards On Wed, Dec 28, 2011 at 11:16 PM, Michelle Dupuis mdup...@ocg.ca wrote: I have a softphone I'm trying on a

Re: [asterisk-users] Client - registers but unreachable

2011-12-28 Thread Jeff LaCoursiere
On Wed, 2011-12-28 at 23:16 -0500, Michelle Dupuis wrote: I have a softphone I'm trying on a blackberry, that registers on my Asterisk, can make outgoing calls, but can't receive calls. There is very little traffic with this phone (see debug below - as the phone registers), and sip show

Re: [asterisk-users] 1.6 and 1.8

2011-12-28 Thread Bruce B
I have been running 1.8.7 with a few fixes back ported from the 1.8.8 release candidate for the last 2.5 months. The system processes around 4,000 calls per day over PRIs for 250 Polycom phones. Previously I was running 1.6.1.18 with a bunch of back ports for fixes and features. Overall it

Re: [asterisk-users] Interesting attack tonight fail2ban them

2011-12-28 Thread Jeroen Eeuwes
Hi Michelle, I just realized there is no IP (host) in the message line, so no way for fail2ban to catch it. Probably my understanding is limited, but it seems to me that they have already 'access' to your Asterisk for them to be able to try to make outgoing calls. Wouldn't it be better to

Re: [asterisk-users] Interesting attack tonight fail2ban them

2011-12-28 Thread Bruce B
You mentioned the IP, 208.122.57.58, where did you get that from? Following are the default for Asterisk 1.8 (It would be great to have others input on this to strengthen this part of the filter): failregex = Registration from '.*' failed for 'HOST(:[0-9]{1,5})?' - Wrong password

Re: [asterisk-users] Function TESTTIME example

2011-12-28 Thread Olivier
OK ! But AEL2's ifTime keyword do not use it, does it ? 2011/12/28, Mindaugas Jasiulis mindaugas.jasiu...@mediafon.lt: Hi, This function sets TESTTIME global variable and if TESTTIME variable is set, then GoToIfTime use time from this variable. On 2011.12.28, at 17:28, Olivier

Re: [asterisk-users] Function TESTTIME example

2011-12-28 Thread Mindaugas Jasiulis
AEL2 ifTime use it too. AEL2 ifTime become the same GoToIfTime in the dialplan :) On Dec 29, 2011, at 8:40 AM, Olivier wrote: OK ! But AEL2's ifTime keyword do not use it, does it ? 2011/12/28, Mindaugas Jasiulis mindaugas.jasiu...@mediafon.lt: Hi, This function sets TESTTIME global

Re: [asterisk-users] DTMF Testing software to test IVR system

2011-12-28 Thread virendra bhati
I originate calls from .call file and 1 channel I have at A server A and another channel at B server. *A server code is below:-* exten = 43689956,1,Answer() same = n,Wait(5) same = n,SendDTMF(1) same = n,NoOp(== ${CHANNEL(state)}== state) same = n,wait(2)