[Asterisk-Users] Pickup() h323
Pavel Jezek
pavel.jezek at i.cz
Mon Apr 3 10:10:56 MST 2006
Yes, my asterisk generates cdr when call from sip/iax/sccp to h323....
master.csv
"","953","324","default","""""
<953>","SCCP/953-0000001a","H323/ccm-6","Dial","H323/324 at ccm","2006-04-03
16:36:44",,"2006-04-03 16:37:05",21,0,"NO ANSWER","DOCUMENTATION"
and my h323.conf is quite simple:
[general]
port = 1720
bindaddr = 192.168.40.4
disallow=all
allow=g729
allow=alaw
[ccm]
type=peer
host=192.168.40.7
noFastStart=yes
PJ
Joshua Colp wrote:
> Pavel Jezek wrote:
>> Hello,
>> I can use directed call pickup using pickup application (between sip,
>> iax, skinny cals),
>> but unable to pickup call that is ringing on phone behind h323
>> gateway (using original h323 channel in asterisk), is this even
>> suported?
>> thx
>> PJ
>>
>>
>>
>> exten => _*7.,1,Pickup(${EXTEN:2})
>>
>>
>> console log, when trying o pickup ringing line 324 (h323), from
>> skinny phone (953)
>>
>>
>> -- Executing Pickup("SCCP/953-00000004", "324") in new stack
>> == Spawn extension (default, *7324, 1) exited non-zero on
>> 'SCCP/953-00000004'
>> -- SCCP: Asterisk request to hangup channel SCCP/953-00000004
>>
>> _______________________________________________
>> --Bandwidth and Colocation provided by Easynews.com --
>>
>> Asterisk-Users mailing list
>> To UNSUBSCRIBE or update options visit:
>> http://lists.digium.com/mailman/listinfo/asterisk-users
>
> The directed pickup application needs a CDR record on the channel, so
> be sure that the H323 channel driver is creating one. You may need to
> set amaflags to have it happen. I remember this being found before by
> someone else, and that being there way to make it work.
>
> Joshua Colp
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list