This repository was archived by the owner on Apr 23, 2024. It is now read-only.
Changed to be international phone # friendly#8
Open
liljenstolpe wants to merge 3 commits intotwilio:masterfrom
Open
Changed to be international phone # friendly#8liljenstolpe wants to merge 3 commits intotwilio:masterfrom
liljenstolpe wants to merge 3 commits intotwilio:masterfrom
Conversation
added 3 commits
March 20, 2012 18:47
menu setting. Changed to reflect ITU phone number length recommendations.
new SDK builds for armv[67]. As the included libprce.a is an armv6 i386 lib only, the build fails. The correct fix would be one of the following: 1) static build another libpcre for armv[67] or 2) build libpcre as part of the project I did not have time, right now to do the right thing, so I just forced the build to armv6. Christopher <cdl@asgaard.org>
…m the addressbook. The addressbook maintains correct phone numbers. The strip was blowing away the '+', for example.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
menu setting. Changed to reflect ITU phone number length recommendations.
Also changed the addressbook number selection routine to stop it from blowing away the '+' character.
Changed to build arm6 target only as pcre static library is only built for arm6