Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
We have a developer who is working on our Twilio code. He is located in Boliva. The problem is that he needs to be able to make and receive calls in order to test the Twilio code. As far as I know, phone numbers in Bolivia are not supported by Twilio.
What is a good workaround for this. Can skype or some other voip solution be used so that he can have a US-based number for debugging?
Thanks!
there are hundreds of VoIP providers which sell you an US number for a few bucks per month, and the incoming calls would be delivered to you via SIP. So you just need a SIP client to connect to such provider, and the calls to your US number would land on your desk.
Search keywords: "DID Number", "Virtual number".
Recently I used http://www.sipglobalphone.com/ to get a free iNUM number, and they also offer US numbers at low price.
Also there are services alternative to Twilio. For example, http://www.plivo.org/ is an open-source product with similar features.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
We like the "rooms" feature of Visual Studio Team Services. Unfortunately, unlike slack, we do not get any e-mail notification when a message is posted there. I searched through many settings but I could not find a checkbox or anything to turn them on.
Without e-mail notifications the "rooms" are pretty pointless because I can ask my colleagues a question but they won't know until they coincidentally enter the rooms website.
We tried to address the colleague's with #Till but not even then an e-mail was sent. We all have provided our valid e-mail address in the profile settings. So, that is not the reason either.
Any help would be appreciated.
PS: I am aware that this is not 100% a code related question but I could not find a better place to ask. And it is something that might concern any ASP.net developer who works in a small team and likes to use visual studio for all aspects of work organisation :-)
There isn’t the feature of sending email notification in Team Room. I submitted a user voice here you can vote it.
For your requirement, you can achieve that though an app by using VSTS REST API.
For example:
Create an app
Call REST API to get a list of rooms
Check lastActivity time of each room (e.g. compare pervious lastActivity time of the team room, then save current lastActivity time)
If lastActivity time is newer than pervious, get a list of messages (could filter by time e.g. $filter=PostedTime ge 2016-11-21T02:26:16.137Z&api-version=1.0) and get the list of users and check isOnline value
Check message content and send the email according some conditions.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
I've been on Microsoft Pubcenter for a while and at the moment i've reached more dan +€50 income from advertising. On the pubcenter website they say you need to be a citizen of the US, but I know it is possible some way. Does anyone know a good tutorial for setting up a payment account as EU citizen?
EDIT: The reason I thought it wasn't working was because i got an error. But when I clicked OK, everything was set up correctly, so there was not a problem at all.
Try to figure out whether your account is American or European. If it's European, you shouldn't have a problem setting a payment method. If it's American, then you'll have to create an European account, contact the support, and hope they'll agree to migrate your fund. They did it one or two years ago, when European residents couldn't register and bypassed by using American accounts, I don't know if they'll do it again.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to sign up windows azure free trial , however no china options in the dropdownlist , i
have credit card. but i don't have a US SMS number , how can i sign up without a us sms number
?
see my other question : https://stackoverflow.com/questions/11070631
updated:
i think this is not off topic , because stackoverflow is full of programmers , and this question is
related to windows azure developement .
if this is off topic , where should i ask this question ?
just for this, my account is banned to ask questions ....
please vote me up for reactive my account , or tell me how to reactive ....
https://meta.stackexchange.com/questions/86997
I had signed up with non US number. Try writing your dialing country code before the phone number.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I have 12 different apps on WP7 platform and the trial versions use Microsoft Advertising to display ads.
Should I be creating an AdUnit for each app separately on PubCenter or should I create a single AdUnit and use it for all my apps.
Does this even matter? I mean, if the apps have a single adunit, can it make more money (eCPM)
Thanks in advance.
An ad unit is the space on a webpage where ads are displayed. An ad unit can display one or more ads. You determine how you want an ad unit to look, where you want it to appear on a page, and what kind of ad content you'd like to see displayed. You can add different ad units to different pages on your website, or use a single ad unit for all webpages.
From: Microsoft Pubcenter
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Is it possible to publish an app to Windows Phone Marketplace as free and later change the price of the very same app, without changing anything else?
I mean the stats, reviews etc remains in this case, the app is the same, the price raised from free to some value after a promo time period, say 3 months.
I know that it is possible with Apple AppStore, I also know it is not possible with Android Market (btw what about Amazon Android store?, but this is out of topic here)
Unfortunately I did not find related info about WP7/WP7.5 Marketplace.
Thx for answers
It is probably possible (at least it was) as I remember a bug where apps that converted from free to paid could not be updated by the end-user and that very same bug also existed with apps that have trial versions.
Edit: I'm pretty sure you can change from free to paid, but for the other way, your app needs certification again which means republishing it. MSDN especially states that special condition.
Yes, it's possible. With the one limit that users that have already "purchased" the application (for $0), won't be asked to pay for it when you change the price.
Not even if they re-install the app.