similar to: DeadAgi

Displaying 20 results from an estimated 600 matches similar to: "DeadAgi"

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]
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 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
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 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,
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
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 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 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:
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 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 Sep 21
2
MySQL cmd
Hi people, I'm trying to retrieve data from the database (server MySQL). I have the following dial plan: exten => s,1,Noop(Start) exten => s,n,MYSQL(Connect connid localhost user pass asteriskcdrdb) exten => s,n,Noop(Connid: ${connid}) ... The problem is that the 3? line is not showing the connid. How can I know the error? Thanks,
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 08
4
Dialplan problem
Hi people, I have the following dialplan, but it doesn't have the behavior that I think it should have. [default] exten => 2001,1,Answer exten => 2001,n,Dial(local/3005) exten => 2001,n,Hangup exten => 3005,1,Set(__RINGTIMER=10) exten => 3005,n,Macro(exten-vm,novm,3005) exten => 3005,n,Hangup When I execute the Originate (AMI) with the argument Channel=local/2001, It rings
2009 Nov 11
1
Voicemail after hangup
Hi people, just a question: Is it possible to execute Voicemail command in the h extension? (after hangup the channel). Because if I put it before it, it works right, but if I put it there, it doesn't... The log is: -- Executing [h at cont-mine:1] NoOp("SIP/3005-096736a8", "End of cont-mine") in new stack -- Executing [h at cont-mine:2]
2012 Dec 10
1
deadagi on 11 and 1.4
How can extensions.conf be changed to work with both Asterisk 11 and 1.4.X such that 1.4.X calls deadagi and 11 just calls agi as deadagi is no more. Thanks, jerry
2004 Aug 31
2
DeadAGI Application
I downloaded the astcc calling card program. Thanks, it is very easy to setup and works Excellent. Anyway, it says to use DeadAGI to run it rather than AGI. I don't know what I am doing wrong. I just updated my asterisk from cvs and rebuilt and reinstalled. I do not have an application called DeadAGI. I have searched the source, google, etc. but have not been able to find anything.
2007 Dec 06
1
DeadAgi
hi, all I am new to use DeadAgi, can anybody help me how to use DeadAgi, actually i want this, when caller hangup his/her phone, i want to send packet to my other app that check caller hung up done.