Displaying 20 results from an estimated 300 matches similar to: "Dial an extension with follow me"
2010 Jun 04
2
Press twice *
Hi people, I need to detect when the user presses twice *...
In the dialplan I added the following, but it doesn't work.
Could you help me with that?
exten => **,1,.....
Anahi Ludue?a
 
 		 	   		  
_________________________________________________________________
?Un navegador seguro buscando est?s? ?Protegete ya en www.ayudartepodria.com!
www.ayudartepodria.com
-------------- next
2009 Sep 17
2
DeadAgi
Hi people, I have the following dialplan:
[context]
exten => s,1,Noop(Start)
...
exten => h,1,Noop(Ending)
exten => h,n,DEADAGI(finconf.php,${ARG1},${ARG2})
When it is running, the asterisk gives the following error:
    -- Launched AGI Script /var/lib/asterisk/agi-bin/finconf.php
  ==  finconf.php|800|: Failed to execute '/var/lib/asterisk/agi-bin/finconf.php': No such file
2012 Apr 19
0
Thanks-solved:RE: problem extracting data from a set of list vectors
Thanks Don and Jim,
"Get" did the trick! That command is new to me, and is exactly what this problem needed. The syntax that worked is actually slightly simpler than what was suggested. This is what worked:
all.comps <- ls(pattern="^res")
for(i in all.comps){
obj = get(i);
...
Thanks again.
--Kelly V.
-----Original Message-----
From: MacQueen, Don [mailto:macqueen1 at
2004 Nov 25
4
Callus, Mame and other emulators
Hi!
I'd like to play with snes, arcade and other retro games, but unfortunatelly 
there isn't any linux emus for this.
So I run the emutaltor callus with wine, with medius succes: Callus works 
fine, everything is ok, but it uses 100% CPU, and becouse of that, the soung 
goes wrongs somethimes.
I don't know why it is takes so mutch work to wine... Callus emulate only 66 
Mhz...
The
2010 Jun 17
3
Music on Hold problema
Hi people, I have a problem with Music On Hold, it is stopped just after starting...
This is the log:
[Jun 17 19:20:22] VERBOSE[20784] logger.c:     -- Executing [s at test:1] NoOp("SIP/7PBX-08229d18", "Start") in new stack
[Jun 17 19:20:22] DEBUG[20784] pbx.c: Launching 'MusicOnHold'
[Jun 17 19:20:22] VERBOSE[20784] logger.c:     -- Executing [s at test:2]
2012 Apr 18
2
problem extracting data from a set of list vectors
Dear useRs,
A colleague has sent me several batches of output I need to process, and I'm struggling with the format to the point that I don't even know how to extract a test set to upload here. My apologies, but I think that my issue is straightforward enough (for some of you, not for me!) that you can help in the absence of a test set. Here is the scenario:
# Data sets are lists:
>
2010 Mar 05
1
Playback in h extension
Hi people, I'm trying to execute the PlayBack command in the h extension... but it is not played... is it possible to do that?Thanks,
Anahi
Anahi Ludue?a
 
 		 	   		  
_________________________________________________________________
Ahora Messenger en tu Blackberry? 8520 con Movistar por 0 ?. ?A qu? esperas?
http://serviciosmoviles.es.msn.com/messenger/blackberry.aspx
--------------
2010 Mar 05
1
AMI logs
Hi, I'm executing some commands using AMI... I suppose the log is saved in some place, but I don't know where... where is it saved?More details: I'm executing a UpdateConfig in the voicemail.conf file, but the file is not updated, so I would like to know why...Thanks,
Anahi
Anahi Ludue?a
 
 		 	   		  
_________________________________________________________________
Ahora
2009 Sep 16
3
[asterisk-dev] MeetMe in Macro
Hi,
I didn't notice on my first answer, but we are on the -dev list and this 
is not related to asterisk code developing. I will answer you on the 
-users list, so we can continue the discussion there.
Cheers,
-- 
Ing. Miguel Molina
Grupo de Tecnolog?a
Millenium Phone Center
Anahi Ludue?a escribi?:
> Hi, thanks Miguel.
> I have another question: if I want to call the GoSub
2010 Jun 29
1
Dial options not working
Hi, I have an extension which has the follow me option activated. The followme option should go to a IVR if no answer...
The problem that I have is that everything works when I'm calling it from my extension, but if I use any landline phone or a cell phone, I'm unable to enter any options. When I press one option, it seems I do nothing...
Please, could you help me?
Thanks,
Anahi
2009 Oct 28
1
CDR(billsec)
Hi people, when I try to get the billsec in the dialplan, it is 0... but if after that I check the database, it is right (not 0).
I'm trying to get it in the h extension, like:
exten => h,1,Noop(End)
exten => h,n,Noop(Time is ${CDR(billsec)})
....
Is it updated after the extension h is executed? In that case, how can I get the call duration in the h extension?
Thanks,
Anahi
2009 Oct 05
3
OriginateResponse Event
Hi people, 
I'm executing some parallel Originate async, is there a way to know the result of each originate?...
I was looking at the OriginateResponse event, but I don't know how to get it from my web service. Also, if I have 3 originate in parallel, how can I identify the OriginateResponse of each one?
Thanks in advance...
Anahi Ludue?a
 
 		 	   		  
2009 Sep 30
1
How to finish a Meetme
Hi people, I want to make a meetme between 2 numbers.
First I enter the number1 into the meetme. It is waiting for the other number, but the other number never entered, so, how can I finish the meetme from the dialplan?. Is it posible by using MeetmeAdmin and kick all the users?
Thanks,
Anahi Ludue?a
 
 		 	   		  
_________________________________________________________________
Descubre
2009 Oct 02
2
Followme
Hi everybody,
What I need to do is to run a context where I'll pass some phones (for example: 3 numbers). 
I need to make something like a followme, if the first phone is not answered, I'll call the second one, and so on. 
That dial plan is not the problem, my problem is when I execute the AMI, I'm using the Originate. It needs a channel as an argument, so the context can be executed;
2009 Sep 29
3
UpdateConfig
Hi people, I need to update the voicemail.conf from the UpdateConfig Action (AMI).
The problem is that I executed:
Action: UpdateConfig
srcFileName: voicemail.conf
dstFileName: voicemail.conf
Action-000000:append
Cat-000000:test
Var-000000:exten
Value-000000:>999,test
But I don't see the changes in the file. 
Can anybody tell me if there is something wrong in that code?
Thanks,
2011 Oct 25
2
column subtraction by row
Dear UseRs,
I have a data frame that looks like this:
head(test2)
    attributes start   end StemExplant Callus RegenPlant
1  LTR_Unknown   120   535       3.198  1.931      1.927
3  LTR_Unknown  2955  3218       0.541  0.103      0.613
6  LTR_Unknown  6210  6423       6.080  4.650      9.081
9  LTR_Unknown  9658 10124       0.238  0.117      0.347
14 LTR_Unknown 14699 14894       3.545  3.625  
2009 Oct 30
7
Voicemail file
Hi all,
When somebody leaves a message in the voicemailbox, is there a way to know the file name of it?
I need to return the voicemail file name in the deadagi command.
Thanks,
Anahi
 		 	   		  
_________________________________________________________________
Convierte las fotos que m?s te gustan en tu nuevo fondo de escritorio para el ordenador. Es f?cil y adem?s gratis
2010 Jun 11
2
Call ended after 31 seconds
Hi people, I have a problem with some extensions. The calls are ended after 31/35 seconds, also, it depends on the number which I call.
This is the log, but I've not been able to find something wrong...
Any ideas?
[Jun 11 15:50:46] DEBUG[26071] app_macro.c: Executed application: ExecIf
[Jun 11 15:50:46] VERBOSE[26071] logger.c:     -- Executing [s at macro-dialout-trunk:16]
2009 Nov 10
2
Hangup
Hi, is it possible to hangup a channel from another channel?
I want to finish a call from another channel, but if I put 
exten => h,n,HangUp(channelname)
it doesn't hangup... Is that correct?
Thanks,
 		 	   		  
_________________________________________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Dec 24
2
Felices fiestas
R-Amigos
Mis mejores deseos en estas fiestas y que el año nuevo premie la
generosidad con la que los miembros de este grupo comparten su sabiduría y
sus trucos.
Felicidades
-- 
Sent from my IPAD
	[[alternative HTML version deleted]]