similar to: Dial command r option

Displaying 20 results from an estimated 80000 matches similar to: "Dial command r option"

2006 Apr 29
0
canreinvite, bandwidth, dial option
I just read: Certain options to the Dial() statement require that Asterisk is in the media path, and consequently Asterisk will not let go of it: /t/, ''T", "h", "H", "w", "W" or "L" (with multiple arguments). Probably there are more. I had in my memory that "r", "R", "m" would also prevent a
2007 Feb 01
1
Dial option G - Passing parameters?
Has anyone used the G option with the Dial app? I'm looking for a way to control the called party leg. Specifically, I'd like to pass a few variables to the called side for some call control. Here's a synopsis of what I'm doing: Make outbound call w/ AMI Originate action. Called party answers ("Customer") Customer identifies himself, and now I use Dial w/ the G
2005 Mar 25
0
Dial command problem(VOIP+*+TDM400P+Legacy PBX)
Hello, I just setup the Asterisk to integrate with Panasonic legacy PBX. Config as followings, PSTN <-- PanasonicPBX--TDM400P(FXO)--AsteriskPC --> Internet * is for AA / Voicemail and VOIP in/out Currently the AA / Voicemail function for incoming PSTN calls are working well. My problem is for the incoming VOIP call. It can ring my internal extensions and talk without problem. But
2006 Mar 28
3
dial plan logic
Just starting to enjoy the full features of asterisk, I do have a couple questions though, that I can't seem to find answers for in the wiki, just wondering if someone could light my way. after a caller has made their choice of options in the dial plan, I would like them to be placed on "hold" (music, not ringing) while the system processes through the rest of the dial plan
2006 May 16
0
Need help with Dial M option and destination context
I would appreciate hearing from anyone who has figured this one out. Here's the scenario: I have a context wherein I give the called party the option to dial the digit 9. If he does so, he is transferred a la this extension entry: exten => 9,1,Playback(pls-hold-while-try) exten => 9,n,Noop(Attempting to bridge to ${agentext}) exten =>
2003 Dec 23
2
Fw: perl database get
i mean AGI->database_get() ----- Original Message ----- From: "Muhammad Nasim" <muhammad@telappliant.com> To: <asterisk-users@lists.digium.com> Sent: Tuesday, December 23, 2003 6:41 PM Subject: Re: [Asterisk-Users] perl database get > I've used both the syntax you have given and the perl module. AGI->getvar() > returns nothing for arguments that work from
2005 Jan 03
2
finding current codec?
hi how can I find current codec from an AGI scipt? roy
2005 Feb 25
1
msic while ringing
I want to setup a senario in which the callers hears to some music file while the phone is ringing and as soon as the line is answered the music is stopped palying. i.e. instead of the rings the caller listens to some music. Is is possible with asterisk? Kindest Muhammad Muzzamil Luqman -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Jul 03
1
No ringing when I dial an extension
Hi All... When I dial into my Asterisk box and then dial an extension, I here silence until the person picks up or until the call goes to voice mail. At one point I had Asterisk configured to play music during this time by adding the m to the extension, but music on hold does not work for me (I think mpg123 does not work on my box) so I turned off music on hold and removed the m. Now I just
2009 Jun 15
1
Opinion on Attended transfer in features.conf
Hi, In 1.6.1, it seems Attended Transfer do not behave exactly behave like Blind Transfer when transferer hangs up before callee answers : - in Blind Transfer, caller (ie transferee) is hearing Ringing tone when callee's phone is ringing - in Attended Transfer, caller (ie transferee) is hearing Music On Hold when callee's phone is ringing - in Attended Transfer, if callee don't answer
2005 Jan 23
0
No music with "Blind" transfer on GS ATA + Sipura-841
Hi there, I have setup Asterisk with a couple of Sipura SPA-841's and Grandstream ATA's. The problem is that with both of these devices the Unattended call transfer process seems to be just like Attended but instead you hang up as soon as you have dialled the number of the party your are transferring to. The call transfer all works fine BUT as you complete your side of the transfer
2006 Jan 25
1
Want to automatically park call and have caller hear ring tones
Here's the short of it. I have an Asterisk 1.2.1 system setup to handle both personal and business calls. Now, the business callers will hear music while on hold, so the default MOH needs to play regular music. Personal callers should hear rings, not music. I have this working except for one specific case. If someone calls during the day (we're night people), asterisk will not ring
2006 Jan 25
0
Want to automatically park call and have callerhear ring tones
Short replay to long 'short of it'!! Use a queue for your calls set the queue to ring. 'r' option I belive. Set up a queue that has no members but allows you t 'joinempty' Setup an extension that AddQueueMember(home-silent). You will then need to hangup and the call will ring. Before entering the queue you could have the system send the YAC info for you. It will
2006 Apr 05
0
What does this error mean "app.c: Huh....? no dial for indications?"
Hi, What does the following error mean: Apr 5 12:39:40 NOTICE[22755] app.c: Huh....? no dial for indications? Here is the 'full' log around the error: Apr 5 12:38:24 VERBOSE[22755] logger.c: -- outgoing agentcall, to agent '3002', on 'Local/510@default-6b6c,1' Apr 5 12:38:24 VERBOSE[22755] logger.c: -- Called Agent/3002 Apr 5 12:38:24 VERBOSE[22755]
2006 Jun 14
0
Strange problem with MusicOnHold - works outgoing - works with extension - but not incoming!
I've got a strange situation with musiconhold. It works if I dial my extension 6000: >From extensions.conf: exten => 6000,1,Answer exten => 6000,2,MusicOnHold() Debug output if I call 6000: -- Executing Answer("SIP/gs1-b6ee", "") in new stack -- Executing MusicOnHold("SIP/gs1-b6ee", "") in new stack -- Started music on hold,
2004 Jan 31
0
Dial app does not indicate ringing to calling party
I hope somebody has seen this before... I'm trying to use a Dial command on a inbound call to ring multiple destinations. The calls come in to me from the provider on IAX2, and one of the destinations I try to ring is a IAX2 to call to my cell phone. When I add the IAX2 destination into the Dial command, the setup I am trying to achieve works (i.e. my Zap, SIP, and cell phone all ring) but
2005 Sep 23
1
Dial() and BackGround()
Hello, is it possible to use Dial() and BackGround() in combination? I try to do something like this, but it is not working :( : exten => isdn,1,Set(LANGUAGE()=de) exten => isdn,2,Set(GROUP()=support) exten => isdn,3,GotoIf($[${GROUP_COUNT()} > 1],?100) ;Full group exten => isdn,2,Ringing() exten => isdn,3,Dial(SIP/302,120,tT) exten => isdn,5,Congestion exten =>
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
2004 Feb 03
3
Using a Dial Statement with option m and t
When I use option t and m together in the same dial statement the music on hold doesn't appear to work. Is this a normal operation? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040203/bfdd6806/attachment.htm
2004 Jan 26
0
Anyone run * on OS X ?
With the 1U Apple G5 server at a good reliability/storage/pricepoint level... got to thinking about compiling Asterisk on OS X.. at least for SIP phone call switching, voicemail, etc. Has anybody attempted this? Email me off list if this is too dev-heavy for the user list. Thanks, Ted W -----Original Message----- From: asterisk-users-request@lists.digium.com