On 03/23/06 03:08 Mojo with Horan & Company, LLC said the following:
Poor Andrew, everyone just comments how cool his email is ;)

I think the problem is:

exten => 2,3,Set($ { DB( forward/${CALLERIDNUM} ) = ${FORWARD} } )
should be
exten => 2,3,Set(DB(forward/${CALLERIDNUM}) = ${FORWARD})
Note removal of the "$ {" and the "}"

actually it should be,

exten => 2,3,Set(${DB(forward/${CALLERIDNUM})} = ${FORWARD}  )

note the moving of the last } to encompass the left side of the Set argument, i.e. the entire DB() function.

on most days i'd have just ignored a user question like this, but andrew's fake nigerian 419 scam was hilarious.

--
Regards,                           /\_/\   "All dogs go to heaven."
[EMAIL PROTECTED]                (0 0)    http://www.alphaque.com/
+==========================----oOO--(_)--OOo----==========================+
| for a in past present future; do                                        |
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo "The opinions here in no way reflect the opinions of my $a $b."  |
| done; done                                                              |
+=========================================================================+
_______________________________________________
--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