AFAIK there were some known issues preventing call transfer from H323 terminals, at least with Innovaphone ones.
Yours
l.


On Fri, 18 Nov 2005 17:45:39 +0100, Santosh Rao <[EMAIL PROTECTED]> wrote:

Hello list,
We have asterisk v1.2.0 CVS head and ooh323 in place. calls can be made and recieved to and from extensions. How to implement call transfer and call pickup. when using asterisk 1.0.x dtmf=inband registers and sends dtmf but with asterisk 1.2 and ooh323 it does not.. is this a known issue ? While google heard tht there was a issue with chan_h323.so would not send inband so tried to install chan_0h323.so but but.. asterisk refuses to start with chan_oh323 it says "Unregistered channel type 'Modem'" my basic requirements are h323 , call pickup and call transfer? below attached are the configurations files tht we are using currently ...

thanking for all your support ..



Extensions.conf:-
[testing]
exten => _7.,1,Pickup({66}:[EMAIL PROTECTED])
exten => 666,1,Dial(H323/192.168.1.194,100,Ttr)
exten => 667,1,Dial(H323/192.168.1.195,100,Ttr)
exten => 668,1,Dial(H323/192.168.1.196,100,Ttr)
exten => 669,1,Dial(H323/192.168.1.192,100,Ttr)

H323.conf:-
[general]
port = 1720
bindaddr = 0.0.0.0 ; this SHALL contain a single, valid IP address for this machine
disallow=all
allow=ulaw
allow=alaw
;dtmfmode=auto
dtmfmode=inband

gatekeeper = DISABLE
context=testing

[vivek]
type=friend
host=192.168.1.194
context=testing
Callgroup=1
pickupgroup=1-9,13

[santosh]
type=friend
host=192.168.1.195
context=testing
Callgroup=1
pickupgroup=1-9,13

[binu]
type=friend
host=192.168.1.196
context=testing
Callgroup=1
pickupgroup=1-9,13

[test1]
type=friend
host=192.168.1.192
context=testing
Callgroup=1
pickupgroup=1-9,13

Features.conf:-

[general]
parkext => 700 ; What ext. to dial to park
parkpos => 701-720 ; What extensions to park calls on
context => parkedcalls ; Which context parked calls are in
pickupex = *8

[featuremap]
blindxfer => #1 ; Blind transfer
atxfer => *2 ; Attended transfer





      "I haven't lost my mind; it's backed up on
                   tape somewhere."

Santosh Rao
Trikon Electronics Pvt Ltd





--
Loway Research - Home of QueueMetrics
http://queuemetrics.loway.it

_______________________________________________
--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