[Asterisk-Users] How to xfer calls or is my setup wrong?

2005-02-08 Thread Mark Benson
I am having problems transferring calls from one sip extension to 
another - the extensions use various phones hardware/software.

From what I can tell I should just be able to press # and then dial an 
extension to blind xfer a call right? How do I do attended xfer?
Either the phones (for this test I have tried xlite and budgetone102) 
are not sending DTMF correctly or something else is amiss...

The call comes in from an external number via IAX2 (0870xxx) which I 
can answer on any of the ringing extensions no problem. But when I need 
to xfer that call I am more or less stuck. I have read various posts and 
something about *8# ? seemed to partially work one on the grandstream 
but I haven't been able to reproduce that...

The CLI doesn't show anything odd...
Any ideas?
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] How to xfer calls or is my setup wrong?

2005-02-08 Thread Altus Snyman
What asterisk version
I know we had a problem with one of the cvs
We couldn't use the transfer buttons,but # worked
What about the Dail(SIP/111,12,tT) in your extensions.conf

On Tue, 2005-02-08 at 13:50, Mark Benson wrote:
 I am having problems transferring calls from one sip extension to 
 another - the extensions use various phones hardware/software.
 
  From what I can tell I should just be able to press # and then dial an 
 extension to blind xfer a call right? How do I do attended xfer?
 Either the phones (for this test I have tried xlite and budgetone102) 
 are not sending DTMF correctly or something else is amiss...
 
 The call comes in from an external number via IAX2 (0870xxx) which I 
 can answer on any of the ringing extensions no problem. But when I need 
 to xfer that call I am more or less stuck. I have read various posts and 
 something about *8# ? seemed to partially work one on the grandstream 
 but I haven't been able to reproduce that...
 
 The CLI doesn't show anything odd...
 
 Any ideas?
 
 ___
 Asterisk-Users mailing list
 Asterisk-Users@lists.digium.com
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
 

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] How to xfer calls or is my setup wrong?

2005-02-08 Thread Mark Benson
I have this in my extensions.conf
exten = 08700xx,1,Dial(SIP/test1SIP/test2SIP/test3,30,t)
To ring a group of internal extensions for any call coming in on that 
number

And
exten = 100,1,Dial(SIP/test1,20,Trt)
exten = 100,2,Voicemail(u100)
exten = 100,3,Hangup()
exten = 100,102,Voicemail(b100)
exten = 100,103,Hangup()
For each extension...
Altus Snyman wrote:
What asterisk version
I know we had a problem with one of the cvs
We couldn't use the transfer buttons,but # worked
What about the Dail(SIP/111,12,tT) in your extensions.conf
On Tue, 2005-02-08 at 13:50, Mark Benson wrote:
 

I am having problems transferring calls from one sip extension to 
another - the extensions use various phones hardware/software.

From what I can tell I should just be able to press # and then dial 
an extension to blind xfer a call right? How do I do attended xfer?
Either the phones (for this test I have tried xlite and budgetone102) 
are not sending DTMF correctly or something else is amiss...

The call comes in from an external number via IAX2 (0870xxx) 
which I can answer on any of the ringing extensions no problem. But 
when I need to xfer that call I am more or less stuck. I have read 
various posts and something about *8# ? seemed to partially work one 
on the grandstream but I haven't been able to reproduce that...

The CLI doesn't show anything odd...
Any ideas?
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
  

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
 


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] How to xfer calls or is my setup wrong?

2005-02-08 Thread Mark Benson
I put dtmfmode=rfc2388 into the sip.conf definitions for each sip client 
and now asterisk is recognising the # key press - guess it wasn't 
hearing the dtmf tones...

Now blind xfer works - how do I do attended xfer? I have read posts 
about it being in the CVS version - I am running the 1.0.3 release...

Altus Snyman wrote:
What asterisk version
I know we had a problem with one of the cvs
We couldn't use the transfer buttons,but # worked
What about the Dail(SIP/111,12,tT) in your extensions.conf
On Tue, 2005-02-08 at 13:50, Mark Benson wrote:
 

I am having problems transferring calls from one sip extension to 
another - the extensions use various phones hardware/software.

From what I can tell I should just be able to press # and then dial an 
extension to blind xfer a call right? How do I do attended xfer?
Either the phones (for this test I have tried xlite and budgetone102) 
are not sending DTMF correctly or something else is amiss...

The call comes in from an external number via IAX2 (0870xxx) which I 
can answer on any of the ringing extensions no problem. But when I need 
to xfer that call I am more or less stuck. I have read various posts and 
something about *8# ? seemed to partially work one on the grandstream 
but I haven't been able to reproduce that...

The CLI doesn't show anything odd...
Any ideas?
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
   

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
 

___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users