Re: [Asterisk-Users] Disable blind xfer

2004-05-29 Thread Iain Stevenson

--On Friday, May 28, 2004 2:57 pm -0400 Timothy R. McKee 
[EMAIL PROTECTED] wrote:

My SIP users need to transmit the # key as part of data entry.  Asterisk
intercepts and initates a transfer function.   I'm almost positive I've
seen this discussed somewhere, but none of my searches are finding it.
This is roughly the same issue as the double hash transfer I implemented 
for analogue phones connecting through an ATA.  Search for that.

 Iain
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Disable blind xfer

2004-05-28 Thread Timothy R. McKee

My SIP users need to transmit the # key as part of data entry.  Asterisk
intercepts and initates a transfer function.   I'm almost positive I've seen
this discussed somewhere, but none of my searches are finding it.

Anyone have a handy answer?

Tim McKee
attachment: winmail.dat

Re: [Asterisk-Users] Disable blind xfer

2004-05-28 Thread Ariel Batista
Timothy R. McKee wrote:
 My SIP users need to transmit the # key as part of data entry.
 Asterisk intercepts and initates a transfer function.   I'm almost
 positive I've seen this discussed somewhere, but none of my searches
 are finding it.

In your dial plan take the Tt out of it.  exten = 123,Dial(Zap/1,20,Tt) to
exten = 123,Dial(Zap/1,20)


 Anyone have a handy answer?

 Tim McKee

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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] Disable blind xfer

2004-05-28 Thread Andrew Kohlsmith
On Friday 28 May 2004 14:57, Timothy R. McKee wrote:
 My SIP users need to transmit the # key as part of data entry.  Asterisk
 intercepts and initates a transfer function.   I'm almost positive I've
 seen this discussed somewhere, but none of my searches are finding it.

Don't put T and/or t in the Dial() string, depending on if they're originating 
or accepting the calls.

show application dial is your friend here.

-A.
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users