Search found 43 matches

by sudeepdennis
Sat Aug 15, 2009 1:28 pm
Forum: Report a bug
Topic: SS: sys.GetBindings() not working
Replies: 1
Views: 644

SOLVED

I dont know whether Aaron made any changes in between, but I saw that in SS, the "Host" field is not defined in bindings[x].ContactURI. So I made a work around as follows: if sys.IsAvailable() then bindings = sys.GetBindings() host_ip_port = bindings[0].ContactURI.to_str host_ip_port1 = host_ip_port...
by sudeepdennis
Fri Aug 14, 2009 4:26 am
Forum: Report a bug
Topic: SS: sys.GetBindings() not working
Replies: 1
Views: 644

SS: sys.GetBindings() not working

I am trying to use the same dialplan as in MSS, but it looks like sys.GetBindings is not working My ATA is logged into SS with my main account name. If i dont log in using my main account, there is no error because sys.IsAvailable() is false. But i do want to get the host_ip of the main account Dial...
by sudeepdennis
Thu Aug 28, 2008 5:02 am
Forum: Technical Support
Topic: Many registrations and Monitoring error
Replies: 8
Views: 2503

Stiefel,

Are you using Firefox? I have noticed that if you put long dialplans in Firefox (i use 3.0.something), the dialplan goes blank on reload. However, I have never faced any issues with IE7. I believe this is a limitation in using fifefox.
by sudeepdennis
Tue Aug 26, 2008 3:01 pm
Forum: Technical Support
Topic: Old Dial Plan different problem
Replies: 6
Views: 1247

Hi paulies, is the problem happening only for your *99 code? are the other calls (fwd etc) working fine? if so, it could be that codes starting with * are special to your ATA. For instance i use an SPA3102, for whom all codes starting with * are used for selecting audio codec, conferencing etc. Did ...
by sudeepdennis
Mon Aug 25, 2008 3:03 pm
Forum: Technical Support
Topic: Caller ID
Replies: 2
Views: 794

Try using this format

Code: Select all

  sys.Dial("anon,,username@sip.voipraider.com,${fromname}<sip:${fromuriuser}@sip.mysipswitch.com>") 
by sudeepdennis
Sun Aug 24, 2008 4:00 pm
Forum: News
Topic: New GTalk Dial Plan Method
Replies: 34
Views: 20530

I just tried sending message using sys.Gtalk from one of the accounts to the same account, and it worked just fine.

like

Code: Select all

sys.GTalk("account", "password", "account", "test message") 
where

account@gmail.com is my gmail id.
by sudeepdennis
Sun Aug 24, 2008 2:25 pm
Forum: News
Topic: New GTalk Dial Plan Method
Replies: 34
Views: 20530

Hi TheFug,

Yes.

Sys.Gtalk is working perfectly fine. I am using it for sending messages from my gmail1 to gmail2, and using the chat records feature in gmail to keep a record of the calls.

By the way, I got it to work after I accepted gmail1 as a friend from gmail2's gtalk account.

Rgds
Sudeep
by sudeepdennis
Sun Aug 24, 2008 3:29 am
Forum: Technical Support
Topic: Dial Plan Edit box is empty in IE?
Replies: 10
Views: 2075

I too noticed some odd things in Firefox 3.0.1. I noticed that if the dial plan is too big, it wont show up. Now I have the code optimised to reduce the number of lines, and it shows up in the box perfectly.
by sudeepdennis
Thu Aug 21, 2008 2:12 pm
Forum: Technical Support
Topic: Dial Plan Edit box is empty in IE?
Replies: 10
Views: 2075

Hi,

Is this particular computer running IE7?

As far as i know, the dial plan page wont open in IE6 or earlier.

Rgds
Sudeep
by sudeepdennis
Mon Aug 18, 2008 6:03 pm
Forum: Technical Support
Topic: Registering N95
Replies: 18
Views: 4061

Hi Ian, I just tried out the "SIP Voip settings" app. It worked (even with DMZ off). Thanks to you . 1. I have my Tools -> Settings -> "SIP settings" similar to Mike's. In the "SIP Voip setting" app, i did the following: 2. Chose "Voip services" . added a new one with "default profile" 3. I think i ...