please explain me how you want to configure the misdn.conf to enable
that and what sort of dynamic things (like dialplan applications) you
would need.
Christian
Kai Ober wrote:
> Christian Richter schrieb:
>
>> You can do that easily with the extensions.conf and maybe with the
>> asterisk DB, there is no need to do that in the channel driver.
>>
>> Christian
>>
>>
>
>
> what i do at the moment:
>
> exten => s,1,Set(CD_DEST=${DB(4711/CD)})
> exten => s,2,misdn_facility(calldeflect,${CD_DEST})
>
> but there is at least a problem when i want to do following:
>
> i have an external number, and i want to multiplex this number to
> severel destionations (internal numbers, not PORTS)
> i can't use a dial(local .... ) because after a dial (local...) CD
> isn't (or was not) possible any more.
>
> so i have an entry in astDB like this
> externNumber->internNumber1&internNumber2
>
> when i want to make a dial i have to translate the extern number to
> intern numbers and the
> intern numbers to PORTS (misdn/1/300&ZAP/6&mISDN/3/301& mISDN 4/301)
>
> and then do a DIAL(misdn/1/300&ZAP/6&mISDN/3/301& mISDN 4/301) .
>
> |----- 300 ----> mISDN/1/300 & ZAP/6
> 12345678-------|
> |----- 301 ---->mISDN/3/301 & mISDN 4/301
>
>
> if misdn/1/300 wants to call deflect i have no chance to not
> deflectthe others cause i had to to the
> misdn_facility(calldeflect,${CD_DEST}) before the DIAL command.
> multiplexing by dial local would not work, cause after dial local
> calldeflection does not work any more.
>
> so why not do call deflection in chan_mISDN?
>
>
> Regards
> Kai Ober
>
>
>
>
>
>
> _______________________________________________
> Misdn-asterisk mailing list
> [email protected]
> http://lists.beronet.com/cgi-bin/mailman/listinfo/misdn-asterisk
>
>
_______________________________________________
Misdn-asterisk mailing list
[email protected]
http://lists.beronet.com/cgi-bin/mailman/listinfo/misdn-asterisk