[Asterisk-Users] Individual contexts pending on Caller-ID?
B. J. Bomar
bbomar at raccoon.com
Thu Feb 3 10:37:53 MST 2005
Indirectly. You can use the "ex-girlfriend" feature to route the calls
differently. The following is a simple example.
exten => s/5551234,1,Goto(context1,s,1)
exten => s/5555678,1,Goto(context2,s,1)
exten => s,1,Goto(default,s,1)
I hope that helps you out.
B. J.
-----Original Message-----
From: Daniel Nyström [mailto:daniel.nystrom at westel.se]
Sent: Thursday, February 03, 2005 9:16
To: asterisk-users at lists.digium.com
Subject: [Asterisk-Users] Individual contexts pending on Caller-ID?
Hi! Is it possible to handle incoming calls with different contexts pending
on the callerid ?
E.g. like you are able to define different contexts on each Zap-channel.
Thanks!
More information about the asterisk-users
mailing list