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 -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef Size: 1306 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040528/aa4c1812/winmail.bin
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
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.
--On Friday, May 28, 2004 2:57 pm -0400 "Timothy R. McKee" <tim@baseworx.net> 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