Search found 30 matches

by Myatus
Fri Oct 10, 2008 6:42 pm
Forum: Use Cases
Topic: My "One for All" Ruby plan ** Updated 08-Oct-08
Replies: 65
Views: 29518

Hello everyone! I'll update the dialplan to get some of the few things discussed squared away. I'm a bit preoccupied with other things at this moment 8) Thanks for all the input though! And yes, either an "area code" or the "dial 9 first" option exists in my dial plan for making local calls. It's ju...
by Myatus
Wed Oct 08, 2008 6:13 am
Forum: Use Cases
Topic: My "One for All" Ruby plan ** Updated 08-Oct-08
Replies: 65
Views: 29518

Dag Jeroen,
jvwelzen wrote:It seems that this is not working when calling trough a EnumLookup

"6:00-17:30" => "officephone@asip.com!10#homephone@asip.com!5",

the homephone is not working
I've fixed this in today's update. I broke this when I started to use the TNumber class for answer rules.

Mike
by Myatus
Wed Oct 08, 2008 4:19 am
Forum: Use Cases
Topic: My "One for All" Ruby plan ** Updated 08-Oct-08
Replies: 65
Views: 29518

Updated Dial Plan (08 October 2008)

I have updated the dialplan according to the suggestions and requests. Simply cut & paste the new code shown on the first page. I've also added the details on how to configure the dialplan, as it now includes a few more options. First thing that's been changed is the ability to make MSS to MSS calls...
by Myatus
Mon Oct 06, 2008 7:00 pm
Forum: Use Cases
Topic: My "One for All" Ruby plan ** Updated 08-Oct-08
Replies: 65
Views: 29518

Hi Mike Yeah, I only check what the authorized user's hostname is and base on that I figure out if it's a regular phone call or URI call. But as you mentioned, it doesn't check against the IP or if it was really an MSS-to-MSS call. At first I thought I'd simply dial the full "user@sip.mysipswitch.co...
by Myatus
Sun Oct 05, 2008 2:14 pm
Forum: Use Cases
Topic: My "One for All" Ruby plan ** Updated 08-Oct-08
Replies: 65
Views: 29518

Do you have an idea why callerid is not always working When I dial direct to a sip uri it isn't send also when I call with a EnumLookup it isn't send I'm using the X-Lite softphone and my caller ID pops up just fine (unless my SIP provider overrides it - for instance, I have a called ID from an Ohi...
by Myatus
Sat Oct 04, 2008 4:21 pm
Forum: Use Cases
Topic: My "One for All" Ruby plan ** Updated 08-Oct-08
Replies: 65
Views: 29518

Hoi! I have encountered that problem on my local MSS, but it'll only happen when the machine is under high loads (high CPU / disk activity). You can change the system priority to Background Services instead of Programs and change the virtual memory to a fixed size to reduce some of those problems, i...
by Myatus
Fri Oct 03, 2008 3:45 pm
Forum: Use Cases
Topic: My "One for All" Ruby plan ** Updated 08-Oct-08
Replies: 65
Views: 29518

The error should be fixed (I reposted the code). I forgot to add something on one particular line. As for using *9 / ENUM, that really depends on how the ENUM resolves (and is independent from MSS or the dialplan). For example, take the number 1-888-555-1212 (a toll-free number in the USA). *Without...
by Myatus
Fri Oct 03, 2008 1:36 am
Forum: Technical Support
Topic: Error: SIP/2.0 603 Unknown
Replies: 10
Views: 2132

AOL is actually responding with "401 Unauthorized". In the MSS configuration, did you check the box "Register with this Provider"?
by Myatus
Fri Oct 03, 2008 1:27 am
Forum: Technical Support
Topic: Okay, so who's rigth and who's wrong? (Ruby and req headers)
Replies: 7
Views: 1386

Thanks for all the info, Aaron. I've updated the dial plan accordingly.
by Myatus
Fri Oct 03, 2008 1:20 am
Forum: Use Cases
Topic: My "One for All" Ruby plan ** Updated 08-Oct-08
Replies: 65
Views: 29518

Your log snippet plus a discussion with Aaron in another forum shed some light on what was going on. In short, it should be fixed for you. The long answer lies in dealing with full URIs that can be sent to MSS (ie., 904@mouselike.org) vs. a dialed number (ie., 31208333444@sip.mysipswitch.com). So I'...