Search found 7 matches

by ccwalkerjm
Sun Apr 09, 2017 9:01 am
Forum: Getting Started
Topic: DNS SRV Records
Replies: 3
Views: 9257

Re: DNS SRV Records

Could you have an api so that we could configure this ourselves?
by ccwalkerjm
Mon Sep 02, 2013 9:26 pm
Forum: Technical Support
Topic: domain branding
Replies: 1
Views: 414

domain branding

Hi,

Is it possible to use cname to link my domain to sipsorcery so that I can personalize my sip addresses? I tested it recently and it did not work.
by ccwalkerjm
Wed Aug 14, 2013 8:36 am
Forum: Technical Support
Topic: routing direct to sip uri
Replies: 1
Views: 452

routing direct to sip uri

How do I route directly to a sip uri endpoint? This seems basic but when you are new to something you are always ignorant of that thing. Thanks for your help. another basic question. How can I differentiate between a SIP address and a Phone Number? Basic again but the reality is that sip servers alw...
by ccwalkerjm
Sun Aug 11, 2013 8:47 am
Forum: Dial Plan Wizards (Telis & Simple)
Topic: need to read a custom header in an incoming csll
Replies: 4
Views: 8771

Re: need to read a custom header in an incoming csll

I was able to resolve the problem. Needed to remove the quotes from the header value.
by ccwalkerjm
Sun Aug 11, 2013 7:44 am
Forum: Dial Plan Wizards (Telis & Simple)
Topic: need to read a custom header in an incoming csll
Replies: 4
Views: 8771

Re: need to read a custom header in an incoming csll

I am trying to do this but without luck. Please tell what I am doing wrong.

myVar = req.Header.GetUnknownHeaderValue("Some-Header")
sys.Dial("${myVar}@provider")
by ccwalkerjm
Sat Aug 10, 2013 8:55 pm
Forum: Dial Plan Wizards (Telis & Simple)
Topic: need to read a custom header in an incoming csll
Replies: 4
Views: 8771

need to read a custom header in an incoming csll

This may be very simple but how I do assign a custom header value to a variable. I am new to both sipsorcery and ruby.

Thanks