dslreports logo
uniqs
11
PX Eliezer1
Premium Member
join:2013-03-10
Zubrowka USA

PX Eliezer1 to d4m1r

Premium Member

to d4m1r

Re: [CallCentric] 2 Questions

Your dial plan in many cases can be modified but the specifics depend on which ATA or IP phone you are using.

This plan will work well for CallCentric with a Linksys/Sipura ATA for example.

([49]11S0|*123S0|<:1>[2-9]xxxxxxxxxS0|1[2-9]xxxxxxxxxS0|011[2-9]x.|*xx.|*xxx|*75xxS0|**275*x.)
 

d4m1r
join:2011-08-25

d4m1r

Member

Should have mentioned I am using a PAP2T with a traditional wireless phone set. What does your dialplan do differently than the stock one I am using?

Thanks!
said by PX Eliezer1:

Your dial plan in many cases can be modified but the specifics depend on which ATA or IP phone you are using.

This plan will work well for CallCentric with a Linksys/Sipura ATA for example.

([49]11S0|*123S0|<:1>[2-9]xxxxxxxxxS0|1[2-9]xxxxxxxxxS0|011[2-9]x.|*xx.|*xxx|*75xxS0|**275*x.)
 

PX Eliezer1
Premium Member
join:2013-03-10
Zubrowka USA

PX Eliezer1

Premium Member

Specifically with CC and with that ATA, that plan should let you dial 10 digits OR 11 digits for NorthAm calls, and dial 011 for calls outside the NorthAm area, while avoiding possible connection delays.

mozerd
Light Will Pierce The Darkness
MVM
join:2004-04-23
Nepean, ON

mozerd to PX Eliezer1

MVM

to PX Eliezer1
said by PX Eliezer1:

This plan will work well for CallCentric with a Linksys/Sipura ATA for example.

([49]11S0|*123S0|<:1>[2-9]xxxxxxxxxS0|1[2-9]xxxxxxxxxS0|011[2-9]x.|*xx.|*xxx|*75xxS0|**275*x.)
 

Would your dial plan work equally well with an Obi202 and CallCentric?
PX Eliezer1
Premium Member
join:2013-03-10
Zubrowka USA

PX Eliezer1

Premium Member

said by mozerd:

Would your dial plan work equally well with an Obi202 and CallCentric?

I'm not intimately familiar with saying hai to the Obi.

Obi digit maps are similar to Linksys dial plans, but not identical, AFAIK.

So you'd have to try it.

One thing I like about this plan is that if [411] connects properly, then [911] should also connect properly. And in any dial plan that I do, I always place this first before anything else.

-----

Of course, this will not work in a Grandstream/Handytone without doing some modifications, that company's syntax is different.

d4m1r
join:2011-08-25

d4m1r to PX Eliezer1

Member

to PX Eliezer1
said by PX Eliezer1:

Specifically with CC and with that ATA, that plan should let you dial 10 digits OR 11 digits for NorthAm calls, and dial 011 for calls outside the NorthAm area, while avoiding possible connection delays.

Awesome, exactly what I was looking for!

Also, thanks for the suggestions guys....Given me some great ideas
JeanInNepean
join:2012-09-19
Grenoble, FR

JeanInNepean to mozerd

Member

to mozerd
said by mozerd:

Would your dial plan work equally well with an Obi202 and CallCentric?

I haven't tried it, but that dial plan looks all right to me on the OBi devices, except for the **275 at the end, which could cause confusion. **2 is used to dial from SP2 on the OBi. I would just use a different * code using something like
([49]11S0|*123S0|<:1>[2-9]xxxxxxxxxS0|1[2-9]xxxxxxxxxS0|011[2-9]x.|*xx.|*xxx|*75xxS0|<*0:**275>*x.)
 
When you dial *0 (assuming *0 isn't used for anything else, otherwise, just just whichever code you prefer) followed by the SIP broker number, *0 will be replaced by **275 when the number gets dialed out. You could also have used something like
<*>*275*x.
 
which prepends an extra * when you dial SIP broker numbers preceded by *275.

Talking about SIP Broker, ENUMs can also be dialed out via SIP Broker. But if you want to do that, you'll have to make the last * optional (not sure if CallCentric will route the call if it doesn't see that * though):
<*0:**275>*?x.