[asterisk-users] Cancel a ringing SIP call when the other party disconnect

2014-02-21 Thread Ruddy Gbaguidi
Hi, Here is my scenario. I have a SIP call between two SIP endpoints. A calls B. During the ringing, B disconnects (network cable is unplugged). But A continue ringing forever (until the dial timeout) even if asterisk detects that B is disconnected with the qualify. Is there any setup or

Re: [asterisk-users] how determine mandatory modules to slimming asterisk

2013-12-06 Thread Ruddy Gbaguidi
Are you using asterisk from source code ? You can run make menuselect after the ./confugure and select the modules you want. The interface will also help you with dependencies between modules. So, if you select chan_sip, it will select everything needed by it. Le 2013-11-11 02:10, s m a écrit 

[asterisk-users] Asterisk SIP server on windows

2013-12-04 Thread Ruddy Gbaguidi
Hi all, I need to build an application that will be an SIP server program that will run on Linux and Windows. The sip server need only some features such as be able to : - Register sip endpoints - Answer a call and play a local file - Make a dial from one channel

[asterisk-users] Unmute all users in Meetme conference as admin

2013-12-04 Thread Ruddy Gbaguidi
Hi, I setup an MeetMe conference. So, the admin user calls and enter the conference in talk/listen mode. (Options : dAaxs) Then other users call the same conference and enters in muted mode (options: dlmx) How can the admin user decide, when he is ready to let everybody speaks ? I didn't

Re: [asterisk-users] Unmute all users in Meetme conference as admin

2013-12-04 Thread Ruddy Gbaguidi
I think I found it reading the code. It is *83 to unmute everybody. Thanks From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Ruddy Gbaguidi Sent: 2013-12-04 04:07 To: 'Asterisk Users Mailing List - Non-Commercial Discussion

Re: [asterisk-users] Asterisk SIP server on windows

2013-12-04 Thread Ruddy Gbaguidi
a écrit : FROM: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] ON BEHALF OF Ruddy Gbaguidi SENT: 04 December 2013 09:08 TO: 'Asterisk Users Mailing List - Non-Commercial Discussion' SUBJECT: [asterisk-users] Asterisk SIP server on windows Hi all, I need

Re: [asterisk-users] Asterisk on Windows

2013-12-04 Thread Ruddy Gbaguidi
I never tought this is become a Linux vs Windows fight. We have been using asterisk on linux from a long time now and happy with it. But some of our customers who has windows in their environment want to use our call center software we developed on top of asterisk. So, the question was : Did

Re: [asterisk-users] How to tie orders taken to specific CDR records

2012-10-26 Thread Ruddy Gbaguidi
You can have your dialplan log and write a data in a specific table as soon as you get the call. Then send that call ID to the agent web interface. And when the agent complete the order, you just update the table with needed information. Ruddy Gbaguidi Micnes

Re: [asterisk-users] IAX2 passing back and forth variables

2012-05-22 Thread Ruddy Gbaguidi
There was a nice thread on this back in April. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Ruddy Gbaguidi Sent: Monday, May 21, 2012 9:23 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: Re: [asterisk

Re: [asterisk-users] IAX2 passing back and forth variables

2012-05-21 Thread Ruddy Gbaguidi
No one have an idea ? From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Ruddy Gbaguidi Sent: 2012-05-19 15:27 To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: Re: [asterisk-users] IAX2 passing back and forth

[asterisk-users] IAX2 passing back and forth variables

2012-05-19 Thread Ruddy Gbaguidi
Hi all, I have two asterisk servers A and B. And I would like from A, dial to B passing some IAX variables. Then B handles the calls, setup some other variables that become available to A which can continue. So far, I have used IAXVAR function. It works when sending call from A to B But

Re: [asterisk-users] IAX2 passing back and forth variables

2012-05-19 Thread Ruddy Gbaguidi
-boun...@lists.digium.com] On Behalf Of Ruddy Gbaguidi Sent: Saturday, May 19, 2012 2:17 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] IAX2 passing back and forth variables Hi all, I have two asterisk servers A and B. And I would like from A, dial to B

