[chan-capi-users] calling MSN+something else?
Stefan Tichy
asterisk-isdn at pi4tel.de
Fri Oct 3 14:16:14 CEST 2008
On Fri, Oct 03, 2008 at 10:50:48AM +0000, Sven Geggus wrote:
> I don't have a lot of Knowledge about ISDN signaling.
Your question has not much to do with ISDN signaling. It is just a
dialplan problem.
> Is it however possible to set up something like this:
>
> exten => <MSN>0,1,DoSomething
> exten => <MSN>1,1,DoSomethingElse
> exten => <MSN>DoGenericTask
Yes, you can do this. At least if you have Asterisk 1.4 (or 1.6)
installed.
exten => _X.,1,Verbose(2,${EXTEN})
exten => _123451,2,DoSomething
exten => _123452,2,DoSomethingElse
exten => _X.,2,DoGenericTask
exten => _X.,3,Verbose(2,done)
--
Stefan Tichy ( asterisk-isdn at pi4tel dot de )
More information about the Chan-capi-users
mailing list