similar to: asterisk-users] how to create a dummy call

Displaying 20 results from an estimated 11000 matches similar to: "asterisk-users] how to create a dummy call"

2010 Mar 04
1
how to create a dummy call
Hi all, What i'm going to do is that enable caller sing while playing a background music (likes karaoke). My approach is using Monitor and Meetme apps.Caller make a call to asterisk, asterisk join caller in to a voice conference and create a dummy caller which will play music, then Monitor app record both music and singer's voice. But i dont know how to create a dummy caller or throw a
2009 Jul 20
0
No subject
/var/lib/asterisk/sounds/soundfile.alaw /var/lib/asterisk/sounds/soundfile.wav to go from alaw to mp3, first convert to wav, then use lame <options> /var/lib/asterisk/sounds/soundfile.wav /var/lib/asterisk/sounds/soundfile.mp3 sox looks like it can ogg/vorbis, but mine doesn't list mp3. You might fetch the source for sox and see if it can do mp3; lame is probably just as easy to obtain
2010 Mar 08
1
Play an audio file from a remote host
hi all, We going to implement a music service which enable user to playback a song by dialing to a service number. The problem is that the amount of data is huge so we have to plae it on an different server which is connected to the asterisk's via internet. Does asterisk support playing a audio file from an resource locate in a remote host? Please help, Thanks, Quyps
2010 Mar 12
3
Time counting down and # detect
Hi all, Here is the script i want to make - Caller call to a number to record a message - Asterisk answer and start recording message as following + User press * to start recording + Record is finished if: + User press # + OR message duration reach 60 second + Hangup How do you counting down 60s, and how to detect # (i make a test using Read() but it cant read #) Thanks in advance
2010 May 17
3
Microsoft Response Point Voip server discontinued
Interesting announcement today; http://www.crn.com.au/News/174872,microsoft-response-point-voip-gets-a-d irt-nap.aspx Microsoft this week revealed its intention to discontinue its Response Point, its small business VoIP system for companies with up to 50 employees. While not unexpected, the move is significant because Response Point was once a promising product in which Microsoft
2010 May 13
1
Error at start of asterisk with cdr_addon_mysql.o
Hi all, I use asterisk-1.6.2.7 and asterisk addon version 1.6.2.1. It started ok with out cdr_addon_mysql.o. But when I put cdr_addon_mysql.o in to modules folder, it fail at start and the following out has been thrown: ---------- [root at localhost modules]# /usr/sbin/safe_asterisk: line 145: 13270 Segmentation fault (core dumped) nice -n $PRIORITY ${ASTBINDIR}/asterisk -f ${CLIARGS}
2005 Jun 02
1
trunk timing on 2.6.x
Two asterisk, one in a 2.4.x and another one in a 2.6.x are connection ok using IAX, before i upgraded one of them (the one with 2.6.x) Trunk was working ok. Since i upgraded the one that its now 2.6.x, i m getting this message: chan_iax2.c:5067 socket_read: meta trunk cmd 1 received, I only understand 0 (perhaps the remote side is sending trunk timestamps?) ..and no sound comming from the
2010 Jul 21
2
play alaw file with .wav extension
Hi all, I have to play a alaw file with .wav ext. How can I do this? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100721/de46328f/attachment.htm
2009 Oct 14
2
DAHDI Dummy for Linux VServers
I'm running dahdi on the host system, and have added the /dev/dahdi/ devices to the guest vserver as recommended in Beave's "Virtual Private Asterisk" whitepaper (http://www.telephreak.org/papers/vpa/). I tried copying libtonezone.so and libtonezone.h to the guest, but I couldn't anything to replace zaptel.h in DAHDI souce (it seems dahdi.h was deprecated?). I need to
2012 Jun 23
0
/* Check for midi header in logical stream */
Hi, On 21/06/12 16:46, Marc wrote: > > 2012/6/21 Andr?s Gonz?lez <acandido at hi-iberia.es > <mailto:acandido at hi-iberia.es>> > > On 20/06/12 15:01, Marc wrote: > >> as an long time macintosh user , musican/producer/programmer , i >> am very upset that another great technology (DSS ) vanished >> because of http streaming so i
2010 Apr 13
0
dbFD computing distinct species wrong?
Hi everyone, I am working with the dbFD function of the FD package, and there's something funny happening with the value of sing.sp in the output. Basically, I have a species-function matrix and a community matrix. One site in particular has 6 species, 4 of which have identical functional coding. I thus expect nbsp = 6 and sing.sp = 2 for this site. However, nbsp = sing.sp = 6. This
2009 Dec 24
1
How to create MeetME room with dialplan?
Hi, Is it possible to create a meet me room on the go through dial plan? I am looking to use AMI Originate to drop a call into meetme room and once it's proved that party is joined, play him an announcement, grab few numbers from them, and then dial a second number and drop into the same meetme room. The reason to use this is to be able to know when the channels connected because both
2007 Mar 12
2
Create meetme conference rooms on the flight.
Hi all, Anyone know how to dynamically create meetme conference rooms on the flight? I remembered a while ago there was a switch that tell meetme to create the conference room is the room is not defined in the meetme.conf. It doen't seem to be working for me anymore. Thnx
2004 Apr 30
0
Ldqway Our team is ready
agroveterinario bittemple fdts We are your your convenient, safe and private online source for FDA a`p`p`roved pharmacy prescriptions. V*ico*dinPain Killers We accept almost every form of payment. Q D http://thiscansolvetheprb.biz/aps/ No thanks: http://thiscansolvetheprb.biz/wdj/rm.html Young Hopeful: "Father, what is a traitor in politics?Father (a veteran politician): "A
2009 Jun 30
1
MeetMe not prompting for PIN
Hello, all. I must be brain cramping badly on our Asterisk 1.6.1.1 installation. Our MeetMe macros are working fine except they do not prompt for a PIN. So I made a very simple conference room: exten => 7777,1,MeetMe(123456,cMaAsx,123456) Shouldn't this prompt the user who dials 7777 to enter a PIN before entering the conference room whether or not a PIN is defined in meetme.conf? I
2010 Mar 03
0
how to play background music during record
Hi all, The question has already asked here, http://www.mail-archive.com/asterisk-users at lists.digium.com/msg98176.html but it's been two years since then, so is there any better solution with latest release version? Quyps
2010 Mar 26
0
Time counting while playback
>> I think you would be more successful and have more control if you wrote >> it as an AGI. Then you could set a timer that would interrupt the >> process and you could do what you like from there (hangup?). I think >> you are asking too much of the dialplan. > I would tend to leap into an AGI also, but did you try setting an absolute > timeout? >
2005 Feb 28
0
New package: ROCR (Visualizing classifier performance)
Dear R users, we are glad to announce the release of our new R package ROCR, for visualizing the performance of scoring classifiers (available on CRAN). We hope that the package might be useful for those of you working on classification problems. For details, see the package description below, or the ROCR website: http://rocr.bioinf.mpi-sb.mpg.de. You can get a short overview by typing
2005 Feb 28
0
New package: ROCR (Visualizing classifier performance)
Dear R users, we are glad to announce the release of our new R package ROCR, for visualizing the performance of scoring classifiers (available on CRAN). We hope that the package might be useful for those of you working on classification problems. For details, see the package description below, or the ROCR website: http://rocr.bioinf.mpi-sb.mpg.de. You can get a short overview by typing
2013 May 31
0
dovecot Digest, Vol 121, Issue 84
Thanks...... On Fri, 31 May 2013, dovecot-request at dovecot.org wrote: > Send dovecot mailing list submissions to > dovecot at dovecot.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://dovecot.org/cgi-bin/mailman/listinfo/dovecot > or, via email, send a message with subject or body 'help' to > dovecot-request at dovecot.org > >