Search found 1582 matches

by MikeTelis
Thu Oct 15, 2020 8:44 am
Forum: Use Cases
Topic: Using Google Sheets to control your dialplan
Replies: 0
Views: 83312

Using Google Sheets to control your dialplan

My little project was to implement a white list of callers which could be easily maintained without the need to change Sipsorcery dialplan. So, I made my list as a Google Sheet table, combined it with some Google Apps Script code and published it as a Web application so that it can be launched from ...
by MikeTelis
Thu Oct 15, 2015 7:55 pm
Forum: Report a bug
Topic: Windows 10 ... latest UPDATE ... Chrome or E
Replies: 2
Views: 3162

Re: Windows 10 ... latest UPDATE ... Chrome or E

I'm running Internet Explorer inside Chrome thanks tof IE Tab. I added

http://www.sipsorcery.com/mainsite/Home/Portal

to its Auto URLs and now IE Tab automatically kicks in as soon as I click on Silverlight Log on.
by MikeTelis
Wed Oct 30, 2013 3:17 am
Forum: Technical Support
Topic: GoogleVoice DialPlan not dialing out
Replies: 6
Views: 6328

Re: GoogleVoice DialPlan not dialing out

Seems like Google changed GALX format (the order of (type, name, value) to (name, type, value)). Thus, we all need to wait until Aaron will adjust his code to conform with the new world order :-)
by MikeTelis
Fri Oct 11, 2013 6:27 am
Forum: Technical Support
Topic: Any new Free DID Providers
Replies: 10
Views: 7037

Re: Any new Free DID Providers

Thanks Aaron but I can't seem to register as it spits back 'Username was rejected by SIP Provider with 403 Incorrect Autentication. I'm using the Callcentric account logon credentials. Unlike Sipgate or Localphone which literally assign me a SIP username and password. With Callcentric, I don't know...
by MikeTelis
Sun Aug 25, 2013 12:10 pm
Forum: Technical Support
Topic: All incoming call forwarding to number via GV
Replies: 1
Views: 2888

Re: All incoming call forwarding to number via GV

You definitely can't do it with Sipsorcery dialplan, simply because Sipsorcery doesn't interfere in media path and therefore, can't do anything (like dialing your extension) after the call has been established. What makes it worse, you can't just "wait for 3 sec and dial extension number". With Goog...
by MikeTelis
Sat Aug 17, 2013 5:53 pm
Forum: Dial Plan Wizards (Telis & Simple)
Topic: Dial Plans for SPA3000 PSTN & VoIP
Replies: 16
Views: 30044

Re: Dial Plans for SPA3000 PSTN & VoIP

First, you need to make SPA3000 available from the outside. Now you have host name (like yourhost.homedns.org) for the router, but you need to reach your SPA which is behind the router. I suggest that you put SPA into DMZ for now (DMZ -> 192.168.1.100) and, when everything is working, replace DMZ wi...
by MikeTelis
Sat Aug 17, 2013 3:06 am
Forum: Dial Plan Wizards (Telis & Simple)
Topic: Dial Plans for SPA3000 PSTN & VoIP
Replies: 16
Views: 30044

Re: Dial Plans for SPA3000 PSTN & VoIP

May I suggest that you have the incoming PSTN call to Skype forwarding done before you start playing with everything else? You don't need DynDNS or static IP for that. IP address is necessary for outbound calls via PSTN line of your SPA. I had a free DynDNS account for years and still using it. If y...
by MikeTelis
Fri Aug 16, 2013 6:13 pm
Forum: Dial Plan Wizards (Telis & Simple)
Topic: Dial Plans for SPA3000 PSTN & VoIP
Replies: 16
Views: 30044

Re: Dial Plans for SPA3000 PSTN & VoIP

Sometimes IPPI doesn't work but these cases are rare. I believe something is wrong with your setup... did you add Skype2ippi to your Skype contact list? And yet, console log is your best friend. Check it out to see what exactly went wrong. Your SPA depends on DP. As far as I remember, S0 is recommen...
by MikeTelis
Fri Aug 16, 2013 4:50 am
Forum: Dial Plan Wizards (Telis & Simple)
Topic: Dial Plans for SPA3000 PSTN & VoIP
Replies: 16
Views: 30044

Re: Dial Plans for SPA3000 PSTN & VoIP

Leave your dialplan with just one line: sys.Dial("realjohny@ippi",60) This should forward incoming call to Skype user realjohny. Add "skype2ippi" (without quotes) to your Skype contact list and check if incoming call goes to your skype. That's your starting point, now you can add bells and whistles.
by MikeTelis
Thu Aug 15, 2013 2:34 am
Forum: Dial Plan Wizards (Telis & Simple)
Topic: Dial Plans for SPA3000 PSTN & VoIP
Replies: 16
Views: 30044

Re: Dial Plans for SPA3000 PSTN & VoIP

Can we also achieve call from sipsorcery on mobile to sipsorcery on PSTN (it will give me dial tone probably to make outgoing calls through PSTN line). I am not sure what will be dial plans on both sipsorcery account to achieve this and do I need to have sub-accounts within these sipsorcery account...