Search found 12 matches

by Lasersurvey
Fri Nov 01, 2013 8:02 am
Forum: Report a bug
Topic: Registrantion problem
Replies: 0
Views: 10304

Registrantion problem

Have now seen this problem several times:

In the Sip provider section the registration option is marked and for a while everything is working fine.
Someway down the line the option gets unchecked and I do not longer receive calls.


Anybody seen this problem? Any fixes?
by Lasersurvey
Fri Nov 01, 2013 7:55 am
Forum: Feature Requests
Topic: email notice upon loss of registration with provider
Replies: 5
Views: 12211

Re: email notice upon loss of registration with provider

Second that - It is a must have feature.
by Lasersurvey
Tue Apr 02, 2013 12:05 pm
Forum: Technical Support
Topic: Incomming call converting
Replies: 16
Views: 3071

Re: Incomming call converting

It is working now. Just one more question. It looks that I need the sys.dial statement also in the if statement (having it twise) is that normal? originalCallerID = req.Header.From.FromURI.User if originalCallerID.length <= 8 && callerID !~ /\D/ sys.SetFromHeader(nil, "45#{originalCallerID}", nil) s...
by Lasersurvey
Tue Apr 02, 2013 11:30 am
Forum: Technical Support
Topic: Incomming call converting
Replies: 16
Views: 3071

Re: Incomming call converting

Sorry, I got it!
What is the last part of the test "&& callerID !~ /\D/"?
by Lasersurvey
Tue Apr 02, 2013 11:27 am
Forum: Technical Support
Topic: Incomming call converting
Replies: 16
Views: 3071

Re: Incomming call converting

Sorry, but it still does not work. My Dial plan: ------------------------------ sys.Log("Log message from Easyvoip dialplan.") originalCallerID = req.Header.From.FromURI.User if originalCallerID.length <= 8 && callerID !~ /\D/ sys.SetFromHeader(nil, "45#{originalCallerID}", nil) end sys.Dial("xxxxxx...
by Lasersurvey
Tue Apr 02, 2013 10:39 am
Forum: Technical Support
Topic: Incomming call converting
Replies: 16
Views: 3071

Re: Incomming call converting

That looks like it will work. Can you give me a clue on testing if a incomming CallerID is 8 or less digit?
by Lasersurvey
Tue Apr 02, 2013 9:16 am
Forum: Technical Support
Topic: Incomming call converting
Replies: 16
Views: 3071

Re: Incomming call converting

Hi Aaron, I am sorry if I have confused you. here is my need: I have a SIP account with a DID that I want to forward to my mobile phone via Easyvoip. The setup works fine but there is one problem. When my DID provider sends an incoming national call it will be without country code. When the call is ...
by Lasersurvey
Mon Apr 01, 2013 7:01 pm
Forum: Technical Support
Topic: Incomming call converting
Replies: 16
Views: 3071

Re: Incomming call converting

Cant get the wizard to work - the country code is not added.
Can the missing country code be added in script?
It might be better as I can see a lot of potential in the scripts for other use.
by Lasersurvey
Mon Apr 01, 2013 6:21 pm
Forum: Technical Support
Topic: Incomming call converting
Replies: 16
Views: 3071

Re: Incomming call converting

Sorry I found it (under silvrlight)
by Lasersurvey
Mon Apr 01, 2013 6:06 pm
Forum: Technical Support
Topic: Incomming call converting
Replies: 16
Views: 3071

Re: Incomming call converting

Will that add the country code if it is missing? (or just forward the call?)
I have looked for the wizard - where will I find it?