[asterisk-users] Full SIP dial string

2011-06-11 Thread Ruddy Gbaguidi
Hi All I want to be able to read some sip informations (from a database) like username, password, host and extension number and place a Dial from asterisk. So basicly, I want to dial sip extensions without modifying sip.conf each time. I don't know, in the dialplan, what the dial string

Re: [asterisk-users] Full SIP dial string

2011-06-11 Thread Ruddy Gbaguidi
: [asterisk-users] Full SIP dial string From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Ruddy Gbaguidi Sent: Saturday, June 11, 2011 3:42 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Full SIP dial

Re: [asterisk-users] Playback in uplink and recording in downlink

2011-02-01 Thread Ruddy Gbaguidi
Yes, you can use the Mixmonitor command. But if you want to have only one party on the recording, you should use the Monitor command without the 'm' option. http://www.astblog.com/2011/02/01/asterisk-mixmonitor-cmd/ -Original Message- From: asterisk-users-boun...@lists.digium.com

[asterisk-users] sip.conf User vs Username

2010-07-06 Thread Ruddy Gbaguidi
Hi In sip.conf, you generally have something like [name] .. username= secret= What is the difference between the name specified in brackets and the username key ? What the sip client should provide ? What do we use in dialplan when trying to reach this client ? --

Re: [asterisk-users] H323 RTP Transmission error of packet

2009-09-17 Thread Ruddy Gbaguidi
Nobody on this ? From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Ruddy Gbaguidi Sent: September-16-09 7:52 PM To: asterisk-users@lists.digium.com Subject: [asterisk-users] H323 RTP Transmission error of packet Using H323 to reach

[asterisk-users] H323 RTP Transmission error of packet

2009-09-16 Thread Ruddy Gbaguidi
Using H323 to reach another h323 switch, I have no audio and the following error: [Sep 16 15:45:55] DEBUG[10528]: rtp.c:2760 ast_rtp_raw_write: RTP Transmission error of packet 21282 to XXX.XXX.XXX.XXX:6064: Invalid argument [Sep 16 15:45:55] DEBUG[10528]: rtp.c:2760 ast_rtp_raw_write: RTP

Re: [asterisk-users] AMD Not Working

2009-04-23 Thread Ruddy Gbaguidi
Maybe the customer hangs up during the AMD analysis or you don't have any audio coming to asterisk through your sip channel. From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Sam Hawkin Sent: April-23-09 11:00 AM To:

Re: [asterisk-users] AGI PHP script

2009-04-23 Thread Ruddy Gbaguidi
First run /var/lib/asterisk/agi-bin/newhire.php From linux command line to see if you don't have any error and that your AGI is executable. Then run 'agi debug' from the asterisk cli, place a call and see what was send and receive from your agi From:

[asterisk-users] Asterisk CDR Error ??

2008-11-11 Thread Ruddy Gbaguidi
hi all do you guys know why asterisk sometimes, in the cdr put the dst (the extension) number in the src ?? I have 4 digit extensions (DID) and sometimes, the same values if found in the src that usually have the calling user caller id. Thanks ___ --

Re: [asterisk-users] Call Files

2008-11-06 Thread Ruddy Gbaguidi
Local channel will help you send your call through the dialplan. You can make all your decision there. If it answers, then the specified application will be execute. Check this example http://www.astblog.com/2008/09/18/use-the-power-of-local-channels/ David Klaverstyn wrote: I have

Re: [asterisk-users] giving a user asterisk CLI access: how bad could it get

2008-11-04 Thread Ruddy Gbaguidi
Did you know that any commandyou type in asterisk cli starting with exclamation point (!) is execute in the shell by asterisk ?? Example : running !ls will run 'ls' in your current directory So, be aware because your user can do whatever we want then. Dima wrote: On Sat, Nov 01, 2008 at

[asterisk-users] asterisk src=dst

2008-11-03 Thread Ruddy Gbaguidi
digit customer phone number. Do you know when does this happens ?? Thanks Ruddy Gbaguidi http://www.astblog.com ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit

