[asterisk-bugs] [Asterisk 0018920]: chan_sip.c with a out-f-call message
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat Mar 5 05:52:36 CST 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18920
======================================================================
Reported By: ded
Assigned To: russell
======================================================================
Project: Asterisk
Issue ID: 18920
Category: Channels/chan_sip/NewFeature
Reproducibility: always
Severity: feature
Priority: normal
Status: feedback
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
http://svn.digium.com/svn/asterisk/team/russell/messaging/
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!): 309251
Request Review:
======================================================================
Date Submitted: 2011-03-03 10:03 CST
Last Modified: 2011-03-05 05:52 CST
======================================================================
Summary: chan_sip.c with a out-f-call message
Description:
<patch removed>
======================================================================
----------------------------------------------------------------------
(0132657) ddkprog (reporter) - 2011-03-05 05:52
https://issues.asterisk.org/view.php?id=18920#c132657
----------------------------------------------------------------------
>russell
at function
sip_msg_send(const struct ast_msg *msg, const char *to, const char *from)
SendMessage not work, becouse not set the 'To' as field 'todnid'
and not show 'From' on the client, becouse not set field 'fromuser' and
'fromname'
ast_string_field_set(pvt, todnid, to);
ast_string_field_set(pvt, fromuser, num);
ast_string_field_set(pvt, fromname, num);
Issue History
Date Modified Username Field Change
======================================================================
2011-03-05 05:52 ddkprog Note Added: 0132657
======================================================================
More information about the asterisk-bugs
mailing list