Simone Cittadini
2005-Aug-10 09:14 UTC
[Asterisk-Users] chan_oh323.c:2706 oh323_request: Blocking outbound H.323 call due to call-limit violation.
we got this installation : WinSip(demo version) -> ser(radius accounting) -> asterisk(from sip to h323 channel) -> gsm gateway(with 32 sims in it) we configured winsip to make 28 calls like from 28 different sip accounts, to 28 different cellular phones numbers after the first ten : -- Executing Dial("SIP/5060-081925b0", "OH323/33xxxxxx@gsm.gateway.ip") in new stack -- H.323 call to 33xxxxxxxxx@gsm.gateway.ip with codec(s) alaw -- Called 33xxxxxxxx@gsm.gateway.ip we get : Executing Dial("SIP/5060-081ba518", "OH323/33yyyyyyyy@1gsm.gateway.ip") in new stack Aug 10 17:59:27 WARNING[5207]: chan_oh323.c:2706 oh323_request: Blocking outbound H.323 call due to call-limit violation. Aug 10 17:59:27 NOTICE[5207]: app_dial.c:764 dial_exec: Unable to create channel of type 'OH323' == Everyone is busy/congested at this time what's this ?
Simone Cittadini
2005-Aug-10 09:32 UTC
[Asterisk-Users] chan_oh323.c:2706 oh323_request: Blocking outbound H.323 call due to call-limit violation.
ok, they let me know I'm an idiot, maybe outboundMax=10 has something to do with it .... after the first ten : -- Executing Dial("SIP/5060-081925b0", "OH323/33xxxxxx@gsm.gateway.ip") in new stack -- H.323 call to 33xxxxxxxxx@gsm.gateway.ip with codec(s) alaw -- Called 33xxxxxxxx@gsm.gateway.ip we get : Executing Dial("SIP/5060-081ba518", "OH323/33yyyyyyyy@1gsm.gateway.ip") in new stack Aug 10 17:59:27 WARNING[5207]: chan_oh323.c:2706 oh323_request: Blocking outbound H.323 call due to call-limit violation. Aug 10 17:59:27 NOTICE[5207]: app_dial.c:764 dial_exec: Unable to create channel of type 'OH323' == Everyone is busy/congested at this time what's this ?