Kai Ober wrote: > Christian Richter schrieb: > >> Kai Ober wrote: >> >> >> >>> Christian Richter schrieb: >>> >>> >>> >>>> So for the Set function the arguments mean: >>>> >>>> Whenever a call on port "Port" with the dad "MSN" comes in it >>>> should be >>>> Calldeflected to the new dad "CD_Destination". >>>> >>>> is that correct ? >>>> >>>> >>> >>> short answer: yes indeed. >>> important is, that the other "setups" don't die. i.e the other phones >>> keep ringing! >>> >>> longer answer : >>> (the way i understood CD) >>> normally CD would be send as an facility by the phone back to >>> asterisk. so a setup would be sent to the phone, and the phone would >>> "say" something like "no i dont want this caller" and give >>> information about CD_DEST. >>> >>> >> >> this is not possible with CD, if we send the CD to tha caller this call >> (the A end) will be disconnected by the Switch. >> > > i don't get the point here. sry. > > could you explain it little more. >
Call A oad:007 dad:123 --> chan_misdn chan_misdn creates Asterisk Channel -> Dial(Dev1&Dev2&..&DevN) DevX is in the State to be deflected to his mobile --> Chan_misdn sends Calldeflect for Call A to mobile Nr. 555. Switch disconnects Call A and deflects the Call to mobile Nr. 555 Call A is Disconnected ---> Chan_misdn sends Asterisk the hangup asterisk has hangup --> Dev1-DevN will be hanguped as well. --- It is not possible to sort of split the Calldeflect and remain with the Setup. The only solution i see is that you add the to deflected nr. to the dial which means if Dev X is to be deflected to Nr 555 just make the dial like : Dial(Dev1&...DevX-1&mISDN/g:out/555&DevX+1&...&DevN) This costs indeed 2 channels, one incoming and one outgoing. If the mobile would pickup the Phone, we could in general try to do some sort of ECT to connect the call in the switch, but still 2 channels where used. So far i don't see any alternative. > yours > Kai > > Nebenbei: > haben wir hier eigentlich irgendjemanden der nur der englischen > sprache mächtig ist auf der liste? > ganz ehrlich gesagt, mir geht das ganze hin und her uebersetzen ein > wenig auf den geist. > das ist keine beleidigung, nur eine feststellung. > > we're trying to have this List only in english, because we have a lot of english speaking people that have no alternative to get support, the voip-forum.de is german only .. This list is also browsable, so everybody searching for problems/solutions has the possibility to do so, even if not german speaking. _______________________________________________ Misdn-asterisk mailing list [email protected] http://lists.beronet.com/cgi-bin/mailman/listinfo/misdn-asterisk
