Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Call routing through SIP line 2

Status
Not open for further replies.

kuchulane

MIS
May 7, 2008
42
GB
Hi all

I have configured a new SIP line in IP Office 406(V2) with software version 4.1.
Now I want all the outgoing call made through the SIP line.

The Short code I used is

Code: 0N;
Feature: Dial
Telephone Number: 0N"@draytel.org"
Line Droup ID: 100

the problem is, it DOES NOT work.
But If I replace the ;(semi-colon) with a # it work fine.
But in order to make the transfer to SIP trunk seamless to users, I need to get this done without # or *.

Please help.

Many Thanks
 
Make a

Short Code

Code: 0N
Feature: Dial
Telephone Number: 0N
Line Droup ID: 51 (or your first free ARS option)

Then cerate an ARS

Code: 0N;
Feature: Dial
Telephone Number: 0N"@draytel.org"
Line Droup ID: 100


Greetzzz...Bas


y1pzZTEUdok1vrI5cLb3FdPX4PgTPlSONkb5WPjz0x50etSujaMSmhdRCbOx9vASnrRNzzXv0IxNQA

___________________________________________
It works! Now if only I could remember what I did...
___________________________________________
 
Hi bas1234

I have tried and I have partial success. it does dial the number but when I checked it in the CallStatus outgoing number was something like this

0128@draytek.comxxxxxxx
looks like it is send the first 4 digits first then SIP Server address and then the remaining 7 digits. I have checked the config again and again but don't know why it is doing that.
Any ideas.

Many thanks.

 
SIP requires en-bloc dialling

For testing I programm a shortcode

sc - *75
Feat - Dial
TN - 01234567890"@draytel.org"
LG - 100

However, you need to
1) fiddle with the system dial delay and digit count timers
or
2) use explicit number of digits in the shortcode i.e.

sc - 0XXXXXXXXXX
Feat - Dial
TN - 0N"@draytel.org"
LG - 100

Take Care

Matt
I have always wished that my computer would be as easy to use as my telephone.
My wish has come true. I no longer know how to use my telephone.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top