[Home]

Summary:ASTERISK-19829: MessageSend disregards the port when specified in the from option of MessageSend(to[,from])
Reporter:philipp2 (philipp2)Labels:
Date Opened:2012-05-01 17:07:19Date Closed:2012-06-04 19:21:32
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Channels/chan_sip/Messaging
Versions:10.3.1 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Gentoo Linux 64 bitAttachments:
Description:Asterisk runs on port 5070, and MessageSend is called with MessageSend(to,"Name" <sip:1234@1.2.3.4:5060>). However SIP DEBUG shows that :5060 is replaced by :5070.
Comments:By: Matt Jordan (mjordan) 2012-05-04 08:33:03.761-0500

We require a complete debug log to help triage the issue. This document will provide instructions on how to collect debugging logs from an Asterisk machine for the purpose of helping bug marshals troubleshoot an issue: https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information

Please have 'sip set debug on' as well.