[Spce-user] SIP INFO for DTMF

Daniel Grotti dgrotti at sipwise.com
Mon Feb 10 07:49:13 EST 2014


Hi,
as
http://lists.sipwise.com/pipermail/spce-user/2012-November/002264.html
says, first you have to create the custom template of
/etc/ngcp-config/templates/etc/kamailio/proxy/kamailio.cfg.tt2.

To do that:

cp /etc/ngcp-config/templates/etc/kamailio/proxy/kamailio.cfg.tt2
/etc/ngcp-config/templates/etc/kamailio/proxy/kamailio.cfg.customtt.tt2


Then open you customtt.tt2 and search for the following line:

        if(is_method("INVITE|ACK|CANCEL|BYE|OPTIONS|PRACK|UPDATE"))
        {
                route(ROUTE_PRX_REQUEST);
        }


and change it into:


        if(is_method("INVITE|ACK|CANCEL|BYE|OPTIONS|PRACK|UPDATE|INFO"))
        {
                route(ROUTE_PRX_REQUEST);
        }



After that run: ngcpcfg apply


Regards,
Daniel




On 02/07/2014 11:55 AM, Gerry Manley wrote:
> Hi All,
> 
> I'm running latest version of SIP Provider CE and need to get SIP INFO
> working
> 
> I've read a previous thread back in 2012 but not sure how to implement.
> 
> Can you assist please
> 
> -- 
> 
> 
> 
> Gerry Manley
> 
> 
> 
> _______________________________________________
> Spce-user mailing list
> Spce-user at lists.sipwise.com
> http://lists.sipwise.com/listinfo/spce-user
> 




More information about the Spce-user mailing list