similar to: Can't hear playtones?

Displaying 20 results from an estimated 1100 matches similar to: "Can't hear playtones?"

2004 Dec 16
2
Queueueueuueue position
Hello, I've got the following queue.conf: [testQ] music=jr_80 ;Bore the caller with some 80's music announce=queue-testQ ;Announcement to play to the Agent answering strategy=ringall ;Let all hell break lose timeout=60 ;We should answer within 60s retry=5 ; announce-frequenty=15 ;Tell them where the are every 15 seconds announce-holdtime=yes ; Give them
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: --
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]:
2014 Oct 31
1
PlayTones while in call
I?ve gotten PlayTones to work, however it stops playing the tones as soon as the call is answered. I would like to use PlayTones during the call because I want to have a tone/beep played in the background while call recording is going on. Anyone know a way to get PlayTones to work while call is in progress? Alternatively, does anyone have a suggestion for playing the tone/beep for recorded
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
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 =>
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
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>
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",
2004 Nov 22
1
Strange Fromuser behavior?
Strange things are happening at my asterisk box :) I've got asterisk setup to dail out with sip to my SIP provider. I've got NO fromuser/fromdomain stuff setup in my sip.conf When I place a call with my Siemens Optipoint 400 SIP phone everything is allright, the From: header is stating the username of the Siemens phone. When I place a call with X-Lite the From: header is altered and reads
2004 Dec 21
2
Call back when no longer busy
Hello, I'm trying to implement a function available on the PSTN net here, if you dial a number which is busy and you press 5, you will be called back when the busy party hangs up. Figuring out if a SIP user is busy isn't to hard, ${DIALSTATUS} produces a BUSY message, however, how can I implement the call back? IE, I dial to extension 712, but that extension is busy, I dial 5 and
2004 Dec 07
2
High(er) availability
Hello, If one would like to build a redundant Asterisk setup, would it be possible to exchange the locationdb for the SIP users between then? IE, the following setup: SIP Phones -------------- Asterisk ------------------------ SIP carrier | | ------- Asterisk (standby) ------ Asterisk is used as a PABX in this setup, so the
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
2006 Mar 01
1
Agents, queues and Pentalties
List, I've got 2 queues with 10 agents in both queues. One of the agents is mainly responsible for queue_1, and the others mainly for queue_2 so i've defined the following in my queues.conf [queue_1] strategy=ringall member=>Agent/1,2 member=>Agent/2,1 member=>Agent/3,1 member=>Agent/4,1 [queue_2] strategy=ringall member=>Agent/1,1 member=>Agent/2,2
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
2006 Dec 07
2
queue agent Monitor
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 2915 bytes Desc: image001.gif Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20061207/2c5609e6/attachment.gif
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}@??????) ^^^^^^