Displaying 1 result from an estimated 1 matches for "inbound_context".
2011 Mar 20
0
switch statement in extensions.conf
...o I have two asterisk servers, one acting as a frontend and another
acting as a backend interface to a PRI. All I want is for the backend
to send all calls from the DAHDI interface to the frontend. Seems like
switch would do that by placing this on the backend server:
switch => IAX2/frontend1/inbound_context
'frontend1' is already defined with proper username/secret combos in
iax.conf, and verified working - using a dial command to do
dial(IAX2/frontend1/${EXTEN}@inbound_context works fine. However the
switch statement doesn't seem to do anything - I can remove anything
from the context t...