similar to: Dial and start music on hold after timeout

Displaying 20 results from an estimated 9000 matches similar to: "Dial and start music on hold after timeout"

2016 Aug 23
2
Dial and start music on hold after timeout
Maybe try progress() instead of answer () ?????? 23 ????? 2016 7:19 PM,? "Jean Aunis" <jean.aunis at prescom.fr> ???: > Thank you, I just tried your suggestion. Strangely, the announcement is > played only if I try to dial a SIP peer which is not available (not > registered to be more precise). If the SIP peer is available, I only get > the ring tone, and never hear
2016 Aug 23
2
Dial and start music on hold after timeout
How about: exten => s,1,Dial(SIP/alice&LOCAL/555 at delayed-announce,40) [delayed-announce] exten => 555,1,Wait(20) same => n,Playback(myannouncement,noanswer) same => n,NoOP(Whatever else you want to do goes here) The 'noanswer' option on the Playback means that SIP/alice should continue to ring for the remaining 20 of the 40 seconds, as the Playback will not answer
2016 Aug 22
2
Dial and start music on hold after timeout
Thank you for the idea. The problem with RetryDial, is that it will cancel the first call, play the announce and then dial the SIP peer once again, so the telephone will display a missed call. I would prefer to do everything in a single call. Le 22/08/2016 ? 17:57, John Kiniston a ?crit : > You could try using RetryDial() instead of Dial, It supports playing > an announcement. >
2012 Feb 16
1
Park() ignores 'r' option which should disable music on hold in favour of ringing tone
When I receive a call, I want to automatically park it from the dialplan so that I can retrieve it later. However, I don't want callers to be aware that they are being parked, so I want to play a ringing tone to the caller. Park() is supposed to be able to do this: Park([timeout][,return_context[,return_exten[,return_priority[,options[,parking_lot_name]]]]]) options r: Send ringing
2016 Aug 22
2
Dial and start music on hold after timeout
Hello, I am searching a way to dial a SIP peer, and if it does not answer within 20 seconds, play an announcement to the caller. This means that the caller would hear a ring tone for 20 seconds, and only then hear the announcement if the callee did not answer. I know it is possible to do this with ARI, but in this particular case I do not want to use ARI. I would like to do this purely with
2020 May 12
2
i sided recordings in asterisk 16.10
Hi guys i upgraded to asterisk 16.10 and in most recordings you here only leg A in the recording sometimes you might hear a word of leg B Did any body hit this problem? Thanks, israel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200512/90ee8dc2/attachment.html>
2020 Jul 22
1
Fwd: blf problems after dialplan reload
Hi Guys we have a system that uses a lot of custom hints based on the extension the extensions use the format of ext-system for example 200-pbx01 when starting asterisk the "core show hints" show the correct hints and blf works as expected in the extensions.conf we have _.,hint,Custom:${exten} when running dialplan reload all the hints lose the dashes (-) they become 200pbx01 of course
2016 Aug 22
3
Dial and start music on hold after timeout
Sorry, I forgot to write that the SIP peer must keep ringing while the announcement is being played. Le 22/08/2016 ? 17:42, John Kiniston a ?crit : > This seems like the obvious answer but maybe I'm misunderstanding the > question. > > exten => s,1,Dial(SIP/alice,20) > same => n,Playback(myannouncement) > same => n,NoOP(Whatever else you want to do goes
2014 Apr 23
3
Help with a bug
Dear friends I filed a bug https://issues.asterisk.org/jira/browse/ASTERISK-23656 but I am wondering if somebody can figure a workaround. I am stuck trying to deliver an application. The case is this: A Record is executed and an immediate Playback follows. Asterisk returns an error, saying that the file does not exist, but a few seconds later, it does. It does not help if after the Record
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
2020 Jul 14
3
Stir Shaken
I need to point out the this is factually misleading and materially false: "I think this, being the basis of your whole argument, is the fallacy. S/S is forcing people to take responsibility, for sure, but carriers won't just let their customers leave because they don't want to sign calls. It will force them to make sure they know who their customers are, and make it impossible for
2015 Jun 05
3
תשובה: Missed call
Zitat von Israel Gottlieb <isrlgb at gmail.com>: > If you the c option in the dial command it will send answered > else where sip message to the phone and most ip phones understand that > The cell will always display a missed call? I'm very sorry, but I can't understand what you mean... Could you explain, maybe with an example? Thanks Luca Bertoncello (lucabert at
2014 Aug 14
1
Possible handle leak in PJSIP
I have been seeing errors saying the Asterisk cannot establish an RTP connection, so I did this: lsof -i -n -P | grep asterisk | wc -l 10483 but I have only Asterisk 11 has 1 open calls Asterisk 12 has 21 open calls Asterisk 14 has 19 open calls Asterisk 15 has 22 open calls Asterisk 16 has 15 open calls Asterisk 17 has 15 open calls Asterisk 30 has 71 open calls Total 164 active calls The
2003 Apr 17
1
timeout music on hold or ring tone
Is any way to limit music on hold (or ringtones) to specified time ? I need it to play it ~ for 7 seconds . How to do this ? in dial plan i have: exten => _021XXXXXX,4,Dial,Zap/1/BYEXTENSION||r when go to this extension it rings once! and then asterisk say : -- Zap/1-1 answered Modem[i4l]/ttyI0 and it stop ringing ;) becouse mean that other end is ringing :) .. BUT when the other
2004 May 04
2
Dial zap and music on hold
i tried using music on hold option in the dial command exten => 7777,1,Dial(zap/1/7777,20,m) when someone calls me and i picked up the phone, the call will be suddenly dropped. however, if i use a sip client instead of zap (also changing the dial statement to sip), i can answer the incoming call without a problem. is this a known bug? (asterisk cvs 05-03-04 using RedHat v9 on Via mini-ITX)
2015 Jun 05
2
תשובה: Accessing an account from more than one phone
Zitat von Israel Gottlieb <isrlgb at gmail.com>: Shalom, Israel! > Using chan_sip you need to create another ?user aand then dial both > > Using pjsip you can connect 2 devices Thank you. Unfortunately it seems that I don't have pjsip available as package on the OpenWRT where I installed Asterisk... :( I'll create another user. Thanks Luca Bertoncello (lucabert at
2015 Jun 05
2
תשובה: Missed call
Israel Gottlieb <isrlgb at gmail.com> schrieb: > At the end of the Command you could use options one of them is the c (not > apital) which sends a cancel event to the phone > http://www.voip-info.org/wiki/view/Asterisk+cmd+Dial Shalom Israel, unfortunately it does not work as expected... I wrote: exten => _00493512222222,n,Dial(SIP/00493512222222&SIP/00493511111111,,Rc)
2016 Aug 10
2
Original Callerid on transfer in asterisk 13
Hi Is there any configuration change in asterisk 13.9.1 to show original callerid on a transfer In asterisk 11.21 it works as expected Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160810/7e14a4e0/attachment.html>
2015 Nov 25
2
Dialing a call back out on same SIP trunk as it came in
In article <20151125133008.6369360.14455.17239 at gmail.com>, Israel Gottlieb <isrlgb at gmail.com> wrote: > Try putting progress instead of answer Yes, I tried Progress already, and it didn't help. But thanks for the suggestion! Tony > I have a puzzling situation, and would be grateful for any insight. > > I have a dialplan that forwards an incoming call out to
2016 May 18
2
variable to get waittime of caller exiting queue
Hi all Is there anyway i could get in the dialplan the amount of time a caller waited in the queue before exiting? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160518/b3b082aa/attachment.html>