Displaying 20 results from an estimated 3000 matches similar to: "PlayTones while in call"
2014 Oct 30
1
PlayTones not working
I?m trying to use Playtones to have a tone played periodically throughout
phone calls. Unfortunately, I can?t seem to get PlayTones to work. I never
hear the audio tones.
Here is the output on the Asterisk console.
-- Executing [19525553312 at proxy-dial:2] PlayTones("SIP/testphone-00000032",
"1400/500,2000/5000") in new stack
[2014-10-30 14:28:31] WARNING[23154]:
2009 Sep 07
2
Echo and Playtones not working on SIP after upgrade
Hello list
I had the following echo-test extension on my Asterisk 1.2 setup.
exten => 1003,1,Wait(1)
exten => 1003,n,Playtones(!1050/1000)
exten => 1003,n,Wait(1)
exten => 1003,n,StopPlaytones
exten => 1003,n,Echo
exten => 1003,n,Hangup
After migrating my testing server to Asterisk 1.4, and a minor
extensions.conf update, everything works just fine. Except for the
Playtones
2004 May 29
4
PlayTones problem
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
I am having problems with the PlayTones application and VoIP softphones.
I have the following in my extensions.conf:
exten => 123,1,Answer
exten => 123,2,PlayTones(Busy)
exten => 123,3,Hangup
But when I connect with gnophone(IAX) or kphone(SIP) and dial 123 the call
just hangs up immediately.
I get the following on the console:
--
2019 Jan 31
2
Dailplan with playtones
Hello I use this dial paln:
[o2-in]
exten => o2,1,Answer
exten => o2,n,Playback(hello-world)
exten => o2,n,Ringing
exten => o2,n,Dial(SIP/10&SIP/20&Local/s at no-op,25,rt)
exten => o2,n,Playtones(425/1000,0/4000)
exten => o2,n,Wait(30)
exten => o2,n,Hangup()
All is fine. Hello world is Playback and I hear a ring tone.
If I remove the Playback hello-world. No ring
2004 Nov 25
1
Can't hear playtones?
Hello,
I would like the dialing party to know what happened to the call, since
asterisk doesn't relay a sip error back to the originating sip channel
(would be nice, a if (org_channel = sip && dst_channel = sip, relay error to
sip client) I want to set up audio feedback on the call status.
I've changed the county setting to NL in indications.conf and created this
test
2009 May 27
1
Playtones Volume
I've researched my brains out on this, and can't find any answer. Is there
a way to adjust the level of the tones generated through the Playtones
command? I'm thinking that I may have been approaching this incorrectly by
targeting indications.conf since the tones are being called via the
Playtones application. My sense is that it's not possible due to the lack
of response from
2019 Jan 31
2
Dailplan with playtones
With softphone I mean linphone csipsimple or whatever.
How should a dialplan lokks like?
On 31.01.19 11:26, Antony Stone wrote:
> On Thursday 31 January 2019 at 10:59:01, basti wrote:
>
>> Hello I use this dial paln:
>>
>> [o2-in]
>> exten => o2,1,Answer
>> exten => o2,n,Playback(hello-world)
>> exten => o2,n,Ringing
>> exten =>
2005 Aug 26
1
bridging sip to capi, no playtones back to caller
I've the following setup :
sip phone -> ser (auth and routing) -> asterisk with capi isdn
when I call a pstn number everything works fine, but I can't hear
anything till the called answer.
this is the output from a test call :
-- Executing Playtones("SIP/2.7.184.61-08152880", "dial") in new stack
-- Executing Dial("SIP/2.7.184.61-08152880",
2015 May 09
2
No application 'Playtones'
Hello Everyone,
We have most of the modules commented out. Can someone please let me
know which modules needed to be included for Playtones?
Kind Regards,
Nick.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150509/15ea3418/attachment.html>
2004 May 28
6
Beep Sound
Does anyone have a more clear beep tone for the voicemail?
The default one seems to cut off and give the feeling that
there is a problem with the vm :)
If no one has this available, I may try to create a new
one.
Thanks.
--
respectfully, Joseph -
------=============
2014 Dec 13
1
How to get BEEP BEEP BEEP when underline sends 486 Busy Here.
Hello There,
I would like to play a busy tone (ie BEEP BEEP BEEP) when the underline
carrier sends back 486 Busy Here. Looking at Dial parameters (
http://www.voip-info.org/wiki/view/Asterisk+cmd+Dial), it mentioned
something about the r
parameter as not being very professional or something like that...
Then there was:
U(x): Executes, via gosub, routine x on the called channel. This is similar
2004 Apr 28
1
cdr_mysql and macro use for outbound call issue
Most of my outbound calls are handled by macro contexts:
[macro-pstn]
exten => s,1,Wait(.5)
exten => s,2,PlayBack(beep)
exten => s,3,PlayBack(silence/1)
exten => s,4,Dial(${ARG1}/${ARG2}${ARG3})
exten => s,5,Playtones(Congestion)
exten => s,6,Wait(3)
exten => s,7,Hangup
which is called like
exten => _920[1289]XXXX,1,Macro(pstn,Zap/g1,9,${EXTEN:${TRUNKMSD}})
Because of
2005 Mar 13
2
sending a DTMF tone before hangup
OK here is a possible tricky one.
I have a rocom door entry system which connects to an FXS port on my TDM400P
card. When the door button is pressed it initiates an 's' extension which
dials a number of SIP extensions. When a SIP phone is picked up the user
can speak to the person at the door and press the 7 digit which sends at
DTMF tone to the rocom unit opening the door. All this
2003 Jun 12
0
Playtones unexpected hangups
1) I'm working on a quick replacement for DISA, and I ran into the
following snag: When I specify "Playtones(dial)" I can only get
around 7 seconds of wait time before the dialtone stops, and the
context goes to the "h" extension. Is there a way around this fixed
timeout? The DigitTimeout setting doesn't seem to have any effect at
all on this hangup problem. I
2005 Jul 27
0
Playtones not passing sound to incoming SIP connection
Hi everyone,
I'm in the very early stages of rolling out an asterisk box at work, and one
of the things I'm setting up is a trap for telemarketers >;)
What I want to do is have a sipgate number in the UK here which rings for 10
seconds without calling a hard or softphone, then goes to a voicemailbox.
The problem I'm having is that Playtones doesn't seem to be sending any
2004 Oct 05
0
sipura 3000 , music on hold (playtones)
hi,
I have some problem with musiconhold or playtones (background,...)
in this context someone dial out thru sipura 3000:
Executing Dial("Zap/1-1", "SIP/sipura3000/054419949|20|m") in new stack
-- Called sipura3000/054419949
-- Started music on hold, class 'default', on Zap/1-1
-- SIP/sipura3000-61fe is ringing
-- SIP/sipura3000-61fe answered Zap/1-1
2015 May 11
0
No application 'Playtones'
symack wrote:
> Hello Everyone,
>
> We have most of the modules commented out. Can someone please let me
> know which modules needed to be included for Playtones?
The PlayTones application is in the app_playtones module.
--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com & www.asterisk.org
2004 Dec 01
1
IAX long distance... Re: Asterisk for home office
On Wed, 1 Dec 2004 12:37:13 -0800 (PST), Ben Kirkpatrick wrote:
> Do you find it difficult to manage four LD providers?
> Can you show me part of your LD Macro and how it's used?
>
> I'm toying with two LD providers now, but don't have failover setup.
>Just using each one for what they are best at (least cost).
>
>Thanks,
>--Ben Kirkpatrick
>
>
Not
2004 Jul 25
1
how do I play congestion tone when Zap channels are full?
I read the wiki and looked at the examples, but I'm
still having problems. I have a Digium 4 port card
with POTS lines plugged into all four ports. How do I
play the congestion tone the the caller when they try
and dial out but all the lines are in use?
should something like this work?
[dial-trunklocal]
; Local calls
ignorepat => 9
exten => _9NXXXXXX,1,Dial(${TRUNK1}/${EXTEN:1})
exten
2004 May 18
2
registering in sipphone
for inbound calls, i can register
context = from-sipphone
register => 1747xxxxxxx:passwd@proxy01.sipphone.com
but how do i configure to make outbound calls to them?
exten => _1747XXXXXXX,1,GoTo(dial-sipphone,${EXTEN},1)
....
[dial-sipphone]
;
; SIP to sipphone.com
;
exten => _X.,1,Dial(SIP/${EXTEN}@??????)
^^^^^^