Displaying 20 results from an estimated 70000 matches similar to: "Is there a way to play audio to the callee?"
2013 Aug 13
1
How to play audio to callee when a fax is detected ?
Hello,
Let say Alice and Bob both have a sip phone connected to the same asterisk
11 box.
Alice has T.38 enabled softphone.
When Alice sends a fax to Bob extension, the following happens on my system:
- Bob phone starts to ring
- Bob answers
- asterisk sends the incoming call to appropriate fax extension
- Bob is hearing nothing at all: no tone, no sound at all.
I want to play an audio file
2013 Aug 14
0
How to play audio to callee when a fax is detected ? [SOLVED]
2013/8/13 Administrator TOOTAI <admin at tootai.net>
> Le 13/08/2013 16:41, Olivier a ?crit :
>
>> Hello,
>>
>
> Hi
>
>
>> [...]
>>
>>
>> How can I work around this ?
>> Suggestions ?
>>
>
> Answer the call, wait few seconds and then ring Bobs extension. If
> asterisk detect fax it already sended to fax extension so
2005 Jul 02
0
play message to callee before connect toinco mingcall
You can send both paties to a meetme conference with Manager Redirect. Or if
you are feeling more adventurous you could load the Manager Bridge patch
that I posted to the bugtracker two months ago. It allows bridging of any
two existing channels together through a manager action:
http://bugs.digium.com/view.php?id=4297
MATT---
-----Original Message-----
From: Roland Zagler
2010 Apr 26
1
play a sound from the callee before putting it in connection.
Hello !
I want to call a line and play a sound from the callee before putting it
in connection with the caller. Is this possible?
Example:
Dial(SIP/111111, m) // Ring or Music...
if(call==ANSWERED) Play(announce) // Play 'announce' to the called
// To connect caller and called ?
Best regards,
Mickael.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Jul 02
1
play message to callee before connect toincomingcall
sorry for the misunderstanding, robert!
the point is: during the caller is listening to the soundfile played to
him
the dialplan should continue to dial the sip phone 100 and after sip
phone
100 is answered and the announcement file is played the caller should be
connected
to the sip phone 100.
the behaviour is just like MoH, but the problem is, that the caller has
to hear a
soundfile from the
2005 Jul 03
2
play message to callee before connecttoincomingcall
yes, robert, but how do i "join" the two legs inside a call file or
in the dialplan?
i have experienced that call files can do a call to a channel and
if this call is answered it can either be connected to an extension
inside a context or call an application with parameters.
roland
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
2005 Jul 02
1
play message to callee before connect toincoming call
Thank you, Robert!
The announcementfile plays well, but at Dial-option "m" i have to
specify a MoH class,
that is something i cannot use (as i wrote in my post).
Background command waits for a user input, but the caller should be
connected to
SIP Phone 100 after it has answered and the announcement has been
played. Before
connecting to SIP Phone 100 the caller should hear a
2005 Jul 02
1
play message to callee before connect to incomingcall
try this one
exten => 999,1,Answer()
exten => 999,2,playback(~.mp3)
exten => 999,3,dial (sip/100)
exten => 999,4,playbackground(~.mp3)
exten => 999,h,Hangup()
not sure abt playbackground should be before the dial command or after
________________________________
From: asterisk-users-bounces@lists.digium.com on behalf of Roland Zagler
Sent: Sat 7/2/2005 8:23 PM
To:
2008 Apr 25
0
Play sounds to both caller and callee at the same time
Hello,
I'm having problems with LIMIT_PLAYAUDIO_CALLEE in the Dial application. I
want to play the limit file to both caller and callee at the same time, but
it plays the limit file first to the caller and then to the callee. I
searched the list and found someone with the same problem back in '06, but
couldn't find any solution for the problem :(
Anyone knows?
Thanks,
Best regards,
2008 Feb 01
1
play promt at the same time to calling and callee
Hello,
I want that, when call is answered , callee and calling would hear
different prompts and after promts the calls would be bridged. I've tried
this situation:
exten => s,1,Set(LIMIT_CONNECT_FILE=hello-world)
exten =>
s,2,Dial(SIP/trunk-out/37052390920|60|rL(10000000000000)A(conf-enteringno))
But these prompts play not in the same time: just after conf-enteringno
prompt
2011 Dec 15
3
Play audio file for both Caller and Callee in a call
Dear all,
Anyone of you knows how to play an audio file at the beginning of a call for both Caller and Callee?
A(x) of Dial application only plays audio for callee. I don't want to use MeetMe because I want to use Monitor and MixMonitor.
Thank you!
________________________________
Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra pol?tica de env?o y recepci?n
2005 Jul 03
2
play message to callee beforeconnecttoincomingcall
Thanks for the suggestion, C F, but the problem is there is a rather big
database application behind with many users, so a static configuration
is not suitable for my needs. i am working mostly with realtime and agi.
regards,
roland
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of C F
Sent: Sunday, July 03,
2003 Dec 02
0
Play sound to callee
Hi all,
I am setting up * for the first time, every thing is working fine, but I
would like to implement an additional feature:
Thus we have multilingual caller menu - I would like to play a little
sound file to the callees to let them know in which language they should
answer the incoming call, before I pass the caller through (caller
should hear the normal ringing meanwhile). Is that possible?
2007 Jan 15
0
1-way audio
I know when you read that subject everyone thinks NAT, but that isn't the
case here. Incoming calls get 2 way audio, but outbound calls do not have
incoming audio. below is the flow
callee --> asterisk --> firewall/router --> provider
Callee is firewalled, but not NAT. callee is on the same subnet as the
asterisk box. Asterisk box has been completely excluded from the
2015 Jul 06
2
How may SIP 183 messages a caller receives when many callee rings?
Hi.
I have a beginner conceptual question about Asterisk:
Let's suppose that there are 4 softphones registered in my Asterisk and all of them are currently online. In addiction , there is no call.
Suddenly, one of these softphones sends a SIP message to the Asterisk. In this case the dialplan will execute the instruction ' exten => 2005,1,Dial(SIP/2000&SIP/2001&SIP/2002,
2007 Dec 31
3
One Way Delay in Audio Over Analog
I have been trying to track down the cause/fix for a problem and I am out of
ideas... I am hoping one of you can point me in the right direction.
The symptom is that when a calls is placed from an internal extension
through an analog line to a number on the pstn the caller can hear the
callee but the callee can not hear the caller for as long as ten seconds.
The problem appears to happen fairly
2010 Jul 30
1
1.8.0 beta2: courtesy tone being played to callee
Hi. I am using *1 in features to initiate a mix monitor recording.
However, when I hit *1, the callee hears the courtesy tone which I have,
so I know when the recording is started or stopped. This is a problem,
particularly in automated system where the beep is mistaken for a tone
or other problems.
Should I file a bug, or is this going to be fixed?
--
Your life is like a penny. You're
2007 Jun 19
0
ENUMLOOKUP well succeeded but callee server unreached
I use ENUM lookup in my dialplan before sending calls through my PSTN trunk.
One problem arises... When ENUMLOOKUP finds an SIP contact for that e164
number, Asterisk dials that contact, but when the remote server that
should answer the call is down, or the IP link is down for some reason,
the dial to PSTN trunk (which has the next priority) only takes place
after the ring time of Dial
2014 Jun 04
4
Channel is answered by FXO card before callee answered the phone(pick up phone)
Hello Experts.
Im working with Asterisk PBXand freeswitch PBX.
I have a challenge with FXO card in Asterisk and i could not solve it yet.
I hope you could guide me in this regards.
When i want route the call to FXO channels, Before the callee answer
the phone (pick up phone), The channel is answered with FXO card. How
can change this treat so that the callee dont answer the phone, the
channel dont
2013 Apr 09
1
[OpenSIPS-Users] 404 When BYE initiated by external callee
On Tue, Apr 9, 2013 at 1:22 PM, Bogdan-Andrei Iancu <bogdan at opensips.org>wrote:
> **
> Hi Nick,
>
> The BYE is not properly formed and rejected by script - in the 200 OK of
> the INVITE, you can see that your opensips is doing Record-Routing, but the
> BYE does not contain the corresponding Route hdr, so SIP routing is
> impossible.
>
> Regards,
>
>