Search found 33 matches

by rybshik
Thu Nov 09, 2017 11:28 pm
Forum: Technical Support
Topic: Please reply at admin@sipsorcery.com
Replies: 1
Views: 1379

Please reply at admin@sipsorcery.com

Aaron,

I sent you an email at admin@sipsorcery.com concerning my Premium account renewal.

Can you please reply?

Thanks,

Alexei
account: rybshik1
by rybshik
Thu Oct 06, 2016 6:10 pm
Forum: Technical Support
Topic: "New sign-in" notifications when using Google Voice with SIPSorcery
Replies: 0
Views: 83154

"New sign-in" notifications when using Google Voice with SIPSorcery

Each time when I use Google Voice with SIPSorcery, "New sign-in" notifications are sent to my Gmail address from "no-reply@accounts.google.com". How to get read of them? Why are we sending this? We take security very seriously and we want to keep you in the loop on important actions in your account....
by rybshik
Wed Oct 05, 2016 12:07 am
Forum: Technical Support
Topic: Could not find _rnr_se key on your Google Voice account page
Replies: 1
Views: 1594

Could not find _rnr_se key on your Google Voice account page

GVoice is not working....It worked for me a few years ago, though
I checked and follow the latest instructions: https://www.sipsorcery.com/mainsite/Help/GoogleVoice

This worked for me, thanks!
by rybshik
Tue Sep 27, 2016 11:16 pm
Forum: Technical Support
Topic: SIP URI calls at "11101xxx221@toronto4.voip.ms" fail
Replies: 5
Views: 2903

Re: SIP URI calls at "11101xxx221@toronto4.voip.ms" fail

I suspect you need to use your voipms SIP provider account for the call instead of trying to place it anonymously. I want to pass/keep the CallerID of incoming calls. If I use my VoIP.ms account, it will force the account's CID. And, why does anonymous forwarding at "11101xxx221@toronto4.voip.ms" w...
by rybshik
Mon Sep 26, 2016 11:07 pm
Forum: Technical Support
Topic: SIP URI calls at "11101xxx221@toronto4.voip.ms" fail
Replies: 5
Views: 2903

Re: SIP URI calls at "11101xxx221@toronto4.voip.ms" fail

3.201.229.19:19678. DialPlan 23:03:59:614 sip1(9500): Information response 100 Trying for sip:11101xxx221@toronto4.voip.ms. DialPlan 23:03:59:630 sip1(9500): Response 503 Service Unavailable for sip:11101xxx221@toronto4.voip.ms. DialPlan 23:03:59:630 sip1(9500): Call failed with a failure status of...
by rybshik
Sat Sep 24, 2016 9:05 pm
Forum: Technical Support
Topic: SIP URI calls at "11101xxx221@toronto4.voip.ms" fail
Replies: 5
Views: 2903

SIP URI calls at "11101xxx221@toronto4.voip.ms" fail

I have a virtual VoIP.MS DID "11101xxx221" with Point of Presence "toronto4.voip.ms".
And I use "11101xxx221@toronto4.voip.ms" to receive incoming SIP URI calls.

SIP uri calls received at "11101xxx221@toronto4.voip.ms" from Sipsorcery do not go through. but It works well with other providers.
by rybshik
Mon Feb 09, 2015 2:10 pm
Forum: Technical Support
Topic: How to terminate incoming call/SIP session? sys.Respond?
Replies: 3
Views: 1847

Re: How to terminate incoming call/SIP session? sys.Respond?

I have seen other cases where some servers do essentially ignore an error response and just retry the call 3 or more times. I guess their assumption is that the error may be transient. It's a poor assumption and poor behaviour. In case of such "poor assumption and poor behaviour", will the followin...
by rybshik
Sun Feb 08, 2015 3:33 am
Forum: Technical Support
Topic: How to terminate incoming call/SIP session? sys.Respond?
Replies: 3
Views: 1847

How to terminate incoming call/SIP session? sys.Respond?

I have IpKall DID, which points to my user@sipsorcery.com. In my dialplan, for incoming calls placed via DID, caller number (CID) and the time of the call are sent out by email. Then, the call, SIP session and dial plan are to be terminated . localTime = System::DateTime.UtcNow.AddMinutes(sys.GetTim...
by rybshik
Fri Feb 06, 2015 6:37 am
Forum: Technical Support
Topic: code to get CNAM with VOIP.MS
Replies: 2
Views: 1411

Re: code to get CNAM with VOIP.MS

Aaron wrote:If you saw FromDisplayName listed somewhere can you let me know and I'll correct it.
If you search the forum for "FromDisplayName", you will find one post of yours dated "Thu Sep 05, 2013 11:13 am"
by rybshik
Thu Feb 05, 2015 12:52 am
Forum: Technical Support
Topic: formatting strings: CID and localTime
Replies: 2
Views: 1257

Re: formatting strings: CID and localTime

Aaron wrote:localTime = System::DateTime.UtcNow.AddMinutes(sys.GetTimezoneOffsetMinutes()).ToString("hh:mm tt")
Thanks.
Is there an option to display time in the military (24h) format?
SOLVED:

Code: Select all

localTime = System::DateTime.UtcNow.AddMinutes(sys.GetTimezoneOffsetMinutes()).ToString("HH:mm")