[asterisk-users] background music during call

2011-03-10 Thread Albert
Hi all,

I am looking for application or solution how i can play a sound during call.

The whole idea is to make a fun type of service, where user can call
number, than from ivr menu choose background music, f.e. traffic jam
sounds, crying baby,  and call friend to make him a prank :)

Does any one of you know such function or solution how to implement this ?


Thanks and regads,
Robert


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] background music during call

2011-03-10 Thread Albert
Hi all,

I am looking for application or solution how i can play a sound during call.

The whole idea is to make a fun type of service, where user can call
number, than from ivr menu choose background music, f.e. traffic jam
sounds, crying baby,  and call friend to make him a prank :)

Does any one of you know such function or solution how to implement this ?


Thanks and regads,
Albert


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] background music during call

2011-03-10 Thread Danny Nicholas
  _  

From: asterisk-users-boun...@lists.digium.com
[mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Albert
Sent: Thursday, March 10, 2011 4:42 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] background music during call

 

Hi all,

I am looking for application or solution how i can play a sound during call.

The whole idea is to make a fun type of service, where user can call number,
than from ivr menu choose background music, f.e. traffic jam sounds, crying
baby,  and call friend to make him a prank :)

Does any one of you know such function or solution how to implement this ?


Thanks and regads,
Robert



This is a reasonably simple task.  Set up directories in your
/var/lib/asterisk/moh to hold the sound files for your MOH.  In your IVR
dialplan set up something like this:

[select-sound]

Exten = s,1,playback(menu)

Exten = s,n,waitexten(5)

Exten = 1,1,goto(play1,s,1)

Exten = 2,1,goto(play2,s,1)

[play1]

Exten = s,1,SetMusicOnHold(one)

Exten = s,n,WaitMusicOnHold(20)

Exten = s,n,playback(vm-goodbye)

Exten = s,n,hangup

[play2]

Exten = s,1,SetMusicOnHold(two)

Exten = s,n,WaitMusicOnHold(20)

Exten = s,n,playback(vm-goodbye)

Exten = s,n,hangup

 

--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
   http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] Background music in call

2006-05-15 Thread Mojo with Horan Company, LLC
Maybe agent and caller connect in meetme room, and agent uses web 
interface to add/remove music-playing extensions to the room?


Moj

nzrh wrote:

Hi,

3-way calling is implemented by the endpoint that
starts the call. I need something that I can make on
server side.

Like all of the agents in a call center has background
music while talking.

Regards,

NZR

--- Steve Totaro [EMAIL PROTECTED] wrote:


Dinesh Nair wrote:


On 04/16/06 10:51 C F said the following:

use feauters.conf and the application map

section.

i may be wrong, but that's not the same as
background music during a 

call. iianm, using playback() or background() in
features.conf turns 

off the call audio and plays the selected file.


What about a three way call to an extension that has
Background()?  
Background allows for DTMF I believe.


Thanks,
Steve
___
--Bandwidth and Colocation provided by Easynews.com
--

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  


http://lists.digium.com/mailman/listinfo/asterisk-users


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___

--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



--
Mojo [EMAIL PROTECTED]
Office Manger, Horan  Company, LLC
(907) 747- x112
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Background music in call

2006-04-19 Thread nzrh
Hi,

3-way calling is implemented by the endpoint that
starts the call. I need something that I can make on
server side.

Like all of the agents in a call center has background
music while talking.

Regards,

NZR

--- Steve Totaro [EMAIL PROTECTED] wrote:

 Dinesh Nair wrote:
 
 
  On 04/16/06 10:51 C F said the following:
  use feauters.conf and the application map
 section.
 
  i may be wrong, but that's not the same as
 background music during a 
  call. iianm, using playback() or background() in
 features.conf turns 
  off the call audio and plays the selected file.
 
 What about a three way call to an extension that has
 Background()?  
 Background allows for DTMF I believe.
 
 Thanks,
 Steve
 ___
 --Bandwidth and Colocation provided by Easynews.com
 --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
   

http://lists.digium.com/mailman/listinfo/asterisk-users
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Background music in call

2006-04-16 Thread Dinesh Nair



On 04/16/06 10:51 C F said the following:

use feauters.conf and the application map section.


i may be wrong, but that's not the same as background music during a call. 
iianm, using playback() or background() in features.conf turns off the call 
audio and plays the selected file.


--
Regards,   /\_/\   All dogs go to heaven.
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo The opinions here in no way reflect the opinions of my $a $b.  |
| done; done  |
+=+
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Background music in call

2006-04-16 Thread Steve Totaro

Dinesh Nair wrote:



On 04/16/06 10:51 C F said the following:

use feauters.conf and the application map section.


i may be wrong, but that's not the same as background music during a 
call. iianm, using playback() or background() in features.conf turns 
off the call audio and plays the selected file.


What about a three way call to an extension that has Background()?  
Background allows for DTMF I believe.


Thanks,
Steve
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Background music in call

2006-04-15 Thread C F
use feauters.conf and the application map section.

On 4/14/06, nzrh [EMAIL PROTECTED] wrote:
 Hi all,

 I urgently need a solution in a part of a project.
 I appreciate all types of help.

 The thing I absolutely need is. To play a background
 music in call.
 If I have the opportunity to stop it via entering a
 dtmf combination is would be very very nice also.
 Does anybody know some application do this.


 NZR


 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com
 ___
 --Bandwidth and Colocation provided by Easynews.com --

 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Background music in call

2006-04-14 Thread nzrh
Hi all,

I urgently need a solution in a part of a project. 
I appreciate all types of help.

The thing I absolutely need is. To play a background
music in call. 
If I have the opportunity to stop it via entering a
dtmf combination is would be very very nice also.
Does anybody know some application do this.


NZR


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Background music in call

2006-04-13 Thread H�seyin
The thing I absolutely need is. To play a background
music in call. 
If I have the opportunity to stop it via entering a
dtmf combination is would be very very nice also.
Does anybody know some application do this.


NZR

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users