[asterisk-users] sequential Dial() commands

Dovid B asteriskusers at dovid.net
Tue Oct 10 12:46:57 MST 2006


Simple
Exten => 1234,1,Dial(SIP/2 at b.com,90) ; This will ring thier phone for 90 seconds
Exten => 1234,2,Noop("If user dosent pick up do something here")
Exten => 1234,102,Dial(SIP/b at b.com,90) ; WIll ring user B if User is Busy or hits the reject button
Exten => 1234,103,Noop("If user dosent pick up do something here")
Exten => 1234,203,Noop("If user B is busy or rejects call do something here")
  ----- Original Message ----- 
  From: Mark Price 
  To: Asterisk Users 
  Sent: Tuesday, October 10, 2006 7:28 PM
  Subject: [asterisk-users] sequential Dial() commands


  Hi,

  How do I cause the dial plan to dial a different extension if the first either never picks up or presses ignore or what have you?
  For example, something like this:

  exten => context,1,Dial( SIP/a at b.com)
  exten => context,2,Dial(SIP/b at c.com)

  Currently, if the first number doesn't answer, the session is closed.

  Thanks
  Mark



------------------------------------------------------------------------------


  _______________________________________________
  --Bandwidth and Colocation provided by Easynews.com --

  asterisk-users mailing list
  To UNSUBSCRIBE or update options visit:
     http://lists.digium.com/mailman/listinfo/asterisk-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061010/bf7163f4/attachment.htm


More information about the asterisk-users mailing list