View previous topic :: View next topic |
Author |
Message |
bilmar_gh at yahoo.com Guest
|
Posted: Fri Jan 04, 2008 6:52 pm Post subject: [asterisk-users] Conditional Dial |
|
|
Hi All;
Is there a command that can let me execute the
Dial(.....) if {CALLERIDNUM}= ......? Without using
GotoIf?
Any help?
Regards
Bilal
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ |
|
Back to top |
|
|
tilghman at mail.jeffa... Guest
|
Posted: Fri Jan 04, 2008 11:19 pm Post subject: [asterisk-users] Conditional Dial |
|
|
On Friday 04 January 2008 17:52:52 bilal ghayyad wrote:
Quote: | Is there a command that can let me execute the
Dial(.....) if {CALLERIDNUM}= ......? Without using
GotoIf?
|
Exec(${IF($["${CALLERID(num)}" = "12345"]?Dial(foo):NoOp)}
--
Tilghman |
|
Back to top |
|
|
|