I was using timeouts.  The dial plan was altered and working by the time of the replies, so I'm sorry I can't show the original problem.
It's possible I did something simple like not waiting the whole timeout.
Thanks,
Mark

On 10/10/06, Dovid B <[EMAIL PROTECTED]> wrote:
Simple
Exten => 1234,1,Dial(SIP/[EMAIL PROTECTED],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/[EMAIL PROTECTED],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
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/[EMAIL PROTECTED])
exten => context,2,Dial( SIP/[EMAIL PROTECTED])

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


_______________________________________________
--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



_______________________________________________
--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

Reply via email to