That did it, the error went away, but the solution doesn't solve the problem. I probably will start a new thread when I get more data because it's a bit convoluted. I'm using Asterisk to act as an intermediary between two sip providers (one provides DID's to users on the other, with Asterisk acting more or less like a back-to-back agent in the middle). However when the user on the SIP side tries to redirect to a conference server the call breaks down in the asterisk. Asterisk seems to see the refer message as a new call and doesn't relate it to the original call leg.
Like I said convoluted, and my approach to the problem may not be the right one. Thanks for the help Hendrik -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mikael Magnusson Sent: Wednesday, April 06, 2005 4:48 PM To: [email protected] Subject: Re: [Asterisk-Users] SIP messages truncated to 256 characters 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 _______________________________________________ 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
