search for: a_luduena

Displaying 19 results from an estimated 19 matches for "a_luduena".

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]
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
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]
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 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 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 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 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 Feb 24
0
Manager Logged off
Hi People, I don't know if my problem should be reported in this forum, but maybe somebody knows about it. I'm using the tool .NET WebService Studio to test the web service which is working with asterisk by AMI. It is working fine, the dialplan is executed correctly... the problem is when the web service is consumed by my program (Genexus). I've been checking the log and the
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 Apr 13
0
Dial an extension with follow me
Hi people, I have an extension which has configured the follow me (it derives to an IVR). If in my dialplan I put Dial(extenX) (where extenX is that extension) and if it is not available, it should execute the IVR, is that right? Well, I think it should be, but it doesn't... Here is my CLI: Starting SIP/CALLUS-00000b3f at join-dial,,1 failed so falling back to exten 's' --
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
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 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 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,
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]