|
From: Dan A. <Dan...@Ph...> - 2006-11-24 20:16:57
|
There was a small bug in the Out call code that would always use an ooh323 channel, but that does not appear to be the issue here. Your Asterisk is crashing in the CDR code, which is not directly related to Web-MeetMe CHAN_TYPE can be any valid channel type that you installation uses. A type of LOCAL will allow you to follow the rules in Your dialplan (some calls might be SIP, others ZAP or H323). If CHAN_TYPE is set to local, you do not need to set OUT_PEER OUT_CONTEXT is needed if you use CHAN_TYPE set to LOCAL and Can be any valid context. OUT_PEER is any valid peer that you want to handle the outgoing calls. Dan -----Original Message----- From: web...@li... = [mailto:web...@li...] On Behalf Of = Sm...@gm... Sent: Friday, November 24, 2006 8:09 AM To: web...@li... Subject: [Web-meetme-users] Configuration example for 'INVITE-Feature' Hello everybody, I'm looking for an example how to configure the 'invite'-feature. I = tried to put in the CHAN_TYPE, OUT_CONTEXT and OUT_PEER values but = everytime I click the CALL button my asterisk crashs with the following = messages: <-- snip --> *CLI> Nov 24 16:40:21 WARNING[24830]: cdr.c:550 ast_cdr_disposition: = Cause not handled Nov 24 16:40:21 WARNING[24830]: cdr.c:550 ast_cdr_disposition: Cause not = handled *CLI> Ouch ... error while writing audio data: : Broken pipe Disconnected from Asterisk server [1]+ Segmentation fault (core dumped) asterisk -gvvvvvvvvv <-- snap --> What is exactly required in these variables? Any help or explanation is highly appriciated! Thanks a lot in advance, Martin --=20 Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!=20 Ideal f=FCr Modem und ISDN: http://www.gmx.net/de/go/smartsurfer -------------------------------------------------------------------------= Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share = your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV _______________________________________________ Web-meetme-users mailing list Web...@li... https://lists.sourceforge.net/lists/listinfo/web-meetme-users |