[Home]

Summary:ASTERISK-06587: "usereqphone" doesn't work
Reporter:alein (alein)Labels:
Date Opened:2006-03-21 04:45:12.000-0600Date Closed:2008-01-15 17:46:32.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 6766.patch
Description:chan_sip.c, function sip_call() contains:
struct sip_pvt *p;
p = ast->tech_pvt;
Variable p doesn't cotain the flag SIP_USEREQPHONE, and for this reason configuration parameter "usereqphone=yes" doesn't work.
Comments:By: Russell Bryant (russell) 2006-03-21 08:42:21.000-0600

Please test the attached patch.

http://www.asterisk.org/developers/Patch_Howto

By: Olle Johansson (oej) 2006-03-22 03:10:25.000-0600

fixed in 1.2 and svn trunk. Thanks.

By: Olle Johansson (oej) 2006-03-22 03:14:52.000-0600

1.2 rev 14140
trunk rev 14141

By: Digium Subversion (svnbot) 2008-01-15 17:46:30.000-0600

Repository: asterisk
Revision: 14140

U   branches/1.2/channels/chan_sip.c

------------------------------------------------------------------------
r14140 | oej | 2008-01-15 17:46:30 -0600 (Tue, 15 Jan 2008) | 2 lines

Issue ASTERISK-6587 - fix ;user=phone functionality. (Reported by alein, fix by russell - thanks!)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=14140

By: Digium Subversion (svnbot) 2008-01-15 17:46:32.000-0600

Repository: asterisk
Revision: 14141

_U  trunk/
U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r14141 | oej | 2008-01-15 17:46:31 -0600 (Tue, 15 Jan 2008) | 2 lines

Issue ASTERISK-6587 - Make ;user=phone work again - imported from 1.2

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=14141