[Asterisk-Users] Problems splicing Asterisk with a TE405P between Arcor E1 PRI and Ericsson Business Phone 250

Peter Svensson psvasterisk at psv.nu
Wed Jan 26 00:21:47 MST 2005


On Wed, 26 Jan 2005, Klaus-Peter Junghanns wrote:

> Am Dienstag, den 25.01.2005, 22:39 +0100 schrieb Frank Sautter:
> > the setup before:
> > Arcor TelCo PRI(E1) <------------------------> Ericsson BP250 PRI(E1)
> > 
> > the setup desired with asterisk spliced in:
> > Arcor TelCo PRI(E1) <----> P1 asterisk P2<---> Ericsson BP250 PRI(E1)
> > 
> > receiving and making calls between asterisk and the outside (arcor) 
> > works so far (not entirely tested yet), but making calls from the 
> > ericsson PBX to the asterisk server and routing them through to the 
> > arcor PRI is not working.
> > 
> > the message i get when making a call from the ericsson pbx is:
> > 
> > "Extension '' in context 'pri-ericsson' from '123498765' does not exist"
> > 
> > obviously the ericsson pbx is not sending the dialled number on the pri 
> >   (but the calling number is set correctly)

It sounds like the Ericsson pbx uses overlap dialing. Try enabling that on 
both links in the zapata.conf file and see if it works better. 

> > #### /etc/asterisk/extensions.conf (just the part of it that matters)
> > [pri-external] ; calls from the telco
> > include => durchwahl
> > exten => s,1,Answer()
> > exten => s,2,Dial(Zap/g2/${EXTEN})
> > exten => s,3,Hangup()

For immediate=no you should not match the s context. I think 
  exten => _.,1,Dial(Zap/g2/${EXTEN})
is more correct. Or use "_XXX" for a three digit DID.

> > [pri-ericsson] ; calls from the ericsson BP250 to asterisk
> > include => durchwahl
> > exten => s,1,Answer()
> > exten => s,2,DigitTimeout,2
> > exten => s,3,ResponseTimeout,10
> > exten => _X.,1,Dial(Zap/g1/${EXTEN})
> > exten => _X.,2,Congestion

Again, the Ericson device should use overlap dialing. All that is needed 
in the pri-ericsson context is
   exten => _X.,1,Dial(Zap/g1/${EXTEN})

Peter




More information about the asterisk-users mailing list