[asterisk-users] credit card processing

2008-09-27 Thread Ruddy Gbaguidi
Hi Guys We have a service that can be use by our customer via a website and also via telephone. On the website, we already accept credit card by sending users to paypal website where we have an account. Now, we want to do the same with an IVR where people can call a number, enter their credit

Re: [asterisk-users] credit card processing

2008-09-27 Thread Ruddy Gbaguidi
Yes, we can do that. But : 1. we are not too confortabe about keeping users credit card informations in our databases 2. we are now targeting the 50, 60+ people and their are not confortable about a website. So, we want to be able to register people by phone, and they can make payments by phone.

[asterisk-users] Read one or X DTMF

2008-09-12 Thread Ruddy Gbaguidi
Hi all I'm just having a problem now and I don't have any idea how to do this. It is pretty simple. When a customer calls, to speed up the navigation in the dialplan, I want something like Welcome. Please enter your 10 digit customer number or press * to register So, I want to read up to 10

Re: [asterisk-users] Read one or X DTMF

2008-09-12 Thread Ruddy Gbaguidi
-0400 schrieb Ruddy Gbaguidi: Hi all I'm just having a problem now and I don't have any idea how to do this. It is pretty simple. When a customer calls, to speed up the navigation in the dialplan, I want something like Welcome. Please enter your 10 digit customer number or press

Re: [asterisk-users] Read one or X DTMF

2008-09-12 Thread Ruddy Gbaguidi
Hi thanks for the hint. That will works I think. But now, if I'm in an AGI script and I want to stay in there and don't want to jump from an extension to other in the dialplan, how can I do it ?? Tony Mountifield wrote: In article [EMAIL PROTECTED], Ruddy Gbaguidi [EMAIL PROTECTED] wrote

Re: [asterisk-users] Read one or X DTMF

2008-09-12 Thread Ruddy Gbaguidi
Ruddy, Am Freitag, den 12.09.2008, 13:22 -0400 schrieb Ruddy Gbaguidi: Thanks for the hint. Sorry about that. If I use your soution, I cannot make any difference between a user pressing * and a user that reach the timeout because he didn't enter any digit. In both cases, I will have

Re: [asterisk-users] Read one or X DTMF

2008-09-12 Thread Ruddy Gbaguidi
Thanks for your help. This can be add to Read command as feature Tony Mountifield wrote: In article [EMAIL PROTECTED], Ruddy Gbaguidi [EMAIL PROTECTED] wrote: Hi thanks for the hint. That will works I think. But now, if I'm in an AGI script and I want to stay in there and don't want

Re: [asterisk-users] After Dial execution, using DIALEDTIME, ANSWEREDTIME

2008-08-21 Thread Ruddy Gbaguidi
First, if you want to use that, you may want pass the call tracknum to the myagi.agi, so you will know which call the dialedtime and answeredtime belongs to. But you can use the Dial 'g' option that doesn't hangup up both legs of the call when the called party hangs up. selmak se wrote:

Re: [asterisk-users] Perl AGI defunct process

