[asterisk-users] Transfers - No ringback or moh
Mike Dawson
mdawson at totton.ac.uk
Wed Jul 26 07:32:43 MST 2006
I get round this bug by replacing:
exten => X,1,Dial(sip/blah)
with:
exten => X,1,Answer
exten => X,n,Dial(sip/blah)
It means the call is in an answered state before it starts ringing but
it doesn't seem to cause any major problems.
Mike
Martin Schrott - Thinking-Systems wrote:
> Hi all,
>
> I cannot exactly reproduce your problems, but I can tell you, what problem
> we have on this topic:
>
> a calles b.
> b takes the call and can speak to a.
> b sets up a attendend transfer (via the softkey configured in asterisk) to
> c and hears ringing.
> a hears music on hold.
> b hears ringing
>
> if c answeres and b hanges up, everything is fine.
>
> now the problem:
> if b hangs up, before c has answered (during ringing) a will loose the
> connection and also be hanged up.
>
> I think this should not happen! The transfer should automatically be changed
> to blind and a should get the ringing played back instead of b.
>
> Hope, you can understand my problem and may have any ideas or thoughts.
>
> Greetings and Thanks,
>
> Martin
>
>
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list