We're are trying to get call forwarding working on our Asterisk
PBX. I've found some examples like this:

exten => _*72.,1,DBput(CFIM/${CALLERIDNUM}=${EXTEN:3})
exten => _*72.,2,Answer
exten => _*72.,3,Wait(1)
exten => _*72.,4,SayDigits(${CALLERIDNUM})
exten => _*72.,5,SayDigits(${EXTEN:3})
exten => _*72.,6,Hangup

However this doesn't seem to work. I read that Asterisk
uses a Berkeley DB1 internally. This should be built into
it with the source? Are there any examples to get this
working correctly?

Thank you,

Jeroen Moetwil
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to