Search found 153 matches

by snvv
Thu Aug 04, 2011 1:37 pm
Forum: Technical Support
Topic: merge in & out dialplan does not work
Replies: 2
Views: 1026

Re: merge in & out dialplan does not work

Thank you

Regards
snvv
by snvv
Thu Aug 04, 2011 12:26 pm
Forum: Technical Support
Topic: merge in & out dialplan does not work
Replies: 2
Views: 1026

merge in & out dialplan does not work

Hello, I merged my incoming and outgoing dial-plan and now they don't work My incoming plan is #Ruby $status = "Call Later" def dialler(tocall, timer=60, starttime="0001", stoptime="2359", startday=0, endday=6, tz=3) #def dialler(tocall, timer=60, starttime="0730", stoptime="2359", startday=0, endda...
by snvv
Sat Apr 30, 2011 9:35 am
Forum: Technical Support
Topic: A no sipsorcery technical issue
Replies: 1
Views: 799

A no sipsorcery technical issue

Hello, I apologize for so many questions lately. I have the following statement for incoming calls sys.Dial("#{sys.Username}@local&111111@eu.voxalot.com[dt=20]") I have two VOIP providers viva & omni Viva sent unanswered calls to voxalot mail box but omni sent the calls to its own mailbox. If I disa...
by snvv
Fri Apr 29, 2011 11:26 pm
Forum: Technical Support
Topic: Authentication credentials didn't pass through
Replies: 7
Views: 3190

Re: Authentication credentials didn't pass through

Hello,
Yes, it was a voxalot problem.
Today, I did't changed anything in the dialplan and I can call voxalot *500 & *600 numbers.
Thank you.
by snvv
Thu Apr 28, 2011 2:35 pm
Forum: Technical Support
Topic: Authentication credentials didn't pass through
Replies: 7
Views: 3190

Re: Authentication credentials didn't pass through

Hello, I have a similar issue with voxalot. When I call i.e *600 I get in the console NATKeepAlive 14:33:46:454 sip1(3436): Requesting NAT keep-alive from proxy socket udp:69.59.142.213:5060 to udp:92.119.41.101:5061. DialPlan 14:33:55:954 sip1(17508): New call from udp:92.119.41.101:5061 successful...
by snvv
Wed Apr 27, 2011 8:11 pm
Forum: Technical Support
Topic: incoming call problem
Replies: 0
Views: 1595

incoming call problem

Hello, I have an account that has a voicemail function. When I register the account in the SPA3102 the voice mail works, but when I register the account in sipsorcery voicemail does not work. I tried various dial plans and currently I have a very simple one that works (but without the voicemail of m...
by snvv
Tue May 11, 2010 5:15 pm
Forum: Technical Support
Topic: Connectivity question
Replies: 3
Views: 935

Re: Connectivity question

our NAT is timing out the connection. Try one or all of: turn on the Send NAT keep-alives for the sipsorcery SIP account, if your ATA has an option turn on NAT keep-alives on it, turn on port forwarding. Thank you I can not set NAT keep-alives in my ATA. Actually it is a dsl router and ATA combo box...
by snvv
Tue May 11, 2010 5:11 pm
Forum: Technical Support
Topic: How to call voxalot?
Replies: 5
Views: 1540

Re: How to call voxalot?

Thank you.

I have setup the voxalot account to accept 1, thats why calling 16972111111 is ok (actually the voxalt calls 6972111111 which is a valid number). Therefore using sys.Dial("16972111111@voxalot1") is someweare different than sys.Dial("${dst:1}@voxalot1").

Regards
snvv
by snvv
Tue May 11, 2010 12:22 pm
Forum: Technical Support
Topic: How to pass my real IP?
Replies: 1
Views: 725

How to pass my real IP?

Hello,
Is it possible to pass my reall IP when, for example, use voxalot as a provider?

It was possible with MSS but I dont have anymore the settings for SS.

Thanks,
snvv
by snvv
Tue May 11, 2010 9:40 am
Forum: Technical Support
Topic: How to call voxalot?
Replies: 5
Views: 1540

How to call voxalot?

Hello, In the dial plan I have when /^999/ then sys.Dial("16972111111@voxalot1") # TEST when /^1/ then sys.Dial("${dst:1}@voxalot1") # JUSTVOIP When I call 16972111111 the /^1/ is activetated and the call is ok. When I call 999 the /^1/ is activetated and the call fails with: DialPlan 09:32:59:472 s...