James The default behaviour for Asterisk is to send re-invites to the connected parties that will re-direct the RTP stream to go directly between the end-points instead of going through Asterisk.
In theory the option "canreinvite=no" should prevent this happening, but I have never found it works. Instead, the trick that always works for me is to add an option to the Dial command that tells Asterisk to look for DTMF during the call. Suitable options include "t", T", "h", "H", "w", "W" or "L". Check for details here: http://www.voip-info.org/wiki/view/Asterisk+cmd+Dial ...and this means it is really a question related to Asterisk and not OpenSIPS. John Quick Systems Consultant Smartvox Limited > 2009/5/20 James Lamanna <jlamanna at gmail.com>: >> Hi, >> I want to use OpenSIPs as the registrar (and NAT handler) for an >> Asterisk/Trixbox installation. >> I've got things partially working, but I've totally made a mess of my >> config (I can post it if you would like). >> >> Some things that I need: >> >> I'm having problems with SIP<->SIP calls because I need asterisk to >> stay in the media stream, so really the call has to be routed like: >> >> phone1 <--> opensips <--> asterisk <--> opensips <--> phone2. >> >> Does anyone have any configs that come close to this that I could stare at? > Set "canreinvite=no" for opensips peer in sip.conf. >> The ones I've found on the web are useful in some ways, but not in others. > This question is more related to Asterisk. _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
