It could potentially be both. I would look at your extensions.conf first
though. What does the extension entry for that context look like.

For instance I have an entry in my extensions.conf for dialing outside
lines (outside being from asterisk to my PBX and then onto the outside
world from there). The entry looks like this:

[to-analog]
exten => _9XXX.,1,Dial(ZAP/G1/${EXTEN})
exten => _9XXX.,2,Congestion
exten => _9XXX.,103,Hangup


To dial a PBX extension the entry would look almost the same:

[to-pbx-extension]
exten => _9XXX.,1,Dial(ZAP/G1/${EXTEN:1})
exten => _9XXX.,2,Congestion
exten => _9XXX.,103,Hangup

Hope this helps,

-Matt

On Wed, 2005-09-14 at 11:46 -0300, Pablo Allietti wrote:
> hi all, i have a box with a te110p and a pbx siemens... connect both
> with a e1.
> with a xten soft i can call extensions numbers in my office example 100
> 102 etc. but when i truy to go outside with the 9 before the call rings
> in the first extensions (100). this is a asterisk problem? or a pbx
> problem?

_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to