Re: [asterisk-users] Transfers - No ringback or moh

2006-07-26 Thread Mike Dawson

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

___
--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


Re: [Asterisk-Users] attended transfer issue

2006-07-21 Thread Mike Dawson
I believe this bug is independent of handset and though I've only come 
across it with SIP I think it affects all channels too.  The transfer 
method is that defined in features.conf.


Mike

Tong wrote:

Are you using a cisco 7960 with POS 8.2?

- Original Message - From: Mike Dawson [EMAIL PROTECTED]
To: Asterisk Users Mailing List - Non-Commercial Discussion 
asterisk-users@lists.digium.com

Sent: Wednesday, July 19, 2006 2:31 AM
Subject: Re: [Asterisk-Users] attended transfer issue



Thomas Artner wrote:


A few months ago I needed some help for the following issue:

.) a call comes in
.) Person A takes the call and does an attended transfer to Person B
.) Person A hangs up the phone without waiting for Person B taking 
the call

.) the caller get lost at this point !!


I've just come across this issue too.  As the call gets hung up if the 
transfer is attempted before answer I tried changing this:


exten = _90ZX,1,Dial(zap/g1/${EXTEN},,TW)

to this:

exten = _90ZX,1,Answer
exten = _90ZX,n,Dial(zap/g1/${EXTEN},,TW)

So the call is 'answered' in one sense before it starts ringing.  I've 
only tested it on a zap channel so far but it seems to fix it.  Unless 
this is how Answer() is supposed to be used, I'm not sure then it's a 
bit of a dirty hack and I don't know what else it might break.


I'm not back in the office until next week so can't test my brainwave 
out fully.


Mike
___
--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


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.1/390 - Release Date: 7/17/2006




___
--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

___
--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


Re: [Asterisk-Users] attended transfer issue

2006-07-19 Thread Mike Dawson

Thomas Artner wrote:


A few months ago I needed some help for the following issue:

.) a call comes in
.) Person A takes the call and does an attended transfer to Person B
.) Person A hangs up the phone without waiting for Person B taking the call
.) the caller get lost at this point !!


I've just come across this issue too.  As the call gets hung up if the 
transfer is attempted before answer I tried changing this:


exten = _90ZX,1,Dial(zap/g1/${EXTEN},,TW)

to this:

exten = _90ZX,1,Answer
exten = _90ZX,n,Dial(zap/g1/${EXTEN},,TW)

So the call is 'answered' in one sense before it starts ringing.  I've 
only tested it on a zap channel so far but it seems to fix it.  Unless 
this is how Answer() is supposed to be used, I'm not sure then it's a 
bit of a dirty hack and I don't know what else it might break.


I'm not back in the office until next week so can't test my brainwave 
out fully.


Mike
___
--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