Brian J. Murrell
2008-Apr-09 19:12 UTC
[asterisk-users] setting dtmf mode for a particular peer
When I make a toll-free call using tf.voipmich.com DTMF doesn't work. According to this post: http://www.trixbox.org/forums/trixbox-forums/help/enum-strangeness it's because voipmich needs dtmfmode set to "info". How do I specify this for a single SIP peer (tf.voipmich.com) given that I normally don't register to them. I have tried creating a sip.conf entry: [voipmich] type=peer fromuser=nobody fromdomain=nodomain host=tf.voipmich.com dtmfmode=info But that does not appear to be working. Maybe my approach is all wrong. Any ideas? b. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20080409/2699fa1b/attachment.pgp
Tilghman Lesher
2008-Apr-09 21:18 UTC
[asterisk-users] setting dtmf mode for a particular peer
On Wednesday 09 April 2008 14:12:08 Brian J. Murrell wrote:> When I make a toll-free call using tf.voipmich.com DTMF doesn't work. > According to this post: > http://www.trixbox.org/forums/trixbox-forums/help/enum-strangeness it's > because voipmich needs dtmfmode set to "info". > > How do I specify this for a single SIP peer (tf.voipmich.com) given that > I normally don't register to them. > > I have tried creating a sip.conf entry: > > [voipmich] > type=peer > fromuser=nobody > fromdomain=nodomain > host=tf.voipmich.com > dtmfmode=info > > But that does not appear to be working. Maybe my approach is all wrong. > Any ideas?No, that's correct. The problem is that you aren't using the peer definition when you dial (as you said, you've never needed it before). Use Dial(SIP/1234 at voipmich) NOT Dial(SIP/1234 at tf.voipmich.com) -- Tilghman