2008-08-20 Thread Ruddy Gbaguidi
_ [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.darrensessions.com _ On Aug 19, 2008, at 10:20 PM, Igor A. Goncharovsky wrote: Hi! Ruddy Gbaguidi wrote: I'm using DeadAgi and has set AGISIGHUP to no because I don't want my script to stop

[asterisk-users] Perl AGI defunct process

2008-08-19 Thread Ruddy Gbaguidi
Hi all. I'm using asterisk 1.4.21.2 and when I run ps -ef |grep defunct, I can see a lot of my perl agi still pending there. The channel has been cleaned up in asterisk. I don't have this kind of problem with python or php. I'm using ubuntu ... Anyone has an idea ? I've tried export

Re: [asterisk-users] Perl AGI defunct process

2008-08-19 Thread Ruddy Gbaguidi
is not catching SIGHUP, which is what Asterisk uses to tell the AGI the channel went away. Ruddy Gbaguidi wrote: Hi all. I'm using asterisk 1.4.21.2 and when I run ps -ef |grep defunct, I can see a lot of my perl agi still pending there. The channel has been cleaned up in asterisk. I don't have

[asterisk-users] IAX2 variable sharing

2008-08-11 Thread Ruddy Gbaguidi
Hi all Back in the 1.2 days I think, there were some discussions about how two asterisk servers can share channel variables through an IAX protocol. I don't see anything in 1.4 at least to be able to make it done. Thanks ___ -- Bandwidth and

Re: [asterisk-users] IAX2 variable sharing

2008-08-11 Thread Ruddy Gbaguidi
It doesn't seems to be working ... What I wanted to do is on the first server, Set a channel variable... then dial the number. When I received the call on the remote server, use that variable ... Is it possible ? Richard Lyman wrote: Ruddy Gbaguidi wrote: Hi all Back in the 1.2 days I

Re: [asterisk-users] channel variables not kept

2008-08-08 Thread Ruddy Gbaguidi
You are using AGI or DeadAGI ? Paradise Dove wrote: hi, i'm using asterisk 1.4.21.2, and i use channel variables in my agi scripts. the problem is that some variables (and maybe all, not sure) like ANSWEREDTIME does not kept if the caller hangs up. my agi script continues to run after

Re: [asterisk-users] channel variables not kept

2008-08-08 Thread Ruddy Gbaguidi
Try DeadAGI and it should work.. Paradise Dove wrote: I'm using AGI and set AGISIGHUP=no to make it keep on running on channel hangup On Fri, Aug 8, 2008 at 10:24 PM, Ruddy Gbaguidi [EMAIL PROTECTED] wrote: You are using AGI or DeadAGI ? Paradise Dove wrote: hi, i'm using

Re: [asterisk-users] channel variables not kept

2008-08-08 Thread Ruddy Gbaguidi
!?? On Fri, Aug 8, 2008 at 11:30 PM, Ruddy Gbaguidi [EMAIL PROTECTED] wrote: Try DeadAGI and it should work.. Paradise Dove wrote: I'm using AGI and set AGISIGHUP=no to make it keep on running on channel hangup On Fri, Aug 8, 2008 at 10:24 PM, Ruddy Gbaguidi [EMAIL PROTECTED] wrote

Re: [asterisk-users] Strange beep during calls

2008-08-06 Thread Ruddy Gbaguidi
maybe you are using the L option in Dial app to limit the conversation time. Check those channel variables (just a wild guess) *LIMIT_PLAYAUDIO_CALLER **LIMIT_PLAYAUDIO_CALLEE **LIMIT_TIMEOUT_FILE **LIMIT_CONNECT_FILE **LIMIT_WARNING_FILE * Felippe Silvestre wrote: Hi all, Our users are

Re: [asterisk-users] vars in Macros called by DIAL with option M

2008-08-05 Thread Ruddy Gbaguidi
I don't think you can do that because, asterisk, in the caller thread will only read MACRO_RESULT to know if he has to connect the call or not. A workaround will be to : 1. before the dial, add a row in a database table and retrieve an id 2. pass the id to test_connect and test_connect will then

Re: [asterisk-users] vars in Macros called by DIAL with option M

2008-08-05 Thread Ruddy Gbaguidi
And if you use DIALSTATUS and ANSWERTIME to check the last dial status, you need to take care of the following bug http://bugs.digium.com/view.php?id=13216 Thomas Winter wrote: Hi all, Iam using an DIAL Command wird Macro if callee is answer the call. exten = 123,n,DIAL(SIP/[EMAIL

Re: [asterisk-users] list of minutes spent on SIP phone calls?! any advice?!

2008-07-31 Thread Ruddy Gbaguidi
You can check asterisk CDR (call detail records). You should have a csv file in /var/log/asterisk/cdr-csv/Master.csv You can also configure it to write the CDR in a database http://www.voip-info.org/wiki-Asterisk+cdr+mysql Then you can just write a script that will look at your database and send