similar to: Playtones unexpected hangups

Displaying 20 results from an estimated 5000 matches similar to: "Playtones unexpected hangups"

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",
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
2013 Sep 25
1
Generating a different countries ringtone on a per call basis
We can use the Dial() command with the 'r' option in order to generate the UK ringtone (as we are UK based the default is UK). How do we generate a USA ringtone for example? I have tried setting the CHANNEL(language) and CHANNEL(tonezone) to 'us' (and calling Progress() beforehand) and although this works for Playtones() the Dial command still continues to play the UK ringtone.
2006 Nov 28
1
Attn: DISA Experts(Strange problem with DISA)
Hi Friends, I am facing a strange problem with DISA. I have installed and configured Trixbox. I've created a secret extension i.e., 555 and called this extension in Digital Receptionist using custom extension i.e., created in extensions_custom.conf file. When I call from my mobile phone to my PSTN number, which is connected to FXO port, my IVR is responding. After entering my DISA
2003 Jun 04
1
new application Dialtone()
Hello, I created a new application for myself called Dialtone() by modifing res/res_indications.c file. It can be used as such: exten => s,4,Dialtone(30|${CALLERIDNUM}) exten => s,5,Playback(time-exceeded) exten => s,6,Goto(s|1) It will stutter if you have new voicemail and you have passed the mailbox number as I did above. It will stop dialtone the moment you press a key
2003 Jul 22
2
enabling dtmf detection on zap channel?
Hi, is there a way to enable dtmf detection on zap channels? I am trying to pickup, play a ringtone and the dial out. I.e. exten => s,1,Wait,1 exten => s,1,Answer exten => s,2,Playtones(dial) exten => s,3,DigitTimeout,5 exten => s,4,ResponseTimeout,10 exten => _X,1,StopPlaytones exten => _X,2,Dial,Zap/g8/BYEXTENSION|10
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
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
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
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: --
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
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
2005 Mar 24
2
Fun with CAPI
Hullo :) Can someone help me untangle a bit of a mess? I'm trying to set up a demo * server to show off how useful it can be to our business (as an IVR system and VoIP backup if our ISDN30s fail). I've not been able to get NT mode working with our InterTel Axxess PBX, so I've resorted to using normal TE mode and working on the basis the people dial one of the ISDN BRI extension
2005 Jan 15
2
No sound with X100P (clone)
Hi, can't get X100P (fully zapata compatible clone) to work (I'm in Australia). * recognises the card and the channel (1) but has definetely some problems talking to the pots line. I set up this simple dialplan for ZAP ("incoming" context, as setup in zapata.conf, for channel 1) [incoming] exten => s,1,Answer exten => s,2,Playback(somefile) exten =>
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 22
0
Dial, RING with a digit interrupt
This is a new post, but its really a three-time retread. I hope someone has a clue on this, as it could be helpful in many circumstances: I am looking for a way to dial 'special' an extension (in house, like 102), which are all Polycom IP. I'd like to ring the extension as normal, but have the option of, while the line is ringing, to press a digit, hop out to a new context and/or
2005 Sep 01
1
How to execute StopPlayTones when a SIP phone is answered
I'm trying to find a way to generate an 'internal extensions' tonelist but I can't seem to find anything on how to do this. My idea was to start a Playtones(intercom) tonelist and not indicate ringing to the line (dead air). But then, somehow StopPlayTones needs to be run once the ringing telephone picks up. This seems like a dirty way to do this. I envision an option to the