OUTBOUND RUBY DIAL PLAN - GETTING STARTED w/ SIP SORCERY [Updated 2019.02.28]

Feedback, issues & questions regarding the use of the Telis Wizard and Simple Wizard dial plans.
User avatar
Flip
Posts: 95
Joined: Sun Aug 19, 2012 3:53 am

Re: Getting Started :: Australian OZ RUBY Dial Plan 2016/2017

Post by Flip » Tue Oct 18, 2016 4:29 pm

I'm glad I could help! :)

Does dt= add a delay on that leg, or the subsequent leg? i.e. before initiating that leg (leg before the dt= position) or the following leg (after the dt= position)?

Ta
ISP: Southern Phone ADSL2+ $55 Bundle. 22.4/1.2Mbps, GB Bundle [Telstra].
VSP: SIPTalk¹, Symbio² & MyNetFone³ via SIPSorcery Cloud PBX. [Warning! Avoid DIDLogic!!! Beware!!]
H/W: Asus RT-AC86U; Cisco SPA232D, 2 x SPA901's, SPA3102; Yealink SIP-T46G.

Aaron
Site Admin
Posts: 4652
Joined: Thu Jul 12, 2007 12:13 am

Re: Getting Started :: Australian OZ RUBY Dial Plan 2016/2017

Post by Aaron » Wed Oct 19, 2016 6:21 am

The delay is applied to the call leg that the option is part of.

Code: Select all

sys.Dial("1234@i_get_delayed[dt=10]&456@no_delay")

User avatar
Flip
Posts: 95
Joined: Sun Aug 19, 2012 3:53 am

Re: Getting Started :: Australian OZ RUBY Dial Plan 2016/2017

Post by Flip » Sat Oct 22, 2016 8:11 pm

Aaron wrote:The delay is applied to the call leg that the option is part of.

Code: Select all

sys.Dial("1234@i_get_delayed[dt=10] & 456@no_delay")
Okay, now we're talking. I thought it was processed in serial. However, it seems all strings separated by '&' are run in parallel.
Thank Aaron - it's crystal clear.
ISP: Southern Phone ADSL2+ $55 Bundle. 22.4/1.2Mbps, GB Bundle [Telstra].
VSP: SIPTalk¹, Symbio² & MyNetFone³ via SIPSorcery Cloud PBX. [Warning! Avoid DIDLogic!!! Beware!!]
H/W: Asus RT-AC86U; Cisco SPA232D, 2 x SPA901's, SPA3102; Yealink SIP-T46G.

Post Reply