On Wed, Apr 06, 2005 at 04:17:00PM -0400, Hendrik Magilsen wrote: > I'm troubleshooting a REFER message. It appears that incoming REFER message > details are being truncated to 256 characters. I'm dealing with a SIP > provider that sends out large reference strings. The r: parameter is just a > bit bigger than the 256 characters asterisk seems to be truncating to, > consequently it loses part of the reference domain and the transaction > fails. I'm poking through the source code in chan_sip.c, but C is not my > strong suit, can someone point me to the variable declarations for incoming > message strings so I can increase the size and recompile to see if this > sorts out my call issue? >
Probably one of the tmp variables in get_refer_info. /Mikael Magnusson _______________________________________________ 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
