[Home]

Summary:ASTERISK-09720: [patch] uri_decode changing + signs to spaces (' ')
Reporter:Brandon Kruse (bkruse)Labels:
Date Opened:2007-06-20 14:44:00Date Closed:2007-06-20 15:40:21
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) uri_decode.patch
Description:In the GUI, with the new service providers, we need to send a + sign before the outbound extension for bandwidth.com, however, we could not because the plus was being formatted into a space.


I uploaded a patch to remove the uri_decode function, and update the place that called it.

This patch should work.

Thanks!

-bkruse

****** STEPS TO REPRODUCE ******

uriencodecomponent() a string with a + in it, and send it to asterisk.

****** ADDITIONAL INFORMATION ******

Currently in revision 70446

Introduced in revision 45473
Comments:By: Brandon Kruse (bkruse) 2007-06-20 14:45:01

P.S.

This needs to be fixed in the aadk branch if it is a problem (im not sure)

Thanks ;]

By: Brandon Kruse (bkruse) 2007-06-20 15:11:26

My apologies for having my preferences set to GUI and reporting under gui-general. This is an asterisk problem with http.c

-bk

By: Jason Parker (jparker) 2007-06-20 15:40:21

Fixed in revision 70493.