unless you show us some config files, I doubt that anybody can help you... On Wednesday 14 September 2005 16:46, 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?
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?
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? -- .- Pablo Allietti LACNIC
On Wed, Sep 14, 2005 at 10:22:10AM -0400, Matt Ryanczak wrote: ok. didnt work :( i thinks is a pbx problem. because E1 is incomming in the pbx. and all incomming calls go to 100. thats the problem i will try to solve this.> 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---end quoted text--- -- .- Pablo Allietti LACNIC