login | register
Wed 01 of Aug, 2007 [09:22 UTC]

voip-info.org

Search with Google
Search this site with Google. Results may not include recent changes.

Web www.voip-info.org
Shoutbox
  • Aykut, Wed 01 of Aug, 2007 [07:53 UTC]: Hi all, does anybody know about Thomson ST2030 SIP phone. I have upgraded it to latest version (1.56) but "Hold" and "Conf" features are not working after the upgrade ?? Do you know any solution or do you have Ver. 1.52 ?? Where can I find it?
  • Edward J Brown, Tue 31 of Jul, 2007 [23:33 UTC]: Has anybody experienced Choppy voice quality when using a Linksys SPA942 in an Asterisk Conference bridge? It works fine with my polycom and Cisco, but sucks with my Linksys.
  • www.astawerks.com, Fri 27 of Jul, 2007 [18:00 UTC]: does anyone use asterisk on top of clark connect? does it work good?
  • simon, Fri 27 of Jul, 2007 [14:16 UTC]: Hi All, Has anyone here managed to get the Cisco79x1 to successfully fail over to the backup proxy. I have 2 asterisk servers , handsets all register and function, except that backup proxy function doesn't work. Any working example would be very apprecia
  • Matthew Richmond, Thu 26 of Jul, 2007 [03:40 UTC]: using the page() application to page across our building...often the meetme conferences don't disconnect after the caller hangs up. Anyone else having this problem. (using Polycom phones)
  • Matthew Richmond, Wed 25 of Jul, 2007 [02:58 UTC]: thanks Nicholas Blasgen! I haven't worked with AGI before, but there's always a first! Thanks again!
  • Nicholas Blasgen, Tue 24 of Jul, 2007 [19:18 UTC]: Matthew Richmond, AGI will handle all that for you.
  • sam, Mon 23 of Jul, 2007 [16:39 UTC]: need help - certain voicemail extension will stop working and recording voicemail on asterisk - anyone know why and how to fix it? Thanks
  • john haji, Mon 23 of Jul, 2007 [14:55 UTC]: free calls to pakistan
  • bong, Sat 21 of Jul, 2007 [19:09 UTC]: hi good day to all can anyone help me how to configured the nortel sip to the signaling server and how to activate in mobile w/ sip compatible without mcs
Server Stats
  • Execution time: 0.27s
  • Memory usage: 2.19MB
  • Database queries: 29
  • GZIP: Disabled
  • Server load: 2.93

Asterisk talking to Ericsson PBX using H323

You can successfully get an Ericsson PBX with H323 available on it trunking with an Asterisk server.
Using Asterisk 1.2.7.1, asterisk-oh323 0.7.3, and FreePBX.
Initially we tried using the H323 channel driver included with Asterisk, but we had problems with calling from Asterisk to Ericsson - there wasn't any audio being sent. Calling the other direction was fine however.
Then we tried using the OH323 channel driver instead - that worked fine with except for Caller ID from Asterisk to Ericsson.
Here is our configuration from the /etc/asterisk/oh323.conf file:

[general]
listenAddress=0.0.0.0
listenPort=1720
tcpStart=10000
tcpEnd=20000
udpStart=10000
udpEnd=20000
fastStart=yes
h245Tunnelling=yes
h245inSetup=yes
jitterMin=20
jitterMax=100
ipTos=lowdelay
outboundMax=100
inboundMax=100
simultaneousMax=100
wrapLibTraceLevel=0
libTraceLevel=0
libTraceFile=stdout
gatekeeper=DISABLE
gatekeeperTTL=600
userInputMode=TONE
amaFlags=default
accountCode=H323
language=en
musiconhold=default
context=incoming-oh323-custom

[register]
alias=asterisk
alias=123
context=all-aliases
alias=ASTERISK
alias=666
context=more-aliases
alias=665
context=all-prefixes
gwprefix=00
gwprefix=01
context=more-stuff
alias=664
gwprefix=02

[codecs]
codec=G729A
frames=2


The trunk configuration line (as used by FreePBX) was as follows:

OUT_4 = AMP:OH323/$OUTNUM$@10.2.1.201:10040

The IP address is your Ericsson IP address and 10040 is the H323 port that has been configured in the Ericsson box.
We tried using the default 1720 port but it had issues and our Ericsson technician changed to the 10040 port which is currently working.

To get a ring tone working when calling from the Ericsson to extensions on Asterisk, we had to change the incoming OH323 dial plan context to a custom context and manually play the ring tone down the channel.
The context we created in extensions_custom.conf was as follows:

[incoming-oh323-custom]
exten => s,1,NoOp(Incoming OH323, ${DNID})
exten => s,2,Answer()
exten => s,3,Playtones(ring)
exten => s,4,Goto(from-internal,${DNID},1)
exten => s,99,Hangup


There is a single drawback we are working on still.
Caller ID from Asterisk to Ericsson doesn't show up (it's fine the other direction however).

Apart from that we now have least cost routing over the WAN links and full access to internal numbers in both sites.
Created by Jonathan Trott, Last modification by Jonathan Trott on Tue 02 of May, 2006 [02:36 UTC]

Comments Filter

by Tomas Muehlhoff on Thursday 30 of November, 2006 [14:28:16 UTC]
Same questions. some more details please.
Which ooh323 (builtin H.323) config did you try ?
Thankx/Tom

Details...

by Demerson Zounar on Friday 09 of June, 2006 [19:42:45 UTC]
Howdy...

I'm trying to do your steps, but i'm quite confused in the trunk configuration part... Could you give some more details? Where did you configure the trunk? Thanks!

Please update this page with new information, just login and click on the "Edit" or "Add Comment" button above. Get a free login here: Register Thanks! - support@voip-info.org

Page Changes | Comments

Sponsored by:

Terms of Service Privacy Policy
© 2003-2007 Arte Marketing, Inc.

Powered by bitweaver