Hey, When users call my phone at the office, I also want my mobile to ring.. This works fine using dial(...&...), but there may be some problems with the cdr's generated from this. There is only one cdr generated (for the first destination). I need to see if the call is answered by the mobile or by the office phone (different rating). Is this a bug, or is it a feature? Morten Tryfoss -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051214/70ffee9c/attachment.htm
a0305292@unet.univie.ac.at
2005-Dec-14 04:31 UTC
[Asterisk-Users] Dial multiple destinations
well, guess that's the way it is(a feature? i don't know)... but you can help ourself with the cmd SetCDRUserField respectively AppendCDRUserField (see http://www.voip-info.org/wiki/view/Asterisk+cmd+SetCDRUserField) for dialing multiple destinations, maybe follow_me could be an interesting patch for you. it'd be nice for "confirmation"(confirm with # before call is connected, for mobiles where you don't want the mailbox to pickup), though i had no possibility to add it yet... -> http://bugs.digium.com/view.php?id=5574 regards christian On Wed, 14 Dec 2005 11:31:17 +0100 "Morten Tryfoss" <lister@tryfoss.no> wrote:> Hey, > > When users call my phone at the office, I also want my mobile to ring.. > > This works fine using dial(...&...), but there may be some problems with the cdr's generated from this. > > There is only one cdr generated (for the first destination). I need to see if the call is answered by the mobile or by the office phone (different rating). > > Is this a bug, or is it a feature? > > > Morten Tryfoss