7777 incoming not working

Eitsalo
Posts: 17
Member Since:
2007-05-03

Hi, I setup the IVR with options 1,2,3,4.., which directs to conference rooms, extension numbers and etc. but when I dial 7777 as indicated in the documentation, I get unavailable message. What Do I need to mak this work please?
Feature Code 7777 is "enabled".



chancelind
Posts: 17
Member Since:
2007-03-01
You need a default Incoming

You need a default Incoming Routing config to point to the IVR that you created. You create a default Incoming Route by leaving DID Number and Caller ID Number blank.



Eitsalo
Posts: 17
Member Since:
2007-05-03
Thanks, that works now. How

Thanks, that works now. How do I create these routes with an actual analog DID numbers coming through Sangoma A20001 card. Please let me know or refer me to somewhere where I can find a procedure.
Thanks again



kerryg
Posts: 6062
Member Since:
2006-05-31
You can't. Analog lines dont

You can't. Analog lines dont support DID routing.

--

Kerry Garrison
trixbox Community Director
trixbox Pro Standard Edition - It's Free too!
http://voipspeak.net - http://asterisktutorials.com



jmullinix
Posts: 836
Member Since:
2006-06-04
Ahh, but where there is a will, there is a hack

You can set up your FXO's to support DID routing with one DID per Zap channel.
First, modify your zapata-auto.conf to have a custom context for each channel like this:

signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 3
context=from-zaptel-custom-3
group=0
channel => 3

signalling=fxs_ks
; Note: this is a trunk. Create a ZAP trunk in AMP for Channel 4
context=from-zaptel-custom-4
group=0
channel => 4

Notice that each channel has a separate, inbound context.

Then add a little code to extensions_custom.conf that looks like this:

[from-zaptel-custom-3]
exten => s,1,Set(DID=7066323343)
exten => s,2,Set(FROM_DID=7066323343)
exten => s,3,Goto(from-zaptel,7066323343,1)

; end [from-zaptel-custom-3

Make one for [from-zaptel-custom-4] also, with either the same or a different phone number.

Now you can set up DID/CID routes for your Zaptel channels.

--

John

In search of Dundi Peers in Lake Wales, FL and Baltimore, MD.
http://www.cohutta.com
1-706-632-3343 - E164 friendly (Use your friendly ENUM trunk today.)
Dial Plan helper http://www.cohutta.com/npanxx.php



Eitsalo
Posts: 17
Member Since:
2007-05-03
Thanks John and also Kerry

Thanks John and also Kerry for your help. I will give a try and post the result.
Have a great weekend...



brickhome
Posts: 126
Member Since:
2007-01-15
Eitsalo, what's the test result?

I am curious about this way.
Or is there any difference between using to zap channel number to route inbound calls?

Have a nice weekend!



jmullinix
Posts: 836
Member Since:
2006-06-04
I discovered that if I

I discovered that if I routed calls per Zap Channel number, I could not route them based on CID. That is why I created the hack.

I, too, would like to know if it worked.

--

John

In search of Dundi Peers in Lake Wales, FL and Baltimore, MD.
http://www.cohutta.com
1-706-632-3343 - E164 friendly (Use your friendly ENUM trunk today.)
Dial Plan helper http://www.cohutta.com/npanxx.php



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.