Bartosz Piec wrote: > How to set calls forwarding only to numbers that are available in user's > context (so if he has only locals calls he cannot set calls forwarding > for mobile phones)?
When the user sets the forwarding number, store the user's context in the DB along with the forwarding number. Make sure you have an invalid extension 'i' in the user's context as well. For an incoming call, when the Dial returns busy or no answer, execute a jump to the retrieved context/extension. If the user doesn't have the forwarding number in his context, the incoming call will land in the invalid extension. -Johnathan _______________________________________________ --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
