From babak.freeswitch at gmail.com Sat Sep 1 00:49:41 2012 From: babak.freeswitch at gmail.com (Babak Yakhchali) Date: Sat, 1 Sep 2012 01:19:41 +0430 Subject: [Freeswitch-dev] mod_shout problem Message-ID: Hi I was trying to use telecast but it seems the table and urls are not produced correctly. After I read the mod_shout code I saw that in line 1414 a "select * from channels" query is used and in it's corresponding callback indexes are not correct so wrong values are used in creation of urls and the table. I created an issue on jira (But I donno if I did it correctly so I posted here) thanx -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120901/d0db5ad9/attachment.html From mike at jerris.com Sat Sep 1 01:12:03 2012 From: mike at jerris.com (Michael Jerris) Date: Fri, 31 Aug 2012 17:12:03 -0400 Subject: [Freeswitch-dev] mod_shout problem In-Reply-To: References: Message-ID: <6FF8D39E-9935-45F3-B3CD-15F176526FCC@jerris.com> try this: [master 200ca61] FS-4581: --resolve use specific column names in telecast web_callback MIke On Aug 31, 2012, at 4:49 PM, Babak Yakhchali wrote: > Hi > I was trying to use telecast but it seems the table and urls are not produced correctly. After I read the mod_shout code I saw that in line 1414 a "select * from channels" query is used and in it's corresponding callback indexes are not correct so wrong values are used in creation of urls and the table. > I created an issue on jira (But I donno if I did it correctly so I posted here) From dujinfang at gmail.com Sat Sep 1 07:29:51 2012 From: dujinfang at gmail.com (Seven Du) Date: Sat, 1 Sep 2012 11:29:51 +0800 Subject: [Freeswitch-dev] question on file format codec In-Reply-To: References: <735FEE21-1A3B-4FF3-9DD8-2BD4AFE24DE7@gmail.com> <2E54E1470F48416CB1CD7FE338C6340A@gmail.com> Message-ID: <794474EAF872447B8AD39A96C44A3623@gmail.com> Thanks for explaining and sorry to bring you new questions, hope this is the last for this topic: On http://fisheye.freeswitch.org/changelog/freeswitch.git?cs=bdd391e5db830e97eb06a7cea5b1059204e5fcac between lines 697-700 I tried to mux the channels but volume is very very low, or I didn't do right. Any highlights? Line 703 has good sound but only has one channel. Question 2: fav should now support any rate 8000/16000 etc, but the ptime around line 571 is still hard coded. Is it possible to get this from the file handle? h.audio_ptime = 20; /* FIXME: hard coded */ Thanks. On Saturday, September 1, 2012 at 1:28 AM, Anthony Minessale wrote: > when you have multiple channels it still only uses the len of one > channel assuming you will multiply that len by the * of channels for > the real size. > > > On Thu, Aug 30, 2012 at 10:15 PM, Seven Du wrote: > > ok, I figured out when use conference record, handle->channels = 1, but in > > uuid_record, handle->channels = 2, so the following code did the trick in > > fsv_file_write, but I'm not sure if it's the write approach. Why the *len is > > always 160 in both cases? where the other half channel data goes to? I use > > play_fsv so the playback should be right. Only tested on 8000HZ right now. > > If the following code is confusing I can submit a full patch. Thanks. > > > > > > > > uint16_t *x = data; > > > > > > if (handle->channels == 2) { > > /* should we use only one channel ? */ > > for (int i=0; i<160; i++) { > > x[i] = x[i*2]; > > } > > } > > > > > > -- > > Seven Du > > Sent with Sparrow > > > > On Friday, August 31, 2012 at 8:34 AM, Anthony Minessale wrote: > > > > Right now it always does raw l16 in any of the io or file funcs > > > > On Aug 30, 2012 7:23 PM, "dujinfang" wrote: > > > > yes, my problem is how to make sure switch_file > > _write always get L16 data when trigger by uuid_record? > > > > thanks > > > > ???? iPhone > > > > ? 2012-8-31???4:36?Anthony Minessale ??? > > > > > yes, currently the fsv format expects L16 audio > > > > > > On Thu, Aug 30, 2012 at 4:00 AM, Seven Du wrote: > > > > Hi, > > > > > > > > If you noticed the video-media-bug branch, I managed to record a video > > > > file > > > > with the following methods > > > > > > > > conference 3000 record /tmp/testrecord.fsv > > > > > > > > uuid_record start /tmp/testrecord.fsv > > > > > > > > > > > > The first command works perfect as conference voice is L16, but the last > > > > one > > > > has bad audio I guess because it's PCMU ?. > > > > > > > > I noticed a SWITCH_FILE_NATIVE flags which is supposed to disable > > > > transcoding but in my case in mod_fsv the flag is not set so should it > > > > transcode to L16 before writing to the fsv file? > > > > > > > > Thanks. > > > > > > > > -- > > > > Seven Du > > > > Sent with Sparrow > > > > > > > > > > > > _________________________________________________________________________ > > > > Professional FreeSWITCH Consulting Services: > > > > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > > > > http://www.freeswitchsolutions.com > > > > > > > > > > > > > > > > > > > > Official FreeSWITCH Sites > > > > http://www.freeswitch.org > > > > http://wiki.freeswitch.org > > > > http://www.cluecon.com > > > > > > > > FreeSWITCH-dev mailing list > > > > FreeSWITCH-dev at lists.freeswitch.org (mailto:FreeSWITCH-dev at lists.freeswitch.org) > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > > > > http://www.freeswitch.org > > > > > > > > > > > > > > > > > > > -- > > > Anthony Minessale II > > > > > > FreeSWITCH http://www.freeswitch.org/ > > > ClueCon http://www.cluecon.com/ > > > Twitter: http://twitter.com/FreeSWITCH_wire > > > > > > AIM: anthm > > > MSN:anthony_minessale at hotmail.com (mailto:anthony_minessale at hotmail.com) > > > GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com (mailto:anthony.minessale at gmail.com) > > > IRC: irc.freenode.net (http://irc.freenode.net) #freeswitch > > > > > > FreeSWITCH Developer Conference > > > sip:888 at conference.freeswitch.org (mailto:888 at conference.freeswitch.org) > > > googletalk:conf+888 at conference.freeswitch.org (mailto:conf+888 at conference.freeswitch.org) > > > pstn:+19193869900 > > > > > > _________________________________________________________________________ > > > Professional FreeSWITCH Consulting Services: > > > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > > > http://www.freeswitchsolutions.com > > > > > > > > > > > > > > > Official FreeSWITCH Sites > > > http://www.freeswitch.org > > > http://wiki.freeswitch.org > > > http://www.cluecon.com > > > > > > FreeSWITCH-dev mailing list > > > FreeSWITCH-dev at lists.freeswitch.org (mailto:FreeSWITCH-dev at lists.freeswitch.org) > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > > > http://www.freeswitch.org > > > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-dev mailing list > > FreeSWITCH-dev at lists.freeswitch.org (mailto:FreeSWITCH-dev at lists.freeswitch.org) > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > > http://www.freeswitch.org > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-dev mailing list > > FreeSWITCH-dev at lists.freeswitch.org (mailto:FreeSWITCH-dev at lists.freeswitch.org) > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > > http://www.freeswitch.org > > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-dev mailing list > > FreeSWITCH-dev at lists.freeswitch.org (mailto:FreeSWITCH-dev at lists.freeswitch.org) > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > > http://www.freeswitch.org > > > > > > > -- > Anthony Minessale II > > FreeSWITCH http://www.freeswitch.org/ > ClueCon http://www.cluecon.com/ > Twitter: http://twitter.com/FreeSWITCH_wire > > AIM: anthm > MSN:anthony_minessale at hotmail.com (mailto:anthony_minessale at hotmail.com) > GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com (mailto:anthony.minessale at gmail.com) > IRC: irc.freenode.net (http://irc.freenode.net) #freeswitch > > FreeSWITCH Developer Conference > sip:888 at conference.freeswitch.org (mailto:888 at conference.freeswitch.org) > googletalk:conf+888 at conference.freeswitch.org (mailto:conf+888 at conference.freeswitch.org) > pstn:+19193869900 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org (mailto:FreeSWITCH-dev at lists.freeswitch.org) > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120901/46b74215/attachment-0001.html From richard.screene at netdev.co.uk Mon Sep 3 14:31:16 2012 From: richard.screene at netdev.co.uk (Richard Screene) Date: Mon, 3 Sep 2012 11:31:16 +0100 Subject: [Freeswitch-dev] Bypass media from dingling to SIP Message-ID: Hello, I have a FreeSWITCH that bridges a mod_dingaling call to a SIP call. This is working well. But, I am now trying to use the bypass media or proxy media flags and I am having less success! (It would appear that there is no SDP present in the outgoing SIP INVITE.) Here is the dialplan I'm using: Should it possible to use these flags between Jingle and SIP? Many thanks, Richard Richard Screene Senior Developer NetDev Ltd & Drum Collaboration +44 1273 936125 www.netdev.co.uk www.thisisdrum.com Registered in England and Wales Company Number 04741258 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120903/e7863988/attachment.html From krice at freeswitch.org Mon Sep 3 18:40:27 2012 From: krice at freeswitch.org (Ken Rice) Date: Mon, 3 Sep 2012 09:40:27 -0500 Subject: [Freeswitch-dev] Bypass media from dingling to SIP In-Reply-To: References: Message-ID: <1E7DAF17-F3D9-4CD3-87D6-3A0BB55656DA@freeswitch.org> bypass media only works on sofia channels.. it is a special sip only thing Ken Sent from my iPad On Sep 3, 2012, at 5:31 AM, Richard Screene wrote: > Hello, > > I have a FreeSWITCH that bridges a mod_dingaling call to a SIP call. This is working well. > > But, I am now trying to use the bypass media or proxy media flags and I am having less success! > (It would appear that there is no SDP present in the outgoing SIP INVITE.) > > Here is the dialplan I'm using: > > > > > > > > > > Should it possible to use these flags between Jingle and SIP? > > Many thanks, > Richard > > Richard Screene > Senior Developer > NetDev Ltd & Drum Collaboration > +44 1273 936125 > www.netdev.co.uk > www.thisisdrum.com > Registered in England and Wales > Company Number 04741258 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120903/a3e4d1ad/attachment.html From SPapineni at enghouse.com Tue Sep 4 14:42:03 2012 From: SPapineni at enghouse.com (Papineni, Suneel) Date: Tue, 4 Sep 2012 10:42:03 +0000 Subject: [Freeswitch-dev] Conference call without media Message-ID: <9438D04074E0DE45A49CD760998212725BEE560B@CORP-MAIL-001.edge.local> Hi, I am having a specific requirement with respect to conference. I want to transfer a call to an existing conference ignoring media or codec parameters of that call leg. Is there any channel-variable that can be set for this call leg or during transfer so that call is joined to conference even without passing any media or codec information. I can resolve my situation even if there is a way to ignore media transmission (details) when first conference call is created. Thanks & Regards Suneel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120904/aca60665/attachment.html From krice at freeswitch.org Tue Sep 4 16:53:58 2012 From: krice at freeswitch.org (Ken Rice) Date: Tue, 04 Sep 2012 07:53:58 -0500 Subject: [Freeswitch-dev] Conference call without media In-Reply-To: <9438D04074E0DE45A49CD760998212725BEE560B@CORP-MAIL-001.edge.local> Message-ID: You can not do this... The conference application requires media... On 9/4/12 5:42 AM, "Papineni, Suneel" wrote: > Hi, > > I am having a specific requirement with respect to conference. I want to > transfer a call to an existing conference ignoring media or codec parameters > of that call leg. Is there any channel-variable that can be set for this call > leg or during transfer so that call is joined to conference even without > passing any media or codec information. > > I can resolve my situation even if there is a way to ignore media transmission > (details) when first conference call is created. > > Thanks & Regards > Suneel > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org -- Ken http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org irc.freenode.net #freeswitch -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120904/d8a1b89a/attachment.html From marketing at cluecon.com Wed Sep 5 00:00:51 2012 From: marketing at cluecon.com (Michael Collins) Date: Tue, 4 Sep 2012 13:00:51 -0700 Subject: [Freeswitch-dev] FreeSWITCH Weekly News and Notes Message-ID: Happy Tuesday to you all! I hope you had a relaxing 3-day weekend. On last week's conference call we had a nice discussion about TLS in FreeSWITCH. Mitch Capper helped demystify some of the things that go on with creating certificates, handling certificate authorities (CA), and the like. This week we will be having a community discussion on how to improve our handling of poorly-worded or inappropriate questions sent to the mailing list. Ourupcoming schedule for September is all booked up, so make plans to be on our Wednesday conference calls. Be on the lookout for updated English Callie and French June sounds. They have been recorded and are being verified. I suspect they will show up in the next day or two. The new FreeSWITCH book is moving along as well. I just submitted chapter 2 to our publisher and am now on to redrafting chapter 3. On a side note I just want to mention that I updated the FreeSWITCH Wikipedia page to reflect the fact that we are now on version 1.2.1 and that we've formed stable and development branches. ClueCon 2012 attendees and FreeSWITCH community members qualify for special pricing at the IIT Real-Time Communications Conference and Expo. Use the special discount code *FREWDSC* when you register. More details are available at ClueCon.com . Have a great week! -- Michael S Collins ClueCon Team http://www.cluecon.com 877-7-4ACLUE -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120904/56913297/attachment-0001.html From gabe at gundy.org Wed Sep 5 00:19:38 2012 From: gabe at gundy.org (Gabriel Gunderson) Date: Tue, 4 Sep 2012 14:19:38 -0600 Subject: [Freeswitch-dev] Conference call without media In-Reply-To: References: <9438D04074E0DE45A49CD760998212725BEE560B@CORP-MAIL-001.edge.local> Message-ID: On Tue, Sep 4, 2012 at 6:53 AM, Ken Rice wrote: > You can not do this... The conference application requires media... We could start a bounty for mod_magic. I'd throw in a few bucks. Gabe From msc at freeswitch.org Wed Sep 5 00:53:39 2012 From: msc at freeswitch.org (Michael Collins) Date: Tue, 4 Sep 2012 13:53:39 -0700 Subject: [Freeswitch-dev] Conference call without media In-Reply-To: References: <9438D04074E0DE45A49CD760998212725BEE560B@CORP-MAIL-001.edge.local> Message-ID: On Tue, Sep 4, 2012 at 1:19 PM, Gabriel Gunderson wrote: > On Tue, Sep 4, 2012 at 6:53 AM, Ken Rice wrote: > > You can not do this... The conference application requires media... > > We could start a bounty for mod_magic. I'd throw in a few bucks. > I think we already have a bounty going for mod_cleo... -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120904/2a1680e9/attachment.html From msc at freeswitch.org Wed Sep 5 20:07:55 2012 From: msc at freeswitch.org (Michael Collins) Date: Wed, 5 Sep 2012 09:07:55 -0700 Subject: [Freeswitch-dev] FreeSWITCH Conference Call Today Message-ID: Hello all! Today's conference call agenda is here: http://wiki.freeswitch.org/wiki/FS_weekly_2012_09_05 We have a number of things to discuss as a community. Look forward to seeing you there. -- Michael S Collins Twitter: @mercutioviz http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120905/bb464491/attachment.html From marketing at cluecon.com Mon Sep 10 20:11:53 2012 From: marketing at cluecon.com (Michael Collins) Date: Mon, 10 Sep 2012 09:11:53 -0700 Subject: [Freeswitch-dev] FreeSWITCH Weekly News and Notes Message-ID: Greetings! We hope you all had a great week. On our Wednesday conference callwe discussed several items as a community. One item of note was how to handle mailing list posts that are overly broad and reflect a lack of research on the part of the individual doing the posting. After much discussion we decided that we would create some online documentation that helps new ones get their bearings when considering the big picture in FreeSWITCH. (For example, what are modules and why do we have them?) Thanks to Dave Kompel for helping to get that started. We are also pleased to announce that we have started up the Adopt-a-moduleproject. The idea is simple but powerful: community members who are knowledgeable and enthusiastic about a specific module will volunteer to "adopt" that module. Adopting a module means doing several things: watching the mailing list and IRC channel for questions, monitoring the Git repository for new commits, keeping the module's wiki page up-to-date, and acting as a bug marshal for any Jira tickets that are opened. We've had several people step up already. Please visit the list of modules needing adoptionto see if you there is one that fits your area of expertise. We give a special note of thanks to Anshel Blum for helping to get this one going. This week we welcome Ben Langfield and Ben Klangwho will be discussing the Adhearsion framework for FreeSWITCH. Adhearsion is a Ruby-based framework for building telephony applications. You may recall that Ben Klang joined us at ClueCon 2012 to make the announcementabout Adhearsion being available for FreeSWITCH. We look forward to learning more about how Adhearsion works with FreeSWITCH. Let's all have a great week! -- Michael S Collins ClueCon Team http://www.cluecon.com 877-7-4ACLUE -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120910/c491e71b/attachment.html From msc at freeswitch.org Wed Sep 12 19:22:39 2012 From: msc at freeswitch.org (Michael Collins) Date: Wed, 12 Sep 2012 08:22:39 -0700 Subject: [Freeswitch-dev] FreeSWITCH Conference Call Today Message-ID: Hello All, Our FreeSWITCH conference call will be taking place in a bit. The agenda is here: http://wiki.freeswitch.org/wiki/FS_weekly_2012_09_12 We look forward to hearing from Ben and Ben about the Adhearsion project. We also have a few community updates. -- Michael S Collins Twitter: @mercutioviz http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120912/e5216224/attachment.html From dxj19831029 at gmail.com Thu Sep 13 20:25:04 2012 From: dxj19831029 at gmail.com (Xijing Dai) Date: Fri, 14 Sep 2012 00:25:04 +0800 Subject: [Freeswitch-dev] switch_channel_add_state_handler not work under ubuntu Message-ID: hey i have release 1.2.1 code base, the state handler is called in Windows, but not in Ubuntu 12.04 here is the code: static switch_state_handler_table_t channel_event_handlers = { > /*.on_init */ NULL, > /*.on_routing */ NULL, > /*.on_execute */ NULL, > /*.on_hangup */ channel_on_hangup, > /*.on_exchange_media */ NULL, > /*.on_soft_execute */ NULL, > /*.on_consume_media */ NULL, > /*.on_hibernate */ NULL, > /*.on_reset */ NULL, > /*.on_park */ NULL, > /*.on_reporting */ NULL, > /*.on_destroy */ NULL > }; > ...... > if (switch_channel_add_state_handler(hook_channel, > &channel_event_handlers) < 0) > { > switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), > SWITCH_LOG_ERROR, "state handler added failed\n"); > } > ....... > > Anyone knows why? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120914/c417536c/attachment.html From openser at yeah.net Mon Sep 17 19:37:25 2012 From: openser at yeah.net (openser) Date: Mon, 17 Sep 2012 23:37:25 +0800 (CST) Subject: [Freeswitch-dev] record video call In-Reply-To: References: Message-ID: <26c5bea8.4005.139d4e07b0d.Coremail.openser@yeah.net> Hi, I want to record a two way video call to file, is this possible ? can i implement this by modify record_session code ? BR openser -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120917/83c95645/attachment.html From marketing at cluecon.com Mon Sep 17 21:42:59 2012 From: marketing at cluecon.com (Michael Collins) Date: Mon, 17 Sep 2012 10:42:59 -0700 Subject: [Freeswitch-dev] FreeSWITCH Weekly News and Notes Message-ID: Hello all, It's been another productive week on the FreeSWITCH team. We are pleased to let you know that we have officially tagged FreeSWITCH version 1.2.2 in the git repo. Source tarballs are available in the usual location . Thanks to all those whose efforts make more frequent releases a reality. It is much appreciated. On last Wednesday's conference callwe enjoyed a nice Adhearsion presentation by Ben Langfeld and Ben Klang. Adhearsion is a Ruby-based framework for developing telephony applications. Ben and Ben discuss how Adhearsion works, why Ruby is cool for building telephony apps, and why the Adhearsion guys love FreeSWITCH. FreeSWITCH community members are invited to join the Adhearsion team at AdhearsionConf in Palo Alto, CA on October 20-21, 2012. Community members receive a special rate by using discount code AHNLOVESFREESWITCH. Thanks to Ben and Ben for a great presentation with cool slides . For the next few weeks we look forward to hearing from Daniel Pocock and Scott Godin who will be telling us more about the ReproSIP proxy and the ReSIProcate SIP stack. For many of us it will be our first look at a SIP proxy that does not have its roots in the OpenSER project. We look forward to learning more on this Wednesday's conference call . Have a great week! -- Michael S Collins ClueCon Team http://www.cluecon.com 877-7-4ACLUE -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120917/dbdfff82/attachment-0001.html From gabe at gundy.org Tue Sep 18 02:47:19 2012 From: gabe at gundy.org (Gabriel Gunderson) Date: Mon, 17 Sep 2012 16:47:19 -0600 Subject: [Freeswitch-dev] FreeSWITCH Weekly News and Notes In-Reply-To: References: Message-ID: On Mon, Sep 17, 2012 at 11:42 AM, Michael Collins wrote: > For the next few weeks we look forward to hearing from Daniel Pocock and > Scott Godin who will be telling us more about the Repro SIP proxy and the > ReSIProcate SIP stack. For many of us it will be our first look at a SIP > proxy that does not have its roots in the OpenSER project. We look forward > to learning more on this Wednesday's conference call. Indeed. This sounds great... I have to plan now to clear my calendar :) Gabe From fdelawarde at wirelessmundi.com Tue Sep 18 17:21:22 2012 From: fdelawarde at wirelessmundi.com (=?ISO-8859-1?Q?Fran=E7ois?= Delawarde) Date: Tue, 18 Sep 2012 15:21:22 +0200 Subject: [Freeswitch-dev] bv-tapi jira Message-ID: <1347974482.28012.109.camel@luna.madrid.commsmundi.com> Hi all, Now that bv-tapi is hosted on git.freeswitch.org, will there be a jira setup so we can send patches? If not, where should I send them? Thanks, Fran?ois. From msc at freeswitch.org Tue Sep 18 21:46:51 2012 From: msc at freeswitch.org (Michael Collins) Date: Tue, 18 Sep 2012 10:46:51 -0700 Subject: [Freeswitch-dev] bv-tapi jira In-Reply-To: <1347974482.28012.109.camel@luna.madrid.commsmundi.com> References: <1347974482.28012.109.camel@luna.madrid.commsmundi.com> Message-ID: I added this: http://jira.freeswitch.org/browse/BVTAPI I think that will work. If you have any questions let me know. -Michael On Tue, Sep 18, 2012 at 6:21 AM, Fran?ois Delawarde < fdelawarde at wirelessmundi.com> wrote: > Hi all, > > Now that bv-tapi is hosted on git.freeswitch.org, will there be a jira > setup so we can send patches? > > If not, where should I send them? > > Thanks, > Fran?ois. > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > -- Michael S Collins Twitter: @mercutioviz http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120918/eac2ed42/attachment.html From vipkilla at gmail.com Tue Sep 18 21:57:42 2012 From: vipkilla at gmail.com (Vik Killa) Date: Tue, 18 Sep 2012 13:57:42 -0400 Subject: [Freeswitch-dev] bv-tapi jira In-Reply-To: References: <1347974482.28012.109.camel@luna.madrid.commsmundi.com> Message-ID: > I added this: > http://jira.freeswitch.org/browse/BVTAPI +1 From openser at yeah.net Wed Sep 19 05:45:26 2012 From: openser at yeah.net (openser) Date: Wed, 19 Sep 2012 09:45:26 +0800 (CST) Subject: [Freeswitch-dev] record video call In-Reply-To: <26c5bea8.4005.139d4e07b0d.Coremail.openser@yeah.net> References: <26c5bea8.4005.139d4e07b0d.Coremail.openser@yeah.net> Message-ID: <7c49297.a3c.139dc33801f.Coremail.openser@yeah.net> Any Idea ? ? 2012-09-18 00:25:08?openser ??? Hi, I want to record a two way video call to file, is this possible ? can i implement this by modify record_session code ? BR openser -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120919/b0676b15/attachment.html From dujinfang at gmail.com Wed Sep 19 18:39:48 2012 From: dujinfang at gmail.com (Seven Du) Date: Wed, 19 Sep 2012 22:39:48 +0800 Subject: [Freeswitch-dev] record video call In-Reply-To: <7c49297.a3c.139dc33801f.Coremail.openser@yeah.net> References: <26c5bea8.4005.139d4e07b0d.Coremail.openser@yeah.net> <7c49297.a3c.139dc33801f.Coremail.openser@yeah.net> Message-ID: <806BEF267F314A5EA56A5F2F10B0A59C@gmail.com> If you use H264 checkout the video-media-bug branch you can use uuid_record to do .fsv and .mp4. But unlike audio, you cannot mix videos, so you could use uuid_record on both leg. Or maybe we could record to multi-video track? Let me know if it works for you, I hard coded most params. -- Seven Du Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, September 19, 2012 at 9:45 AM, openser wrote: > Any Idea ? > > > > ? 2012-09-18 00:25:08?openser ??? > > Hi, > > > > > > I want to record a two way video call to file, is this possible ? can i implement this by modify record_session code ? > > > > BR > > openser > > > > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org (mailto:FreeSWITCH-dev at lists.freeswitch.org) > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120919/7e648df7/attachment.html From fdelawarde at wirelessmundi.com Wed Sep 19 19:20:17 2012 From: fdelawarde at wirelessmundi.com (=?ISO-8859-1?Q?Fran=E7ois?= Delawarde) Date: Wed, 19 Sep 2012 17:20:17 +0200 Subject: [Freeswitch-dev] bv-tapi jira In-Reply-To: References: <1347974482.28012.109.camel@luna.madrid.commsmundi.com> Message-ID: <1348068017.28012.209.camel@luna.madrid.commsmundi.com> It works, thanks Michael! Looks like i have the first ticket, let's see if Nick receives it alright. Fran?ois. On Tue, 2012-09-18 at 10:46 -0700, Michael Collins wrote: > I added this: > http://jira.freeswitch.org/browse/BVTAPI > > I think that will work. If you have any questions let me know. > -Michael > > On Tue, Sep 18, 2012 at 6:21 AM, Fran?ois Delawarde > wrote: > Hi all, > > Now that bv-tapi is hosted on git.freeswitch.org, will there > be a jira > setup so we can send patches? > > If not, where should I send them? > > Thanks, > Fran?ois. > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > > > -- > Michael S Collins > Twitter: @mercutioviz > http://www.FreeSWITCH.org > http://www.ClueCon.com > http://www.OSTAG.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org From msc at freeswitch.org Wed Sep 19 20:09:31 2012 From: msc at freeswitch.org (Michael Collins) Date: Wed, 19 Sep 2012 09:09:31 -0700 Subject: [Freeswitch-dev] FreeSWITCH Conference Call Today: Repro SIP proxy Message-ID: Hello all, Please join us for the conference call at 1PM EDT, 10AM PDT: http://wiki.freeswitch.org/wiki/FS_weekly_2012_09_19 Scott and Daniel will be discussing the Repro SIP proxy and the ReSIProcate SIP stack. Talk to you soon. -- Michael S Collins Twitter: @mercutioviz http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120919/04fc9754/attachment-0001.html From msc at freeswitch.org Thu Sep 20 03:15:32 2012 From: msc at freeswitch.org (Michael Collins) Date: Wed, 19 Sep 2012 16:15:32 -0700 Subject: [Freeswitch-dev] FreeSWITCH Conference Call - What Would You Like To Talk About? Message-ID: Hey all, While I'm thinking about it I would like to ask you to give me some ideas on what we can discuss in our upcoming weekly conference calls. We have openings from early October through the end of the year. I have a few more lined up but I definitely would like to see some input from the community on what else we can do on Wednesdays. Thanks! -- Michael S Collins Twitter: @mercutioviz http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120919/cc48954e/attachment.html From anton.jugatsu at gmail.com Thu Sep 20 07:35:34 2012 From: anton.jugatsu at gmail.com (Anton Kvashenkin) Date: Thu, 20 Sep 2012 07:35:34 +0400 Subject: [Freeswitch-dev] FreeSWITCH Conference Call - What Would You Like To Talk About? In-Reply-To: References: Message-ID: Obviously, how does Google use FreeSWITCH :) 2012/9/20 Michael Collins > Hey all, > > While I'm thinking about it I would like to ask you to give me some ideas > on what we can discuss in our upcoming weekly conference calls. We have > openings from early October through the end of the year. I have a few more > lined up but I definitely would like to see some input from the community > on what else we can do on Wednesdays. > > Thanks! > > -- > Michael S Collins > Twitter: @mercutioviz > http://www.FreeSWITCH.org > http://www.ClueCon.com > http://www.OSTAG.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120920/4062df2c/attachment.html From fenlisesi at gmail.com Thu Sep 20 14:15:19 2012 From: fenlisesi at gmail.com (=?UTF-8?B?QWxpIEnFn8Sxaw==?=) Date: Thu, 20 Sep 2012 13:15:19 +0300 Subject: [Freeswitch-dev] mod_callcenter => mod_huntgroup. Message-ID: Hello, devs, I am thinking about developing a mod_huntgroup. I am new to FreeSWITCH and would appreciate any help starting up. At first glance, mod_callcenter seems to have some relevant features. I am trying to decide whether it would make a good starting point. In particular, I would like to know how mod_callcenter is viewed by you guys -- is it widely used, for instance, and actively maintained? Does it have a place in your roadmap? Cheers, -- Ali Isik From vipkilla at gmail.com Thu Sep 20 17:54:52 2012 From: vipkilla at gmail.com (Vik Killa) Date: Thu, 20 Sep 2012 09:54:52 -0400 Subject: [Freeswitch-dev] mod_callcenter => mod_huntgroup. In-Reply-To: References: Message-ID: Why not just use 'Enterprise_originate' to do hunt groups? http://wiki.freeswitch.org/wiki/Freeswitch_IVR_Originate#Enterprise_originate On Thu, Sep 20, 2012 at 6:15 AM, Ali I??k wrote: > Hello, devs, > > I am thinking about developing a mod_huntgroup. I am new to > FreeSWITCH and would appreciate any help starting up. > > At first glance, mod_callcenter seems to have some relevant features. > I am trying to decide whether it would make a good starting point. In > particular, I would like to know how mod_callcenter is viewed by you > guys -- is it widely used, for instance, and actively maintained? Does > it have a place in your roadmap? > > Cheers, > > -- Ali Isik > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org From jmesquita at freeswitch.org Thu Sep 20 17:55:28 2012 From: jmesquita at freeswitch.org (=?ISO-8859-1?Q?Jo=E3o_Mesquita?=) Date: Thu, 20 Sep 2012 10:55:28 -0300 Subject: [Freeswitch-dev] mod_callcenter => mod_huntgroup. In-Reply-To: References: Message-ID: What would mod_huntgroup do? We have mod_lcr that does lcr based on sql lookups for example... Regards, Jo?o Mesquita On Thu, Sep 20, 2012 at 7:15 AM, Ali I??k wrote: > Hello, devs, > > I am thinking about developing a mod_huntgroup. I am new to > FreeSWITCH and would appreciate any help starting up. > > At first glance, mod_callcenter seems to have some relevant features. > I am trying to decide whether it would make a good starting point. In > particular, I would like to know how mod_callcenter is viewed by you > guys -- is it widely used, for instance, and actively maintained? Does > it have a place in your roadmap? > > Cheers, > > -- Ali Isik > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120920/ad39a425/attachment.html From openser at yeah.net Thu Sep 20 18:54:12 2012 From: openser at yeah.net (openser) Date: Thu, 20 Sep 2012 22:54:12 +0800 (CST) Subject: [Freeswitch-dev] record video call In-Reply-To: <806BEF267F314A5EA56A5F2F10B0A59C@gmail.com> References: <26c5bea8.4005.139d4e07b0d.Coremail.openser@yeah.net> <7c49297.a3c.139dc33801f.Coremail.openser@yeah.net> <806BEF267F314A5EA56A5F2F10B0A59C@gmail.com> Message-ID: <1748d49.8128.139e42c009b.Coremail.openser@yeah.net> thanks, are your sure i can use uuid_record to record call-leg to MP4 format ? At 2012-09-19 22:39:48,"Seven Du" wrote: If you use H264 checkout the video-media-bug branch you can use uuid_record to do .fsv and .mp4. But unlike audio, you cannot mix videos, so you could use uuid_record on both leg. Or maybe we could record to multi-video track? Let me know if it works for you, I hard coded most params. -- Seven Du Sent with Sparrow On Wednesday, September 19, 2012 at 9:45 AM, openser wrote: Any Idea ? ? 2012-09-18 00:25:08?openser ??? Hi, I want to record a two way video call to file, is this possible ? can i implement this by modify record_session code ? BR openser _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com FreeSWITCH-dev mailing list FreeSWITCH-dev at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120920/674a033e/attachment-0001.html From dujinfang at gmail.com Thu Sep 20 19:18:18 2012 From: dujinfang at gmail.com (Seven Du) Date: Thu, 20 Sep 2012 23:18:18 +0800 Subject: [Freeswitch-dev] record video call In-Reply-To: <1748d49.8128.139e42c009b.Coremail.openser@yeah.net> References: <26c5bea8.4005.139d4e07b0d.Coremail.openser@yeah.net> <7c49297.a3c.139dc33801f.Coremail.openser@yeah.net> <806BEF267F314A5EA56A5F2F10B0A59C@gmail.com> <1748d49.8128.139e42c009b.Coremail.openser@yeah.net> Message-ID: <94B577D590404E8A9B62EB6AF7E86586@gmail.com> well. It's possible if you load mod_mp4v2. read the commit logs you should get more info. -- Seven Du Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday, September 20, 2012 at 10:54 PM, openser wrote: > thanks, > are your sure i can use uuid_record to record call-leg to MP4 format ? > > > > At 2012-09-19 22:39:48,"Seven Du" wrote: > > If you use H264 checkout the video-media-bug branch you can use uuid_record to do .fsv and .mp4. But unlike audio, you cannot mix videos, so you could use uuid_record on both leg. Or maybe we could record to multi-video track? > > > > Let me know if it works for you, I hard coded most params. > > > > -- > > Seven Du > > Sent with Sparrow (http://www.sparrowmailapp.com/?sig) > > > > > > On Wednesday, September 19, 2012 at 9:45 AM, openser wrote: > > > > > Any Idea ? > > > > > > > > > > > > ? 2012-09-18 00:25:08?openser ??? > > > > Hi, > > > > > > > > > > > > I want to record a two way video call to file, is this possible ? can i implement this by modify record_session code ? > > > > > > > > BR > > > > openser > > > > > > > > > > > > > > > > > > > > > _________________________________________________________________________ > > > Professional FreeSWITCH Consulting Services: > > > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > > > http://www.freeswitchsolutions.com > > > > > > > > > > > > > > > Official FreeSWITCH Sites > > > http://www.freeswitch.org > > > http://wiki.freeswitch.org > > > http://www.cluecon.com > > > > > > FreeSWITCH-dev mailing list > > > FreeSWITCH-dev at lists.freeswitch.org (mailto:FreeSWITCH-dev at lists.freeswitch.org) > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > > > http://www.freeswitch.org > > > > > > > > > > > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org (mailto:FreeSWITCH-dev at lists.freeswitch.org) > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120920/8f031ca4/attachment.html From msc at freeswitch.org Thu Sep 20 20:52:39 2012 From: msc at freeswitch.org (Michael Collins) Date: Thu, 20 Sep 2012 09:52:39 -0700 Subject: [Freeswitch-dev] mod_callcenter => mod_huntgroup. In-Reply-To: References: Message-ID: Ali, Welcome to FreeSWITCH! Glad to have you. The other posts in the thread ask good questions. You may not actually need to create "mod_huntgroup" to accomplish what you need. In fact, I'd wager that you can do a "hunt group" just with a few lines of XML dialplan. Can you describe in plain language how your hunt group module would work? The folks here will offer you some good suggestions on how to proceed. -MC On Thu, Sep 20, 2012 at 3:15 AM, Ali I??k wrote: > Hello, devs, > > I am thinking about developing a mod_huntgroup. I am new to > FreeSWITCH and would appreciate any help starting up. > > At first glance, mod_callcenter seems to have some relevant features. > I am trying to decide whether it would make a good starting point. In > particular, I would like to know how mod_callcenter is viewed by you > guys -- is it widely used, for instance, and actively maintained? Does > it have a place in your roadmap? > > Cheers, > > -- Ali Isik > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > -- Michael S Collins Twitter: @mercutioviz http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120920/4770f6c3/attachment.html From fenlisesi at gmail.com Thu Sep 20 22:19:54 2012 From: fenlisesi at gmail.com (=?UTF-8?B?QWxpIEnFn8Sxaw==?=) Date: Thu, 20 Sep 2012 21:19:54 +0300 Subject: [Freeswitch-dev] mod_callcenter => mod_huntgroup. In-Reply-To: References: Message-ID: All right, thanks Vik. I will need to study this and reply again when I understand it better. -- Ali Isik On Thu, Sep 20, 2012 at 4:54 PM, Vik Killa wrote: > Why not just use 'Enterprise_originate' to do hunt groups? > http://wiki.freeswitch.org/wiki/Freeswitch_IVR_Originate#Enterprise_originate > > On Thu, Sep 20, 2012 at 6:15 AM, Ali I??k wrote: >> Hello, devs, >> >> I am thinking about developing a mod_huntgroup. I am new to >> FreeSWITCH and would appreciate any help starting up. >> >> At first glance, mod_callcenter seems to have some relevant features. >> I am trying to decide whether it would make a good starting point. In >> particular, I would like to know how mod_callcenter is viewed by you >> guys -- is it widely used, for instance, and actively maintained? Does >> it have a place in your roadmap? >> >> Cheers, >> >> -- Ali Isik >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org From fenlisesi at gmail.com Thu Sep 20 22:34:14 2012 From: fenlisesi at gmail.com (=?UTF-8?B?QWxpIEnFn8Sxaw==?=) Date: Thu, 20 Sep 2012 21:34:14 +0300 Subject: [Freeswitch-dev] mod_callcenter => mod_huntgroup. In-Reply-To: References: Message-ID: Essentially, it would be a poor man's call center. Imagine that the customer already has a proxy set up and integrated into their systems. They want to be able to set up a scenario such as: When 101 is dialed, (1) Ring 201 (2) If there is no response in 5 seconds, ring 30[0-9] in parallel, but not exactly simultaneously, because the customer does not want the proxy to be flooded. Randomize the list and send out INVITEs with, say, 100ms intervals (this should be settable) (3) If there is no response in 10 seconds, ring 4[0-4][0-9] (quasi-) simultaneously. (4) If there is no response in 10 seconds, go to IVR. The customer wants to be able to ring 50 user agents (quasi-)simultaneously. They don't want to load their proxy unnecessarily and they don't want to confuse/flood the caller's user agent, either. There are other considerations, too, that I don't want to bore you with at this point. :-) I thought a FreeSWITCH b2bua app (such as mod_huntgroup) would fit the bill here. Do you think I could set this up through configuration only? That would be awesome, but the requirements are kind of specific, so I presumed that I would have to roll my own module. Best, -- Ali Isik On Thu, Sep 20, 2012 at 4:55 PM, Jo?o Mesquita wrote: > What would mod_huntgroup do? We have mod_lcr that does lcr based on sql > lookups for example... > > Regards, > Jo?o Mesquita > > > > On Thu, Sep 20, 2012 at 7:15 AM, Ali I??k wrote: >> >> Hello, devs, >> >> I am thinking about developing a mod_huntgroup. I am new to >> FreeSWITCH and would appreciate any help starting up. >> >> At first glance, mod_callcenter seems to have some relevant features. >> I am trying to decide whether it would make a good starting point. In >> particular, I would like to know how mod_callcenter is viewed by you >> guys -- is it widely used, for instance, and actively maintained? Does >> it have a place in your roadmap? >> >> Cheers, >> >> -- Ali Isik >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > From fenlisesi at gmail.com Thu Sep 20 22:40:47 2012 From: fenlisesi at gmail.com (=?UTF-8?B?QWxpIEnFn8Sxaw==?=) Date: Thu, 20 Sep 2012 21:40:47 +0300 Subject: [Freeswitch-dev] mod_callcenter => mod_huntgroup. In-Reply-To: References: Message-ID: Thank you, Michael. I just fired off a response to Jo?o that explains my situation a little. In an effort to understand FreeSWITCH modules, and mod_callcenter in particular, I butchered/refactored mod_callcenter into tiny bits in the last couple of days. I intend to write a test suite to have a good indication that its behaviour is the same as that of mod_callcenter. I will then share it with you and let you decide whether there is any value in it. It is bedtime for me, I have to scoot now. Back in ~10 hours. Cheers, -- Ali Isik On Thu, Sep 20, 2012 at 7:52 PM, Michael Collins wrote: > Ali, > > Welcome to FreeSWITCH! Glad to have you. > > The other posts in the thread ask good questions. You may not actually need > to create "mod_huntgroup" to accomplish what you need. In fact, I'd wager > that you can do a "hunt group" just with a few lines of XML dialplan. Can > you describe in plain language how your hunt group module would work? The > folks here will offer you some good suggestions on how to proceed. > > -MC > > On Thu, Sep 20, 2012 at 3:15 AM, Ali I??k wrote: >> >> Hello, devs, >> >> I am thinking about developing a mod_huntgroup. I am new to >> FreeSWITCH and would appreciate any help starting up. >> >> At first glance, mod_callcenter seems to have some relevant features. >> I am trying to decide whether it would make a good starting point. In >> particular, I would like to know how mod_callcenter is viewed by you >> guys -- is it widely used, for instance, and actively maintained? Does >> it have a place in your roadmap? >> >> Cheers, >> >> -- Ali Isik >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org > > > > > -- > Michael S Collins > Twitter: @mercutioviz > http://www.FreeSWITCH.org > http://www.ClueCon.com > http://www.OSTAG.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > From jmesquita at freeswitch.org Fri Sep 21 03:20:10 2012 From: jmesquita at freeswitch.org (=?ISO-8859-1?Q?Jo=E3o_Mesquita?=) Date: Thu, 20 Sep 2012 20:20:10 -0300 Subject: [Freeswitch-dev] mod_callcenter => mod_huntgroup. In-Reply-To: References: Message-ID: Check the following channel vars: leg_timeout --> This will timeout a leg only and must be set on [] and not globally call_timeout --> This will set global timeout for the entire originate/bridge but only for ringing state leg_delay_start --> This will delay the leg to start and must be set under [] and not globally With these 3 items, you must be able to do what you need/want. Regards, Jo?o Mesquita On Thu, Sep 20, 2012 at 3:34 PM, Ali I??k wrote: > Essentially, it would be a poor man's call center. Imagine that the > customer already has a proxy set up and integrated into their systems. > They want to be able to set up a scenario such as: > > When 101 is dialed, > (1) Ring 201 > (2) If there is no response in 5 seconds, ring 30[0-9] in parallel, > but not exactly simultaneously, because the customer does not want the > proxy to be flooded. Randomize the list and send out INVITEs with, > say, 100ms intervals (this should be settable) > (3) If there is no response in 10 seconds, ring 4[0-4][0-9] (quasi-) > simultaneously. > (4) If there is no response in 10 seconds, go to IVR. > > The customer wants to be able to ring 50 user agents > (quasi-)simultaneously. They don't want to load their proxy > unnecessarily and they don't want to confuse/flood the caller's user > agent, either. There are other considerations, too, that I don't want > to bore you with at this point. :-) > > I thought a FreeSWITCH b2bua app (such as mod_huntgroup) would fit the > bill here. > > Do you think I could set this up through configuration only? That > would be awesome, but the requirements are kind of specific, so I > presumed that I would have to roll my own module. > > Best, > > -- Ali Isik > > On Thu, Sep 20, 2012 at 4:55 PM, Jo?o Mesquita > wrote: > > What would mod_huntgroup do? We have mod_lcr that does lcr based on sql > > lookups for example... > > > > Regards, > > Jo?o Mesquita > > > > > > > > On Thu, Sep 20, 2012 at 7:15 AM, Ali I??k wrote: > >> > >> Hello, devs, > >> > >> I am thinking about developing a mod_huntgroup. I am new to > >> FreeSWITCH and would appreciate any help starting up. > >> > >> At first glance, mod_callcenter seems to have some relevant features. > >> I am trying to decide whether it would make a good starting point. In > >> particular, I would like to know how mod_callcenter is viewed by you > >> guys -- is it widely used, for instance, and actively maintained? Does > >> it have a place in your roadmap? > >> > >> Cheers, > >> > >> -- Ali Isik > >> > >> > _________________________________________________________________________ > >> Professional FreeSWITCH Consulting Services: > >> consulting at freeswitch.org > >> http://www.freeswitchsolutions.com > >> > >> > >> > >> > >> Official FreeSWITCH Sites > >> http://www.freeswitch.org > >> http://wiki.freeswitch.org > >> http://www.cluecon.com > >> > >> FreeSWITCH-dev mailing list > >> FreeSWITCH-dev at lists.freeswitch.org > >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > >> http://www.freeswitch.org > > > > > > > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-dev mailing list > > FreeSWITCH-dev at lists.freeswitch.org > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120920/98924777/attachment.html From msc at freeswitch.org Fri Sep 21 03:36:11 2012 From: msc at freeswitch.org (Michael Collins) Date: Thu, 20 Sep 2012 16:36:11 -0700 Subject: [Freeswitch-dev] mod_callcenter => mod_huntgroup. In-Reply-To: References: Message-ID: On Thu, Sep 20, 2012 at 4:20 PM, Jo?o Mesquita wrote: > Check the following channel vars: > > leg_timeout --> This will timeout a leg only and must be set on [] and not > globally > call_timeout --> This will set global timeout for the entire > originate/bridge but only for ringing state > leg_delay_start --> This will delay the leg to start and must be set under > [] and not globally > > > With these 3 items, you must be able to do what you need/want. > > Regards, > Jo?o Mesquita > > +1. Throw in some Lua scripting (or the lang of your choice) and you can build an elegant solution for this. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120920/81ee6e69/attachment.html From gabe at gundy.org Fri Sep 21 03:40:55 2012 From: gabe at gundy.org (Gabriel Gunderson) Date: Thu, 20 Sep 2012 17:40:55 -0600 Subject: [Freeswitch-dev] mod_callcenter => mod_huntgroup. In-Reply-To: References: Message-ID: On Thu, Sep 20, 2012 at 12:40 PM, Ali I??k wrote: > It is bedtime for me, I have to scoot now. Back in ~10 hours. 10 hours of sleep?! You're livin' the life! Gabe From fenlisesi at gmail.com Fri Sep 21 12:27:32 2012 From: fenlisesi at gmail.com (=?UTF-8?B?QWxpIEnFn8Sxaw==?=) Date: Fri, 21 Sep 2012 11:27:32 +0300 Subject: [Freeswitch-dev] mod_callcenter => mod_huntgroup. In-Reply-To: References: Message-ID: All right, thank you, Jo?o. I will have to set up a little lab here and see what I can get done with these parameters. How about my original question, by the way, about the maturity of mod_callcenter, as you see it, and its place in the roadmap? Best, -- Ali I??k On Fri, Sep 21, 2012 at 2:20 AM, Jo?o Mesquita wrote: > Check the following channel vars: > > leg_timeout --> This will timeout a leg only and must be set on [] and not > globally > call_timeout --> This will set global timeout for the entire > originate/bridge but only for ringing state > leg_delay_start --> This will delay the leg to start and must be set under > [] and not globally > > > With these 3 items, you must be able to do what you need/want. > > Regards, > Jo?o Mesquita > > > > > On Thu, Sep 20, 2012 at 3:34 PM, Ali I??k wrote: >> >> Essentially, it would be a poor man's call center. Imagine that the >> customer already has a proxy set up and integrated into their systems. >> They want to be able to set up a scenario such as: >> >> When 101 is dialed, >> (1) Ring 201 >> (2) If there is no response in 5 seconds, ring 30[0-9] in parallel, >> but not exactly simultaneously, because the customer does not want the >> proxy to be flooded. Randomize the list and send out INVITEs with, >> say, 100ms intervals (this should be settable) >> (3) If there is no response in 10 seconds, ring 4[0-4][0-9] (quasi-) >> simultaneously. >> (4) If there is no response in 10 seconds, go to IVR. >> >> The customer wants to be able to ring 50 user agents >> (quasi-)simultaneously. They don't want to load their proxy >> unnecessarily and they don't want to confuse/flood the caller's user >> agent, either. There are other considerations, too, that I don't want >> to bore you with at this point. :-) >> >> I thought a FreeSWITCH b2bua app (such as mod_huntgroup) would fit the >> bill here. >> >> Do you think I could set this up through configuration only? That >> would be awesome, but the requirements are kind of specific, so I >> presumed that I would have to roll my own module. >> >> Best, >> >> -- Ali Isik >> >> On Thu, Sep 20, 2012 at 4:55 PM, Jo?o Mesquita >> wrote: >> > What would mod_huntgroup do? We have mod_lcr that does lcr based on sql >> > lookups for example... >> > >> > Regards, >> > Jo?o Mesquita >> > >> > >> > >> > On Thu, Sep 20, 2012 at 7:15 AM, Ali I??k wrote: >> >> >> >> Hello, devs, >> >> >> >> I am thinking about developing a mod_huntgroup. I am new to >> >> FreeSWITCH and would appreciate any help starting up. >> >> >> >> At first glance, mod_callcenter seems to have some relevant features. >> >> I am trying to decide whether it would make a good starting point. In >> >> particular, I would like to know how mod_callcenter is viewed by you >> >> guys -- is it widely used, for instance, and actively maintained? Does >> >> it have a place in your roadmap? >> >> >> >> Cheers, >> >> >> >> -- Ali Isik >> >> >> >> >> >> _________________________________________________________________________ >> >> Professional FreeSWITCH Consulting Services: >> >> consulting at freeswitch.org >> >> http://www.freeswitchsolutions.com >> >> >> >> >> >> >> >> >> >> Official FreeSWITCH Sites >> >> http://www.freeswitch.org >> >> http://wiki.freeswitch.org >> >> http://www.cluecon.com >> >> >> >> FreeSWITCH-dev mailing list >> >> FreeSWITCH-dev at lists.freeswitch.org >> >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> >> http://www.freeswitch.org >> > >> > >> > >> > >> > _________________________________________________________________________ >> > Professional FreeSWITCH Consulting Services: >> > consulting at freeswitch.org >> > http://www.freeswitchsolutions.com >> > >> > >> > >> > >> > Official FreeSWITCH Sites >> > http://www.freeswitch.org >> > http://wiki.freeswitch.org >> > http://www.cluecon.com >> > >> > FreeSWITCH-dev mailing list >> > FreeSWITCH-dev at lists.freeswitch.org >> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> > http://www.freeswitch.org >> > >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > From vipkilla at gmail.com Fri Sep 21 16:37:51 2012 From: vipkilla at gmail.com (Vik Killa) Date: Fri, 21 Sep 2012 08:37:51 -0400 Subject: [Freeswitch-dev] mod_callcenter => mod_huntgroup. In-Reply-To: References: Message-ID: Mod_callcenter is a great module, I'd say it is widely used and still maintained. I put in a feature request a few months ago and it was completed the same day! On Fri, Sep 21, 2012 at 4:27 AM, Ali I??k wrote: > All right, thank you, Jo?o. I will have to set up a little lab here > and see what I can get done with these parameters. > > How about my original question, by the way, about the maturity of > mod_callcenter, as you see it, and its place in the roadmap? > > Best, > > -- Ali I??k From msc at freeswitch.org Fri Sep 21 21:56:22 2012 From: msc at freeswitch.org (Michael Collins) Date: Fri, 21 Sep 2012 10:56:22 -0700 Subject: [Freeswitch-dev] mod_callcenter => mod_huntgroup. In-Reply-To: References: Message-ID: On Fri, Sep 21, 2012 at 1:27 AM, Ali I??k wrote: > All right, thank you, Jo?o. I will have to set up a little lab here > and see what I can get done with these parameters. > > How about my original question, by the way, about the maturity of > mod_callcenter, as you see it, and its place in the roadmap? > > Best, > > -- Ali I??k > > mod_callcenter was donated by a long-time user named Marc-Olivier Chouinard, aka "Moc" on IRC. He's been rather busy lately but I can tell you that he uses it for his customers up in Canada for small and medium-sized call centers. I would say that it is pretty stable and well-documented. A number of people are using it in lieu of mod_fifo. Both mod_callcenter and mod_fifo have the same basic goal: getting inbound calls to agents as quickly as possible and queuing them up while they are waiting. The primary differences are in how they handle the routing/selecting of which call goes to which agent. mod_cc follows a more traditional "ACD-like" approach. mod_fifo is really a "first in, first out" queue that has a bunch of options for customizing how calls get to agents. They both have their place and they both work well, so the big challenge for you is researching them to see which one fits your needs best. -MC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120921/51c004d4/attachment.html From fenlisesi at gmail.com Fri Sep 21 22:21:40 2012 From: fenlisesi at gmail.com (=?UTF-8?B?QWxpIEnFn8Sxaw==?=) Date: Fri, 21 Sep 2012 21:21:40 +0300 Subject: [Freeswitch-dev] mod_callcenter => mod_huntgroup. In-Reply-To: References: Message-ID: This is great information. Thank you Mike. My butchering/refactoring work could become useful, then, after all. Regards, -- Ali Isik On Fri, Sep 21, 2012 at 8:56 PM, Michael Collins wrote: > > > On Fri, Sep 21, 2012 at 1:27 AM, Ali I??k wrote: >> >> All right, thank you, Jo?o. I will have to set up a little lab here >> and see what I can get done with these parameters. >> >> How about my original question, by the way, about the maturity of >> mod_callcenter, as you see it, and its place in the roadmap? >> >> Best, >> >> -- Ali I??k >> > > mod_callcenter was donated by a long-time user named Marc-Olivier Chouinard, > aka "Moc" on IRC. He's been rather busy lately but I can tell you that he > uses it for his customers up in Canada for small and medium-sized call > centers. I would say that it is pretty stable and well-documented. A number > of people are using it in lieu of mod_fifo. Both mod_callcenter and mod_fifo > have the same basic goal: getting inbound calls to agents as quickly as > possible and queuing them up while they are waiting. The primary differences > are in how they handle the routing/selecting of which call goes to which > agent. mod_cc follows a more traditional "ACD-like" approach. mod_fifo is > really a "first in, first out" queue that has a bunch of options for > customizing how calls get to agents. They both have their place and they > both work well, so the big challenge for you is researching them to see > which one fits your needs best. > > -MC > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > From openser at yeah.net Sat Sep 22 17:06:46 2012 From: openser at yeah.net (openser) Date: Sat, 22 Sep 2012 21:06:46 +0800 (CST) Subject: [Freeswitch-dev] record video call In-Reply-To: <94B577D590404E8A9B62EB6AF7E86586@gmail.com> References: <26c5bea8.4005.139d4e07b0d.Coremail.openser@yeah.net> <7c49297.a3c.139dc33801f.Coremail.openser@yeah.net> <806BEF267F314A5EA56A5F2F10B0A59C@gmail.com> <1748d49.8128.139e42c009b.Coremail.openser@yeah.net> <94B577D590404E8A9B62EB6AF7E86586@gmail.com> Message-ID: <596280ff.5ef5.139ee165c14.Coremail.openser@yeah.net> thanks, but can mod_mp4v2 record a two way bridged call to two files just like record_session record a bridged call? At 2012-09-20 23:18:18,"Seven Du" wrote: well. It's possible if you load mod_mp4v2. read the commit logs you should get more info. -- Seven Du Sent with Sparrow On Thursday, September 20, 2012 at 10:54 PM, openser wrote: thanks, are your sure i can use uuid_record to record call-leg to MP4 format ? At 2012-09-19 22:39:48,"Seven Du" wrote: If you use H264 checkout the video-media-bug branch you can use uuid_record to do .fsv and .mp4. But unlike audio, you cannot mix videos, so you could use uuid_record on both leg. Or maybe we could record to multi-video track? Let me know if it works for you, I hard coded most params. -- Seven Du Sent with Sparrow On Wednesday, September 19, 2012 at 9:45 AM, openser wrote: Any Idea ? ? 2012-09-18 00:25:08?openser ??? Hi, I want to record a two way video call to file, is this possible ? can i implement this by modify record_session code ? BR openser _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com FreeSWITCH-dev mailing list FreeSWITCH-dev at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev http://www.freeswitch.org _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com FreeSWITCH-dev mailing list FreeSWITCH-dev at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120922/6e19a1c4/attachment.html From dujinfang at gmail.com Sat Sep 22 19:05:18 2012 From: dujinfang at gmail.com (Seven Du) Date: Sat, 22 Sep 2012 23:05:18 +0800 Subject: [Freeswitch-dev] record video call In-Reply-To: <596280ff.5ef5.139ee165c14.Coremail.openser@yeah.net> References: <26c5bea8.4005.139d4e07b0d.Coremail.openser@yeah.net> <7c49297.a3c.139dc33801f.Coremail.openser@yeah.net> <806BEF267F314A5EA56A5F2F10B0A59C@gmail.com> <1748d49.8128.139e42c009b.Coremail.openser@yeah.net> <94B577D590404E8A9B62EB6AF7E86586@gmail.com> <596280ff.5ef5.139ee165c14.Coremail.openser@yeah.net> Message-ID: <81F85D42135444E8852BECCC3DA56D1D@gmail.com> Not yet. At the time it only record to one file with one channel's video and a mixed audio. but you should can use uuid_record on the b leg. Not tested. -- Seven Du Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Saturday, September 22, 2012 at 9:06 PM, openser wrote: > thanks, > but can mod_mp4v2 record a two way bridged call to two files just like record_session record a bridged call? > > > > At 2012-09-20 23:18:18,"Seven Du" wrote: > > well. It's possible if you load mod_mp4v2. read the commit logs you should get more info. > > > > > > -- > > Seven Du > > Sent with Sparrow (http://www.sparrowmailapp.com/?sig) > > > > > > On Thursday, September 20, 2012 at 10:54 PM, openser wrote: > > > > > thanks, > > > are your sure i can use uuid_record to record call-leg to MP4 format ? > > > > > > > > > > > > At 2012-09-19 22:39:48,"Seven Du" wrote: > > > > If you use H264 checkout the video-media-bug branch you can use uuid_record to do .fsv and .mp4. But unlike audio, you cannot mix videos, so you could use uuid_record on both leg. Or maybe we could record to multi-video track? > > > > > > > > Let me know if it works for you, I hard coded most params. > > > > > > > > -- > > > > Seven Du > > > > Sent with Sparrow (http://www.sparrowmailapp.com/?sig) > > > > > > > > > > > > On Wednesday, September 19, 2012 at 9:45 AM, openser wrote: > > > > > > > > > Any Idea ? > > > > > > > > > > > > > > > > > > > > ? 2012-09-18 00:25:08?openser ??? > > > > > > Hi, > > > > > > > > > > > > > > > > > > I want to record a two way video call to file, is this possible ? can i implement this by modify record_session code ? > > > > > > > > > > > > BR > > > > > > openser > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _________________________________________________________________________ > > > > > Professional FreeSWITCH Consulting Services: > > > > > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > > > > > http://www.freeswitchsolutions.com > > > > > > > > > > > > > > > > > > > > > > > > > Official FreeSWITCH Sites > > > > > http://www.freeswitch.org > > > > > http://wiki.freeswitch.org > > > > > http://www.cluecon.com > > > > > > > > > > FreeSWITCH-dev mailing list > > > > > FreeSWITCH-dev at lists.freeswitch.org (mailto:FreeSWITCH-dev at lists.freeswitch.org) > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > > > > > http://www.freeswitch.org > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _________________________________________________________________________ > > > Professional FreeSWITCH Consulting Services: > > > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > > > http://www.freeswitchsolutions.com > > > > > > > > > > > > > > > Official FreeSWITCH Sites > > > http://www.freeswitch.org > > > http://wiki.freeswitch.org > > > http://www.cluecon.com > > > > > > FreeSWITCH-dev mailing list > > > FreeSWITCH-dev at lists.freeswitch.org (mailto:FreeSWITCH-dev at lists.freeswitch.org) > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > > > http://www.freeswitch.org > > > > > > > > > > > > > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org (mailto:FreeSWITCH-dev at lists.freeswitch.org) > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120922/2888d84b/attachment-0001.html From sobolewski at gmail.com Mon Sep 24 19:31:55 2012 From: sobolewski at gmail.com (Piotr Sobolewski) Date: Mon, 24 Sep 2012 17:31:55 +0200 Subject: [Freeswitch-dev] ./configure & libcodec2 Message-ID: Hello branch v1.2stable from git System is Debian squeez The ./configure ends with what's below. === configuring in libs/libcodec2 (/usr/local/src/1.2.3-2/freeswitch/libs/libcodec2) configure: running /bin/sh ./configure.gnu --disable-option-checking '--prefix=/usr/local/freeswitch' 'CONFIGURE_CFLAGS=-g -O2' 'CONFIGURE_CXXFLAGS=-g -O2' 'CONFIGURE_LDFLAGS=' --cache-file=/dev/null --srcdir=. ./configure: line 2059: syntax error near unexpected token `libcodec2,1.0' ./configure: line 2059: `AM_INIT_AUTOMAKE(libcodec2,1.0)' configure: error: ./configure.gnu failed for libs/libcodec2 Is it known problem? -- Piotr Sobolewski sobolewski at gmail.com From msc at freeswitch.org Mon Sep 24 22:34:14 2012 From: msc at freeswitch.org (Michael Collins) Date: Mon, 24 Sep 2012 11:34:14 -0700 Subject: [Freeswitch-dev] FreeSWITCH Weekly News and Notes Message-ID: Welcome to the last Monday of September 2012! We've had quite the interesting week. Perhaps the most interesting item the team dealt with was a vulnerability in the Sofia SIP stack that would cause a segmentation fault while processing a specially crafted SIP message. Just to show you how nimble the FreeSWITCH developers are, from the time the vulnerability was reported it took less than a day to fix, test, and roll a new version of FreeSWITCH. We encourage everyone on 1.2 to get updated to version 1.2.3 as soon as possible. (The fix is also in the 1.3 development branch as of last Wednesday, September 19.) We tip our hats to Anthony and the rest of the dev teamfor their hard work on our behalf. Last week's conference callwas also very informative. We received an introduction to the repro SIP proxy software. We look forward to this coming Wednesday where Scott Godin and Daniel Pocock will continue the discussion and will get deeper into how to set up the proxy and use it with FreeSWITCH. If you haven't already tried to install repro please do so. Daniel has a nice tutorialover at OpenTelecoms.org - be sure to check it out and bring your questions on Wednesday. Finally, we'd like to draw your attention to this blog postby long time FreeSWITCH and open source telephony supporter Kristian Kielhofner. Kristian reports that his company, Star2Star Communications, is sponsoring the FreeSWITCH stable branch by giving direct financial support to the project. This allows for a full-time team member to work on things like the stable branch and packaging as well as community interaction and documentation. We appreciate those who support FreeSWITCH and open source telephony! Have a good week and we'll see you again in October. -- Michael S Collins Twitter: @mercutioviz http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120924/c0ef0cc5/attachment.html From don.dawson at voice-ring.com Tue Sep 25 06:58:26 2012 From: don.dawson at voice-ring.com (Don Dawson) Date: Mon, 24 Sep 2012 21:58:26 -0500 Subject: [Freeswitch-dev] leg_timeout not used if multi-contact phone on that leg. Message-ID: <50611DD2.8010906@voice-ring.com> We discovered that the leg_timeout will work fine as long as the SIP device has only one contact. If it has multiple contacts then it is ignored. The bridge ends in 60 seconds so maybe is using originate_timeout which defaults to 60(we do not use it in the dialplan). As a workaround for now, we may need to specify the originate_timeout to shorten the bridge timeout as 10 rings to hit voicemail is not desired. This was discovered on a box that was built a while back. I tested on a recent version from git date of 09/06/12 and it has the same problem. I will get the very latest GIT version shortly to test with. From niels.thomsen at fentechnology.co.uk Wed Sep 26 15:17:31 2012 From: niels.thomsen at fentechnology.co.uk (Niels Thomsen) Date: Wed, 26 Sep 2012 12:17:31 +0100 Subject: [Freeswitch-dev] Why are Windows users so badly served - and what can I do to help? Message-ID: To me and my software engineering colleagues, one of the great things about FS is that it is available on Windows. But I often feel a bit left out... J For instance, the download site doesn't appear to have the stable builds (e.g. 1.2.3) available for download pre-built. Only the unstable head of git built weekly. Also, the pre-built installer doesn't allow me to select an install directory, and is unaware of modern Windows install hierarchies. This means you either have to run as administrator or copy the installed files out of there after install. Eurgh. I can build it myself of course, and have done so. But the build has literally hundreds of warnings, so can I trust it? My day-time job is as a software engineer in a 'no warnings' environment, where code cannot be checked in if it generates warnings, so that's a bit of a culture shock. I haven't tried building the linux build to see if this is a VS2010 issue. But rather than moan about it, I'd like to help. I'd like to sort out the installer, for instance, so it is brought up to date and can install on the latest OSs without kludges. But I'd also like to see it being used to generate stable Windows pre-builds at the end of it - which would presumably be done by someone looking after the download site? So where do I start? Who do I speak to? - Niels -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120926/9e8b4185/attachment.html From sunzhimailbox at gmail.com Wed Sep 26 17:13:22 2012 From: sunzhimailbox at gmail.com (zhi sun) Date: Wed, 26 Sep 2012 21:13:22 +0800 Subject: [Freeswitch-dev] :how to let the version 2.1.3 as well as the latest (from git) work for the 0911 and 5001 dialplan? there is no problem with version 1.06 Message-ID: in the default diaplan, the 0911 conference call that make a out call to a group doesn't work for the latest and version 2.1.3. the out call always failed because of CHAN_NOT_IMPLEMENTED, but it works fine for version 1.06 the same problem happens with the 5001 in dialplan (default.xml) it is very easy to reproduce this issue: i just get the correct version, make, make install, make cd-sounds-install. the log with problem looks like below: =========================================== 2012-09-26 15:37:10.973469 [NOTICE] switch_ivr.c:1748 Transfer sofia/internal/1000 at 192.168.0.100 to XML[1010 at default] 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/0000000000 at 192.168.0.100 [BREAK] 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/0000000000 at 192.168.0.100 [BREAK] 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2950 (sofia/internal/ 1010 at 192.168.0.100) Callstate Change RINGING -> HANGUP 2012-09-26 15:37:10.993469 [NOTICE] switch_ivr_originate.c:3330 Hangup sofia/internal/1010 at 192.168.0.100 [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2973 Send signal sofia/internal/1010 at 192.168.0.100 [KILL] 2012-09-26 15:37:10.993469 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-26 15:37:10.993469 [DEBUG] switch_ivr_originate.c:3506 Originate Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL] 2012-09-26 15:37:10.993469 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1010 at 192.168.0.100) Running State Change CS_HANGUP 2012-09-26 15:37:10.993469 [ERR] mod_conference.c:6626 Cannot create outgoing channel, cause: ORIGINATOR_CANCEL 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2950 (sofia/internal/ 1000 at 192.168.0.100) Callstate Change ACTIVE -> HANGUP 2012-09-26 15:37:10.993469 [NOTICE] mod_conference.c:6629 Hangup sofia/internal/1000 at 192.168.0.100 [CS_ROUTING] [ORIGINATOR_CANCEL] 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2973 Send signal sofia/internal/1000 at 192.168.0.100 [KILL] 2012-09-26 15:37:10.993469 [DEBUG] switch_core_state_machine.c:638 (sofia/internal/1010 at 192.168.0.100) State HANGUP 2012-09-26 15:37:10.993469 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1000 at 192.168.0.100 [BREAK] ============================================ i am new to freeswitch, Is there anything i missed to let the version 2.1.3 as well as the latest (from git) work for the 0911 and 5001 dialplan? both of them make an out call from a conference. thanks -zhisun -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120926/f8e36241/attachment.html From cmrienzo at gmail.com Wed Sep 26 20:09:45 2012 From: cmrienzo at gmail.com (Christopher Rienzo) Date: Wed, 26 Sep 2012 12:09:45 -0400 Subject: [Freeswitch-dev] Why are Windows users so badly served - and what can I do to help? In-Reply-To: References: Message-ID: You could check out #freeswitch and meet the Windows FS devs and users. The devs could give guidance about what sort of patches would be acceptable. Just be patient if they don't respond instantly. The gcc build of FreeSWITCH is set to fail on warnings, so the project devs do take that sort of thing seriously. Unfortunately, it is a lot of work to make a build warning-free for all platforms/compilers. Chris On Wed, Sep 26, 2012 at 7:17 AM, Niels Thomsen < niels.thomsen at fentechnology.co.uk> wrote: > To me and my software engineering colleagues, one of the great things > about FS is that it is available on Windows. But I often feel a bit left > out? J**** > > ** ** > > For instance, the download site doesn?t appear to have the stable builds > (e.g. 1.2.3) available for download pre-built. Only the unstable head of > git built weekly.**** > > ** ** > > Also, the pre-built installer doesn?t allow me to select an install > directory, and is unaware of modern Windows install hierarchies. This > means you either have to run as administrator or copy the installed files > out of there after install. Eurgh.**** > > ** ** > > I can build it myself of course, and have done so. But the build has > literally hundreds of warnings, so can I trust it? My day-time job is as a > software engineer in a ?no warnings? environment, where code cannot be > checked in if it generates warnings, so that?s a bit of a culture shock. I > haven?t tried building the linux build to see if this is a VS2010 issue.** > ** > > ** ** > > But rather than moan about it, I?d like to help. I?d like to sort out the > installer, for instance, so it is brought up to date and can install on the > latest OSs without kludges. But I?d also like to see it being used to > generate stable Windows pre-builds at the end of it - which would > presumably be done by someone looking after the download site? So where do > I start? Who do I speak to?**** > > ** ** > > ** ** > > - Niels**** > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120926/18ed2144/attachment-0001.html From msc at freeswitch.org Wed Sep 26 20:11:38 2012 From: msc at freeswitch.org (Michael Collins) Date: Wed, 26 Sep 2012 09:11:38 -0700 Subject: [Freeswitch-dev] FreeSWITCH Conf Call Today Message-ID: Don't forget about today's call! http://wiki.freeswitch.org/wiki/FS_weekly_2012_09_26 We get to have a deeper technical conversation with Scott and Daniel regarding the repro SIP proxy. Talk to you soon! -- Michael S Collins Twitter: @mercutioviz http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120926/081a195e/attachment.html From peter.olsson at visionutveckling.se Wed Sep 26 20:33:28 2012 From: peter.olsson at visionutveckling.se (Peter Olsson) Date: Wed, 26 Sep 2012 16:33:28 +0000 Subject: [Freeswitch-dev] Why are Windows users so badly served - and what can I do to help? In-Reply-To: References: Message-ID: <1FFF97C269757C458224B7C895F35F1515F4DA@cantor.std.visionutv.se> Jeff Lenk is probably the best guy to talk to about this (jlenk on IRC). And yes, there are lots of warnings. However, they are from the third party libs, FS itself has a clean build. I've been using the Windows version for a couple of years, and it runs really good, so there is nothing to worry about really. I do agree though that it would be good (especially for new users) if the stable versions are available as compiled binaries. I personally prefer to build from git HEAD. /Peter ________________________________ ________________________________ Fr?n: freeswitch-dev-bounces at lists.freeswitch.org [freeswitch-dev-bounces at lists.freeswitch.org] f?r Niels Thomsen [niels.thomsen at fentechnology.co.uk] Skickat: den 26 september 2012 13:17 Till: freeswitch-dev at lists.freeswitch.org ?mne: [Freeswitch-dev] Why are Windows users so badly served - and what can I do to help? To me and my software engineering colleagues, one of the great things about FS is that it is available on Windows. But I often feel a bit left out? :) For instance, the download site doesn?t appear to have the stable builds (e.g. 1.2.3) available for download pre-built. Only the unstable head of git built weekly. Also, the pre-built installer doesn?t allow me to select an install directory, and is unaware of modern Windows install hierarchies. This means you either have to run as administrator or copy the installed files out of there after install. Eurgh. I can build it myself of course, and have done so. But the build has literally hundreds of warnings, so can I trust it? My day-time job is as a software engineer in a ?no warnings? environment, where code cannot be checked in if it generates warnings, so that?s a bit of a culture shock. I haven?t tried building the linux build to see if this is a VS2010 issue. But rather than moan about it, I?d like to help. I?d like to sort out the installer, for instance, so it is brought up to date and can install on the latest OSs without kludges. But I?d also like to see it being used to generate stable Windows pre-builds at the end of it - which would presumably be done by someone looking after the download site? So where do I start? Who do I speak to? - Niels !DSPAM:5062ffff32761572418220! From anthony.minessale at gmail.com Wed Sep 26 22:49:31 2012 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Wed, 26 Sep 2012 13:49:31 -0500 Subject: [Freeswitch-dev] :how to let the version 2.1.3 as well as the latest (from git) work for the 0911 and 5001 dialplan? there is no problem with version 1.06 In-Reply-To: References: Message-ID: That is not nearly enough log file, you need to supply the entire log of the call in full debug mode On Wed, Sep 26, 2012 at 8:13 AM, zhi sun wrote: > in the default diaplan, the 0911 conference call that make a out call to a > group doesn't work for the latest and version 2.1.3. the out call always > failed because of CHAN_NOT_IMPLEMENTED, > > but it works fine for version 1.06 > > the same problem happens with the 5001 in dialplan (default.xml) > > it is very easy to reproduce this issue: i just get the correct version, > make, make install, make cd-sounds-install. > > the log with problem looks like below: > > =========================================== > > 2012-09-26 15:37:10.973469 [NOTICE] switch_ivr.c:1748 Transfer > sofia/internal/1000 at 192.168.0.100 to XML[1010 at default] > 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2950 (sofia/internal/ > 1010 at 192.168.0.100) Callstate Change RINGING -> HANGUP > 2012-09-26 15:37:10.993469 [NOTICE] switch_ivr_originate.c:3330 Hangup > sofia/internal/1010 at 192.168.0.100 [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] > 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2973 Send signal > sofia/internal/1010 at 192.168.0.100 [KILL] > 2012-09-26 15:37:10.993469 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-26 15:37:10.993469 [DEBUG] switch_ivr_originate.c:3506 Originate > Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL] > 2012-09-26 15:37:10.993469 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/1010 at 192.168.0.100) Running State Change CS_HANGUP > 2012-09-26 15:37:10.993469 [ERR] mod_conference.c:6626 Cannot create > outgoing channel, cause: ORIGINATOR_CANCEL > 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2950 (sofia/internal/ > 1000 at 192.168.0.100) Callstate Change ACTIVE -> HANGUP > 2012-09-26 15:37:10.993469 [NOTICE] mod_conference.c:6629 Hangup > sofia/internal/1000 at 192.168.0.100 [CS_ROUTING] [ORIGINATOR_CANCEL] > 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2973 Send signal > sofia/internal/1000 at 192.168.0.100 [KILL] > 2012-09-26 15:37:10.993469 [DEBUG] switch_core_state_machine.c:638 > (sofia/internal/1010 at 192.168.0.100) State HANGUP > 2012-09-26 15:37:10.993469 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1000 at 192.168.0.100 [BREAK] > > ============================================ > > i am new to freeswitch, Is there anything i missed to let the version > 2.1.3 as well as the latest (from git) work for the 0911 and 5001 dialplan? > both of them make an out call from a conference. > > thanks > -zhisun > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -- Anthony Minessale II FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ Twitter: http://twitter.com/FreeSWITCH_wire AIM: anthm MSN:anthony_minessale at hotmail.com GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:888 at conference.freeswitch.org googletalk:conf+888 at conference.freeswitch.org pstn:+19193869900 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120926/33e6915e/attachment.html From sunzhimailbox at gmail.com Thu Sep 27 05:40:02 2012 From: sunzhimailbox at gmail.com (zhi sun) Date: Thu, 27 Sep 2012 09:40:02 +0800 Subject: [Freeswitch-dev] :how to let the version 2.1.3 as well as the latest (from git) work for the 0911 and 5001 dialplan? there is no problem with version 1.06 In-Reply-To: References: Message-ID: thanks for response, the detailed debug log as below: version 2.1.3 there are two sip client: 1002, 1010 i can call 1002 from 1010 successfully. then i try to call 0911 from 1010, as you know the 1002 is a member of sales group, the 0911 will try to out call 1002 according the rule in default.xml ============================================= 2012-09-27 09:34:07.533467 [NOTICE] switch_channel.c:951 New Channel sofia/internal/1010 at 192.168.0.100 [6dfa8876-0843-11e2-b574-8d63071eb0f5] 2012-09-27 09:34:07.533467 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:34:07.533467 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1010 at 192.168.0.100) Running State Change CS_NEW 2012-09-27 09:34:07.533467 [DEBUG] switch_core_state_machine.c:416 (sofia/internal/1010 at 192.168.0.100) State NEW 2012-09-27 09:34:07.533467 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:34:07.553467 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected by acl "domains". Falling back to Digest auth. 2012-09-27 09:34:07.553467 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:34:07.553467 [DEBUG] sofia.c:1728 detaching session 6dfa8876-0843-11e2-b574-8d63071eb0f5 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:1820 Re-attaching to session 6dfa8876-0843-11e2-b574-8d63071eb0f5 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected by acl "domains". Falling back to Digest auth. 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:6282 Channel sofia/internal/ 1010 at 192.168.0.100 entering state [received][100] 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:6293 Remote SDP: v=0 o=1010 3118 3118 IN IP4 192.168.0.10 s=Talk c=IN IP4 192.168.0.10 t=0 0 m=audio 7078 RTP/AVP 112 111 110 3 0 8 101 a=rtpmap:112 speex/32000 a=fmtp:112 vbr=on a=rtpmap:111 speex/16000 a=fmtp:111 vbr=on a=rtpmap:110 speex/8000 a=fmtp:110 vbr=on a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-11 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:6506 (sofia/internal/ 1010 at 192.168.0.100) State Change CS_NEW -> CS_INIT 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1010 at 192.168.0.100) Running State Change CS_INIT 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:437 (sofia/internal/1010 at 192.168.0.100) State INIT 2012-09-27 09:34:07.573471 [DEBUG] mod_sofia.c:86 sofia/internal/ 1010 at 192.168.0.100 SOFIA INIT 2012-09-27 09:34:07.573471 [DEBUG] mod_sofia.c:126 (sofia/internal/ 1010 at 192.168.0.100) State Change CS_INIT -> CS_ROUTING 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:437 (sofia/internal/1010 at 192.168.0.100) State INIT going to sleep 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1010 at 192.168.0.100) Running State Change CS_ROUTING 2012-09-27 09:34:07.573471 [DEBUG] switch_channel.c:1964 (sofia/internal/ 1010 at 192.168.0.100) Callstate Change DOWN -> RINGING 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:446 (sofia/internal/1010 at 192.168.0.100) State ROUTING 2012-09-27 09:34:07.573471 [DEBUG] mod_sofia.c:149 sofia/internal/ 1010 at 192.168.0.100 SOFIA ROUTING 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:117 sofia/internal/1010 at 192.168.0.100 Standard ROUTING 2012-09-27 09:34:07.573471 [INFO] mod_dialplan_xml.c:485 Processing 1010 <1010>->0911 in context default Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->unloop] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->tod_example] continue=true Dialplan: sofia/internal/1010 at 192.168.0.100 Date/Time Match (PASS) [tod_example] break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 Action set(open=true) Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->holiday_example] continue=true Dialplan: sofia/internal/1010 at 192.168.0.100 Date/TimeMatch (FAIL) [holiday_example] break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->global-intercept] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global-intercept] destination_number(0911) =~ /^886$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->group-intercept] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [group-intercept] destination_number(0911) =~ /^\*8$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->intercept-ext] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [intercept-ext] destination_number(0911) =~ /^\*\*(\d+)$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->redial] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [redial] destination_number(0911) =~ /^(redial|870)$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->global] continue=true Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] ${call_debug}(false) =~ /^true$/ break=never Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] ${sip_has_crypto}() =~ /^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$/ break=never Dialplan: sofia/internal/1010 at 192.168.0.100 Absolute Condition [global] Dialplan: sofia/internal/1010 at 192.168.0.100 Action hash(insert/${domain_name}-spymap/${caller_id_number}/${uuid}) Dialplan: sofia/internal/1010 at 192.168.0.100 Action hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) Dialplan: sofia/internal/1010 at 192.168.0.100 Action hash(insert/${domain_name}-last_dial/global/${uuid}) Dialplan: sofia/internal/1010 at 192.168.0.100 Action export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->snom-demo-2] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-2] destination_number(0911) =~ /^9001$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->snom-demo-1] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-1] destination_number(0911) =~ /^9000$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] destination_number(0911) =~ /^88(\d{4})$|^\*0(.*)$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] destination_number(0911) =~ /^779$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->call_return] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [call_return] destination_number(0911) =~ /^\*69$|^869$|^lcr$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->del-group] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [del-group] destination_number(0911) =~ /^80(\d{2})$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->add-group] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [add-group] destination_number(0911) =~ /^81(\d{2})$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->call-group-simo] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [call-group-simo] destination_number(0911) =~ /^82(\d{2})$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->call-group-order] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [call-group-order] destination_number(0911) =~ /^83(\d{2})$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->extension-intercom] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [extension-intercom] destination_number(0911) =~ /^8(10[01][0-9])$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->Local_Extension] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [Local_Extension] destination_number(0911) =~ /^(10[01][0-9])$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->Local_Extension_Skinny] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [Local_Extension_Skinny] destination_number(0911) =~ /^(11[01][0-9])$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->group_dial_sales] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [group_dial_sales] destination_number(0911) =~ /^2000$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->group_dial_support] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [group_dial_support] destination_number(0911) =~ /^2001$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->group_dial_billing] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [group_dial_billing] destination_number(0911) =~ /^2002$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->operator] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [operator] destination_number(0911) =~ /^(operator|0)$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->vmain] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [vmain] destination_number(0911) =~ /^vmain$|^4000$|^\*98$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->sip_uri] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [sip_uri] destination_number(0911) =~ /^sip:(.*)$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->nb_conferences] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [nb_conferences] destination_number(0911) =~ /^(30\d{2})$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->wb_conferences] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [wb_conferences] destination_number(0911) =~ /^(31\d{2})$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->uwb_conferences] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [uwb_conferences] destination_number(0911) =~ /^(32\d{2})$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->cdquality_conferences] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [cdquality_conferences] destination_number(0911) =~ /^(33\d{2})$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->freeswitch_public_conf_via_sip] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [freeswitch_public_conf_via_sip] destination_number(0911) =~ /^9(888|8888|1616|3232)$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->mad_boss_intercom] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) [mad_boss_intercom] destination_number(0911) =~ /^0911$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 Action set(conference_auto_outcall_caller_id_name=Mad Boss1) Dialplan: sofia/internal/1010 at 192.168.0.100 Action set(conference_auto_outcall_caller_id_number=0911) Dialplan: sofia/internal/1010 at 192.168.0.100 Action set(conference_auto_outcall_timeout=60) Dialplan: sofia/internal/1010 at 192.168.0.100 Action set(conference_auto_outcall_flags=mute) Dialplan: sofia/internal/1010 at 192.168.0.100 Action set(conference_auto_outcall_prefix={sip_auto_answer=true,execute_on_answer='bind_meta_app 2 a s1 transfer::intercept:${uuid} inline'}) Dialplan: sofia/internal/1010 at 192.168.0.100 Action set(sip_exclude_contact=${network_addr}) Dialplan: sofia/internal/1010 at 192.168.0.100 Action conference_set_auto_outcall(${group_call(sales)}) Dialplan: sofia/internal/1010 at 192.168.0.100 Action conference(madboss_intercom1 at default+flags{endconf|deaf}) 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:167 (sofia/internal/1010 at 192.168.0.100) State Change CS_ROUTING -> CS_EXECUTE 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:446 (sofia/internal/1010 at 192.168.0.100) State ROUTING going to sleep 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1010 at 192.168.0.100) Running State Change CS_EXECUTE 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:453 (sofia/internal/1010 at 192.168.0.100) State EXECUTE 2012-09-27 09:34:07.593468 [DEBUG] mod_sofia.c:242 sofia/internal/ 1010 at 192.168.0.100 SOFIA EXECUTE 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:209 sofia/internal/1010 at 192.168.0.100 Standard EXECUTE EXECUTE sofia/internal/1010 at 192.168.0.100 set(open=true) 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ 1010 at 192.168.0.100 SET [open]=[true] EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-spymap/1010/6dfa8876-0843-11e2-b574-8d63071eb0f5) EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-last_dial/1010/0911) EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-last_dial/global/6dfa8876-0843-11e2-b574-8d63071eb0f5) EXECUTE sofia/internal/1010 at 192.168.0.100 export(RFC2822_DATE=Thu, 27 Sep 2012 09:34:07 +0800) 2012-09-27 09:34:07.593468 [DEBUG] switch_channel.c:1118 EXPORT (export_vars) [RFC2822_DATE]=[Thu, 27 Sep 2012 09:34:07 +0800] EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_caller_id_name=Mad Boss1) 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ 1010 at 192.168.0.100 SET [conference_auto_outcall_caller_id_name]=[Mad Boss1] EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_caller_id_number=0911) 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ 1010 at 192.168.0.100 SET [conference_auto_outcall_caller_id_number]=[0911] EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_timeout=60) 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ 1010 at 192.168.0.100 SET [conference_auto_outcall_timeout]=[60] EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_flags=mute) 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ 1010 at 192.168.0.100 SET [conference_auto_outcall_flags]=[mute] EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_prefix={sip_auto_answer=true,execute_on_answer='bind_meta_app 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline'}) 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ 1010 at 192.168.0.100 SET [conference_auto_outcall_prefix]=[{sip_auto_answer=true,execute_on_answer='bind_meta_app 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline'}] EXECUTE sofia/internal/1010 at 192.168.0.100set(sip_exclude_contact=192.168.0.10) 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ 1010 at 192.168.0.100 SET [sip_exclude_contact]=[192.168.0.10] 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:2390 Application conference_set_auto_outcall Requires media! pre_answering channel sofia/internal/1010 at 192.168.0.100 2012-09-27 09:34:07.593468 [INFO] switch_core_session.c:2392 Sending early media 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:112:32000:20:0]/[G722:9:8000:20:64000] 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:112:32000:20:0]/[PCMU:0:8000:20:64000] 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:112:32000:20:0]/[PCMA:8:8000:20:64000] 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:112:32000:20:0]/[GSM:3:8000:20:13200] 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:111:16000:20:0]/[G722:9:8000:20:64000] 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:111:16000:20:0]/[PCMU:0:8000:20:64000] 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:111:16000:20:0]/[PCMA:8:8000:20:64000] 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:111:16000:20:0]/[GSM:3:8000:20:13200] 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:110:8000:20:0]/[G722:9:8000:20:64000] 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:110:8000:20:0]/[PCMU:0:8000:20:64000] 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:110:8000:20:0]/[PCMA:8:8000:20:64000] 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:110:8000:20:0]/[GSM:3:8000:20:13200] 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [GSM:3:8000:20:13200]/[G722:9:8000:20:64000] 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [GSM:3:8000:20:13200]/[PCMU:0:8000:20:64000] 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [GSM:3:8000:20:13200]/[PCMA:8:8000:20:64000] 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [GSM:3:8000:20:13200]/[GSM:3:8000:20:13200] 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3077 Set Codec sofia/internal/1010 at 192.168.0.100 GSM/8000 20 ms 160 samples 13200 bits 2012-09-27 09:34:07.593468 [DEBUG] switch_core_codec.c:111 sofia/internal/ 1010 at 192.168.0.100 Original read codec set to GSM:3 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5219 Set 2833 dtmf send/recv payload to 101 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3327 AUDIO RTP [sofia/internal/1010 at 192.168.0.100] 192.168.0.100 port 19426 -> 192.168.0.10 port 7078 codec: 3 ms: 20 2012-09-27 09:34:07.593468 [DEBUG] switch_rtp.c:1927 Starting timer [soft] 160 bytes per 20ms 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3591 Set 2833 dtmf send payload to 101 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3597 Set 2833 dtmf receive payload to 101 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3624 sofia/internal/ 1010 at 192.168.0.100 Set rtp dtmf delay to 40 2012-09-27 09:34:07.593468 [NOTICE] sofia_glue.c:4226 Pre-Answer sofia/internal/1010 at 192.168.0.100! 2012-09-27 09:34:07.593468 [DEBUG] switch_channel.c:3092 (sofia/internal/ 1010 at 192.168.0.100) Callstate Change RINGING -> EARLY 2012-09-27 09:34:07.593468 [DEBUG] mod_sofia.c:2730 Ring SDP: v=0 o=FreeSWITCH 1348690221 1348690222 IN IP4 192.168.0.100 s=FreeSWITCH c=IN IP4 192.168.0.100 t=0 0 m=audio 19426 RTP/AVP 3 101 a=rtpmap:3 GSM/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=silenceSupp:off - - - - a=ptime:20 a=sendrecv 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:759 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] EXECUTE sofia/internal/1010 at 192.168.0.100conference_set_auto_outcall([sip_invite_domain=192.168.0.100,presence_id= 1000 at 192.168.0.100]sofia/internal/sip:1000 at 192.168.0.20:5060 ,[sip_invite_domain=192.168.0.100,presence_id=1001 at 192.168.0.100 ]error/user_not_registered,[sip_invite_domain=192.168.0.100,presence_id= 1002 at 192.168.0.100 ]error/user_not_registered,[sip_invite_domain=192.168.0.100,presence_id= 1003 at 192.168.0.100 ]error/user_not_registered,[sip_invite_domain=192.168.0.100,presence_id= 1004 at 192.168.0.100]error/user_not_registered) 2012-09-27 09:34:07.593468 [DEBUG] sofia.c:6282 Channel sofia/internal/ 1010 at 192.168.0.100 entering state [early][183] EXECUTE sofia/internal/1010 at 192.168.0.100conference(madboss_intercom1 at default +flags{endconf|deaf}) 2012-09-27 09:34:07.593468 [DEBUG] mod_sofia.c:836 Local SDP sofia/internal/ 1010 at 192.168.0.100: v=0 o=FreeSWITCH 1348690221 1348690223 IN IP4 192.168.0.100 s=FreeSWITCH c=IN IP4 192.168.0.100 t=0 0 m=audio 19426 RTP/AVP 3 101 a=rtpmap:3 GSM/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=silenceSupp:off - - - - a=ptime:20 a=sendrecv 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:759 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:34:07.593468 [DEBUG] switch_channel.c:3351 (sofia/internal/ 1010 at 192.168.0.100) Callstate Change EARLY -> ACTIVE 2012-09-27 09:34:07.593468 [NOTICE] mod_conference.c:7211 Channel [sofia/internal/1010 at 192.168.0.100] has been answered 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:34:07.593468 [DEBUG] sofia.c:6282 Channel sofia/internal/ 1010 at 192.168.0.100 entering state [completed][200] 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8315 using channel sound prefix: /home/sunzhi/sunzhi/freeswitch/freeswitch-1.2.3/rel/sounds/en/us/callie 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:7092 Raw Codec Activation Success L16 at 8000hz 1 channel 20ms 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:7137 Raw Codec Activation Success L16 at 8000hz 1 channel 20ms 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:1922 Setup timer success interval: 20 samples: 160 2012-09-27 09:34:07.593468 [DEBUG] switch_core_codec.c:219 sofia/internal/ 1010 at 192.168.0.100 Push codec L16:70 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ 1010 at 192.168.0.100 binding '0' to 'mute' 2012-09-27 09:34:07.593468 [INFO] switch_ivr_async.c:194 Digit parser mod_conference: Setting realm to 'conf' 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser mod_conference: binding 0/conf/0 callback: 0x7f7bcbde4640 data: 0x7f7b8002bab8 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ 1010 at 192.168.0.100 binding '*' to 'deaf mute' 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser mod_conference: binding */conf/0 callback: 0x7f7bcbde4640 data: 0x7f7b8002bae8 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ 1010 at 192.168.0.100 binding '9' to 'energy up' 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser mod_conference: binding 9/conf/0 callback: 0x7f7bcbde4640 data: 0x7f7b8002bb18 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ 1010 at 192.168.0.100 binding '8' to 'energy equ' 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser mod_conference: binding 8/conf/0 callback: 0x7f7bcbde4640 data: 0x7f7b8002bb48 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ 1010 at 192.168.0.100 binding '7' to 'energy dn' 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser mod_conference: binding 7/conf/0 callback: 0x7f7bcbde4640 data: 0x7f7b8002bb78 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ 1010 at 192.168.0.100 binding '3' to 'vol talk up' 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser mod_conference: binding 3/conf/0 callback: 0x7f7bcbde4640 data: 0x7f7b8002bba8 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ 1010 at 192.168.0.100 binding '2' to 'vol talk zero' 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser mod_conference: binding 2/conf/0 callback: 0x7f7bcbde4640 data: 0x7f7b8002bbd8 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ 1010 at 192.168.0.100 binding '1' to 'vol talk dn' 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser mod_conference: binding 1/conf/0 callback: 0x7f7bcbde4640 data: 0x7f7b8002bc08 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ 1010 at 192.168.0.100 binding '6' to 'vol listen up' 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser mod_conference: binding 6/conf/0 callback: 0x7f7bcbde4640 data: 0x7f7b8002bc38 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ 1010 at 192.168.0.100 binding '5' to 'vol listen zero' 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser mod_conference: binding 5/conf/0 callback: 0x7f7bcbde4640 data: 0x7f7b8002bc68 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ 1010 at 192.168.0.100 binding '4' to 'vol listen dn' 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser mod_conference: binding 4/conf/0 callback: 0x7f7bcbde4640 data: 0x7f7b8002bc98 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ 1010 at 192.168.0.100 binding '#' to 'hangup' 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser mod_conference: binding #/conf/0 callback: 0x7f7bcbde4640 data: 0x7f7b8002bcc8 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:759 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:3474 Setup timer soft success interval: 20 samples: 160 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread for outcall 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread for outcall 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing global variables 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [sip_auto_answer]=[true] 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread for outcall 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [execute_on_answer]=[bind_meta_app 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing global variables 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing session specific variables 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [sip_auto_answer]=[true] 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: DESTINATION_OUT_OF_ORDER 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [execute_on_answer]=[bind_meta_app 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread for outcall 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing global variables 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not locate channel type presence_id=1000 at 192.168.0.100]sofia 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [sip_auto_answer]=[true] 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing global variables 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [execute_on_answer]=[bind_meta_app 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread for outcall 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing session specific variables 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot create outgoing channel of type [presence_id=1000 at 192.168.0.100]sofia] cause: [CHAN_NOT_IMPLEMENTED] 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [sip_auto_answer]=[true] 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: CHAN_NOT_IMPLEMENTED 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread for outcall 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [execute_on_answer]=[bind_meta_app 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing global variables 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: DESTINATION_OUT_OF_ORDER 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not locate channel type presence_id=1001 at 192.168.0.100]error 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot create outgoing channel of type [presence_id=1001 at 192.168.0.100]error] cause: [CHAN_NOT_IMPLEMENTED] 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [sip_auto_answer]=[true] 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: CHAN_NOT_IMPLEMENTED 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [execute_on_answer]=[bind_meta_app 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing session specific variables 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread for outcall 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing global variables 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [sip_auto_answer]=[true] 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing global variables 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [execute_on_answer]=[bind_meta_app 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread for outcall 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [sip_auto_answer]=[true] 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing global variables 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread for outcall 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [execute_on_answer]=[bind_meta_app 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: DESTINATION_OUT_OF_ORDER 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not locate channel type presence_id=1002 at 192.168.0.100]error 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot create outgoing channel of type [presence_id=1002 at 192.168.0.100]error] cause: [CHAN_NOT_IMPLEMENTED] 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [sip_auto_answer]=[true] 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing session specific variables 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [execute_on_answer]=[bind_meta_app 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread for outcall 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: CHAN_NOT_IMPLEMENTED 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing global variables 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing global variables 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: DESTINATION_OUT_OF_ORDER 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not locate channel type presence_id=1003 at 192.168.0.100]error 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [sip_auto_answer]=[true] 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot create outgoing channel of type [presence_id=1003 at 192.168.0.100]error] cause: [CHAN_NOT_IMPLEMENTED] 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [sip_auto_answer]=[true] 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [execute_on_answer]=[bind_meta_app 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable [execute_on_answer]=[bind_meta_app 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing session specific variables 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: CHAN_NOT_IMPLEMENTED 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not locate channel type presence_id=1004 at 192.168.0.100]error 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: DESTINATION_OUT_OF_ORDER 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot create outgoing channel of type [presence_id=1004 at 192.168.0.100]error] cause: [CHAN_NOT_IMPLEMENTED] 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: CHAN_NOT_IMPLEMENTED 2012-09-27 09:34:07.613471 [DEBUG] mod_local_stream.c:417 Opening Stream [moh/8000] 8000hz 2012-09-27 09:34:07.613471 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:34:07.613471 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:34:07.613471 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:34:07.633467 [DEBUG] sofia.c:6282 Channel sofia/internal/ 1010 at 192.168.0.100 entering state [ready][200] 2012-09-27 09:34:07.693467 [DEBUG] switch_rtp.c:3596 Correct ip/port confirmed. 2012-09-27 09:34:07.713468 [DEBUG] mod_conference.c:4288 Queueing file 'tone_stream://%(500,0,640)' for play 2012-09-27 09:34:10.733467 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:34:10.753468 [DEBUG] switch_channel.c:2950 (sofia/internal/ 1010 at 192.168.0.100) Callstate Change ACTIVE -> HANGUP 2012-09-27 09:34:10.753468 [NOTICE] sofia.c:711 Hangup sofia/internal/ 1010 at 192.168.0.100 [CS_EXECUTE] [NORMAL_CLEARING] 2012-09-27 09:34:10.753468 [DEBUG] switch_channel.c:2973 Send signal sofia/internal/1010 at 192.168.0.100 [KILL] 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:34:10.753468 [DEBUG] mod_conference.c:3777 Channel leaving conference, cause: NORMAL_CLEARING 2012-09-27 09:34:10.753468 [DEBUG] mod_conference.c:7645 sofia/internal/ 1010 at 192.168.0.100 skip receive message [UNBRIDGE] (channel is hungup already) 2012-09-27 09:34:10.753468 [DEBUG] switch_core_codec.c:244 sofia/internal/ 1010 at 192.168.0.100 Restore previous codec GSM:3. 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:2553 sofia/internal/1010 at 192.168.0.100 skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already) 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:453 (sofia/internal/1010 at 192.168.0.100) State EXECUTE going to sleep 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1010 at 192.168.0.100) Running State Change CS_HANGUP 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:638 (sofia/internal/1010 at 192.168.0.100) State HANGUP 2012-09-27 09:34:10.753468 [DEBUG] mod_sofia.c:483 Channel sofia/internal/ 1010 at 192.168.0.100 hanging up, cause: NORMAL_CLEARING 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:48 sofia/internal/1010 at 192.168.0.100 Standard HANGUP, cause: NORMAL_CLEARING 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:638 (sofia/internal/1010 at 192.168.0.100) State HANGUP going to sleep 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:429 (sofia/internal/1010 at 192.168.0.100) State Change CS_HANGUP -> CS_REPORTING 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1010 at 192.168.0.100) Running State Change CS_REPORTING 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:703 (sofia/internal/1010 at 192.168.0.100) State REPORTING 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:92 sofia/internal/1010 at 192.168.0.100 Standard REPORTING, cause: NORMAL_CLEARING 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:703 (sofia/internal/1010 at 192.168.0.100) State REPORTING going to sleep 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:423 (sofia/internal/1010 at 192.168.0.100) State Change CS_REPORTING -> CS_DESTROY 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1415 Session 3 (sofia/internal/1010 at 192.168.0.100) Locked, Waiting on external entities 2012-09-27 09:34:10.753468 [NOTICE] switch_core_session.c:1433 Session 3 (sofia/internal/1010 at 192.168.0.100) Ended 2012-09-27 09:34:10.753468 [NOTICE] switch_core_session.c:1437 Close Channel sofia/internal/1010 at 192.168.0.100 [CS_DESTROY] 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:527 (sofia/internal/1010 at 192.168.0.100) Callstate Change HANGUP -> DOWN 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:530 (sofia/internal/1010 at 192.168.0.100) Running State Change CS_DESTROY 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:540 (sofia/internal/1010 at 192.168.0.100) State DESTROY 2012-09-27 09:34:10.753468 [DEBUG] mod_sofia.c:376 sofia/internal/ 1010 at 192.168.0.100 SOFIA DESTROY 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:99 sofia/internal/1010 at 192.168.0.100 Standard DESTROY 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:540 (sofia/internal/1010 at 192.168.0.100) State DESTROY going to sleep 2012-09-27 09:34:10.773471 [NOTICE] mod_conference.c:2369 Ending pending outcall channels for Conference: 'madboss_intercom1' 2012-09-27 09:34:10.773471 [DEBUG] mod_conference.c:2461 Write Lock ON 2012-09-27 09:34:10.773471 [DEBUG] mod_conference.c:2464 Write Lock OFF ====================================================================== 2012/9/27 Anthony Minessale > That is not nearly enough log file, you need to supply the entire log of > the call in full debug mode > > On Wed, Sep 26, 2012 at 8:13 AM, zhi sun wrote: > >> in the default diaplan, the 0911 conference call that make a out call to >> a group doesn't work for the latest and version 2.1.3. the out call always >> failed because of CHAN_NOT_IMPLEMENTED, >> >> but it works fine for version 1.06 >> >> the same problem happens with the 5001 in dialplan (default.xml) >> >> it is very easy to reproduce this issue: i just get the correct version, >> make, make install, make cd-sounds-install. >> >> the log with problem looks like below: >> >> =========================================== >> >> 2012-09-26 15:37:10.973469 [NOTICE] switch_ivr.c:1748 Transfer >> sofia/internal/1000 at 192.168.0.100 to XML[1010 at default] >> 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2950 (sofia/internal/ >> 1010 at 192.168.0.100) Callstate Change RINGING -> HANGUP >> 2012-09-26 15:37:10.993469 [NOTICE] switch_ivr_originate.c:3330 Hangup >> sofia/internal/1010 at 192.168.0.100 [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] >> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2973 Send signal >> sofia/internal/1010 at 192.168.0.100 [KILL] >> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-26 15:37:10.993469 [DEBUG] switch_ivr_originate.c:3506 Originate >> Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL] >> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_HANGUP >> 2012-09-26 15:37:10.993469 [ERR] mod_conference.c:6626 Cannot create >> outgoing channel, cause: ORIGINATOR_CANCEL >> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2950 (sofia/internal/ >> 1000 at 192.168.0.100) Callstate Change ACTIVE -> HANGUP >> 2012-09-26 15:37:10.993469 [NOTICE] mod_conference.c:6629 Hangup >> sofia/internal/1000 at 192.168.0.100 [CS_ROUTING] [ORIGINATOR_CANCEL] >> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2973 Send signal >> sofia/internal/1000 at 192.168.0.100 [KILL] >> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_state_machine.c:638 >> (sofia/internal/1010 at 192.168.0.100) State HANGUP >> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1000 at 192.168.0.100 [BREAK] >> >> ============================================ >> >> i am new to freeswitch, Is there anything i missed to let the version >> 2.1.3 as well as the latest (from git) work for the 0911 and 5001 dialplan? >> both of them make an out call from a conference. >> >> thanks >> -zhisun >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org >> >> > > > -- > Anthony Minessale II > > FreeSWITCH http://www.freeswitch.org/ > ClueCon http://www.cluecon.com/ > Twitter: http://twitter.com/FreeSWITCH_wire > > AIM: anthm > MSN:anthony_minessale at hotmail.com > GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com > IRC: irc.freenode.net #freeswitch > > FreeSWITCH Developer Conference > sip:888 at conference.freeswitch.org > googletalk:conf+888 at conference.freeswitch.org > pstn:+19193869900 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120927/abc4f5c1/attachment-0001.html From sunzhimailbox at gmail.com Thu Sep 27 05:52:11 2012 From: sunzhimailbox at gmail.com (zhi sun) Date: Thu, 27 Sep 2012 09:52:11 +0800 Subject: [Freeswitch-dev] :how to let the version 2.1.3 as well as the latest (from git) work for the 0911 and 5001 dialplan? there is no problem with version 1.06 In-Reply-To: References: Message-ID: in addition to previous email, i also try the following: - add a new diaplan (5002) similar to 5001 in default.xml - reloadxml - then call 5002 from 1010 sip client, - the same problem happens PS: it works fine on version 1.06 ========================================================== freeswitch at mydev.mydomain.com> reloadxml +OK [Success] 2012-09-27 09:46:46.613468 [INFO] mod_enum.c:871 ENUM Reloaded 2012-09-27 09:46:46.613468 [INFO] switch_time.c:1163 Timezone reloaded 530 definitions freeswitch at mydev.mydomain.com> 2012-09-27 09:47:19.413468 [NOTICE] switch_channel.c:951 New Channel sofia/internal/1010 at 192.168.0.100[45f8ccbe-0845-11e2-b58c-8d63071eb0f5] 2012-09-27 09:47:19.413468 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.413468 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1010 at 192.168.0.100) Running State Change CS_NEW 2012-09-27 09:47:19.413468 [DEBUG] switch_core_state_machine.c:416 (sofia/internal/1010 at 192.168.0.100) State NEW 2012-09-27 09:47:19.413468 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.433469 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected by acl "domains". Falling back to Digest auth. 2012-09-27 09:47:19.433469 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.433469 [DEBUG] sofia.c:1728 detaching session 45f8ccbe-0845-11e2-b58c-8d63071eb0f5 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:1820 Re-attaching to session 45f8ccbe-0845-11e2-b58c-8d63071eb0f5 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected by acl "domains". Falling back to Digest auth. 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6282 Channel sofia/internal/ 1010 at 192.168.0.100 entering state [received][100] 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6293 Remote SDP: v=0 o=1010 3519 3519 IN IP4 192.168.0.10 s=Talk c=IN IP4 192.168.0.10 t=0 0 m=audio 7078 RTP/AVP 112 111 110 3 0 8 101 a=rtpmap:112 speex/32000 a=fmtp:112 vbr=on a=rtpmap:111 speex/16000 a=fmtp:111 vbr=on a=rtpmap:110 speex/8000 a=fmtp:110 vbr=on a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-11 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6506 (sofia/internal/ 1010 at 192.168.0.100) State Change CS_NEW -> CS_INIT 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1010 at 192.168.0.100) Running State Change CS_INIT 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:437 (sofia/internal/1010 at 192.168.0.100) State INIT 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:86 sofia/internal/ 1010 at 192.168.0.100 SOFIA INIT 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:126 (sofia/internal/ 1010 at 192.168.0.100) State Change CS_INIT -> CS_ROUTING 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:437 (sofia/internal/1010 at 192.168.0.100) State INIT going to sleep 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1010 at 192.168.0.100) Running State Change CS_ROUTING 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:1964 (sofia/internal/ 1010 at 192.168.0.100) Callstate Change DOWN -> RINGING 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:446 (sofia/internal/1010 at 192.168.0.100) State ROUTING 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:149 sofia/internal/ 1010 at 192.168.0.100 SOFIA ROUTING 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:117 sofia/internal/1010 at 192.168.0.100 Standard ROUTING 2012-09-27 09:47:19.453469 [INFO] mod_dialplan_xml.c:485 Processing 1010 <1010>->5002 in context default Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->unloop] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [unloop] ${sip_looped_call}() =~ /^true$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->tod_example] continue=true Dialplan: sofia/internal/1010 at 192.168.0.100 Date/Time Match (PASS) [tod_example] break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 Action set(open=true) Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->holiday_example] continue=true Dialplan: sofia/internal/1010 at 192.168.0.100 Date/TimeMatch (FAIL) [holiday_example] break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->global-intercept] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global-intercept] destination_number(5002) =~ /^886$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->group-intercept] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [group-intercept] destination_number(5002) =~ /^\*8$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->intercept-ext] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [intercept-ext] destination_number(5002) =~ /^\*\*(\d+)$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->redial] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [redial] destination_number(5002) =~ /^(redial|870)$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->global] continue=true Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] ${call_debug}(false) =~ /^true$/ break=never Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] ${sip_has_crypto}() =~ /^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$/ break=never Dialplan: sofia/internal/1010 at 192.168.0.100 Absolute Condition [global] Dialplan: sofia/internal/1010 at 192.168.0.100 Action hash(insert/${domain_name}-spymap/${caller_id_number}/${uuid}) Dialplan: sofia/internal/1010 at 192.168.0.100 Action hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) Dialplan: sofia/internal/1010 at 192.168.0.100 Action hash(insert/${domain_name}-last_dial/global/${uuid}) Dialplan: sofia/internal/1010 at 192.168.0.100 Action export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->snom-demo-2] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-2] destination_number(5002) =~ /^9001$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->snom-demo-1] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-1] destination_number(5002) =~ /^9000$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] destination_number(5002) =~ /^88(\d{4})$|^\*0(.*)$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] destination_number(5002) =~ /^779$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->call_return] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [call_return] destination_number(5002) =~ /^\*69$|^869$|^lcr$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->del-group] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [del-group] destination_number(5002) =~ /^80(\d{2})$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->add-group] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [add-group] destination_number(5002) =~ /^81(\d{2})$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->call-group-simo] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [call-group-simo] destination_number(5002) =~ /^82(\d{2})$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->call-group-order] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [call-group-order] destination_number(5002) =~ /^83(\d{2})$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->extension-intercom] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [extension-intercom] destination_number(5002) =~ /^8(10[01][0-9])$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->Local_Extension] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [Local_Extension] destination_number(5002) =~ /^(10[01][0-9])$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->Local_Extension_Skinny] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [Local_Extension_Skinny] destination_number(5002) =~ /^(11[01][0-9])$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->group_dial_sales] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [group_dial_sales] destination_number(5002) =~ /^2000$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->group_dial_support] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [group_dial_support] destination_number(5002) =~ /^2001$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->group_dial_billing] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [group_dial_billing] destination_number(5002) =~ /^2002$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->operator] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [operator] destination_number(5002) =~ /^(operator|0)$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->vmain] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [vmain] destination_number(5002) =~ /^vmain$|^4000$|^\*98$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->sip_uri] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [sip_uri] destination_number(5002) =~ /^sip:(.*)$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->nb_conferences] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [nb_conferences] destination_number(5002) =~ /^(30\d{2})$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->wb_conferences] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [wb_conferences] destination_number(5002) =~ /^(31\d{2})$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->uwb_conferences] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [uwb_conferences] destination_number(5002) =~ /^(32\d{2})$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->cdquality_conferences] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [cdquality_conferences] destination_number(5002) =~ /^(33\d{2})$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->freeswitch_public_conf_via_sip] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [freeswitch_public_conf_via_sip] destination_number(5002) =~ /^9(888|8888|1616|3232)$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->mad_boss_intercom] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [mad_boss_intercom] destination_number(5002) =~ /^0911$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->mad_boss_intercom] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [mad_boss_intercom] destination_number(5002) =~ /^0912$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->mad_boss] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [mad_boss] destination_number(5002) =~ /^0913$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->ivr_demo] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [ivr_demo] destination_number(5002) =~ /^5000$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->dynamic_conference] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [dynamic_conference] destination_number(5002) =~ /^5001$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->dynamic_conference] continue=false Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) [dynamic_conference] destination_number(5002) =~ /^5002$/ break=on-false Dialplan: sofia/internal/1010 at 192.168.0.100 Action conference(bridge:mydynaconf:sofia/${use_profile}/1002 at 192.168.0.100) 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:167 (sofia/internal/1010 at 192.168.0.100) State Change CS_ROUTING -> CS_EXECUTE 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:446 (sofia/internal/1010 at 192.168.0.100) State ROUTING going to sleep 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1010 at 192.168.0.100) Running State Change CS_EXECUTE 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:453 (sofia/internal/1010 at 192.168.0.100) State EXECUTE 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:242 sofia/internal/ 1010 at 192.168.0.100 SOFIA EXECUTE 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:209 sofia/internal/1010 at 192.168.0.100 Standard EXECUTE EXECUTE sofia/internal/1010 at 192.168.0.100 set(open=true) 2012-09-27 09:47:19.453469 [DEBUG] mod_dptools.c:1319 sofia/internal/ 1010 at 192.168.0.100 SET [open]=[true] EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-spymap/1010/45f8ccbe-0845-11e2-b58c-8d63071eb0f5) EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-last_dial/1010/5002) EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-last_dial/global/45f8ccbe-0845-11e2-b58c-8d63071eb0f5) EXECUTE sofia/internal/1010 at 192.168.0.100 export(RFC2822_DATE=Thu, 27 Sep 2012 09:47:19 +0800) 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:1118 EXPORT (export_vars) [RFC2822_DATE]=[Thu, 27 Sep 2012 09:47:19 +0800] 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:2390 Application conference Requires media! pre_answering channel sofia/internal/ 1010 at 192.168.0.100 2012-09-27 09:47:19.453469 [INFO] switch_core_session.c:2392 Sending early media 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:112:32000:20:0]/[G722:9:8000:20:64000] 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:112:32000:20:0]/[PCMU:0:8000:20:64000] 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:112:32000:20:0]/[PCMA:8:8000:20:64000] 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:112:32000:20:0]/[GSM:3:8000:20:13200] 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:111:16000:20:0]/[G722:9:8000:20:64000] 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:111:16000:20:0]/[PCMU:0:8000:20:64000] 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:111:16000:20:0]/[PCMA:8:8000:20:64000] 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:111:16000:20:0]/[GSM:3:8000:20:13200] 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:110:8000:20:0]/[G722:9:8000:20:64000] 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:110:8000:20:0]/[PCMU:0:8000:20:64000] 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:110:8000:20:0]/[PCMA:8:8000:20:64000] 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [speex:110:8000:20:0]/[GSM:3:8000:20:13200] 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [GSM:3:8000:20:13200]/[G722:9:8000:20:64000] 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [GSM:3:8000:20:13200]/[PCMU:0:8000:20:64000] 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [GSM:3:8000:20:13200]/[PCMA:8:8000:20:64000] 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare [GSM:3:8000:20:13200]/[GSM:3:8000:20:13200] 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3077 Set Codec sofia/internal/1010 at 192.168.0.100 GSM/8000 20 ms 160 samples 13200 bits 2012-09-27 09:47:19.453469 [DEBUG] switch_core_codec.c:111 sofia/internal/ 1010 at 192.168.0.100 Original read codec set to GSM:3 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5219 Set 2833 dtmf send/recv payload to 101 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3327 AUDIO RTP [sofia/internal/1010 at 192.168.0.100] 192.168.0.100 port 31092 -> 192.168.0.10 port 7078 codec: 3 ms: 20 2012-09-27 09:47:19.453469 [DEBUG] switch_rtp.c:1927 Starting timer [soft] 160 bytes per 20ms 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3591 Set 2833 dtmf send payload to 101 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3597 Set 2833 dtmf receive payload to 101 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3624 sofia/internal/ 1010 at 192.168.0.100 Set rtp dtmf delay to 40 2012-09-27 09:47:19.453469 [NOTICE] sofia_glue.c:4226 Pre-Answer sofia/internal/1010 at 192.168.0.100! 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:3092 (sofia/internal/ 1010 at 192.168.0.100) Callstate Change RINGING -> EARLY 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:2730 Ring SDP: v=0 o=FreeSWITCH 1348679347 1348679348 IN IP4 192.168.0.100 s=FreeSWITCH c=IN IP4 192.168.0.100 t=0 0 m=audio 31092 RTP/AVP 3 101 a=rtpmap:3 GSM/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=silenceSupp:off - - - - a=ptime:20 a=sendrecv 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:759 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] EXECUTE sofia/internal/1010 at 192.168.0.100conference(bridge:mydynaconf:sofia/internal/ 1002 at 192.168.0.100) 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6282 Channel sofia/internal/ 1010 at 192.168.0.100 entering state [early][183] 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:836 Local SDP sofia/internal/ 1010 at 192.168.0.100: v=0 o=FreeSWITCH 1348679347 1348679349 IN IP4 192.168.0.100 s=FreeSWITCH c=IN IP4 192.168.0.100 t=0 0 m=audio 31092 RTP/AVP 3 101 a=rtpmap:3 GSM/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=silenceSupp:off - - - - a=ptime:20 a=sendrecv 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:759 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:3351 (sofia/internal/ 1010 at 192.168.0.100) Callstate Change EARLY -> ACTIVE 2012-09-27 09:47:19.453469 [NOTICE] mod_conference.c:7211 Channel [sofia/internal/1010 at 192.168.0.100] has been answered 2012-09-27 09:47:19.453469 [INFO] mod_conference.c:8315 using channel sound prefix: /home/sunzhi/sunzhi/freeswitch/freeswitch-1.2.3/rel/sounds/en/us/callie 2012-09-27 09:47:19.453469 [DEBUG] mod_conference.c:1922 Setup timer success interval: 20 samples: 160 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:1072 sofia/internal/ 1010 at 192.168.0.100 EXPORTING[export_vars] [RFC2822_DATE]=[Thu, 27 Sep 2012 09:47:19 +0800] to event 2012-09-27 09:47:19.453469 [DEBUG] switch_ivr_originate.c:2005 Parsing global variables 2012-09-27 09:47:19.453469 [NOTICE] switch_channel.c:951 New Channel sofia/internal/1002 at 192.168.0.100 [46000434-0845-11e2-b598-8d63071eb0f5] 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:4879 (sofia/internal/ 1002 at 192.168.0.100) State Change CS_NEW -> CS_INIT 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1002 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:4954 [zrtp_passthru] Setting a-leg inherit_codec=true 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:4957 [zrtp_passthru] Setting b-leg absolute_codec_string='GSM at 8000h@20i at 13200b,PCMU at 8000h@20i at 64000b ,PCMA at 8000h@20i at 64000b' 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6282 Channel sofia/internal/ 1010 at 192.168.0.100 entering state [completed][200] 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1002 at 192.168.0.100) Running State Change CS_INIT 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:437 (sofia/internal/1002 at 192.168.0.100) State INIT 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:86 sofia/internal/ 1002 at 192.168.0.100 SOFIA INIT 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:2637 Local SDP: v=0 o=FreeSWITCH 1348687005 1348687006 IN IP4 192.168.0.100 s=FreeSWITCH c=IN IP4 192.168.0.100 t=0 0 m=audio 23434 RTP/AVP 3 0 8 101 13 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=ptime:20 a=sendrecv 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:126 (sofia/internal/ 1002 at 192.168.0.100) State Change CS_INIT -> CS_ROUTING 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1002 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:437 (sofia/internal/1002 at 192.168.0.100) State INIT going to sleep 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1002 at 192.168.0.100) Running State Change CS_ROUTING 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:1964 (sofia/internal/ 1002 at 192.168.0.100) Callstate Change DOWN -> RINGING 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:446 (sofia/internal/1002 at 192.168.0.100) State ROUTING 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:149 sofia/internal/ 1002 at 192.168.0.100 SOFIA ROUTING 2012-09-27 09:47:19.453469 [DEBUG] switch_ivr_originate.c:67 (sofia/internal/1002 at 192.168.0.100) State Change CS_ROUTING -> CS_CONSUME_MEDIA 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1002 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:446 (sofia/internal/1002 at 192.168.0.100) State ROUTING going to sleep 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1002 at 192.168.0.100) Running State Change CS_CONSUME_MEDIA 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:465 (sofia/internal/1002 at 192.168.0.100) State CONSUME_MEDIA 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:465 (sofia/internal/1002 at 192.168.0.100) State CONSUME_MEDIA going to sleep 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1002 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6282 Channel sofia/internal/ 1002 at 192.168.0.100 entering state [calling][0] 2012-09-27 09:47:19.453469 [NOTICE] switch_channel.c:951 New Channel sofia/internal/0000000000 at 192.168.0.100[46006712-0845-11e2-b59c-8d63071eb0f5] 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/0000000000 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_NEW 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:416 (sofia/internal/0000000000 at 192.168.0.100) State NEW 2012-09-27 09:47:19.473478 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/0000000000 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:8412 IP 192.168.0.100 Rejected by acl "domains". Falling back to Digest auth. 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:6282 Channel sofia/internal/ 0000000000 at 192.168.0.100 entering state [received][100] 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:6293 Remote SDP: v=0 o=FreeSWITCH 1348687005 1348687006 IN IP4 192.168.0.100 s=FreeSWITCH c=IN IP4 192.168.0.100 t=0 0 m=audio 23434 RTP/AVP 3 0 8 101 13 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=ptime:20 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:6506 (sofia/internal/ 0000000000 at 192.168.0.100) State Change CS_NEW -> CS_INIT 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/0000000000 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_INIT 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:437 (sofia/internal/0000000000 at 192.168.0.100) State INIT 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:86 sofia/internal/ 0000000000 at 192.168.0.100 SOFIA INIT 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:126 (sofia/internal/ 0000000000 at 192.168.0.100) State Change CS_INIT -> CS_ROUTING 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/0000000000 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:437 (sofia/internal/0000000000 at 192.168.0.100) State INIT going to sleep 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_ROUTING 2012-09-27 09:47:19.493470 [DEBUG] switch_channel.c:1964 (sofia/internal/ 0000000000 at 192.168.0.100) Callstate Change DOWN -> RINGING 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:446 (sofia/internal/0000000000 at 192.168.0.100) State ROUTING 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:149 sofia/internal/ 0000000000 at 192.168.0.100 SOFIA ROUTING 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:117 sofia/internal/0000000000 at 192.168.0.100 Standard ROUTING 2012-09-27 09:47:19.493470 [INFO] mod_dialplan_xml.c:485 Processing FreeSWITCH <0000000000>->1002 in context public Dialplan: sofia/internal/0000000000 at 192.168.0.100 parsing [public->unloop] continue=false Dialplan: sofia/internal/0000000000 at 192.168.0.100 Regex (PASS) [unloop] ${unroll_loops}(true) =~ /^true$/ break=on-false Dialplan: sofia/internal/0000000000 at 192.168.0.100 Regex (PASS) [unloop] ${sip_looped_call}(true) =~ /^true$/ break=on-false Dialplan: sofia/internal/0000000000 at 192.168.0.100 Action deflect(${destination_number}) 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:167 (sofia/internal/0000000000 at 192.168.0.100) State Change CS_ROUTING -> CS_EXECUTE 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/0000000000 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:446 (sofia/internal/0000000000 at 192.168.0.100) State ROUTING going to sleep 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_EXECUTE 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:453 (sofia/internal/0000000000 at 192.168.0.100) State EXECUTE 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:242 sofia/internal/ 0000000000 at 192.168.0.100 SOFIA EXECUTE 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:209 sofia/internal/0000000000 at 192.168.0.100 Standard EXECUTE EXECUTE sofia/internal/0000000000 at 192.168.0.100 deflect(1002) 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/0000000000 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1002 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:7308 Process REFER to [ 1002 at 192.168.0.100] 2012-09-27 09:47:19.493470 [DEBUG] switch_ivr.c:1742 (sofia/internal/ 1010 at 192.168.0.100) State Change CS_EXECUTE -> CS_ROUTING 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:759 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.493470 [NOTICE] switch_ivr.c:1748 Transfer sofia/internal/1010 at 192.168.0.100 to XML[1002 at default] 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/0000000000 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/0000000000 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/1002 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2950 (sofia/internal/ 1002 at 192.168.0.100) Callstate Change RINGING -> HANGUP 2012-09-27 09:47:19.513472 [NOTICE] switch_ivr_originate.c:3326 Hangup sofia/internal/1002 at 192.168.0.100 [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2973 Send signal sofia/internal/1002 at 192.168.0.100 [KILL] 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1002 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1002 at 192.168.0.100) Running State Change CS_HANGUP 2012-09-27 09:47:19.513472 [DEBUG] switch_ivr_originate.c:3502 Originate Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL] 2012-09-27 09:47:19.513472 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: ORIGINATOR_CANCEL 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2950 (sofia/internal/ 1010 at 192.168.0.100) Callstate Change ACTIVE -> HANGUP 2012-09-27 09:47:19.513472 [NOTICE] mod_conference.c:6617 Hangup sofia/internal/1010 at 192.168.0.100 [CS_ROUTING] [ORIGINATOR_CANCEL] 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 (sofia/internal/1002 at 192.168.0.100) State HANGUP 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:483 Channel sofia/internal/ 1002 at 192.168.0.100 hanging up, cause: ORIGINATOR_CANCEL 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2973 Send signal sofia/internal/1010 at 192.168.0.100 [KILL] 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:2553 sofia/internal/1010 at 192.168.0.100 skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already) 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:453 (sofia/internal/1010 at 192.168.0.100) State EXECUTE going to sleep 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1010 at 192.168.0.100) Running State Change CS_HANGUP 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:542 Sending CANCEL to sofia/internal/1002 at 192.168.0.100 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:48 sofia/internal/1002 at 192.168.0.100 Standard HANGUP, cause: ORIGINATOR_CANCEL 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 (sofia/internal/1002 at 192.168.0.100) State HANGUP going to sleep 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:429 (sofia/internal/1002 at 192.168.0.100) State Change CS_HANGUP -> CS_REPORTING 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1002 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1002 at 192.168.0.100) Running State Change CS_REPORTING 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 (sofia/internal/1002 at 192.168.0.100) State REPORTING 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:92 sofia/internal/1002 at 192.168.0.100 Standard REPORTING, cause: ORIGINATOR_CANCEL 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 (sofia/internal/1002 at 192.168.0.100) State REPORTING going to sleep 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:423 (sofia/internal/1002 at 192.168.0.100) State Change CS_REPORTING -> CS_DESTROY 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1002 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 (sofia/internal/1010 at 192.168.0.100) State HANGUP 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1415 Session 5 (sofia/internal/1002 at 192.168.0.100) Locked, Waiting on external entities 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:483 Channel sofia/internal/ 1010 at 192.168.0.100 hanging up, cause: ORIGINATOR_CANCEL 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/0000000000 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:532 Sending BYE to sofia/internal/1010 at 192.168.0.100 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1433 Session 5 (sofia/internal/1002 at 192.168.0.100) Ended 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1437 Close Channel sofia/internal/1002 at 192.168.0.100 [CS_DESTROY] 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:48 sofia/internal/1010 at 192.168.0.100 Standard HANGUP, cause: ORIGINATOR_CANCEL 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 (sofia/internal/1010 at 192.168.0.100) State HANGUP going to sleep 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:429 (sofia/internal/1010 at 192.168.0.100) State Change CS_HANGUP -> CS_REPORTING 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/1010 at 192.168.0.100) Running State Change CS_REPORTING 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 (sofia/internal/1010 at 192.168.0.100) State REPORTING 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:527 (sofia/internal/1002 at 192.168.0.100) Callstate Change HANGUP -> DOWN 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:92 sofia/internal/1010 at 192.168.0.100 Standard REPORTING, cause: ORIGINATOR_CANCEL 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 (sofia/internal/1010 at 192.168.0.100) State REPORTING going to sleep 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:530 (sofia/internal/1002 at 192.168.0.100) Running State Change CS_DESTROY 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 (sofia/internal/1002 at 192.168.0.100) State DESTROY 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:376 sofia/internal/ 1002 at 192.168.0.100 SOFIA DESTROY 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:99 sofia/internal/1002 at 192.168.0.100 Standard DESTROY 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 (sofia/internal/1002 at 192.168.0.100) State DESTROY going to sleep 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:423 (sofia/internal/1010 at 192.168.0.100) State Change CS_REPORTING -> CS_DESTROY 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/1010 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1415 Session 4 (sofia/internal/1010 at 192.168.0.100) Locked, Waiting on external entities 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1433 Session 4 (sofia/internal/1010 at 192.168.0.100) Ended 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1437 Close Channel sofia/internal/1010 at 192.168.0.100 [CS_DESTROY] 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:527 (sofia/internal/1010 at 192.168.0.100) Callstate Change HANGUP -> DOWN 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:530 (sofia/internal/1010 at 192.168.0.100) Running State Change CS_DESTROY 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 (sofia/internal/1010 at 192.168.0.100) State DESTROY 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:376 sofia/internal/ 1010 at 192.168.0.100 SOFIA DESTROY 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/0000000000 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:99 sofia/internal/1010 at 192.168.0.100 Standard DESTROY 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 (sofia/internal/1010 at 192.168.0.100) State DESTROY going to sleep 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:905 Send signal sofia/internal/0000000000 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.533467 [DEBUG] mod_conference.c:2461 Write Lock ON 2012-09-27 09:47:19.533467 [DEBUG] mod_conference.c:2464 Write Lock OFF 2012-09-27 09:47:19.593467 [DEBUG] switch_channel.c:2950 (sofia/internal/ 0000000000 at 192.168.0.100) Callstate Change RINGING -> HANGUP 2012-09-27 09:47:19.593467 [NOTICE] sofia.c:420 Hangup sofia/internal/ 0000000000 at 192.168.0.100 [CS_EXECUTE] [BLIND_TRANSFER] 2012-09-27 09:47:19.593467 [DEBUG] switch_channel.c:2973 Send signal sofia/internal/0000000000 at 192.168.0.100 [KILL] 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/0000000000 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:2553 sofia/internal/0000000000 at 192.168.0.100 skip receive message [APPLICATION_EXEC_COMPLETE] (channel is hungup already) 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:453 (sofia/internal/0000000000 at 192.168.0.100) State EXECUTE going to sleep 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_HANGUP 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:638 (sofia/internal/0000000000 at 192.168.0.100) State HANGUP 2012-09-27 09:47:19.593467 [DEBUG] mod_sofia.c:483 Channel sofia/internal/ 0000000000 at 192.168.0.100 hanging up, cause: BLIND_TRANSFER 2012-09-27 09:47:19.593467 [DEBUG] mod_sofia.c:613 Responding to INVITE with: 480 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:48 sofia/internal/0000000000 at 192.168.0.100 Standard HANGUP, cause: BLIND_TRANSFER 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:638 (sofia/internal/0000000000 at 192.168.0.100) State HANGUP going to sleep 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:429 (sofia/internal/0000000000 at 192.168.0.100) State Change CS_HANGUP -> CS_REPORTING 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/0000000000 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:398 (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_REPORTING 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:703 (sofia/internal/0000000000 at 192.168.0.100) State REPORTING 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:92 sofia/internal/0000000000 at 192.168.0.100 Standard REPORTING, cause: BLIND_TRANSFER 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:703 (sofia/internal/0000000000 at 192.168.0.100) State REPORTING going to sleep 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:423 (sofia/internal/0000000000 at 192.168.0.100) State Change CS_REPORTING -> CS_DESTROY 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1210 Send signal sofia/internal/0000000000 at 192.168.0.100 [BREAK] 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1415 Session 6 (sofia/internal/0000000000 at 192.168.0.100) Locked, Waiting on external entities 2012-09-27 09:47:19.593467 [NOTICE] switch_core_session.c:1433 Session 6 (sofia/internal/0000000000 at 192.168.0.100) Ended 2012-09-27 09:47:19.593467 [NOTICE] switch_core_session.c:1437 Close Channel sofia/internal/0000000000 at 192.168.0.100 [CS_DESTROY] 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:527 (sofia/internal/0000000000 at 192.168.0.100) Callstate Change HANGUP -> DOWN 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:530 (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_DESTROY 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:540 (sofia/internal/0000000000 at 192.168.0.100) State DESTROY 2012-09-27 09:47:19.593467 [DEBUG] mod_sofia.c:376 sofia/internal/ 0000000000 at 192.168.0.100 SOFIA DESTROY 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:99 sofia/internal/0000000000 at 192.168.0.100 Standard DESTROY 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:540 (sofia/internal/0000000000 at 192.168.0.100) State DESTROY going to sleep ============================================================================ 2012/9/27 zhi sun > thanks for response, the detailed debug log as below: > > version 2.1.3 > > there are two sip client: 1002, 1010 > > i can call 1002 from 1010 successfully. > > then i try to call 0911 from 1010, as you know the 1002 is a member of > sales group, the 0911 will try to out call 1002 according the rule in > default.xml > > ============================================= > 2012-09-27 09:34:07.533467 [NOTICE] switch_channel.c:951 New Channel > sofia/internal/1010 at 192.168.0.100 [6dfa8876-0843-11e2-b574-8d63071eb0f5] > 2012-09-27 09:34:07.533467 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.533467 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/1010 at 192.168.0.100) Running State Change CS_NEW > 2012-09-27 09:34:07.533467 [DEBUG] switch_core_state_machine.c:416 > (sofia/internal/1010 at 192.168.0.100) State NEW > 2012-09-27 09:34:07.533467 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.553467 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected > by acl "domains". Falling back to Digest auth. > 2012-09-27 09:34:07.553467 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.553467 [DEBUG] sofia.c:1728 detaching session > 6dfa8876-0843-11e2-b574-8d63071eb0f5 > 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:1820 Re-attaching to session > 6dfa8876-0843-11e2-b574-8d63071eb0f5 > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected > by acl "domains". Falling back to Digest auth. > 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:6282 Channel sofia/internal/ > 1010 at 192.168.0.100 entering state [received][100] > 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:6293 Remote SDP: > v=0 > o=1010 3118 3118 IN IP4 192.168.0.10 > s=Talk > c=IN IP4 192.168.0.10 > t=0 0 > m=audio 7078 RTP/AVP 112 111 110 3 0 8 101 > a=rtpmap:112 speex/32000 > a=fmtp:112 vbr=on > a=rtpmap:111 speex/16000 > a=fmtp:111 vbr=on > a=rtpmap:110 speex/8000 > a=fmtp:110 vbr=on > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-11 > > 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:6506 (sofia/internal/ > 1010 at 192.168.0.100) State Change CS_NEW -> CS_INIT > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/1010 at 192.168.0.100) Running State Change CS_INIT > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:437 > (sofia/internal/1010 at 192.168.0.100) State INIT > 2012-09-27 09:34:07.573471 [DEBUG] mod_sofia.c:86 sofia/internal/ > 1010 at 192.168.0.100 SOFIA INIT > 2012-09-27 09:34:07.573471 [DEBUG] mod_sofia.c:126 (sofia/internal/ > 1010 at 192.168.0.100) State Change CS_INIT -> CS_ROUTING > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:437 > (sofia/internal/1010 at 192.168.0.100) State INIT going to sleep > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/1010 at 192.168.0.100) Running State Change CS_ROUTING > 2012-09-27 09:34:07.573471 [DEBUG] switch_channel.c:1964 (sofia/internal/ > 1010 at 192.168.0.100) Callstate Change DOWN -> RINGING > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:446 > (sofia/internal/1010 at 192.168.0.100) State ROUTING > 2012-09-27 09:34:07.573471 [DEBUG] mod_sofia.c:149 sofia/internal/ > 1010 at 192.168.0.100 SOFIA ROUTING > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:117 > sofia/internal/1010 at 192.168.0.100 Standard ROUTING > 2012-09-27 09:34:07.573471 [INFO] mod_dialplan_xml.c:485 Processing 1010 > <1010>->0911 in context default > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->unloop] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) [unloop] > ${unroll_loops}(true) =~ /^true$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [unloop] > ${sip_looped_call}() =~ /^true$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->tod_example] continue=true > Dialplan: sofia/internal/1010 at 192.168.0.100 Date/Time Match (PASS) > [tod_example] break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 Action set(open=true) > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->holiday_example] continue=true > Dialplan: sofia/internal/1010 at 192.168.0.100 Date/TimeMatch (FAIL) > [holiday_example] break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->global-intercept] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [global-intercept] destination_number(0911) =~ /^886$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->group-intercept] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [group-intercept] destination_number(0911) =~ /^\*8$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->intercept-ext] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [intercept-ext] > destination_number(0911) =~ /^\*\*(\d+)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->redial] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [redial] > destination_number(0911) =~ /^(redial|870)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->global] > continue=true > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] > ${call_debug}(false) =~ /^true$/ break=never > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] > ${sip_has_crypto}() =~ > /^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$/ break=never > Dialplan: sofia/internal/1010 at 192.168.0.100 Absolute Condition [global] > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > hash(insert/${domain_name}-spymap/${caller_id_number}/${uuid}) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) > > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > hash(insert/${domain_name}-last_dial/global/${uuid}) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->snom-demo-2] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-2] > destination_number(0911) =~ /^9001$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->snom-demo-1] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-1] > destination_number(0911) =~ /^9000$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] > destination_number(0911) =~ /^88(\d{4})$|^\*0(.*)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] > destination_number(0911) =~ /^779$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->call_return] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [call_return] > destination_number(0911) =~ /^\*69$|^869$|^lcr$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->del-group] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [del-group] > destination_number(0911) =~ /^80(\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->add-group] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [add-group] > destination_number(0911) =~ /^81(\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->call-group-simo] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [call-group-simo] destination_number(0911) =~ /^82(\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->call-group-order] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [call-group-order] destination_number(0911) =~ /^83(\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->extension-intercom] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [extension-intercom] destination_number(0911) =~ /^8(10[01][0-9])$/ > break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->Local_Extension] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [Local_Extension] destination_number(0911) =~ /^(10[01][0-9])$/ > break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->Local_Extension_Skinny] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [Local_Extension_Skinny] destination_number(0911) =~ /^(11[01][0-9])$/ > break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->group_dial_sales] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [group_dial_sales] destination_number(0911) =~ /^2000$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->group_dial_support] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [group_dial_support] destination_number(0911) =~ /^2001$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->group_dial_billing] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [group_dial_billing] destination_number(0911) =~ /^2002$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->operator] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [operator] > destination_number(0911) =~ /^(operator|0)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->vmain] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [vmain] > destination_number(0911) =~ /^vmain$|^4000$|^\*98$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->sip_uri] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [sip_uri] > destination_number(0911) =~ /^sip:(.*)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->nb_conferences] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [nb_conferences] > destination_number(0911) =~ /^(30\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->wb_conferences] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [wb_conferences] > destination_number(0911) =~ /^(31\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->uwb_conferences] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [uwb_conferences] destination_number(0911) =~ /^(32\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->cdquality_conferences] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [cdquality_conferences] destination_number(0911) =~ /^(33\d{2})$/ > break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->freeswitch_public_conf_via_sip] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [freeswitch_public_conf_via_sip] destination_number(0911) =~ > /^9(888|8888|1616|3232)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->mad_boss_intercom] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) > [mad_boss_intercom] destination_number(0911) =~ /^0911$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > set(conference_auto_outcall_caller_id_name=Mad Boss1) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > set(conference_auto_outcall_caller_id_number=0911) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > set(conference_auto_outcall_timeout=60) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > set(conference_auto_outcall_flags=mute) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > set(conference_auto_outcall_prefix={sip_auto_answer=true,execute_on_answer='bind_meta_app > 2 a s1 transfer::intercept:${uuid} inline'}) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > set(sip_exclude_contact=${network_addr}) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > conference_set_auto_outcall(${group_call(sales)}) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > conference(madboss_intercom1 at default+flags{endconf|deaf}) > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:167 > (sofia/internal/1010 at 192.168.0.100) State Change CS_ROUTING -> CS_EXECUTE > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:446 > (sofia/internal/1010 at 192.168.0.100) State ROUTING going to sleep > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/1010 at 192.168.0.100) Running State Change CS_EXECUTE > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:453 > (sofia/internal/1010 at 192.168.0.100) State EXECUTE > 2012-09-27 09:34:07.593468 [DEBUG] mod_sofia.c:242 sofia/internal/ > 1010 at 192.168.0.100 SOFIA EXECUTE > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:209 > sofia/internal/1010 at 192.168.0.100 Standard EXECUTE > EXECUTE sofia/internal/1010 at 192.168.0.100 set(open=true) > 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ > 1010 at 192.168.0.100 SET [open]=[true] > EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-spymap/1010/6dfa8876-0843-11e2-b574-8d63071eb0f5) > EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-last_dial/1010/0911) > EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-last_dial/global/6dfa8876-0843-11e2-b574-8d63071eb0f5) > EXECUTE sofia/internal/1010 at 192.168.0.100 export(RFC2822_DATE=Thu, 27 Sep > 2012 09:34:07 +0800) > 2012-09-27 09:34:07.593468 [DEBUG] switch_channel.c:1118 EXPORT > (export_vars) [RFC2822_DATE]=[Thu, 27 Sep 2012 09:34:07 +0800] > EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_caller_id_name=Mad Boss1) > 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ > 1010 at 192.168.0.100 SET [conference_auto_outcall_caller_id_name]=[Mad > Boss1] > EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_caller_id_number=0911) > 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ > 1010 at 192.168.0.100 SET [conference_auto_outcall_caller_id_number]=[0911] > EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_timeout=60) > 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ > 1010 at 192.168.0.100 SET [conference_auto_outcall_timeout]=[60] > EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_flags=mute) > 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ > 1010 at 192.168.0.100 SET [conference_auto_outcall_flags]=[mute] > EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_prefix={sip_auto_answer=true,execute_on_answer='bind_meta_app > 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline'}) > 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ > 1010 at 192.168.0.100 SET > [conference_auto_outcall_prefix]=[{sip_auto_answer=true,execute_on_answer='bind_meta_app > 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline'}] > EXECUTE sofia/internal/1010 at 192.168.0.100set(sip_exclude_contact=192.168.0.10) > 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ > 1010 at 192.168.0.100 SET [sip_exclude_contact]=[192.168.0.10] > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:2390 Application > conference_set_auto_outcall Requires media! pre_answering channel > sofia/internal/1010 at 192.168.0.100 > 2012-09-27 09:34:07.593468 [INFO] switch_core_session.c:2392 Sending early > media > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:112:32000:20:0]/[G722:9:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:112:32000:20:0]/[PCMU:0:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:112:32000:20:0]/[PCMA:8:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:112:32000:20:0]/[GSM:3:8000:20:13200] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:111:16000:20:0]/[G722:9:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:111:16000:20:0]/[PCMU:0:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:111:16000:20:0]/[PCMA:8:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:111:16000:20:0]/[GSM:3:8000:20:13200] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:110:8000:20:0]/[G722:9:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:110:8000:20:0]/[PCMU:0:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:110:8000:20:0]/[PCMA:8:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:110:8000:20:0]/[GSM:3:8000:20:13200] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [GSM:3:8000:20:13200]/[G722:9:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [GSM:3:8000:20:13200]/[PCMU:0:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [GSM:3:8000:20:13200]/[PCMA:8:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [GSM:3:8000:20:13200]/[GSM:3:8000:20:13200] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3077 Set Codec > sofia/internal/1010 at 192.168.0.100 GSM/8000 20 ms 160 samples 13200 bits > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_codec.c:111 sofia/internal/ > 1010 at 192.168.0.100 Original read codec set to GSM:3 > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5219 Set 2833 dtmf > send/recv payload to 101 > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3327 AUDIO RTP > [sofia/internal/1010 at 192.168.0.100] 192.168.0.100 port 19426 -> > 192.168.0.10 port 7078 codec: 3 ms: 20 > 2012-09-27 09:34:07.593468 [DEBUG] switch_rtp.c:1927 Starting timer [soft] > 160 bytes per 20ms > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3591 Set 2833 dtmf send > payload to 101 > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3597 Set 2833 dtmf receive > payload to 101 > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3624 sofia/internal/ > 1010 at 192.168.0.100 Set rtp dtmf delay to 40 > 2012-09-27 09:34:07.593468 [NOTICE] sofia_glue.c:4226 Pre-Answer > sofia/internal/1010 at 192.168.0.100! > 2012-09-27 09:34:07.593468 [DEBUG] switch_channel.c:3092 (sofia/internal/ > 1010 at 192.168.0.100) Callstate Change RINGING -> EARLY > 2012-09-27 09:34:07.593468 [DEBUG] mod_sofia.c:2730 Ring SDP: > v=0 > o=FreeSWITCH 1348690221 1348690222 IN IP4 192.168.0.100 > s=FreeSWITCH > c=IN IP4 192.168.0.100 > t=0 0 > m=audio 19426 RTP/AVP 3 101 > a=rtpmap:3 GSM/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=silenceSupp:off - - - - > a=ptime:20 > a=sendrecv > > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:759 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > EXECUTE sofia/internal/1010 at 192.168.0.100conference_set_auto_outcall([sip_invite_domain=192.168.0.100,presence_id= > 1000 at 192.168.0.100]sofia/internal/sip:1000 at 192.168.0.20:5060 > ,[sip_invite_domain=192.168.0.100,presence_id=1001 at 192.168.0.100 > ]error/user_not_registered,[sip_invite_domain=192.168.0.100,presence_id= > 1002 at 192.168.0.100 > ]error/user_not_registered,[sip_invite_domain=192.168.0.100,presence_id= > 1003 at 192.168.0.100 > ]error/user_not_registered,[sip_invite_domain=192.168.0.100,presence_id= > 1004 at 192.168.0.100]error/user_not_registered) > 2012-09-27 09:34:07.593468 [DEBUG] sofia.c:6282 Channel sofia/internal/ > 1010 at 192.168.0.100 entering state [early][183] > EXECUTE sofia/internal/1010 at 192.168.0.100conference(madboss_intercom1 at default > +flags{endconf|deaf}) > 2012-09-27 09:34:07.593468 [DEBUG] mod_sofia.c:836 Local SDP > sofia/internal/1010 at 192.168.0.100: > v=0 > o=FreeSWITCH 1348690221 1348690223 IN IP4 192.168.0.100 > s=FreeSWITCH > c=IN IP4 192.168.0.100 > t=0 0 > m=audio 19426 RTP/AVP 3 101 > a=rtpmap:3 GSM/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=silenceSupp:off - - - - > a=ptime:20 > a=sendrecv > > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:759 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.593468 [DEBUG] switch_channel.c:3351 (sofia/internal/ > 1010 at 192.168.0.100) Callstate Change EARLY -> ACTIVE > 2012-09-27 09:34:07.593468 [NOTICE] mod_conference.c:7211 Channel > [sofia/internal/1010 at 192.168.0.100] has been answered > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.593468 [DEBUG] sofia.c:6282 Channel sofia/internal/ > 1010 at 192.168.0.100 entering state [completed][200] > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8315 using channel > sound prefix: > /home/sunzhi/sunzhi/freeswitch/freeswitch-1.2.3/rel/sounds/en/us/callie > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:7092 Raw Codec > Activation Success L16 at 8000hz 1 channel 20ms > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:7137 Raw Codec > Activation Success L16 at 8000hz 1 channel 20ms > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:1922 Setup timer > success interval: 20 samples: 160 > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_codec.c:219 sofia/internal/ > 1010 at 192.168.0.100 Push codec L16:70 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ > 1010 at 192.168.0.100 binding '0' to 'mute' > 2012-09-27 09:34:07.593468 [INFO] switch_ivr_async.c:194 Digit parser > mod_conference: Setting realm to 'conf' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 0/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bab8 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ > 1010 at 192.168.0.100 binding '*' to 'deaf mute' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding */conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bae8 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ > 1010 at 192.168.0.100 binding '9' to 'energy up' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 9/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bb18 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ > 1010 at 192.168.0.100 binding '8' to 'energy equ' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 8/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bb48 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ > 1010 at 192.168.0.100 binding '7' to 'energy dn' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 7/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bb78 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ > 1010 at 192.168.0.100 binding '3' to 'vol talk up' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 3/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bba8 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ > 1010 at 192.168.0.100 binding '2' to 'vol talk zero' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 2/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bbd8 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ > 1010 at 192.168.0.100 binding '1' to 'vol talk dn' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 1/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bc08 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ > 1010 at 192.168.0.100 binding '6' to 'vol listen up' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 6/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bc38 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ > 1010 at 192.168.0.100 binding '5' to 'vol listen zero' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 5/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bc68 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ > 1010 at 192.168.0.100 binding '4' to 'vol listen dn' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 4/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bc98 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ > 1010 at 192.168.0.100 binding '#' to 'hangup' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding #/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bcc8 > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:759 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:3474 Setup timer soft > success interval: 20 samples: 160 > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing > session specific variables > 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: DESTINATION_OUT_OF_ORDER > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not > locate channel type presence_id=1000 at 192.168.0.100]sofia > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing > session specific variables > 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot > create outgoing channel of type [presence_id=1000 at 192.168.0.100]sofia] > cause: [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: CHAN_NOT_IMPLEMENTED > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: DESTINATION_OUT_OF_ORDER > 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not > locate channel type presence_id=1001 at 192.168.0.100]error > 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot > create outgoing channel of type [presence_id=1001 at 192.168.0.100]error] > cause: [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: CHAN_NOT_IMPLEMENTED > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing > session specific variables > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: DESTINATION_OUT_OF_ORDER > 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not > locate channel type presence_id=1002 at 192.168.0.100]error > 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot > create outgoing channel of type [presence_id=1002 at 192.168.0.100]error] > cause: [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing > session specific variables > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: CHAN_NOT_IMPLEMENTED > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: DESTINATION_OUT_OF_ORDER > 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not > locate channel type presence_id=1003 at 192.168.0.100]error > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot > create outgoing channel of type [presence_id=1003 at 192.168.0.100]error] > cause: [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing > session specific variables > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: CHAN_NOT_IMPLEMENTED > 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] > 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not > locate channel type presence_id=1004 at 192.168.0.100]error > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: DESTINATION_OUT_OF_ORDER > 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot > create outgoing channel of type [presence_id=1004 at 192.168.0.100]error] > cause: [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: CHAN_NOT_IMPLEMENTED > 2012-09-27 09:34:07.613471 [DEBUG] mod_local_stream.c:417 Opening Stream > [moh/8000] 8000hz > 2012-09-27 09:34:07.613471 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.613471 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.613471 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.633467 [DEBUG] sofia.c:6282 Channel sofia/internal/ > 1010 at 192.168.0.100 entering state [ready][200] > 2012-09-27 09:34:07.693467 [DEBUG] switch_rtp.c:3596 Correct ip/port > confirmed. > 2012-09-27 09:34:07.713468 [DEBUG] mod_conference.c:4288 Queueing file > 'tone_stream://%(500,0,640)' for play > 2012-09-27 09:34:10.733467 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:10.753468 [DEBUG] switch_channel.c:2950 (sofia/internal/ > 1010 at 192.168.0.100) Callstate Change ACTIVE -> HANGUP > 2012-09-27 09:34:10.753468 [NOTICE] sofia.c:711 Hangup sofia/internal/ > 1010 at 192.168.0.100 [CS_EXECUTE] [NORMAL_CLEARING] > 2012-09-27 09:34:10.753468 [DEBUG] switch_channel.c:2973 Send signal > sofia/internal/1010 at 192.168.0.100 [KILL] > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:10.753468 [DEBUG] mod_conference.c:3777 Channel leaving > conference, cause: NORMAL_CLEARING > 2012-09-27 09:34:10.753468 [DEBUG] mod_conference.c:7645 sofia/internal/ > 1010 at 192.168.0.100 skip receive message [UNBRIDGE] (channel is hungup > already) > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_codec.c:244 sofia/internal/ > 1010 at 192.168.0.100 Restore previous codec GSM:3. > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:2553 > sofia/internal/1010 at 192.168.0.100 skip receive message > [APPLICATION_EXEC_COMPLETE] (channel is hungup already) > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:453 > (sofia/internal/1010 at 192.168.0.100) State EXECUTE going to sleep > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/1010 at 192.168.0.100) Running State Change CS_HANGUP > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:638 > (sofia/internal/1010 at 192.168.0.100) State HANGUP > 2012-09-27 09:34:10.753468 [DEBUG] mod_sofia.c:483 Channel sofia/internal/ > 1010 at 192.168.0.100 hanging up, cause: NORMAL_CLEARING > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:48 > sofia/internal/1010 at 192.168.0.100 Standard HANGUP, cause: NORMAL_CLEARING > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:638 > (sofia/internal/1010 at 192.168.0.100) State HANGUP going to sleep > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:429 > (sofia/internal/1010 at 192.168.0.100) State Change CS_HANGUP -> CS_REPORTING > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/1010 at 192.168.0.100) Running State Change CS_REPORTING > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:703 > (sofia/internal/1010 at 192.168.0.100) State REPORTING > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:92 > sofia/internal/1010 at 192.168.0.100 Standard REPORTING, cause: > NORMAL_CLEARING > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:703 > (sofia/internal/1010 at 192.168.0.100) State REPORTING going to sleep > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:423 > (sofia/internal/1010 at 192.168.0.100) State Change CS_REPORTING -> > CS_DESTROY > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1415 Session 3 > (sofia/internal/1010 at 192.168.0.100) Locked, Waiting on external entities > 2012-09-27 09:34:10.753468 [NOTICE] switch_core_session.c:1433 Session 3 > (sofia/internal/1010 at 192.168.0.100) Ended > 2012-09-27 09:34:10.753468 [NOTICE] switch_core_session.c:1437 Close > Channel sofia/internal/1010 at 192.168.0.100 [CS_DESTROY] > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:527 > (sofia/internal/1010 at 192.168.0.100) Callstate Change HANGUP -> DOWN > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:530 > (sofia/internal/1010 at 192.168.0.100) Running State Change CS_DESTROY > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:540 > (sofia/internal/1010 at 192.168.0.100) State DESTROY > 2012-09-27 09:34:10.753468 [DEBUG] mod_sofia.c:376 sofia/internal/ > 1010 at 192.168.0.100 SOFIA DESTROY > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:99 > sofia/internal/1010 at 192.168.0.100 Standard DESTROY > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:540 > (sofia/internal/1010 at 192.168.0.100) State DESTROY going to sleep > 2012-09-27 09:34:10.773471 [NOTICE] mod_conference.c:2369 Ending pending > outcall channels for Conference: 'madboss_intercom1' > 2012-09-27 09:34:10.773471 [DEBUG] mod_conference.c:2461 Write Lock ON > 2012-09-27 09:34:10.773471 [DEBUG] mod_conference.c:2464 Write Lock OFF > > ====================================================================== > > > 2012/9/27 Anthony Minessale > >> That is not nearly enough log file, you need to supply the entire log of >> the call in full debug mode >> >> On Wed, Sep 26, 2012 at 8:13 AM, zhi sun wrote: >> >>> in the default diaplan, the 0911 conference call that make a out call to >>> a group doesn't work for the latest and version 2.1.3. the out call always >>> failed because of CHAN_NOT_IMPLEMENTED, >>> >>> but it works fine for version 1.06 >>> >>> the same problem happens with the 5001 in dialplan (default.xml) >>> >>> it is very easy to reproduce this issue: i just get the correct version, >>> make, make install, make cd-sounds-install. >>> >>> the log with problem looks like below: >>> >>> =========================================== >>> >>> 2012-09-26 15:37:10.973469 [NOTICE] switch_ivr.c:1748 Transfer >>> sofia/internal/1000 at 192.168.0.100 to XML[1010 at default] >>> 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal >>> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >>> 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal >>> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >>> 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2950 (sofia/internal/ >>> 1010 at 192.168.0.100) Callstate Change RINGING -> HANGUP >>> 2012-09-26 15:37:10.993469 [NOTICE] switch_ivr_originate.c:3330 Hangup >>> sofia/internal/1010 at 192.168.0.100 [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] >>> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2973 Send signal >>> sofia/internal/1010 at 192.168.0.100 [KILL] >>> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_session.c:1210 Send >>> signal sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-26 15:37:10.993469 [DEBUG] switch_ivr_originate.c:3506 Originate >>> Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL] >>> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_state_machine.c:398 >>> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_HANGUP >>> 2012-09-26 15:37:10.993469 [ERR] mod_conference.c:6626 Cannot create >>> outgoing channel, cause: ORIGINATOR_CANCEL >>> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2950 (sofia/internal/ >>> 1000 at 192.168.0.100) Callstate Change ACTIVE -> HANGUP >>> 2012-09-26 15:37:10.993469 [NOTICE] mod_conference.c:6629 Hangup >>> sofia/internal/1000 at 192.168.0.100 [CS_ROUTING] [ORIGINATOR_CANCEL] >>> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2973 Send signal >>> sofia/internal/1000 at 192.168.0.100 [KILL] >>> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_state_machine.c:638 >>> (sofia/internal/1010 at 192.168.0.100) State HANGUP >>> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_session.c:1210 Send >>> signal sofia/internal/1000 at 192.168.0.100 [BREAK] >>> >>> ============================================ >>> >>> i am new to freeswitch, Is there anything i missed to let the version >>> 2.1.3 as well as the latest (from git) work for the 0911 and 5001 dialplan? >>> both of them make an out call from a conference. >>> >>> thanks >>> -zhisun >>> >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-dev mailing list >>> FreeSWITCH-dev at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >>> http://www.freeswitch.org >>> >>> >> >> >> -- >> Anthony Minessale II >> >> FreeSWITCH http://www.freeswitch.org/ >> ClueCon http://www.cluecon.com/ >> Twitter: http://twitter.com/FreeSWITCH_wire >> >> AIM: anthm >> MSN:anthony_minessale at hotmail.com >> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com >> IRC: irc.freenode.net #freeswitch >> >> FreeSWITCH Developer Conference >> sip:888 at conference.freeswitch.org >> googletalk:conf+888 at conference.freeswitch.org >> pstn:+19193869900 >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120927/9c498cc9/attachment-0001.html From sunzhimailbox at gmail.com Thu Sep 27 11:02:18 2012 From: sunzhimailbox at gmail.com (zhi sun) Date: Thu, 27 Sep 2012 15:02:18 +0800 Subject: [Freeswitch-dev] :how to let the version 2.1.3 as well as the latest (from git) work for the 0911 and 5001 dialplan? there is no problem with version 1.06 In-Reply-To: References: Message-ID: further testing results: - for version 1.0.6, the 0911 works, but 5001 doesn't. - for version 1.2.3 and 1.3, both 0911 and 5001 doesn't work. the following are logs for 0911, version 1.2.3 the 1000,1001,1002,1003 should be called!!!! ============================================== 2012-09-27 14:58:47.233466 [NOTICE] switch_channel.c:951 New Channel sofia/internal/1001 at 192.168.0.100 [c8c8f364-0870-11e2-bd7f-df6c04573b9b] 2012-09-27 14:58:47.273467 [INFO] mod_dialplan_xml.c:485 Processing 1001 <1001>->0911 in context default 2012-09-27 14:58:47.293472 [INFO] switch_core_session.c:2392 Sending early media 2012-09-27 14:58:47.293472 [NOTICE] sofia_glue.c:4226 Pre-Answer sofia/internal/1001 at 192.168.0.100! 2012-09-27 14:58:47.293472 [NOTICE] mod_conference.c:7211 Channel [sofia/internal/1001 at 192.168.0.100] has been answered 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8315 using channel sound prefix: /home/sunzhi/sunzhi/freeswitch/freeswitch-1.2.3/rel/sounds/en/us/callie 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 sofia/internal/ 1001 at 192.168.0.100 binding '0' to 'mute' 2012-09-27 14:58:47.293472 [INFO] switch_ivr_async.c:194 Digit parser mod_conference: Setting realm to 'conf' 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 sofia/internal/ 1001 at 192.168.0.100 binding '*' to 'deaf mute' 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 sofia/internal/ 1001 at 192.168.0.100 binding '9' to 'energy up' 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 sofia/internal/ 1001 at 192.168.0.100 binding '8' to 'energy equ' 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 sofia/internal/ 1001 at 192.168.0.100 binding '7' to 'energy dn' 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 sofia/internal/ 1001 at 192.168.0.100 binding '3' to 'vol talk up' 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 sofia/internal/ 1001 at 192.168.0.100 binding '2' to 'vol talk zero' 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 sofia/internal/ 1001 at 192.168.0.100 binding '1' to 'vol talk dn' 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 sofia/internal/ 1001 at 192.168.0.100 binding '6' to 'vol listen up' 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 sofia/internal/ 1001 at 192.168.0.100 binding '5' to 'vol listen zero' 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 sofia/internal/ 1001 at 192.168.0.100 binding '4' to 'vol listen dn' 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 sofia/internal/ 1001 at 192.168.0.100 binding '#' to 'hangup' 2012-09-27 14:58:47.293472 [ERR] switch_ivr_originate.c:2440 Parse Error! 2012-09-27 14:58:47.293472 [ERR] switch_core_session.c:408 Could not locate channel type presence_id=1001 at 192.168.0.100]error 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: DESTINATION_OUT_OF_ORDER 2012-09-27 14:58:47.293472 [ERR] switch_ivr_originate.c:2440 Parse Error! 2012-09-27 14:58:47.293472 [ERR] switch_core_session.c:408 Could not locate channel type presence_id=1000 at 192.168.0.100]sofia 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: DESTINATION_OUT_OF_ORDER 2012-09-27 14:58:47.293472 [ERR] switch_core_session.c:408 Could not locate channel type presence_id=1002 at 192.168.0.100]sofia 2012-09-27 14:58:47.293472 [NOTICE] switch_ivr_originate.c:2591 Cannot create outgoing channel of type [presence_id=1002 at 192.168.0.100]sofia] cause: [CHAN_NOT_IMPLEMENTED] 2012-09-27 14:58:47.293472 [ERR] switch_ivr_originate.c:2440 Parse Error! 2012-09-27 14:58:47.293472 [NOTICE] switch_ivr_originate.c:2591 Cannot create outgoing channel of type [presence_id=1001 at 192.168.0.100]error] cause: [CHAN_NOT_IMPLEMENTED] 2012-09-27 14:58:47.293472 [ERR] switch_core_session.c:408 Could not locate channel type presence_id=1003 at 192.168.0.100]error 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: CHAN_NOT_IMPLEMENTED 2012-09-27 14:58:47.293472 [NOTICE] switch_ivr_originate.c:2591 Cannot create outgoing channel of type [presence_id=1003 at 192.168.0.100]error] cause: [CHAN_NOT_IMPLEMENTED] 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: CHAN_NOT_IMPLEMENTED 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: DESTINATION_OUT_OF_ORDER 2012-09-27 14:58:47.293472 [NOTICE] switch_ivr_originate.c:2591 Cannot create outgoing channel of type [presence_id=1000 at 192.168.0.100]sofia] cause: [CHAN_NOT_IMPLEMENTED] 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: CHAN_NOT_IMPLEMENTED 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: CHAN_NOT_IMPLEMENTED 2012-09-27 14:58:47.293472 [ERR] switch_ivr_originate.c:2440 Parse Error! 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: DESTINATION_OUT_OF_ORDER 2012-09-27 14:58:47.293472 [ERR] switch_core_session.c:408 Could not locate channel type presence_id=1004 at 192.168.0.100]error 2012-09-27 14:58:47.293472 [NOTICE] switch_ivr_originate.c:2591 Cannot create outgoing channel of type [presence_id=1004 at 192.168.0.100]error] cause: [CHAN_NOT_IMPLEMENTED] 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: CHAN_NOT_IMPLEMENTED 2012-09-27 14:58:47.293472 [ERR] switch_ivr_originate.c:2440 Parse Error! 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create outgoing channel, cause: DESTINATION_OUT_OF_ORDER ======================================================== 2012/9/27 zhi sun > in addition to previous email, i also try the following: > > - add a new diaplan (5002) similar to 5001 in default.xml > > > > data="bridge:mydynaconf:sofia/${use_profile}/1002 at 192.168.0.100"/> > > > > - reloadxml > > - then call 5002 from 1010 sip client, > > - the same problem happens > > PS: it works fine on version 1.06 > > ========================================================== > freeswitch at mydev.mydomain.com> reloadxml > > +OK [Success] > > 2012-09-27 09:46:46.613468 [INFO] mod_enum.c:871 ENUM Reloaded > 2012-09-27 09:46:46.613468 [INFO] switch_time.c:1163 Timezone reloaded 530 > definitions > freeswitch at mydev.mydomain.com> 2012-09-27 09:47:19.413468 [NOTICE] > switch_channel.c:951 New Channel sofia/internal/1010 at 192.168.0.100[45f8ccbe-0845-11e2-b58c-8d63071eb0f5] > 2012-09-27 09:47:19.413468 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.413468 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/1010 at 192.168.0.100) Running State Change CS_NEW > 2012-09-27 09:47:19.413468 [DEBUG] switch_core_state_machine.c:416 > (sofia/internal/1010 at 192.168.0.100) State NEW > 2012-09-27 09:47:19.413468 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.433469 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected > by acl "domains". Falling back to Digest auth. > 2012-09-27 09:47:19.433469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.433469 [DEBUG] sofia.c:1728 detaching session > 45f8ccbe-0845-11e2-b58c-8d63071eb0f5 > 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:1820 Re-attaching to session > 45f8ccbe-0845-11e2-b58c-8d63071eb0f5 > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected > by acl "domains". Falling back to Digest auth. > 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6282 Channel sofia/internal/ > 1010 at 192.168.0.100 entering state [received][100] > 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6293 Remote SDP: > v=0 > o=1010 3519 3519 IN IP4 192.168.0.10 > s=Talk > c=IN IP4 192.168.0.10 > t=0 0 > m=audio 7078 RTP/AVP 112 111 110 3 0 8 101 > a=rtpmap:112 speex/32000 > a=fmtp:112 vbr=on > a=rtpmap:111 speex/16000 > a=fmtp:111 vbr=on > a=rtpmap:110 speex/8000 > a=fmtp:110 vbr=on > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-11 > > 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6506 (sofia/internal/ > 1010 at 192.168.0.100) State Change CS_NEW -> CS_INIT > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/1010 at 192.168.0.100) Running State Change CS_INIT > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:437 > (sofia/internal/1010 at 192.168.0.100) State INIT > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:86 sofia/internal/ > 1010 at 192.168.0.100 SOFIA INIT > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:126 (sofia/internal/ > 1010 at 192.168.0.100) State Change CS_INIT -> CS_ROUTING > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:437 > (sofia/internal/1010 at 192.168.0.100) State INIT going to sleep > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/1010 at 192.168.0.100) Running State Change CS_ROUTING > 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:1964 (sofia/internal/ > 1010 at 192.168.0.100) Callstate Change DOWN -> RINGING > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:446 > (sofia/internal/1010 at 192.168.0.100) State ROUTING > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:149 sofia/internal/ > 1010 at 192.168.0.100 SOFIA ROUTING > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:117 > sofia/internal/1010 at 192.168.0.100 Standard ROUTING > 2012-09-27 09:47:19.453469 [INFO] mod_dialplan_xml.c:485 Processing 1010 > <1010>->5002 in context default > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->unloop] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) [unloop] > ${unroll_loops}(true) =~ /^true$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [unloop] > ${sip_looped_call}() =~ /^true$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->tod_example] continue=true > Dialplan: sofia/internal/1010 at 192.168.0.100 Date/Time Match (PASS) > [tod_example] break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 Action set(open=true) > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->holiday_example] continue=true > Dialplan: sofia/internal/1010 at 192.168.0.100 Date/TimeMatch (FAIL) > [holiday_example] break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->global-intercept] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [global-intercept] destination_number(5002) =~ /^886$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->group-intercept] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [group-intercept] destination_number(5002) =~ /^\*8$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->intercept-ext] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [intercept-ext] > destination_number(5002) =~ /^\*\*(\d+)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->redial] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [redial] > destination_number(5002) =~ /^(redial|870)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->global] > continue=true > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] > ${call_debug}(false) =~ /^true$/ break=never > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] > ${sip_has_crypto}() =~ > /^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$/ break=never > Dialplan: sofia/internal/1010 at 192.168.0.100 Absolute Condition [global] > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > hash(insert/${domain_name}-spymap/${caller_id_number}/${uuid}) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) > > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > hash(insert/${domain_name}-last_dial/global/${uuid}) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->snom-demo-2] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-2] > destination_number(5002) =~ /^9001$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->snom-demo-1] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-1] > destination_number(5002) =~ /^9000$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] > destination_number(5002) =~ /^88(\d{4})$|^\*0(.*)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] > destination_number(5002) =~ /^779$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->call_return] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [call_return] > destination_number(5002) =~ /^\*69$|^869$|^lcr$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->del-group] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [del-group] > destination_number(5002) =~ /^80(\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->add-group] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [add-group] > destination_number(5002) =~ /^81(\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->call-group-simo] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [call-group-simo] destination_number(5002) =~ /^82(\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->call-group-order] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [call-group-order] destination_number(5002) =~ /^83(\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->extension-intercom] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [extension-intercom] destination_number(5002) =~ /^8(10[01][0-9])$/ > break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->Local_Extension] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [Local_Extension] destination_number(5002) =~ /^(10[01][0-9])$/ > break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->Local_Extension_Skinny] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [Local_Extension_Skinny] destination_number(5002) =~ /^(11[01][0-9])$/ > break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->group_dial_sales] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [group_dial_sales] destination_number(5002) =~ /^2000$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->group_dial_support] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [group_dial_support] destination_number(5002) =~ /^2001$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->group_dial_billing] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [group_dial_billing] destination_number(5002) =~ /^2002$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->operator] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [operator] > destination_number(5002) =~ /^(operator|0)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->vmain] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [vmain] > destination_number(5002) =~ /^vmain$|^4000$|^\*98$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->sip_uri] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [sip_uri] > destination_number(5002) =~ /^sip:(.*)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->nb_conferences] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [nb_conferences] > destination_number(5002) =~ /^(30\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->wb_conferences] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [wb_conferences] > destination_number(5002) =~ /^(31\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->uwb_conferences] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [uwb_conferences] destination_number(5002) =~ /^(32\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->cdquality_conferences] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [cdquality_conferences] destination_number(5002) =~ /^(33\d{2})$/ > break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->freeswitch_public_conf_via_sip] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [freeswitch_public_conf_via_sip] destination_number(5002) =~ > /^9(888|8888|1616|3232)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->mad_boss_intercom] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [mad_boss_intercom] destination_number(5002) =~ /^0911$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->mad_boss_intercom] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [mad_boss_intercom] destination_number(5002) =~ /^0912$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->mad_boss] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [mad_boss] > destination_number(5002) =~ /^0913$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->ivr_demo] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [ivr_demo] > destination_number(5002) =~ /^5000$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->dynamic_conference] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [dynamic_conference] destination_number(5002) =~ /^5001$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->dynamic_conference] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) > [dynamic_conference] destination_number(5002) =~ /^5002$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > conference(bridge:mydynaconf:sofia/${use_profile}/1002 at 192.168.0.100) > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:167 > (sofia/internal/1010 at 192.168.0.100) State Change CS_ROUTING -> CS_EXECUTE > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:446 > (sofia/internal/1010 at 192.168.0.100) State ROUTING going to sleep > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/1010 at 192.168.0.100) Running State Change CS_EXECUTE > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:453 > (sofia/internal/1010 at 192.168.0.100) State EXECUTE > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:242 sofia/internal/ > 1010 at 192.168.0.100 SOFIA EXECUTE > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:209 > sofia/internal/1010 at 192.168.0.100 Standard EXECUTE > EXECUTE sofia/internal/1010 at 192.168.0.100 set(open=true) > 2012-09-27 09:47:19.453469 [DEBUG] mod_dptools.c:1319 sofia/internal/ > 1010 at 192.168.0.100 SET [open]=[true] > EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-spymap/1010/45f8ccbe-0845-11e2-b58c-8d63071eb0f5) > EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-last_dial/1010/5002) > EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-last_dial/global/45f8ccbe-0845-11e2-b58c-8d63071eb0f5) > EXECUTE sofia/internal/1010 at 192.168.0.100 export(RFC2822_DATE=Thu, 27 Sep > 2012 09:47:19 +0800) > 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:1118 EXPORT > (export_vars) [RFC2822_DATE]=[Thu, 27 Sep 2012 09:47:19 +0800] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:2390 Application > conference Requires media! pre_answering channel sofia/internal/ > 1010 at 192.168.0.100 > 2012-09-27 09:47:19.453469 [INFO] switch_core_session.c:2392 Sending early > media > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:112:32000:20:0]/[G722:9:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:112:32000:20:0]/[PCMU:0:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:112:32000:20:0]/[PCMA:8:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:112:32000:20:0]/[GSM:3:8000:20:13200] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:111:16000:20:0]/[G722:9:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:111:16000:20:0]/[PCMU:0:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:111:16000:20:0]/[PCMA:8:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:111:16000:20:0]/[GSM:3:8000:20:13200] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:110:8000:20:0]/[G722:9:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:110:8000:20:0]/[PCMU:0:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:110:8000:20:0]/[PCMA:8:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:110:8000:20:0]/[GSM:3:8000:20:13200] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [GSM:3:8000:20:13200]/[G722:9:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [GSM:3:8000:20:13200]/[PCMU:0:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [GSM:3:8000:20:13200]/[PCMA:8:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [GSM:3:8000:20:13200]/[GSM:3:8000:20:13200] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3077 Set Codec > sofia/internal/1010 at 192.168.0.100 GSM/8000 20 ms 160 samples 13200 bits > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_codec.c:111 sofia/internal/ > 1010 at 192.168.0.100 Original read codec set to GSM:3 > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5219 Set 2833 dtmf > send/recv payload to 101 > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3327 AUDIO RTP > [sofia/internal/1010 at 192.168.0.100] 192.168.0.100 port 31092 -> > 192.168.0.10 port 7078 codec: 3 ms: 20 > 2012-09-27 09:47:19.453469 [DEBUG] switch_rtp.c:1927 Starting timer [soft] > 160 bytes per 20ms > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3591 Set 2833 dtmf send > payload to 101 > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3597 Set 2833 dtmf receive > payload to 101 > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3624 sofia/internal/ > 1010 at 192.168.0.100 Set rtp dtmf delay to 40 > 2012-09-27 09:47:19.453469 [NOTICE] sofia_glue.c:4226 Pre-Answer > sofia/internal/1010 at 192.168.0.100! > 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:3092 (sofia/internal/ > 1010 at 192.168.0.100) Callstate Change RINGING -> EARLY > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:2730 Ring SDP: > v=0 > o=FreeSWITCH 1348679347 1348679348 IN IP4 192.168.0.100 > s=FreeSWITCH > c=IN IP4 192.168.0.100 > t=0 0 > m=audio 31092 RTP/AVP 3 101 > a=rtpmap:3 GSM/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=silenceSupp:off - - - - > a=ptime:20 > a=sendrecv > > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:759 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > EXECUTE sofia/internal/1010 at 192.168.0.100conference(bridge:mydynaconf:sofia/internal/ > 1002 at 192.168.0.100) > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6282 Channel sofia/internal/ > 1010 at 192.168.0.100 entering state [early][183] > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:836 Local SDP > sofia/internal/1010 at 192.168.0.100: > v=0 > o=FreeSWITCH 1348679347 1348679349 IN IP4 192.168.0.100 > s=FreeSWITCH > c=IN IP4 192.168.0.100 > t=0 0 > m=audio 31092 RTP/AVP 3 101 > a=rtpmap:3 GSM/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=silenceSupp:off - - - - > a=ptime:20 > a=sendrecv > > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:759 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:3351 (sofia/internal/ > 1010 at 192.168.0.100) Callstate Change EARLY -> ACTIVE > 2012-09-27 09:47:19.453469 [NOTICE] mod_conference.c:7211 Channel > [sofia/internal/1010 at 192.168.0.100] has been answered > 2012-09-27 09:47:19.453469 [INFO] mod_conference.c:8315 using channel > sound prefix: > /home/sunzhi/sunzhi/freeswitch/freeswitch-1.2.3/rel/sounds/en/us/callie > 2012-09-27 09:47:19.453469 [DEBUG] mod_conference.c:1922 Setup timer > success interval: 20 samples: 160 > 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:1072 sofia/internal/ > 1010 at 192.168.0.100 EXPORTING[export_vars] [RFC2822_DATE]=[Thu, 27 Sep > 2012 09:47:19 +0800] to event > 2012-09-27 09:47:19.453469 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:47:19.453469 [NOTICE] switch_channel.c:951 New Channel > sofia/internal/1002 at 192.168.0.100 [46000434-0845-11e2-b598-8d63071eb0f5] > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:4879 (sofia/internal/ > 1002 at 192.168.0.100) State Change CS_NEW -> CS_INIT > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1002 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:4954 [zrtp_passthru] > Setting a-leg inherit_codec=true > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:4957 [zrtp_passthru] > Setting b-leg absolute_codec_string='GSM at 8000h@20i at 13200b,PCMU at 8000h > @20i at 64000b,PCMA at 8000h@20i at 64000b' > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6282 Channel sofia/internal/ > 1010 at 192.168.0.100 entering state [completed][200] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/1002 at 192.168.0.100) Running State Change CS_INIT > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:437 > (sofia/internal/1002 at 192.168.0.100) State INIT > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:86 sofia/internal/ > 1002 at 192.168.0.100 SOFIA INIT > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:2637 Local SDP: > v=0 > o=FreeSWITCH 1348687005 1348687006 IN IP4 192.168.0.100 > s=FreeSWITCH > c=IN IP4 192.168.0.100 > t=0 0 > m=audio 23434 RTP/AVP 3 0 8 101 13 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > a=sendrecv > > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:126 (sofia/internal/ > 1002 at 192.168.0.100) State Change CS_INIT -> CS_ROUTING > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1002 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:437 > (sofia/internal/1002 at 192.168.0.100) State INIT going to sleep > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/1002 at 192.168.0.100) Running State Change CS_ROUTING > 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:1964 (sofia/internal/ > 1002 at 192.168.0.100) Callstate Change DOWN -> RINGING > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:446 > (sofia/internal/1002 at 192.168.0.100) State ROUTING > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:149 sofia/internal/ > 1002 at 192.168.0.100 SOFIA ROUTING > 2012-09-27 09:47:19.453469 [DEBUG] switch_ivr_originate.c:67 > (sofia/internal/1002 at 192.168.0.100) State Change CS_ROUTING -> > CS_CONSUME_MEDIA > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1002 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:446 > (sofia/internal/1002 at 192.168.0.100) State ROUTING going to sleep > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/1002 at 192.168.0.100) Running State Change CS_CONSUME_MEDIA > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:465 > (sofia/internal/1002 at 192.168.0.100) State CONSUME_MEDIA > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:465 > (sofia/internal/1002 at 192.168.0.100) State CONSUME_MEDIA going to sleep > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1002 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6282 Channel sofia/internal/ > 1002 at 192.168.0.100 entering state [calling][0] > 2012-09-27 09:47:19.453469 [NOTICE] switch_channel.c:951 New Channel > sofia/internal/0000000000 at 192.168.0.100[46006712-0845-11e2-b59c-8d63071eb0f5] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_NEW > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:416 > (sofia/internal/0000000000 at 192.168.0.100) State NEW > 2012-09-27 09:47:19.473478 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:8412 IP 192.168.0.100 Rejected > by acl "domains". Falling back to Digest auth. > 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:6282 Channel sofia/internal/ > 0000000000 at 192.168.0.100 entering state [received][100] > 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:6293 Remote SDP: > v=0 > o=FreeSWITCH 1348687005 1348687006 IN IP4 192.168.0.100 > s=FreeSWITCH > c=IN IP4 192.168.0.100 > t=0 0 > m=audio 23434 RTP/AVP 3 0 8 101 13 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > > 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:6506 (sofia/internal/ > 0000000000 at 192.168.0.100) State Change CS_NEW -> CS_INIT > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_INIT > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:437 > (sofia/internal/0000000000 at 192.168.0.100) State INIT > 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:86 sofia/internal/ > 0000000000 at 192.168.0.100 SOFIA INIT > 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:126 (sofia/internal/ > 0000000000 at 192.168.0.100) State Change CS_INIT -> CS_ROUTING > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:437 > (sofia/internal/0000000000 at 192.168.0.100) State INIT going to sleep > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_ROUTING > 2012-09-27 09:47:19.493470 [DEBUG] switch_channel.c:1964 (sofia/internal/ > 0000000000 at 192.168.0.100) Callstate Change DOWN -> RINGING > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:446 > (sofia/internal/0000000000 at 192.168.0.100) State ROUTING > 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:149 sofia/internal/ > 0000000000 at 192.168.0.100 SOFIA ROUTING > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:117 > sofia/internal/0000000000 at 192.168.0.100 Standard ROUTING > 2012-09-27 09:47:19.493470 [INFO] mod_dialplan_xml.c:485 Processing > FreeSWITCH <0000000000>->1002 in context public > Dialplan: sofia/internal/0000000000 at 192.168.0.100 parsing > [public->unloop] continue=false > Dialplan: sofia/internal/0000000000 at 192.168.0.100 Regex (PASS) [unloop] > ${unroll_loops}(true) =~ /^true$/ break=on-false > Dialplan: sofia/internal/0000000000 at 192.168.0.100 Regex (PASS) [unloop] > ${sip_looped_call}(true) =~ /^true$/ break=on-false > Dialplan: sofia/internal/0000000000 at 192.168.0.100 Action > deflect(${destination_number}) > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:167 > (sofia/internal/0000000000 at 192.168.0.100) State Change CS_ROUTING -> > CS_EXECUTE > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:446 > (sofia/internal/0000000000 at 192.168.0.100) State ROUTING going to sleep > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_EXECUTE > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:453 > (sofia/internal/0000000000 at 192.168.0.100) State EXECUTE > 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:242 sofia/internal/ > 0000000000 at 192.168.0.100 SOFIA EXECUTE > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:209 > sofia/internal/0000000000 at 192.168.0.100 Standard EXECUTE > EXECUTE sofia/internal/0000000000 at 192.168.0.100 deflect(1002) > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1002 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:7308 Process REFER to [ > 1002 at 192.168.0.100] > 2012-09-27 09:47:19.493470 [DEBUG] switch_ivr.c:1742 (sofia/internal/ > 1010 at 192.168.0.100) State Change CS_EXECUTE -> CS_ROUTING > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:759 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [NOTICE] switch_ivr.c:1748 Transfer > sofia/internal/1010 at 192.168.0.100 to XML[1002 at default] > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1002 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2950 (sofia/internal/ > 1002 at 192.168.0.100) Callstate Change RINGING -> HANGUP > 2012-09-27 09:47:19.513472 [NOTICE] switch_ivr_originate.c:3326 Hangup > sofia/internal/1002 at 192.168.0.100 [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] > 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2973 Send signal > sofia/internal/1002 at 192.168.0.100 [KILL] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1002 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/1002 at 192.168.0.100) Running State Change CS_HANGUP > 2012-09-27 09:47:19.513472 [DEBUG] switch_ivr_originate.c:3502 Originate > Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL] > 2012-09-27 09:47:19.513472 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: ORIGINATOR_CANCEL > 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2950 (sofia/internal/ > 1010 at 192.168.0.100) Callstate Change ACTIVE -> HANGUP > 2012-09-27 09:47:19.513472 [NOTICE] mod_conference.c:6617 Hangup > sofia/internal/1010 at 192.168.0.100 [CS_ROUTING] [ORIGINATOR_CANCEL] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 > (sofia/internal/1002 at 192.168.0.100) State HANGUP > 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:483 Channel sofia/internal/ > 1002 at 192.168.0.100 hanging up, cause: ORIGINATOR_CANCEL > 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2973 Send signal > sofia/internal/1010 at 192.168.0.100 [KILL] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:2553 > sofia/internal/1010 at 192.168.0.100 skip receive message > [APPLICATION_EXEC_COMPLETE] (channel is hungup already) > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:453 > (sofia/internal/1010 at 192.168.0.100) State EXECUTE going to sleep > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/1010 at 192.168.0.100) Running State Change CS_HANGUP > 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:542 Sending CANCEL to > sofia/internal/1002 at 192.168.0.100 > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:48 > sofia/internal/1002 at 192.168.0.100 Standard HANGUP, cause: > ORIGINATOR_CANCEL > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 > (sofia/internal/1002 at 192.168.0.100) State HANGUP going to sleep > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:429 > (sofia/internal/1002 at 192.168.0.100) State Change CS_HANGUP -> CS_REPORTING > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1002 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/1002 at 192.168.0.100) Running State Change CS_REPORTING > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 > (sofia/internal/1002 at 192.168.0.100) State REPORTING > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:92 > sofia/internal/1002 at 192.168.0.100 Standard REPORTING, cause: > ORIGINATOR_CANCEL > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 > (sofia/internal/1002 at 192.168.0.100) State REPORTING going to sleep > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:423 > (sofia/internal/1002 at 192.168.0.100) State Change CS_REPORTING -> > CS_DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1002 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 > (sofia/internal/1010 at 192.168.0.100) State HANGUP > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1415 Session 5 > (sofia/internal/1002 at 192.168.0.100) Locked, Waiting on external entities > 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:483 Channel sofia/internal/ > 1010 at 192.168.0.100 hanging up, cause: ORIGINATOR_CANCEL > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:532 Sending BYE to > sofia/internal/1010 at 192.168.0.100 > 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1433 Session 5 > (sofia/internal/1002 at 192.168.0.100) Ended > 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1437 Close > Channel sofia/internal/1002 at 192.168.0.100 [CS_DESTROY] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:48 > sofia/internal/1010 at 192.168.0.100 Standard HANGUP, cause: > ORIGINATOR_CANCEL > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 > (sofia/internal/1010 at 192.168.0.100) State HANGUP going to sleep > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:429 > (sofia/internal/1010 at 192.168.0.100) State Change CS_HANGUP -> CS_REPORTING > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/1010 at 192.168.0.100) Running State Change CS_REPORTING > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 > (sofia/internal/1010 at 192.168.0.100) State REPORTING > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:527 > (sofia/internal/1002 at 192.168.0.100) Callstate Change HANGUP -> DOWN > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:92 > sofia/internal/1010 at 192.168.0.100 Standard REPORTING, cause: > ORIGINATOR_CANCEL > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 > (sofia/internal/1010 at 192.168.0.100) State REPORTING going to sleep > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:530 > (sofia/internal/1002 at 192.168.0.100) Running State Change CS_DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 > (sofia/internal/1002 at 192.168.0.100) State DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:376 sofia/internal/ > 1002 at 192.168.0.100 SOFIA DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:99 > sofia/internal/1002 at 192.168.0.100 Standard DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 > (sofia/internal/1002 at 192.168.0.100) State DESTROY going to sleep > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:423 > (sofia/internal/1010 at 192.168.0.100) State Change CS_REPORTING -> > CS_DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1415 Session 4 > (sofia/internal/1010 at 192.168.0.100) Locked, Waiting on external entities > 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1433 Session 4 > (sofia/internal/1010 at 192.168.0.100) Ended > 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1437 Close > Channel sofia/internal/1010 at 192.168.0.100 [CS_DESTROY] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:527 > (sofia/internal/1010 at 192.168.0.100) Callstate Change HANGUP -> DOWN > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:530 > (sofia/internal/1010 at 192.168.0.100) Running State Change CS_DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 > (sofia/internal/1010 at 192.168.0.100) State DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:376 sofia/internal/ > 1010 at 192.168.0.100 SOFIA DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:99 > sofia/internal/1010 at 192.168.0.100 Standard DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 > (sofia/internal/1010 at 192.168.0.100) State DESTROY going to sleep > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.533467 [DEBUG] mod_conference.c:2461 Write Lock ON > 2012-09-27 09:47:19.533467 [DEBUG] mod_conference.c:2464 Write Lock OFF > 2012-09-27 09:47:19.593467 [DEBUG] switch_channel.c:2950 (sofia/internal/ > 0000000000 at 192.168.0.100) Callstate Change RINGING -> HANGUP > 2012-09-27 09:47:19.593467 [NOTICE] sofia.c:420 Hangup sofia/internal/ > 0000000000 at 192.168.0.100 [CS_EXECUTE] [BLIND_TRANSFER] > 2012-09-27 09:47:19.593467 [DEBUG] switch_channel.c:2973 Send signal > sofia/internal/0000000000 at 192.168.0.100 [KILL] > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:2553 > sofia/internal/0000000000 at 192.168.0.100 skip receive message > [APPLICATION_EXEC_COMPLETE] (channel is hungup already) > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:453 > (sofia/internal/0000000000 at 192.168.0.100) State EXECUTE going to sleep > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_HANGUP > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:638 > (sofia/internal/0000000000 at 192.168.0.100) State HANGUP > 2012-09-27 09:47:19.593467 [DEBUG] mod_sofia.c:483 Channel sofia/internal/ > 0000000000 at 192.168.0.100 hanging up, cause: BLIND_TRANSFER > 2012-09-27 09:47:19.593467 [DEBUG] mod_sofia.c:613 Responding to INVITE > with: 480 > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:48 > sofia/internal/0000000000 at 192.168.0.100 Standard HANGUP, cause: > BLIND_TRANSFER > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:638 > (sofia/internal/0000000000 at 192.168.0.100) State HANGUP going to sleep > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:429 > (sofia/internal/0000000000 at 192.168.0.100) State Change CS_HANGUP -> > CS_REPORTING > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:398 > (sofia/internal/0000000000 at 192.168.0.100) Running State Change > CS_REPORTING > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:703 > (sofia/internal/0000000000 at 192.168.0.100) State REPORTING > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:92 > sofia/internal/0000000000 at 192.168.0.100 Standard REPORTING, cause: > BLIND_TRANSFER > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:703 > (sofia/internal/0000000000 at 192.168.0.100) State REPORTING going to sleep > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:423 > (sofia/internal/0000000000 at 192.168.0.100) State Change CS_REPORTING -> > CS_DESTROY > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1415 Session 6 > (sofia/internal/0000000000 at 192.168.0.100) Locked, Waiting on external > entities > 2012-09-27 09:47:19.593467 [NOTICE] switch_core_session.c:1433 Session 6 > (sofia/internal/0000000000 at 192.168.0.100) Ended > 2012-09-27 09:47:19.593467 [NOTICE] switch_core_session.c:1437 Close > Channel sofia/internal/0000000000 at 192.168.0.100 [CS_DESTROY] > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:527 > (sofia/internal/0000000000 at 192.168.0.100) Callstate Change HANGUP -> DOWN > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:530 > (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_DESTROY > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:540 > (sofia/internal/0000000000 at 192.168.0.100) State DESTROY > 2012-09-27 09:47:19.593467 [DEBUG] mod_sofia.c:376 sofia/internal/ > 0000000000 at 192.168.0.100 SOFIA DESTROY > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:99 > sofia/internal/0000000000 at 192.168.0.100 Standard DESTROY > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:540 > (sofia/internal/0000000000 at 192.168.0.100) State DESTROY going to sleep > > ============================================================================ > > > > > 2012/9/27 zhi sun > >> thanks for response, the detailed debug log as below: >> >> version 2.1.3 >> >> there are two sip client: 1002, 1010 >> >> i can call 1002 from 1010 successfully. >> >> then i try to call 0911 from 1010, as you know the 1002 is a member of >> sales group, the 0911 will try to out call 1002 according the rule in >> default.xml >> >> ============================================= >> 2012-09-27 09:34:07.533467 [NOTICE] switch_channel.c:951 New Channel >> sofia/internal/1010 at 192.168.0.100 [6dfa8876-0843-11e2-b574-8d63071eb0f5] >> 2012-09-27 09:34:07.533467 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.533467 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_NEW >> 2012-09-27 09:34:07.533467 [DEBUG] switch_core_state_machine.c:416 >> (sofia/internal/1010 at 192.168.0.100) State NEW >> 2012-09-27 09:34:07.533467 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.553467 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected >> by acl "domains". Falling back to Digest auth. >> 2012-09-27 09:34:07.553467 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.553467 [DEBUG] sofia.c:1728 detaching session >> 6dfa8876-0843-11e2-b574-8d63071eb0f5 >> 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:1820 Re-attaching to session >> 6dfa8876-0843-11e2-b574-8d63071eb0f5 >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected >> by acl "domains". Falling back to Digest auth. >> 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:6282 Channel sofia/internal/ >> 1010 at 192.168.0.100 entering state [received][100] >> 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:6293 Remote SDP: >> v=0 >> o=1010 3118 3118 IN IP4 192.168.0.10 >> s=Talk >> c=IN IP4 192.168.0.10 >> t=0 0 >> m=audio 7078 RTP/AVP 112 111 110 3 0 8 101 >> a=rtpmap:112 speex/32000 >> a=fmtp:112 vbr=on >> a=rtpmap:111 speex/16000 >> a=fmtp:111 vbr=on >> a=rtpmap:110 speex/8000 >> a=fmtp:110 vbr=on >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-11 >> >> 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:6506 (sofia/internal/ >> 1010 at 192.168.0.100) State Change CS_NEW -> CS_INIT >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_INIT >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:437 >> (sofia/internal/1010 at 192.168.0.100) State INIT >> 2012-09-27 09:34:07.573471 [DEBUG] mod_sofia.c:86 sofia/internal/ >> 1010 at 192.168.0.100 SOFIA INIT >> 2012-09-27 09:34:07.573471 [DEBUG] mod_sofia.c:126 (sofia/internal/ >> 1010 at 192.168.0.100) State Change CS_INIT -> CS_ROUTING >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:437 >> (sofia/internal/1010 at 192.168.0.100) State INIT going to sleep >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_ROUTING >> 2012-09-27 09:34:07.573471 [DEBUG] switch_channel.c:1964 (sofia/internal/ >> 1010 at 192.168.0.100) Callstate Change DOWN -> RINGING >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:446 >> (sofia/internal/1010 at 192.168.0.100) State ROUTING >> 2012-09-27 09:34:07.573471 [DEBUG] mod_sofia.c:149 sofia/internal/ >> 1010 at 192.168.0.100 SOFIA ROUTING >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:117 >> sofia/internal/1010 at 192.168.0.100 Standard ROUTING >> 2012-09-27 09:34:07.573471 [INFO] mod_dialplan_xml.c:485 Processing 1010 >> <1010>->0911 in context default >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->unloop] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) [unloop] >> ${unroll_loops}(true) =~ /^true$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [unloop] >> ${sip_looped_call}() =~ /^true$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->tod_example] continue=true >> Dialplan: sofia/internal/1010 at 192.168.0.100 Date/Time Match (PASS) >> [tod_example] break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action set(open=true) >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->holiday_example] continue=true >> Dialplan: sofia/internal/1010 at 192.168.0.100 Date/TimeMatch (FAIL) >> [holiday_example] break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->global-intercept] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [global-intercept] destination_number(0911) =~ /^886$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->group-intercept] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [group-intercept] destination_number(0911) =~ /^\*8$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->intercept-ext] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [intercept-ext] >> destination_number(0911) =~ /^\*\*(\d+)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->redial] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [redial] >> destination_number(0911) =~ /^(redial|870)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->global] >> continue=true >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] >> ${call_debug}(false) =~ /^true$/ break=never >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] >> ${sip_has_crypto}() =~ >> /^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$/ break=never >> Dialplan: sofia/internal/1010 at 192.168.0.100 Absolute Condition [global] >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> hash(insert/${domain_name}-spymap/${caller_id_number}/${uuid}) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) >> >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> hash(insert/${domain_name}-last_dial/global/${uuid}) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->snom-demo-2] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-2] >> destination_number(0911) =~ /^9001$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->snom-demo-1] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-1] >> destination_number(0911) =~ /^9000$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] >> destination_number(0911) =~ /^88(\d{4})$|^\*0(.*)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] >> destination_number(0911) =~ /^779$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->call_return] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [call_return] >> destination_number(0911) =~ /^\*69$|^869$|^lcr$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->del-group] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [del-group] >> destination_number(0911) =~ /^80(\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->add-group] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [add-group] >> destination_number(0911) =~ /^81(\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->call-group-simo] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [call-group-simo] destination_number(0911) =~ /^82(\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->call-group-order] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [call-group-order] destination_number(0911) =~ /^83(\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->extension-intercom] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [extension-intercom] destination_number(0911) =~ /^8(10[01][0-9])$/ >> break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->Local_Extension] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [Local_Extension] destination_number(0911) =~ /^(10[01][0-9])$/ >> break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->Local_Extension_Skinny] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [Local_Extension_Skinny] destination_number(0911) =~ /^(11[01][0-9])$/ >> break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->group_dial_sales] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [group_dial_sales] destination_number(0911) =~ /^2000$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->group_dial_support] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [group_dial_support] destination_number(0911) =~ /^2001$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->group_dial_billing] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [group_dial_billing] destination_number(0911) =~ /^2002$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->operator] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [operator] >> destination_number(0911) =~ /^(operator|0)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->vmain] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [vmain] >> destination_number(0911) =~ /^vmain$|^4000$|^\*98$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->sip_uri] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [sip_uri] >> destination_number(0911) =~ /^sip:(.*)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->nb_conferences] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [nb_conferences] destination_number(0911) =~ /^(30\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->wb_conferences] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [wb_conferences] destination_number(0911) =~ /^(31\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->uwb_conferences] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [uwb_conferences] destination_number(0911) =~ /^(32\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->cdquality_conferences] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [cdquality_conferences] destination_number(0911) =~ /^(33\d{2})$/ >> break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->freeswitch_public_conf_via_sip] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [freeswitch_public_conf_via_sip] destination_number(0911) =~ >> /^9(888|8888|1616|3232)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->mad_boss_intercom] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) >> [mad_boss_intercom] destination_number(0911) =~ /^0911$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> set(conference_auto_outcall_caller_id_name=Mad Boss1) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> set(conference_auto_outcall_caller_id_number=0911) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> set(conference_auto_outcall_timeout=60) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> set(conference_auto_outcall_flags=mute) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> set(conference_auto_outcall_prefix={sip_auto_answer=true,execute_on_answer='bind_meta_app >> 2 a s1 transfer::intercept:${uuid} inline'}) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> set(sip_exclude_contact=${network_addr}) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> conference_set_auto_outcall(${group_call(sales)}) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> conference(madboss_intercom1 at default+flags{endconf|deaf}) >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:167 >> (sofia/internal/1010 at 192.168.0.100) State Change CS_ROUTING -> CS_EXECUTE >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:446 >> (sofia/internal/1010 at 192.168.0.100) State ROUTING going to sleep >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_EXECUTE >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:453 >> (sofia/internal/1010 at 192.168.0.100) State EXECUTE >> 2012-09-27 09:34:07.593468 [DEBUG] mod_sofia.c:242 sofia/internal/ >> 1010 at 192.168.0.100 SOFIA EXECUTE >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:209 >> sofia/internal/1010 at 192.168.0.100 Standard EXECUTE >> EXECUTE sofia/internal/1010 at 192.168.0.100 set(open=true) >> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ >> 1010 at 192.168.0.100 SET [open]=[true] >> EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-spymap/1010/6dfa8876-0843-11e2-b574-8d63071eb0f5) >> EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-last_dial/1010/0911) >> EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-last_dial/global/6dfa8876-0843-11e2-b574-8d63071eb0f5) >> EXECUTE sofia/internal/1010 at 192.168.0.100 export(RFC2822_DATE=Thu, 27 >> Sep 2012 09:34:07 +0800) >> 2012-09-27 09:34:07.593468 [DEBUG] switch_channel.c:1118 EXPORT >> (export_vars) [RFC2822_DATE]=[Thu, 27 Sep 2012 09:34:07 +0800] >> EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_caller_id_name=Mad Boss1) >> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ >> 1010 at 192.168.0.100 SET [conference_auto_outcall_caller_id_name]=[Mad >> Boss1] >> EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_caller_id_number=0911) >> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ >> 1010 at 192.168.0.100 SET [conference_auto_outcall_caller_id_number]=[0911] >> EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_timeout=60) >> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ >> 1010 at 192.168.0.100 SET [conference_auto_outcall_timeout]=[60] >> EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_flags=mute) >> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ >> 1010 at 192.168.0.100 SET [conference_auto_outcall_flags]=[mute] >> EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_prefix={sip_auto_answer=true,execute_on_answer='bind_meta_app >> 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline'}) >> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ >> 1010 at 192.168.0.100 SET >> [conference_auto_outcall_prefix]=[{sip_auto_answer=true,execute_on_answer='bind_meta_app >> 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline'}] >> EXECUTE sofia/internal/1010 at 192.168.0.100set(sip_exclude_contact=192.168.0.10) >> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 sofia/internal/ >> 1010 at 192.168.0.100 SET [sip_exclude_contact]=[192.168.0.10] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:2390 Application >> conference_set_auto_outcall Requires media! pre_answering channel >> sofia/internal/1010 at 192.168.0.100 >> 2012-09-27 09:34:07.593468 [INFO] switch_core_session.c:2392 Sending >> early media >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:112:32000:20:0]/[G722:9:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:112:32000:20:0]/[PCMU:0:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:112:32000:20:0]/[PCMA:8:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:112:32000:20:0]/[GSM:3:8000:20:13200] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:111:16000:20:0]/[G722:9:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:111:16000:20:0]/[PCMU:0:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:111:16000:20:0]/[PCMA:8:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:111:16000:20:0]/[GSM:3:8000:20:13200] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:110:8000:20:0]/[G722:9:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:110:8000:20:0]/[PCMU:0:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:110:8000:20:0]/[PCMA:8:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:110:8000:20:0]/[GSM:3:8000:20:13200] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [GSM:3:8000:20:13200]/[G722:9:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [GSM:3:8000:20:13200]/[PCMU:0:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [GSM:3:8000:20:13200]/[PCMA:8:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [GSM:3:8000:20:13200]/[GSM:3:8000:20:13200] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3077 Set Codec >> sofia/internal/1010 at 192.168.0.100 GSM/8000 20 ms 160 samples 13200 bits >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_codec.c:111 sofia/internal/ >> 1010 at 192.168.0.100 Original read codec set to GSM:3 >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5219 Set 2833 dtmf >> send/recv payload to 101 >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3327 AUDIO RTP >> [sofia/internal/1010 at 192.168.0.100] 192.168.0.100 port 19426 -> >> 192.168.0.10 port 7078 codec: 3 ms: 20 >> 2012-09-27 09:34:07.593468 [DEBUG] switch_rtp.c:1927 Starting timer >> [soft] 160 bytes per 20ms >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3591 Set 2833 dtmf send >> payload to 101 >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3597 Set 2833 dtmf >> receive payload to 101 >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3624 sofia/internal/ >> 1010 at 192.168.0.100 Set rtp dtmf delay to 40 >> 2012-09-27 09:34:07.593468 [NOTICE] sofia_glue.c:4226 Pre-Answer >> sofia/internal/1010 at 192.168.0.100! >> 2012-09-27 09:34:07.593468 [DEBUG] switch_channel.c:3092 (sofia/internal/ >> 1010 at 192.168.0.100) Callstate Change RINGING -> EARLY >> 2012-09-27 09:34:07.593468 [DEBUG] mod_sofia.c:2730 Ring SDP: >> v=0 >> o=FreeSWITCH 1348690221 1348690222 IN IP4 192.168.0.100 >> s=FreeSWITCH >> c=IN IP4 192.168.0.100 >> t=0 0 >> m=audio 19426 RTP/AVP 3 101 >> a=rtpmap:3 GSM/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=silenceSupp:off - - - - >> a=ptime:20 >> a=sendrecv >> >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:759 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> EXECUTE sofia/internal/1010 at 192.168.0.100conference_set_auto_outcall([sip_invite_domain=192.168.0.100,presence_id= >> 1000 at 192.168.0.100]sofia/internal/sip:1000 at 192.168.0.20:5060 >> ,[sip_invite_domain=192.168.0.100,presence_id=1001 at 192.168.0.100 >> ]error/user_not_registered,[sip_invite_domain=192.168.0.100,presence_id= >> 1002 at 192.168.0.100 >> ]error/user_not_registered,[sip_invite_domain=192.168.0.100,presence_id= >> 1003 at 192.168.0.100 >> ]error/user_not_registered,[sip_invite_domain=192.168.0.100,presence_id= >> 1004 at 192.168.0.100]error/user_not_registered) >> 2012-09-27 09:34:07.593468 [DEBUG] sofia.c:6282 Channel sofia/internal/ >> 1010 at 192.168.0.100 entering state [early][183] >> EXECUTE sofia/internal/1010 at 192.168.0.100conference(madboss_intercom1 at default >> +flags{endconf|deaf}) >> 2012-09-27 09:34:07.593468 [DEBUG] mod_sofia.c:836 Local SDP >> sofia/internal/1010 at 192.168.0.100: >> v=0 >> o=FreeSWITCH 1348690221 1348690223 IN IP4 192.168.0.100 >> s=FreeSWITCH >> c=IN IP4 192.168.0.100 >> t=0 0 >> m=audio 19426 RTP/AVP 3 101 >> a=rtpmap:3 GSM/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=silenceSupp:off - - - - >> a=ptime:20 >> a=sendrecv >> >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:759 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_channel.c:3351 (sofia/internal/ >> 1010 at 192.168.0.100) Callstate Change EARLY -> ACTIVE >> 2012-09-27 09:34:07.593468 [NOTICE] mod_conference.c:7211 Channel >> [sofia/internal/1010 at 192.168.0.100] has been answered >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia.c:6282 Channel sofia/internal/ >> 1010 at 192.168.0.100 entering state [completed][200] >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8315 using channel >> sound prefix: >> /home/sunzhi/sunzhi/freeswitch/freeswitch-1.2.3/rel/sounds/en/us/callie >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:7092 Raw Codec >> Activation Success L16 at 8000hz 1 channel 20ms >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:7137 Raw Codec >> Activation Success L16 at 8000hz 1 channel 20ms >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:1922 Setup timer >> success interval: 20 samples: 160 >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_codec.c:219 sofia/internal/ >> 1010 at 192.168.0.100 Push codec L16:70 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ >> 1010 at 192.168.0.100 binding '0' to 'mute' >> 2012-09-27 09:34:07.593468 [INFO] switch_ivr_async.c:194 Digit parser >> mod_conference: Setting realm to 'conf' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 0/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bab8 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ >> 1010 at 192.168.0.100 binding '*' to 'deaf mute' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding */conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bae8 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ >> 1010 at 192.168.0.100 binding '9' to 'energy up' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 9/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bb18 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ >> 1010 at 192.168.0.100 binding '8' to 'energy equ' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 8/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bb48 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ >> 1010 at 192.168.0.100 binding '7' to 'energy dn' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 7/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bb78 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ >> 1010 at 192.168.0.100 binding '3' to 'vol talk up' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 3/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bba8 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ >> 1010 at 192.168.0.100 binding '2' to 'vol talk zero' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 2/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bbd8 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ >> 1010 at 192.168.0.100 binding '1' to 'vol talk dn' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 1/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bc08 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ >> 1010 at 192.168.0.100 binding '6' to 'vol listen up' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 6/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bc38 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ >> 1010 at 192.168.0.100 binding '5' to 'vol listen zero' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 5/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bc68 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ >> 1010 at 192.168.0.100 binding '4' to 'vol listen dn' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 4/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bc98 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 sofia/internal/ >> 1010 at 192.168.0.100 binding '#' to 'hangup' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding #/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bcc8 >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:759 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:3474 Setup timer soft >> success interval: 20 samples: 160 >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing >> session specific variables >> 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not >> locate channel type presence_id=1000 at 192.168.0.100]sofia >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing >> session specific variables >> 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot >> create outgoing channel of type [presence_id=1000 at 192.168.0.100]sofia] >> cause: [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >> 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not >> locate channel type presence_id=1001 at 192.168.0.100]error >> 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot >> create outgoing channel of type [presence_id=1001 at 192.168.0.100]error] >> cause: [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing >> session specific variables >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >> 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not >> locate channel type presence_id=1002 at 192.168.0.100]error >> 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot >> create outgoing channel of type [presence_id=1002 at 192.168.0.100]error] >> cause: [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing >> session specific variables >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >> 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not >> locate channel type presence_id=1003 at 192.168.0.100]error >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot >> create outgoing channel of type [presence_id=1003 at 192.168.0.100]error] >> cause: [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing >> session specific variables >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >> 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] >> 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not >> locate channel type presence_id=1004 at 192.168.0.100]error >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >> 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot >> create outgoing channel of type [presence_id=1004 at 192.168.0.100]error] >> cause: [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >> 2012-09-27 09:34:07.613471 [DEBUG] mod_local_stream.c:417 Opening Stream >> [moh/8000] 8000hz >> 2012-09-27 09:34:07.613471 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.613471 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.613471 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.633467 [DEBUG] sofia.c:6282 Channel sofia/internal/ >> 1010 at 192.168.0.100 entering state [ready][200] >> 2012-09-27 09:34:07.693467 [DEBUG] switch_rtp.c:3596 Correct ip/port >> confirmed. >> 2012-09-27 09:34:07.713468 [DEBUG] mod_conference.c:4288 Queueing file >> 'tone_stream://%(500,0,640)' for play >> 2012-09-27 09:34:10.733467 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:10.753468 [DEBUG] switch_channel.c:2950 (sofia/internal/ >> 1010 at 192.168.0.100) Callstate Change ACTIVE -> HANGUP >> 2012-09-27 09:34:10.753468 [NOTICE] sofia.c:711 Hangup sofia/internal/ >> 1010 at 192.168.0.100 [CS_EXECUTE] [NORMAL_CLEARING] >> 2012-09-27 09:34:10.753468 [DEBUG] switch_channel.c:2973 Send signal >> sofia/internal/1010 at 192.168.0.100 [KILL] >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:10.753468 [DEBUG] mod_conference.c:3777 Channel leaving >> conference, cause: NORMAL_CLEARING >> 2012-09-27 09:34:10.753468 [DEBUG] mod_conference.c:7645 sofia/internal/ >> 1010 at 192.168.0.100 skip receive message [UNBRIDGE] (channel is hungup >> already) >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_codec.c:244 sofia/internal/ >> 1010 at 192.168.0.100 Restore previous codec GSM:3. >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:2553 >> sofia/internal/1010 at 192.168.0.100 skip receive message >> [APPLICATION_EXEC_COMPLETE] (channel is hungup already) >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:453 >> (sofia/internal/1010 at 192.168.0.100) State EXECUTE going to sleep >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_HANGUP >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:638 >> (sofia/internal/1010 at 192.168.0.100) State HANGUP >> 2012-09-27 09:34:10.753468 [DEBUG] mod_sofia.c:483 Channel sofia/internal/ >> 1010 at 192.168.0.100 hanging up, cause: NORMAL_CLEARING >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:48 >> sofia/internal/1010 at 192.168.0.100 Standard HANGUP, cause: NORMAL_CLEARING >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:638 >> (sofia/internal/1010 at 192.168.0.100) State HANGUP going to sleep >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:429 >> (sofia/internal/1010 at 192.168.0.100) State Change CS_HANGUP -> >> CS_REPORTING >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_REPORTING >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:703 >> (sofia/internal/1010 at 192.168.0.100) State REPORTING >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:92 >> sofia/internal/1010 at 192.168.0.100 Standard REPORTING, cause: >> NORMAL_CLEARING >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:703 >> (sofia/internal/1010 at 192.168.0.100) State REPORTING going to sleep >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:423 >> (sofia/internal/1010 at 192.168.0.100) State Change CS_REPORTING -> >> CS_DESTROY >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1415 Session 3 >> (sofia/internal/1010 at 192.168.0.100) Locked, Waiting on external entities >> 2012-09-27 09:34:10.753468 [NOTICE] switch_core_session.c:1433 Session 3 >> (sofia/internal/1010 at 192.168.0.100) Ended >> 2012-09-27 09:34:10.753468 [NOTICE] switch_core_session.c:1437 Close >> Channel sofia/internal/1010 at 192.168.0.100 [CS_DESTROY] >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:527 >> (sofia/internal/1010 at 192.168.0.100) Callstate Change HANGUP -> DOWN >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:530 >> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_DESTROY >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:540 >> (sofia/internal/1010 at 192.168.0.100) State DESTROY >> 2012-09-27 09:34:10.753468 [DEBUG] mod_sofia.c:376 sofia/internal/ >> 1010 at 192.168.0.100 SOFIA DESTROY >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:99 >> sofia/internal/1010 at 192.168.0.100 Standard DESTROY >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:540 >> (sofia/internal/1010 at 192.168.0.100) State DESTROY going to sleep >> 2012-09-27 09:34:10.773471 [NOTICE] mod_conference.c:2369 Ending pending >> outcall channels for Conference: 'madboss_intercom1' >> 2012-09-27 09:34:10.773471 [DEBUG] mod_conference.c:2461 Write Lock ON >> 2012-09-27 09:34:10.773471 [DEBUG] mod_conference.c:2464 Write Lock OFF >> >> ====================================================================== >> >> >> 2012/9/27 Anthony Minessale >> >>> That is not nearly enough log file, you need to supply the entire log of >>> the call in full debug mode >>> >>> On Wed, Sep 26, 2012 at 8:13 AM, zhi sun wrote: >>> >>>> in the default diaplan, the 0911 conference call that make a out call >>>> to a group doesn't work for the latest and version 2.1.3. the out call >>>> always failed because of CHAN_NOT_IMPLEMENTED, >>>> >>>> but it works fine for version 1.06 >>>> >>>> the same problem happens with the 5001 in dialplan (default.xml) >>>> >>>> it is very easy to reproduce this issue: i just get the correct >>>> version, make, make install, make cd-sounds-install. >>>> >>>> the log with problem looks like below: >>>> >>>> =========================================== >>>> >>>> 2012-09-26 15:37:10.973469 [NOTICE] switch_ivr.c:1748 Transfer >>>> sofia/internal/1000 at 192.168.0.100 to XML[1010 at default] >>>> 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send >>>> signal sofia/internal/0000000000 at 192.168.0.100 [BREAK] >>>> 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send >>>> signal sofia/internal/0000000000 at 192.168.0.100 [BREAK] >>>> 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send >>>> signal sofia/internal/1010 at 192.168.0.100 [BREAK] >>>> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2950 >>>> (sofia/internal/1010 at 192.168.0.100) Callstate Change RINGING -> HANGUP >>>> 2012-09-26 15:37:10.993469 [NOTICE] switch_ivr_originate.c:3330 Hangup >>>> sofia/internal/1010 at 192.168.0.100 [CS_CONSUME_MEDIA] >>>> [ORIGINATOR_CANCEL] >>>> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2973 Send signal >>>> sofia/internal/1010 at 192.168.0.100 [KILL] >>>> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_session.c:1210 Send >>>> signal sofia/internal/1010 at 192.168.0.100 [BREAK] >>>> 2012-09-26 15:37:10.993469 [DEBUG] switch_ivr_originate.c:3506 >>>> Originate Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL] >>>> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_state_machine.c:398 >>>> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_HANGUP >>>> 2012-09-26 15:37:10.993469 [ERR] mod_conference.c:6626 Cannot create >>>> outgoing channel, cause: ORIGINATOR_CANCEL >>>> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2950 >>>> (sofia/internal/1000 at 192.168.0.100) Callstate Change ACTIVE -> HANGUP >>>> 2012-09-26 15:37:10.993469 [NOTICE] mod_conference.c:6629 Hangup >>>> sofia/internal/1000 at 192.168.0.100 [CS_ROUTING] [ORIGINATOR_CANCEL] >>>> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2973 Send signal >>>> sofia/internal/1000 at 192.168.0.100 [KILL] >>>> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_state_machine.c:638 >>>> (sofia/internal/1010 at 192.168.0.100) State HANGUP >>>> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_session.c:1210 Send >>>> signal sofia/internal/1000 at 192.168.0.100 [BREAK] >>>> >>>> ============================================ >>>> >>>> i am new to freeswitch, Is there anything i missed to let the version >>>> 2.1.3 as well as the latest (from git) work for the 0911 and 5001 dialplan? >>>> both of them make an out call from a conference. >>>> >>>> thanks >>>> -zhisun >>>> >>>> >>>> >>>> _________________________________________________________________________ >>>> Professional FreeSWITCH Consulting Services: >>>> consulting at freeswitch.org >>>> http://www.freeswitchsolutions.com >>>> >>>> >>>> >>>> >>>> Official FreeSWITCH Sites >>>> http://www.freeswitch.org >>>> http://wiki.freeswitch.org >>>> http://www.cluecon.com >>>> >>>> FreeSWITCH-dev mailing list >>>> FreeSWITCH-dev at lists.freeswitch.org >>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >>>> http://www.freeswitch.org >>>> >>>> >>> >>> >>> -- >>> Anthony Minessale II >>> >>> FreeSWITCH http://www.freeswitch.org/ >>> ClueCon http://www.cluecon.com/ >>> Twitter: http://twitter.com/FreeSWITCH_wire >>> >>> AIM: anthm >>> MSN:anthony_minessale at hotmail.com >>> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com >>> IRC: irc.freenode.net #freeswitch >>> >>> FreeSWITCH Developer Conference >>> sip:888 at conference.freeswitch.org >>> googletalk:conf+888 at conference.freeswitch.org >>> pstn:+19193869900 >>> >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-dev mailing list >>> FreeSWITCH-dev at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >>> http://www.freeswitch.org >>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120927/7dc968d4/attachment-0001.html From krice at freeswitch.org Thu Sep 27 11:39:24 2012 From: krice at freeswitch.org (Ken Rice) Date: Thu, 27 Sep 2012 02:39:24 -0500 Subject: [Freeswitch-dev] :how to let the version 2.1.3 as well as the latest (from git) work for the 0911 and 5001 dialplan? there is no problem with version 1.06 In-Reply-To: Message-ID: Did you update yor configs? 1.0.6 is so old and has more issues then I can count... And configs have been update to resolve problems... On 9/2/12 2:02 AM, "zhi sun" wrote: > further testing results: > > - for version1.0.6, the 0911 works, but 5001 doesn't. > > - for version 1.2.3 and 1.3, both 0911 and 5001 doesn't work. > > the following re logs for 0911, version 1.2.3 > > the 1000,1001,1002,1003 should be called!!!! > > ============================================= > 2012-09-27 14:58:47.233466 [NOTICE] switch_channel.c:951 New Channel > sofia/internal/1001 at 192.168.0100 [c8c8f364-0870-11e2-bd7f-df6c04573b9b]> 2012-09-27 14:58:47.273467 [INFO] mod_dialplan_xml.c:485 Processing 1001 > <1001>->0911 in context default > 2012-09-27 14:58:47.293472 [INFO] switch_core_sessin.c:2392 Sending early > media > 2012-09-27 14:58:47.293472 NOTICE] sofia_glue.c:4226 Pre-Answer > sofia/internal/1001 at 192.168.0.100! > 2012-09-27 14:58:47.29342 [NOTICE] mod_conference.c:7211 Channel > [sofia/internal/1001 at 192.168.0.100] has been answered > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8315 usng channel sound > prefix: > /home/sunzhi/sunzhi/freeswitch/freeswitc-1.2.3/rel/sounds/en/us/callie > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.16.0.100 binding '0' to 'mute' > 2012-09-27 14:58:47.293472 [INFO] switch_ivr_async.c:194Digit parser > mod_conference: Setting realm to 'conf' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internl/1001 at 192.168.0.100 binding '*' to 'deaf mute' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001192.168.0.100 binding '9' to 'energy up' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.16.0.100 binding '8' to 'energy equ' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.10 binding '7' to 'energy dn' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.100 bindng '3' to 'vol talk up' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.100 binding '' to 'vol talk zero' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.100 binding '1' o 'vol talk dn' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.100 binding '6' to 'ol listen up' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.100 binding '5' to 'vo listen zero' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.100 binding '4' to 'vo listen dn' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.100 binding '#' to 'hangp' > 2012-09-27 14:58:47.293472 [ERR] switch_ivr_originate.c:2440 Parse Error! > 2012-09-27 14:58:47.293472 [ERR] switch_coresession.c:408 Could not locate > channel type presence_id=1001 at 192.168.0.100]error > 2012-09-27 14:58:47.293472 [ERR] mod_confrence.c:6614 Cannot create outgoing > channel, cause: DESTINATION_OUT_OF_ORDER > 2012-09-27 14:58:47.293472 [ERR] switch_ivr_oiginate.c:2440 Parse Error! > 2012-09-27 14:58:47.293472 [ERR] switch_core_session.c:408 Could not locate > channel type presece_id=1000 at 192.168.0.100]sofia > 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create outgoing > chnnel, cause: DESTINATION_OUT_OF_ORDER > 2012-09-27 14:58:47.293472 [ERR] switch_core_session.c:408 Could not locate > channel type presenceid=1002 at 192.168.0.100]sofia > 2012-09-27 14:58:47.293472 [NOTICE] switch_ivr_originate.c:2591 Cannot create > outgoing channel of type [presence_id=1002192.168.0.100]sofia] cause: > [CHAN_NOT_IMPLEMENTED] > 2012-09-27 14:58:47.293472 [ERR switch_ivr_originate.c:2440 Parse Error! > 2012-09-27 14:58:47.293472 [NOTICE] sitch_ivr_originate.c:2591 Cannot create > outgoing channel of type [presence_id=1001 at 192.168.0.100]error] caue: > [CHAN_NOT_IMPLEMENTED] > 2012-09-27 14:58:47.293472 [ERR] switch_core_session.c:408 Could not ocate > channel type presence_id=1003 at 192.168.0.100]error > 2012-09-27 14:58:47.293472 [ERR] mod_cnference.c:6614 Cannot create outgoing > channel, cause: CHAN_NOT_IMPLEMENTE > 2012-09-27 14:58:47.293472 [NOTICE] switch_ivr_originate.c:2591 Cannot create > outgoing channel of type [presence_id=1003 at 192.16.0.100]error] cause: > [CHAN_NOT_IMPLEMENTED] > 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:664 Cannot create outgoing > channel, cause: CHAN_NOT_IMPLEMENTED > 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create outgoing > channel, cause: DESTINATION_OUT_OF_ORDER > 2012-09-27 14:58:47.293472 [NOTICE] switch_ivr_originate.c:2591 Cannot create > outgoing channel of type [presence_id=1000 at 192.168.0.100]sofia] cause: > [CHAN_NOT_IMPLEMENTED] > 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create outgoing > channel, cause: CHAN_NOT_IMPLEMENTED > 2012-09-27 14:58:47.293472 [ERR]mod_conference.c:6614 Cannot create outgoing > channel, cause: CHAN_NOT_IMPLEMENTED > 2012-09-27 14:58:47.293472 [ERR] swith_ivr_originate.c:2440 Parse Error! > 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614Cannot create outgoing > channel, cause: DESTINATION_OUT_OF_ORDER > 2012-09-27 14:58:47.293472 [ERR] switch_core_session.c:408 Could not locate> channel type presence_id=1004 at 192.168..100]error > 2012-09-27 14:58:47.293472 [NOTICE] switch_ivr_originate.c:2591 Cannot create > outgoing channel of type [presence_id=1004 at 192.168.0.100]error] cause: > [CHAN_NOT_IMPLEMENTED] > 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create outgoing > channel, cause: CHAN_NOT_IMPLEMENTED > 2012-09-27 14:58:47.293472 [ERR] switch_ivr_originate.c:2440 Parse Error! > 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Canno create outgoing > channel, cause: DESTINATION_OUT_OF_ORDER > ======================================================= > > > 2012/9/27 zhi sun >> in addition to previous email, i also try the following: >> >> - dd a new diaplan (5002) similar to 5001 in default.xml >> >> ??? >> ????? >> ??? > data="bridge:mydynaconf:sofia/${use_profile}/1002 at 192.168.0.100"/> >> ????? >> ??? >> >> - reloadxml >> >> - then call 5002 from 1010 sip client, >> >> - the same problem hapens >> >> PS: it works fine on version 1.06 >> >> ========================================================= >> freeswitch at mydev.mydomain.com> reloadxml >> >> +OK [Success] >> >> 2012-09-27 09:46:46.613468 [INFO] mod_enum.c:871 ENUM Reloaded >> 212-09-27 09:46:46.613468 [INFO] switch_time.c:1163 Timezone reloaded 530 >> definitions >> freeswitch at mydev.mydomain.com> 2012-09-27 0947:19.413468 [NOTICE] >> switch_channel.c:951 New Channel sofia/internal/1010 at 192.168.0.100 >> [45f8ccbe-045-11e2-b58c-8d63071eb0f5] >> 2012-09-27 09:47:19.413468 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >>2012-09-27 09:47:19.413468 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_NEW >> 2012-09-27 09:47:19.41368 [DEBUG] switch_core_state_machine.c:416 >> (sofia/internal/1010 at 192.168.0.100) State NEW >> 2012-09-27 09:47:19.41346 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.433469 [DEBUG] ofia.c:8412 IP 192.168.0.10 Rejected by >> acl "domains". Falling back to Digest auth. >> 201209-27 09:47:19.433469 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 012-09-27 09:47:19.433469 [DEBUG] sofia.c:1728 detaching session >> 45f8ccbe-0845-11e2-b58c-8d63071eb0f5 >> 2012-09-27 09:47:19.453469[DEBUG] sofia.c:1820 Re-attaching to session >> 45f8ccbe-0845-11e2-b58c-8d63071eb0f5 >> 2012-09-27 09:47:19.453469 [DEBG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.68.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:90 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected by >> cl "domains". Falling back to Digest auth. >> 2012-09-27 09:47:19.45469 [DEBUG] sofia.c:6282 Channel >> sofia/internal/1010 at 192.168.0.100 entering tate [received][100] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6293 Remote SDP: >> v=0 >> o=1010 3519 3519 IN IP4 192.168.0.10 >> s=Talk>> c=IN IP4 192.168.0.10 >> t=0 0 >> m=audio 7078 RTP/AVP 112 111 11 3 0 8 101 >> a=rtpmap:112 speex/32000 >> a=fmtp:112 vbr=on >> a=rtpmap:111 spex/16000 >> a=fmtp:111 vbr=on >> a=rtpmap:110 speex/8000 >> a=fmtp:110 vbr=on >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-11 >> >> 212-09-27 09:47:19.453469 [DEBUG] sofia.c:6506 >> (sofia/internal/101 at 192.168.0.100) State Change CS_NEW -> CS_INIT >> 2012-09-27 09:47:19.453469 [DBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_sate_machine.c:398 >> (sofia/internal/1010 at 192.168.0.100) Running Stae Change CS_INIT >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machin.c:437 >> (sofia/internal/1010 at 192.168.0.100) State INIT >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:86 >> sofia/internal/1010 at 192.168.0100 SOFIA INIT >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:126>> (sofia/internal/1010 at 192.168.0.100) State Change CS_INIT -> CS_ROUTING >> 202-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.45346 [DEBUG] switch_core_state_machine.c:437 >> (sofia/internal/1010 at 192168.0.100) State INIT going to sleep >> 2012-09-27 09:47:19.453469 [DEBUG] swith_core_state_machine.c:398 >> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_ROUTING >> 2012-09-27 09:47:19.453469 [DEBUG] switchchannel.c:1964 >> (sofia/internal/1010 at 192.168.0.100) Callstate Chane DOWN -> RINGING >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machie.c:446 >> (sofia/internal/1010 at 192.168.0.100) State ROUTING >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:149 >> sofia/internal/1010 at 192.16.0.100 SOFIA ROUTING >> 2012-09-27 09:47:19.453469 [DEBUG] switch_coe_state_machine.c:117 >> sofia/internal/1010 at 192.168.0.100 Standard ROUTING >> 012-09-27 09:47:19.453469 [INFO] mod_dialplan_xml.c:485 Processing 1010 >> <1010>->5002 in context default >> Dialplan: sofia/internal/1010 at 192.16.0.100 parsing [default->unloop] >> continue=false >> Dialplan: sofi/internal/1010 at 192.168.0.100 Regex (PASS) [unloop] >> ${unroll_loops}(true) =~ ^true$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [unloop] >> ${sip_looped_call}() =~ /^true$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->tod_eample] >> continue=true >> Dialplan: sofia/internal/1010 at 192.168.0.100 Date/Tim Match (PASS) >> [tod_example] break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action set(open=true) >> Dialplan: sofia/intrnal/1010 at 192.168.0.100 parsing >> [default->holiday_example] contine=true >> Dialplan: sofia/internal/1010 at 192.168.0.100 Date/TimeMatch (FAIL) >> [holiday_example]break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->global-intercept] continue=false >> Dialpan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global-intercept] >> destination_number(5002) =~ /^886$/ break=on-fase >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->group-intercept] continue=alse >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [group-intercept] >> destiation_number(5002) =~ /^\*8$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsig [default->intercept-ext] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [intecept-ext] >> destination_number(5002) =~ /^\*\*(\d+)$/ break=on-false >> Dialplan: sofia/intrnal/1010 at 192.168.0.100 parsing [default->redil] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [redial] >> destination_number(5002) =~ /^(redial|870)$/ break=n-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->global] >> continue=tru >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] >> ${call_debug}(false) =~ /^true$/ break=never >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global]>> ${sip_has_crypto}() =~ /^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$/ >> break=never >> Dialplan: sofia/internal/1010 at 192.1680.100 Absolute Condition [global] >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> hash(insert${domain_name}-spymap/${caller_id_number}/${uuid}) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> hash(insert/${domain_nme}-last_dial/${caller_id_number}/${destinatio_number >> }) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> hash(insert/${domain_name}-last_dial/global/${uuid}) >> Dialplan: sofia/internl/1010 at 192.168.0.100 Action >> export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) >> Diallan: sofia/internal/1010 at 192.168.0.100 parsing [default->snom-demo-2] >> continue=false >> Dialplan: ofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-2] >> destination_number(5002) =~ /^9001$/ break=on-false >> Dialplan: soia/internal/1010 at 192.168.0.100 parsing [default->snom-demo-1] >> continue=false >> Dialplan: sofia/interal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-1] >> destination_number(5002) =~ /^9000$/ break=onfalse >> Dialplan: sofia/internal/1010 at 192.1680.100 parsing [default->eavesdrop] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] >> destination_number(500) =~ /^88(\d{4})$|^\*0(.*)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 arsing [default->eavesdrop] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) eavesdrop] >> destination_number(5002) =~ /^779$/ break=on-false >> Dialpla: sofia/internal/1010 at 192.168.0.100 parsing [default->call_return] >> continue=false >> Dialplan: sofia/interna/1010 at 192.168.0.100 Regex (FAIL) [call_return] >> destination_number(5002) =~ /^\*69$|^869$|^lcr$/ break=on-false >> Dialplan: sofi/internal/1010 at 192.168.0.100 parsing [default->del-group] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [del-group] >> destination_number(5002) =~ /80(\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->add-group] >> continue=false >> Diaplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [add-group] >> destination_number(5002) =~ /^81(\d{2})$/ break=on-false >> Dialplan: soia/internal/1010 at 192.168.0.100 parsing >> [default->call-group-simo] continue=false >> Dialpan: sofia/internal/1010 at 192.168.0.100 Regex (FIL) [call-group-simo] >> destination_number(5002) =~ /^82(\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [defult->call-group-order] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAL) [call-group-order] >> destination_number(5002) =~ /^83(\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsig >> [default->extension-intercom] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [extension-intercom >> destination_number(5002) =~ /^8(10[01][0-9])$/ break=on-false >> Dialpln: sofia/internal/1010 at 192.168.0.100 parsing >> [default->Local_Extension] continue=false >> Dialplan: sofia/inernal/1010 at 192.168.0.100 Regex (FAIL) [Local_Extension] >> destination_number(5002) =~ /^(10[01][0-9])$/ break=on-false >> Dialplan sofia/internal/1010 at 192.168.0.100 parsing >> [default->Local_Extension_Skinny] continue=false >> Diallan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [Local_Extension_Skinny] destination_number(5002) =~ /^(11[01][0-9])$/ > break=on-false >> Dialplan: sofia/internal/110 at 192.168.0.100 parsing >> [default->group_dial_sales] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [group_dial_sles] >> destination_number(5002) =~ /^2000$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsig >> [default->group_dial_support] continue=false >> Dialplan: sofia/internal/1010 at 192.168..100 Regex (FAIL) [group_dial_support] >> destination_number(5002) =~ /^2001$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->group_dial_biling] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [group_dial_billing] >>destination_number(5002) =~ /^2002$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.10 parsing [default->operator] >> continue=false>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [operator] >> destination_number(5002) =~ /^(operator|0)$/ break=on-false >> Dialplan: sofa/internal/1010 at 192.168.0.100 parsing [default->vmain] >> continue=false >> Dialplan: sofia/iternal/1010 at 192.168.0.100 Regex (FAIL) [vmain] >> destination_number(5002) =~ /^vmain$|^4000$|^\*98$/ break=on-false >> Dialplan: sofiainternal/1010 at 192.168.0.100 parsing [default->sip_uri] >> continue=false >> Dialplan: sofia/internal/101 at 192.168.0.100 Regex (FAIL) [sip_uri] >> destination_number(5002) =~ /^sip:(.*)$/ break=on-false >> Dilplan: sofia/internal/1010 at 192.168.0.100 parsing [default->nb_conferences] >> continue=false>> Dialplan: sofia/internal/1010 at 192.168.0.100Regex (FAIL) [nb_conferences] >> destination_number(5002) =~ /^(30\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsig [default->wb_conferences] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [wb_conferences] >> destinaton_number(5002) =~ /^(31\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->uwb_conferencs] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAI) [uwb_conferences] >> destination_number(5002) =~ /^(32\d{2})$/ break=on-false >> Dialplan: sofia/internal/100 at 192.168.0.100 parsing >> [default->cdquality_conferences] continue=false >> Dialplan: sofia/internal/110 at 192.168.0.100 Regex (FAIL) >> [cdquality_conferences] destination_number(5002) =~ /^(33\d{2})$/ >> break=n-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->freeswitch_public_conf_via_sip] continue=false >> Dialpan: sofia/internal/1010 at 192.168.0.100 Regex (FIL) >> [freeswitch_public_conf_via_sip] destination_number(5002) =~ >> /^9(888|8888|1616|3232)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.18.0.100 parsing >> [default->mad_boss_intercom] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [mad_boss_intercom] >> destination_number(5002) ~ /^0911$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->mad_boss_intercom] continue=false >> Dalplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [mad_boss_intercom] >> destination_number(5002) =~ /^0912$/ break=on-flse >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->mad_boss] >> continue=false>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [mad_boss] >> destination_number(502) =~ /^0913$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->ivr_demo] >> continue=false >> Dialpla: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [ivr_demo] >> destination_number(5002) =~ /^5000$/ break=on-false >> Dialplan: soia/internal/1010 at 192.168.0.100 parsing >> [default->dynamic_conference] continue=false >> Dialplan: sofi/internal/1010 at 192.168.0.100 Regex (FAIL) [dynamic_conference] >> destinatin_number(5002) =~ /^5001$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->ynamic_conference] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) [dynamic_coference] >> destination_number(5002) =~ /^5002/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> conference(bridge:mydynaconf:sofia/${use_profile}/1002 at 192.168.0.100) > 2012-09-27 09:47:19.453469 [DEBUG] switch_cor_state_machine.c:167 >> (sofia/internal/1010 at 192.168.0.100) State Change CS_ROUTING -> CS_EXECUTE >> 2012-09-27 09:47:19.453469 [DEBUG] switch_cor_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_mchine.c:446 >> (sofia/internal/1010 at 192.168.0.100) State ROUTING going to sleep >> 2012-09-27 09:47:19.43469 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_EXECUTE >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:453 >> (sofia/internal/010 at 192.168.0.100) State EXECUTE >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:242 >> sofia/internal/1010 at 192.168.0.100 SOFIA EXECUTE > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:209 >> sofia/internal/1010 at 192.168.0.100 Standard EXECUTE >> EXCUTE sofia/internal/1010 at 192.168.0.100 set(open=true) >> 2012-09-27 09:47:19.453469 [DEBUG] mod_dptools.c:1319 >> sofia/internal/010 at 192.168.0.100 SET [open]=[true] >> EXECUTE sofia/internal/1010 at 192.168..100 >> hash(insert/192.168.0.100-spymap/1010/45f8ccbe-0845-11e2-b58c-8d63071eb0f5) >> EXECUTE sofia/internal/110 at 192.168.0.100 >> hash(insert/192.168.0.100-last_dial/1010/5002) >> EXECUTE sofia/internal/1010 at 192.168.0.100 >> hash(insert/12.168.0.100-last_dial/global/45f8ccbe-0845-11e2-b58c-8d63071eb0 >> f5) >> EXECUTE sofia/internal/1010 at 192.168.0.100 export(RFC222_DATE=Thu, 27 Sep >> 2012 09:47:19 +0800) >> 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:118 EXPORT (export_vars) >> [RFC2822_DATE]=[Thu, 27 Sep 2012 09:47:19 +0800] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_cre_session.c:2390 Application >> conference Requires media! pre_answering channel >> sofia/internal/1010 at 192.168.0.100 >> 212-09-27 09:47:19.453469 [INFO] switch_core_session.c:2392 Sending early >> media >> 2012-09-27 09:47:19.43469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:112:32000:20:0]/[G722:9:8000:20:64000] >> 2012-09-27 09:47:19.453469 [DEBUG] sfia_glue.c:5094 Audio Codec Compare >> [speex:112:32000:20:0]/[PCMU:0:8000:20:64000] >> 202-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:112:32000:20:0]/[PCMA:8:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:112:32000:20:0]/[GSM:38000:20:13200] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:111:16000:20:0]/[G722:9:8000:20:4000] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:111:16000:20:0]/[PCMU:0:8000:20:64000] >> 2012-09-7 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:111:16000:20:0]/[PCMA:8:8000:20:64000] >> 2012-0927 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:111:16000:20:0]/[GSM:3:8000:20:13200] >> 2012-0927 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:110:8000:20:0]/[G722:9:800:20:64000] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio CodecCompare >> [speex:110:8000:20:0]/[PCMU:0:8000:20:64000] >> 2012-09-27 09:47:19.453469 DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:110:8000:20:0]/[PCMA:8:8000:20:64000] >> 2012-09-27 09:47:19.453469 [DEBUG] sofa_glue.c:5094 Audio Codec Compare >> [speex:110:8000:20:0]/GSM:3:8000:20:13200] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [GSM:3:8000:20:13200]/[G722:9:800:20:64000] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [GSM:3:8000:20:13200]/[PCMU:0:8000:20:64000] >> 012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [GSM:3:8000:20:13200]/[PCMA:8:8000:20:64000] >> 2012-09-27 09:47:19453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [GSM:3:8000:20:13200]/[GSM:3:8000:20:13200] >> 2012-09-27 0947:19.453469 [DEBUG] sofia_glue.c:3077 Set Codec >> sofia/internal/1010 at 192.168.0.100 GSM/8000 20 ms 160 samples 13200 bits >> 2012-09-27 09:4719.453469 [DEBUG] switch_core_codec.c:111 >> sofia/internal/1010 at 192.168.0.100 Original read codec set to GSM:3 >> 2012-09-27 09:47:19.453469 [DEBUG]sofia_glue.c:5219 Set 2833 dtmf send/recv >> payload to 101 >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3327 AUDIO RTP >> [sofia/intrnal/1010 at 192.168.0.100] 192.168.0.100 port 31092 -> 192.168.0.10 >> port 7078 codec: 3 ms: 20 >> 2012-09-27 09:47:19.453469 [DEBUG] switch_rtp.c:1927 Startig timer [soft] >> 160 bytes per 20ms >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3591 Set 2833 dtmf send >> paload to 101 >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3597 Set 2833 dtmf receive >> payload to 101 >> 2012-09-27 09:47:19.453469 [DEBUG]sofia_glue.c:3624 >> sofia/internal/1010 at 192.168.0.100 Set rtp dtmf delay to 40 >> 2012-09-27 09:47:19.453469 [NOTICE] sofia_gue.c:4226 Pre-Answer >> sofia/internal/1010 at 192.168.0.100! >> 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:3092 >> (sofia/internal/1010 at 192.168.0100) Callstate Change RINGING -> EARLY >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:2730 Ring SDP: >> v=0 >> o=FreeSWITCH 1348679347 134879348 IN IP4 192.168.0.100 >> s=FreeSWITCH >> c=IN IP4 192.168.0.100 >> t=0 0 >> m=audio 31092 RTP/AVP 3 101 >> a=rtpmap:3 GSM/8000 >> a=rtpmap:101 telephone-vent/8000 >> a=fmtp:101 0-16 >> a=silenceSupp:off - - - - >> a=ptime:20 >> a=sendrecv >> >> 2012-09-27 09:47:19.453469 [DBUG] switch_core_session.c:759 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> EXECUTE sofia/internal/1010 at 192.168.0.100 >> conference(bridge:ydynaconf:sofia/internal/1002 at 192.168.0.100) >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal >> sofa/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6282 Channel >> sofia/internal/1010 at 19.168.0.100 entering state [early][183] >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:836 Local SDP >> sofia/internal/1010 at 192.168.0.100: >>v=0 >> o=FreeSWITCH 1348679347 1348679349 IN IP4 192.168.0.100 >> s=FreeSWITCH >> c=IN IP4 192.168.0.100 >> t=0 0 >> m=audio 31092 RTP/AVP 3 10 >> a=rtpmap:3 GSM/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=silenceSupp:off - - - - > a=ptime:20 >> a=sendrecv >> >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:759 Send signal >> sofia/internl/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:3351 >> (sofia/internal/1010 at 192.168.0.100 Callstate Change EARLY -> ACTIVE >> 2012-09-27 09:47:19.453469 [NOTICE] mod_conference.c:7211 Channel >> [sofia/internal/1010 at 192.168.0.100] has een answered >> 2012-09-27 09:47:19.453469 [INFO] mod_conference.c:8315 using channel sound >> prefix: >> /home/sunzhi/sunzhi/freeswitch/freeswitch-1.2.3/rel/sounds/en/us/callie >> 2012-09-27 09:47:19.453469 [DEBUG] mod_conference.c:1922 Setup timer success >> interval: 20? samples: 160 >> 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:1072 >> sofia/internal/1010 at 192.168.0.100 EXPORTING[export_vars] [RFC2822_DATE]=[Thu, >> 27 Se 2012 09:47:19 +0800] to event >> 2012-09-27 09:47:19.453469 [DEBUG] switch_ivr_originate.c:2005 Parsing global >> variables >> 2012-09-27 09:47:19.453469 [NOTICE] switch_channel.c:951 New Channel >>sofia/internal/1002 at 192.168.0.100 [46000434-0845-11e2-b598-8d63071eb0f5] >> 201-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:4879 >> (sofia/internal/1002 at 192.168.0.100) State Change CS_NEW -> CS_INIT >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1002 at 192.168.0.100 [BREAK] >> 2012-09-27 09:4:19.453469 [DEBUG] mod_sofia.c:4954 [zrtp_passthru] Setting >> a-leg inherit_codec=true >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:4957 [zrtp_passthru] Setting >> b-leg >> absolute_codec_string='GSM at 8000h@20i at 13200b,PCMU at 8000h@0i at 64000b,PCMA at 8000h@ >> 20i at 64000b' >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.68.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6282 Channel >> sofia/internal/1010 at 192.168.0.100 entering state [competed][200] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/1002 at 192.168.0.100) Running StateChange CS_INIT >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:437 >> (sofia/internal/1002 at 19.168.0.100) State INIT >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:86 >> sofia/internal/1002 at 192.168.0.100 SOFIA INIT >> 2012-09-27 09:47:19.453469 DEBUG] sofia_glue.c:2637 Local SDP: >> v=0 >> o=FreeSWITCH 1348687005 1348687006 IN IP4 192.168.0.100 >> s=FreeSWITCH >> c=IN IP4 192.168.0.100 >> t=0 0 > m=audio 23434 RTP/AVP 3 0 8 101 13 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=ptime:20 >> a=sendrecv >> >> 012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:126 >> (sofia/internal/1002 at 192.168.0.100) State Change CS_INIT -> CS_ROUTING >> 012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1002 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.45346 [DEBUG] switch_core_state_machine.c:437 >> (sofia/internal/1002 at 192.168.0.100) State INIT going to sleep >> 2012-09-27 09:47:19.453469 [DEBUG] swith_core_state_machine.c:398 >> (sofia/internal/1002 at 192.168.0.100) Running State Change CS_ROUTING >> 2012-09-27 9:47:19.453469 [DEBUG] switch_channel.c:1964 >> (sofia/internal/1002 at 192.168.0.100) Callstate Change DOWN -> RINGING >> 2012-09-27 09:47:19.453469 DEBUG] switch_core_state_machine.c:446 >> (sofia/internal/1002 at 192.168.0.100) State ROUTING >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:149 >>sofia/internal/1002 at 192.168.0.100 SOFIA ROUTING >> 2012-09-27 09:47:19.453469 [DEBUG] switch_ivr_originate.c:67 >> (sofi/internal/1002 at 192.168.0.100) State Change CS_ROUTING -> >> CS_CONSUME_MEDIA >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.:1210 Send signal >> sofia/internal/1002 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:446 >> (sofia/internal/1002 at 192.168.0.100) State ROUTING goig to sleep >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machie.c:398 >> (sofia/internal/1002 at 192.168.0.100) Running State Change CS_CONSUME_MEDIA >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:465 >> (sofia/internal/1002 at 192.168.0.100) State CONSUME_MEDIA >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:465 >> (sofia/internal/1002 at 192.168.0.100) State CONSUME_MEDIA going to sleep >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1002 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6282 Channel >> sofia/internal/1002 at 192.168.0.100 entering state [calling][0] >> 2012-09-27 09:47:19.453469 [NOTICE] switch_channel.c:951 New Channel >> sofia/internal/0000000000 at 192.168.0.100 >> [46006712-0845-11e2-b59c-8d63071eb0f5] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_NEW >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:416 >> (sofia/internal/0000000000 at 192.168.0.100) State NEW >> 2012-09-27 09:47:19.473478 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:8412 IP 192.168.0.100 Rejected by >> acl "domains". Falling back to Digest auth. >> 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:6282 Channel >> sofia/internal/0000000000 at 192.168.0.100 entering state [received][100] >> 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:6293 Remote SDP: >> v=0 >> o=FreeSWITCH 1348687005 1348687006 IN IP4 192.168.0.100 >> s=FreeSWITCH >> c=IN IP4 192.168.0.100 >> t=0 0 >> m=audio 23434 RTP/AVP 3 0 8 101 13 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=ptime:20 >> >> 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:6506 >> (sofia/internal/0000000000 at 192.168.0.100) State Change CS_NEW -> CS_INIT >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_INIT >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:437 >> (sofia/internal/0000000000 at 192.168.0.100) State INIT >> 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:86 >> sofia/internal/0000000000 at 192.168.0.100 SOFIA INIT >> 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:126 >> (sofia/internal/0000000000 at 192.168.0.100) State Change CS_INIT -> CS_ROUTING >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:437 >> (sofia/internal/0000000000 at 192.168.0.100) State INIT going to sleep >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_ROUTING >> 2012-09-27 09:47:19.493470 [DEBUG] switch_channel.c:1964 >> (sofia/internal/0000000000 at 192.168.0.100) Callstate Change DOWN -> RINGING >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:446 >> (sofia/internal/0000000000 at 192.168.0.100) State ROUTING >> 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:149 >> sofia/internal/0000000000 at 192.168.0.100 SOFIA ROUTING >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:117 >> sofia/internal/0000000000 at 192.168.0.100 Standard ROUTING >> 2012-09-27 09:47:19.493470 [INFO] mod_dialplan_xml.c:485 Processing >> FreeSWITCH <0000000000>->1002 in context public >> Dialplan: sofia/internal/0000000000 at 192.168.0.100 parsing [public->unloop] >> continue=false >> Dialplan: sofia/internal/0000000000 at 192.168.0.100 Regex (PASS) [unloop] >> ${unroll_loops}(true) =~ /^true$/ break=on-false >> Dialplan: sofia/internal/0000000000 at 192.168.0.100 Regex (PASS) [unloop] >> ${sip_looped_call}(true) =~ /^true$/ break=on-false >> Dialplan: sofia/internal/0000000000 at 192.168.0.100 Action >> deflect(${destination_number}) >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:167 >> (sofia/internal/0000000000 at 192.168.0.100) State Change CS_ROUTING -> >> CS_EXECUTE >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:446 >> (sofia/internal/0000000000 at 192.168.0.100) State ROUTING going to sleep >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_EXECUTE >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:453 >> (sofia/internal/0000000000 at 192.168.0.100) State EXECUTE >> 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:242 >> sofia/internal/0000000000 at 192.168.0.100 SOFIA EXECUTE >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:209 >> sofia/internal/0000000000 at 192.168.0.100 Standard EXECUTE >> EXECUTE sofia/internal/0000000000 at 192.168.0.100 deflect(1002) >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1002 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:7308 Process REFER to >> [1002 at 192.168.0.100] >> 2012-09-27 09:47:19.493470 [DEBUG] switch_ivr.c:1742 >> (sofia/internal/1010 at 192.168.0.100) State Change CS_EXECUTE -> CS_ROUTING >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:759 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [NOTICE] switch_ivr.c:1748 Transfer >> sofia/internal/1010 at 192.168.0.100 to XML[1002 at default] >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1002 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2950 >> (sofia/internal/1002 at 192.168.0.100) Callstate Change RINGING -> HANGUP >> 2012-09-27 09:47:19.513472 [NOTICE] switch_ivr_originate.c:3326 Hangup >> sofia/internal/1002 at 192.168.0.100 [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2973 Send signal >> sofia/internal/1002 at 192.168.0.100 [KILL] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1002 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/1002 at 192.168.0.100) Running State Change CS_HANGUP >> 2012-09-27 09:47:19.513472 [DEBUG] switch_ivr_originate.c:3502 Originate >> Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL] >> 2012-09-27 09:47:19.513472 [ERR] mod_conference.c:6614 Cannot create outgoing >> channel, cause: ORIGINATOR_CANCEL >> 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2950 >> (sofia/internal/1010 at 192.168.0.100) Callstate Change ACTIVE -> HANGUP >> 2012-09-27 09:47:19.513472 [NOTICE] mod_conference.c:6617 Hangup >> sofia/internal/1010 at 192.168.0.100 [CS_ROUTING] [ORIGINATOR_CANCEL] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 >> (sofia/internal/1002 at 192.168.0.100) State HANGUP >> 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:483 Channel >> sofia/internal/1002 at 192.168.0.100 hanging up, cause: ORIGINATOR_CANCEL >> 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2973 Send signal >> sofia/internal/1010 at 192.168.0.100 [KILL] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:2553 >> sofia/internal/1010 at 192.168.0.100 skip receive message >> [APPLICATION_EXEC_COMPLETE] (channel is hungup already) >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:453 >> (sofia/internal/1010 at 192.168.0.100) State EXECUTE going to sleep >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_HANGUP >> 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:542 Sending CANCEL to >> sofia/internal/1002 at 192.168.0.100 >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:48 >> sofia/internal/1002 at 192.168.0.100 Standard HANGUP, cause: ORIGINATOR_CANCEL >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 >> (sofia/internal/1002 at 192.168.0.100) State HANGUP going to sleep >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:429 >> (sofia/internal/1002 at 192.168.0.100) State Change CS_HANGUP -> CS_REPORTING >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1002 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/1002 at 192.168.0.100) Running State Change CS_REPORTING >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 >> (sofia/internal/1002 at 192.168.0.100) State REPORTING >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:92 >> sofia/internal/1002 at 192.168.0.100 Standard REPORTING, cause: >> ORIGINATOR_CANCEL >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 >> (sofia/internal/1002 at 192.168.0.100) State REPORTING going to sleep >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:423 >> (sofia/internal/1002 at 192.168.0.100) State Change CS_REPORTING -> CS_DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1002 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 >> (sofia/internal/1010 at 192.168.0.100) State HANGUP >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1415 Session 5 >> (sofia/internal/1002 at 192.168.0.100) Locked, Waiting on external entities >> 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:483 Channel >> sofia/internal/1010 at 192.168.0.100 hanging up, cause: ORIGINATOR_CANCEL >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:532 Sending BYE to >> sofia/internal/1010 at 192.168.0.100 >> 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1433 Session 5 >> (sofia/internal/1002 at 192.168.0.100) Ended >> 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1437 Close Channel >> sofia/internal/1002 at 192.168.0.100 [CS_DESTROY] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:48 >> sofia/internal/1010 at 192.168.0.100 Standard HANGUP, cause: ORIGINATOR_CANCEL >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 >> (sofia/internal/1010 at 192.168.0.100) State HANGUP going to sleep >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:429 >> (sofia/internal/1010 at 192.168.0.100) State Change CS_HANGUP -> CS_REPORTING >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_REPORTING >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 >> (sofia/internal/1010 at 192.168.0.100) State REPORTING >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:527 >> (sofia/internal/1002 at 192.168.0.100) Callstate Change HANGUP -> DOWN >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:92 >> sofia/internal/1010 at 192.168.0.100 Standard REPORTING, cause: >> ORIGINATOR_CANCEL >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 >> (sofia/internal/1010 at 192.168.0.100) State REPORTING going to sleep >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:530 >> (sofia/internal/1002 at 192.168.0.100) Running State Change CS_DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 >> (sofia/internal/1002 at 192.168.0.100) State DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:376 >> sofia/internal/1002 at 192.168.0.100 SOFIA DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:99 >> sofia/internal/1002 at 192.168.0.100 Standard DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 >> (sofia/internal/1002 at 192.168.0.100) State DESTROY going to sleep >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:423 >> (sofia/internal/1010 at 192.168.0.100) State Change CS_REPORTING -> CS_DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1415 Session 4 >> (sofia/internal/1010 at 192.168.0.100) Locked, Waiting on external entities >> 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1433 Session 4 >> (sofia/internal/1010 at 192.168.0.100) Ended >> 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1437 Close Channel >> sofia/internal/1010 at 192.168.0.100 [CS_DESTROY] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:527 >> (sofia/internal/1010 at 192.168.0.100) Callstate Change HANGUP -> DOWN >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:530 >> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 >> (sofia/internal/1010 at 192.168.0.100) State DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:376 >> sofia/internal/1010 at 192.168.0.100 SOFIA DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:99 >> sofia/internal/1010 at 192.168.0.100 Standard DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 >> (sofia/internal/1010 at 192.168.0.100) State DESTROY going to sleep >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.533467 [DEBUG] mod_conference.c:2461 Write Lock ON >> 2012-09-27 09:47:19.533467 [DEBUG] mod_conference.c:2464 Write Lock OFF >> 2012-09-27 09:47:19.593467 [DEBUG] switch_channel.c:2950 >> (sofia/internal/0000000000 at 192.168.0.100) Callstate Change RINGING -> HANGUP >> 2012-09-27 09:47:19.593467 [NOTICE] sofia.c:420 Hangup >> sofia/internal/0000000000 at 192.168.0.100 [CS_EXECUTE] [BLIND_TRANSFER] >> 2012-09-27 09:47:19.593467 [DEBUG] switch_channel.c:2973 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [KILL] >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:2553 >> sofia/internal/0000000000 at 192.168.0.100 skip receive message >> [APPLICATION_EXEC_COMPLETE] (channel is hungup already) >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:453 >> (sofia/internal/0000000000 at 192.168.0.100) State EXECUTE going to sleep >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_HANGUP >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:638 >> (sofia/internal/0000000000 at 192.168.0.100) State HANGUP >> 2012-09-27 09:47:19.593467 [DEBUG] mod_sofia.c:483 Channel >> sofia/internal/0000000000 at 192.168.0.100 hanging up, cause: BLIND_TRANSFER >> 2012-09-27 09:47:19.593467 [DEBUG] mod_sofia.c:613 Responding to INVITE with: >> 480 >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:48 >> sofia/internal/0000000000 at 192.168.0.100 Standard HANGUP, cause: >> BLIND_TRANSFER >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:638 >> (sofia/internal/0000000000 at 192.168.0.100) State HANGUP going to sleep >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:429 >> (sofia/internal/0000000000 at 192.168.0.100) State Change CS_HANGUP -> >> CS_REPORTING >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:398 >> (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_REPORTING >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:703 >> (sofia/internal/0000000000 at 192.168.0.100) State REPORTING >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:92 >> sofia/internal/0000000000 at 192.168.0.100 Standard REPORTING, cause: >> BLIND_TRANSFER >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:703 >> (sofia/internal/0000000000 at 192.168.0.100) State REPORTING going to sleep >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:423 >> (sofia/internal/0000000000 at 192.168.0.100) State Change CS_REPORTING -> >> CS_DESTROY >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1415 Session 6 >> (sofia/internal/0000000000 at 192.168.0.100) Locked, Waiting on external >> entities >> 2012-09-27 09:47:19.593467 [NOTICE] switch_core_session.c:1433 Session 6 >> (sofia/internal/0000000000 at 192.168.0.100) Ended >> 2012-09-27 09:47:19.593467 [NOTICE] switch_core_session.c:1437 Close Channel >> sofia/internal/0000000000 at 192.168.0.100 [CS_DESTROY] >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:527 >> (sofia/internal/0000000000 at 192.168.0.100) Callstate Change HANGUP -> DOWN >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:530 >> (sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_DESTROY >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:540 >> (sofia/internal/0000000000 at 192.168.0.100) State DESTROY >> 2012-09-27 09:47:19.593467 [DEBUG] mod_sofia.c:376 >> sofia/internal/0000000000 at 192.168.0.100 SOFIA DESTROY >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:99 >> sofia/internal/0000000000 at 192.168.0.100 Standard DESTROY >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:540 >> (sofia/internal/0000000000 at 192.168.0.100) State DESTROY going to sleep >> >> ============================================================================ >> >> >> >> 2012/9/27 zhi sun >>> thanks for response, the detailed debug log as below: >>> >>> version 2.1.3 >>> >>> there are two sip client: 1002, 1010 >>> >>> i can call 1002 from 1010 successfully. >>> >>> then i try to call 0911 from 1010, as you know the 1002 is a member of sales >>> group, the 0911 will try to out call 1002 according the rule in default.xml >>> >>> ============================================= >>> 2012-09-27 09:34:07.533467 [NOTICE] switch_channel.c:951 New Channel >>> sofia/internal/1010 at 192.168.0.100 [6dfa8876-0843-11e2-b574-8d63071eb0f5] >>> 2012-09-27 09:34:07.533467 [DEBUG] switch_core_session.c:905 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-27 09:34:07.533467 [DEBUG] switch_core_state_machine.c:398 >>> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_NEW >>> 2012-09-27 09:34:07.533467 [DEBUG] switch_core_state_machine.c:416 >>> (sofia/internal/1010 at 192.168.0.100) State NEW >>> 2012-09-27 09:34:07.533467 [DEBUG] switch_core_session.c:905 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-27 09:34:07.553467 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected by >>> acl "domains". Falling back to Digest auth. >>> 2012-09-27 09:34:07.553467 [DEBUG] switch_core_session.c:905 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-27 09:34:07.553467 [DEBUG] sofia.c:1728 detaching session >>> 6dfa8876-0843-11e2-b574-8d63071eb0f5 >>> 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:1820 Re-attaching to session >>> 6dfa8876-0843-11e2-b574-8d63071eb0f5 >>> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:905 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:905 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected by >>> acl "domains". Falling back to Digest auth. >>> 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:6282 Channel >>> sofia/internal/1010 at 192.168.0.100 entering state [received][100] >>> 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:6293 Remote SDP: >>> v=0 >>> o=1010 3118 3118 IN IP4 192.168.0.10 >>> s=Talk >>> c=IN IP4 192.168.0.10 >>> t=0 0 >>> m=audio 7078 RTP/AVP 112 111 110 3 0 8 101 >>> a=rtpmap:112 speex/32000 >>> a=fmtp:112 vbr=on >>> a=rtpmap:111 speex/16000 >>> a=fmtp:111 vbr=on >>> a=rtpmap:110 speex/8000 >>> a=fmtp:110 vbr=on >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-11 >>> >>> 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:6506 >>> (sofia/internal/1010 at 192.168.0.100) State Change CS_NEW -> CS_INIT >>> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:1210 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:398 >>> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_INIT >>> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:437 >>> (sofia/internal/1010 at 192.168.0.100) State INIT >>> 2012-09-27 09:34:07.573471 [DEBUG] mod_sofia.c:86 >>> sofia/internal/1010 at 192.168.0.100 SOFIA INIT >>> 2012-09-27 09:34:07.573471 [DEBUG] mod_sofia.c:126 >>> (sofia/internal/1010 at 192.168.0.100) State Change CS_INIT -> CS_ROUTING >>> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:1210 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:437 >>> (sofia/internal/1010 at 192.168.0.100) State INIT going to sleep >>> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:398 >>> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_ROUTING >>> 2012-09-27 09:34:07.573471 [DEBUG] switch_channel.c:1964 >>> (sofia/internal/1010 at 192.168.0.100) Callstate Change DOWN -> RINGING >>> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:446 >>> (sofia/internal/1010 at 192.168.0.100) State ROUTING >>> 2012-09-27 09:34:07.573471 [DEBUG] mod_sofia.c:149 >>> sofia/internal/1010 at 192.168.0.100 SOFIA ROUTING >>> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:117 >>> sofia/internal/1010 at 192.168.0.100 Standard ROUTING >>> 2012-09-27 09:34:07.573471 [INFO] mod_dialplan_xml.c:485 Processing 1010 >>> <1010>->0911 in context default >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->unloop] >>> continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) [unloop] >>> ${unroll_loops}(true) =~ /^true$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [unloop] >>> ${sip_looped_call}() =~ /^true$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->tod_example] >>> continue=true >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Date/Time Match (PASS) >>> [tod_example] break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Action set(open=true) >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >>> [default->holiday_example] continue=true >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Date/TimeMatch (FAIL) >>> [holiday_example] break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >>> [default->global-intercept] continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global-intercept] >>> destination_number(0911) =~ /^886$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >>> [default->group-intercept] continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [group-intercept] >>> destination_number(0911) =~ /^\*8$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->intercept-ext] >>> continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [intercept-ext] >>> destination_number(0911) =~ /^\*\*(\d+)$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->redial] >>> continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [redial] >>> destination_number(0911) =~ /^(redial|870)$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->global] >>> continue=true >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] >>> ${call_debug}(false) =~ /^true$/ break=never >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] >>> ${sip_has_crypto}() =~ /^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$/ >>> break=never >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Absolute Condition [global] >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >>> hash(insert/${domain_name}-spymap/${caller_id_number}/${uuid}) >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >>> hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_numbe >>> r}) >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >>> hash(insert/${domain_name}-last_dial/global/${uuid}) >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >>> export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->snom-demo-2] >>> continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-2] >>> destination_number(0911) =~ /^9001$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->snom-demo-1] >>> continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-1] >>> destination_number(0911) =~ /^9000$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] >>> continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] >>> destination_number(0911) =~ /^88(\d{4})$|^\*0(.*)$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] >>> continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] >>> destination_number(0911) =~ /^779$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->call_return] >>> continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [call_return] >>> destination_number(0911) =~ /^\*69$|^869$|^lcr$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->del-group] >>> continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [del-group] >>> destination_number(0911) =~ /^80(\d{2})$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->add-group] >>> continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [add-group] >>> destination_number(0911) =~ /^81(\d{2})$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >>> [default->call-group-simo] continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [call-group-simo] >>> destination_number(0911) =~ /^82(\d{2})$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >>> [default->call-group-order] continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [call-group-order] >>> destination_number(0911) =~ /^83(\d{2})$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >>> [default->extension-intercom] continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >>> [extension-intercom] destination_number(0911) =~ /^8(10[01][0-9])$/ >>> break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >>> [default->Local_Extension] continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [Local_Extension] >>> destination_number(0911) =~ /^(10[01][0-9])$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >>> [default->Local_Extension_Skinny] continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >>> [Local_Extension_Skinny] destination_number(0911) =~ /^(11[01][0-9])$/ >>> break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >>> [default->group_dial_sales] continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [group_dial_sales] >>> destination_number(0911) =~ /^2000$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >>> [default->group_dial_support] continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >>> [group_dial_support] destination_number(0911) =~ /^2001$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >>> [default->group_dial_billing] continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >>> [group_dial_billing] destination_number(0911) =~ /^2002$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->operator] >>> continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [operator] >>> destination_number(0911) =~ /^(operator|0)$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->vmain] >>> continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [vmain] >>> destination_number(0911) =~ /^vmain$|^4000$|^\*98$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->sip_uri] >>> continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [sip_uri] >>> destination_number(0911) =~ /^sip:(.*)$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >>> [default->nb_conferences] continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [nb_conferences] >>> destination_number(0911) =~ /^(30\d{2})$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >>> [default->wb_conferences] continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [wb_conferences] >>> destination_number(0911) =~ /^(31\d{2})$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >>> [default->uwb_conferences] continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [uwb_conferences] >>> destination_number(0911) =~ /^(32\d{2})$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >>> [default->cdquality_conferences] continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >>> [cdquality_conferences] destination_number(0911) =~ /^(33\d{2})$/ >>> break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >>> [default->freeswitch_public_conf_via_sip] continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >>> [freeswitch_public_conf_via_sip] destination_number(0911) =~ >>> /^9(888|8888|1616|3232)$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >>> [default->mad_boss_intercom] continue=false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) [mad_boss_intercom] >>> destination_number(0911) =~ /^0911$/ break=on-false >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >>> set(conference_auto_outcall_caller_id_name=Mad Boss1) >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >>> set(conference_auto_outcall_caller_id_number=0911) >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >>> set(conference_auto_outcall_timeout=60) >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >>> set(conference_auto_outcall_flags=mute) >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >>> set(conference_auto_outcall_prefix={sip_auto_answer=true,execute_on_answer=' >>> bind_meta_app 2 a s1 transfer::intercept:${uuid} inline'}) >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >>> set(sip_exclude_contact=${network_addr}) >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >>> conference_set_auto_outcall(${group_call(sales)}) >>> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >>> conference(madboss_intercom1 at default+flags{endconf|deaf}) >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:167 >>> (sofia/internal/1010 at 192.168.0.100) State Change CS_ROUTING -> CS_EXECUTE >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:1210 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:446 >>> (sofia/internal/1010 at 192.168.0.100) State ROUTING going to sleep >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:398 >>> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_EXECUTE >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:453 >>> (sofia/internal/1010 at 192.168.0.100) State EXECUTE >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_sofia.c:242 >>> sofia/internal/1010 at 192.168.0.100 SOFIA EXECUTE >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:209 >>> sofia/internal/1010 at 192.168.0.100 Standard EXECUTE >>> EXECUTE sofia/internal/1010 at 192.168.0.100 set(open=true) >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 >>> sofia/internal/1010 at 192.168.0.100 SET [open]=[true] >>> EXECUTE sofia/internal/1010 at 192.168.0.100 >>> hash(insert/192.168.0.100-spymap/1010/6dfa8876-0843-11e2-b574-8d63071eb0f5) >>> EXECUTE sofia/internal/1010 at 192.168.0.100 >>> hash(insert/192.168.0.100-last_dial/1010/0911) >>> EXECUTE sofia/internal/1010 at 192.168.0.100 >>> hash(insert/192.168.0.100-last_dial/global/6dfa8876-0843-11e2-b574-8d63071eb >>> 0f5) >>> EXECUTE sofia/internal/1010 at 192.168.0.100 export(RFC2822_DATE=Thu, 27 Sep >>> 2012 09:34:07 +0800) >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_channel.c:1118 EXPORT >>> (export_vars) [RFC2822_DATE]=[Thu, 27 Sep 2012 09:34:07 +0800] >>> EXECUTE sofia/internal/1010 at 192.168.0.100 >>> set(conference_auto_outcall_caller_id_name=Mad Boss1) >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 >>> sofia/internal/1010 at 192.168.0.100 SET >>> [conference_auto_outcall_caller_id_name]=[Mad Boss1] >>> EXECUTE sofia/internal/1010 at 192.168.0.100 >>> set(conference_auto_outcall_caller_id_number=0911) >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 >>> sofia/internal/1010 at 192.168.0.100 SET >>> [conference_auto_outcall_caller_id_number]=[0911] >>> EXECUTE sofia/internal/1010 at 192.168.0.100 >>> set(conference_auto_outcall_timeout=60) >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 >>> sofia/internal/1010 at 192.168.0.100 SET [conference_auto_outcall_timeout]=[60] >>> EXECUTE sofia/internal/1010 at 192.168.0.100 >>> set(conference_auto_outcall_flags=mute) >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 >>> sofia/internal/1010 at 192.168.0.100 SET [conference_auto_outcall_flags]=[mute] >>> EXECUTE sofia/internal/1010 at 192.168.0.100 >>> set(conference_auto_outcall_prefix={sip_auto_answer=true,execute_on_answer=' >>> bind_meta_app 2 a s1 >>> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline'}) >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 >>> sofia/internal/1010 at 192.168.0.100 SET >>> [conference_auto_outcall_prefix]=[{sip_auto_answer=true,execute_on_answer='b >>> ind_meta_app 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 >>> inline'}] >>> EXECUTE sofia/internal/1010 at 192.168.0.100 >>> set(sip_exclude_contact=192.168.0.10) >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 >>> sofia/internal/1010 at 192.168.0.100 SET [sip_exclude_contact]=[192.168.0.10] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:2390 Application >>> conference_set_auto_outcall Requires media! pre_answering channel >>> sofia/internal/1010 at 192.168.0.100 >>> 2012-09-27 09:34:07.593468 [INFO] switch_core_session.c:2392 Sending early >>> media >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >>> [speex:112:32000:20:0]/[G722:9:8000:20:64000] >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >>> [speex:112:32000:20:0]/[PCMU:0:8000:20:64000] >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >>> [speex:112:32000:20:0]/[PCMA:8:8000:20:64000] >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >>> [speex:112:32000:20:0]/[GSM:3:8000:20:13200] >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >>> [speex:111:16000:20:0]/[G722:9:8000:20:64000] >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >>> [speex:111:16000:20:0]/[PCMU:0:8000:20:64000] >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >>> [speex:111:16000:20:0]/[PCMA:8:8000:20:64000] >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >>> [speex:111:16000:20:0]/[GSM:3:8000:20:13200] >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >>> [speex:110:8000:20:0]/[G722:9:8000:20:64000] >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >>> [speex:110:8000:20:0]/[PCMU:0:8000:20:64000] >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >>> [speex:110:8000:20:0]/[PCMA:8:8000:20:64000] >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >>> [speex:110:8000:20:0]/[GSM:3:8000:20:13200] >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >>> [GSM:3:8000:20:13200]/[G722:9:8000:20:64000] >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >>> [GSM:3:8000:20:13200]/[PCMU:0:8000:20:64000] >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >>> [GSM:3:8000:20:13200]/[PCMA:8:8000:20:64000] >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >>> [GSM:3:8000:20:13200]/[GSM:3:8000:20:13200] >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3077 Set Codec >>> sofia/internal/1010 at 192.168.0.100 GSM/8000 20 ms 160 samples 13200 bits >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_codec.c:111 >>> sofia/internal/1010 at 192.168.0.100 Original read codec set to GSM:3 >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5219 Set 2833 dtmf send/recv >>> payload to 101 >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3327 AUDIO RTP >>> [sofia/internal/1010 at 192.168.0.100] 192.168.0.100 port 19426 -> 192.168.0.10 >>> port 7078 codec: 3 ms: 20 >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_rtp.c:1927 Starting timer [soft] >>> 160 bytes per 20ms >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3591 Set 2833 dtmf send >>> payload to 101 >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3597 Set 2833 dtmf receive >>> payload to 101 >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3624 >>> sofia/internal/1010 at 192.168.0.100 Set rtp dtmf delay to 40 >>> 2012-09-27 09:34:07.593468 [NOTICE] sofia_glue.c:4226 Pre-Answer >>> sofia/internal/1010 at 192.168.0.100! >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_channel.c:3092 >>> (sofia/internal/1010 at 192.168.0.100) Callstate Change RINGING -> EARLY >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_sofia.c:2730 Ring SDP: >>> v=0 >>> o=FreeSWITCH 1348690221 1348690222 IN IP4 192.168.0.100 >>> s=FreeSWITCH >>> c=IN IP4 192.168.0.100 >>> t=0 0 >>> m=audio 19426 RTP/AVP 3 101 >>> a=rtpmap:3 GSM/8000 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-16 >>> a=silenceSupp:off - - - - >>> a=ptime:20 >>> a=sendrecv >>> >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:759 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:905 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> EXECUTE sofia/internal/1010 at 192.168.0.100 >>> conference_set_auto_outcall([sip_invite_domain=192.168.0.100,presence_id=100 >>> 0 at 192.168.0.100]sofia/internal/sip:1000 at 192.168.0.20:5060 >>> >>> ,[sip_invite_domain=192.168.0.100,presence_id=1001 at 192.168.0.100]error/user_ >>> not_registered,[sip_invite_domain=192.168.0.100,presence_id=1002 at 192.168.0.1 >>> 00]error/user_not_registered,[sip_invite_domain=192.168.0.100,presence_id=10 >>> 03 at 192.168.0.100]error/user_not_registered,[sip_invite_domain=192.168.0.100, >>> presence_id=1004 at 192.168.0.100]error/user_not_registered) >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia.c:6282 Channel >>> sofia/internal/1010 at 192.168.0.100 entering state [early][183] >>> EXECUTE sofia/internal/1010 at 192.168.0.100 >>> conference(madboss_intercom1 at default+flags{endconf|deaf}) >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_sofia.c:836 Local SDP >>> sofia/internal/1010 at 192.168.0.100: >>> v=0 >>> o=FreeSWITCH 1348690221 1348690223 IN IP4 192.168.0.100 >>> s=FreeSWITCH >>> c=IN IP4 192.168.0.100 >>> t=0 0 >>> m=audio 19426 RTP/AVP 3 101 >>> a=rtpmap:3 GSM/8000 >>> a=rtpmap:101 telephone-event/8000 >>> a=fmtp:101 0-16 >>> a=silenceSupp:off - - - - >>> a=ptime:20 >>> a=sendrecv >>> >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:759 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_channel.c:3351 >>> (sofia/internal/1010 at 192.168.0.100) Callstate Change EARLY -> ACTIVE >>> 2012-09-27 09:34:07.593468 [NOTICE] mod_conference.c:7211 Channel >>> [sofia/internal/1010 at 192.168.0.100] has been answered >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:905 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-27 09:34:07.593468 [DEBUG] sofia.c:6282 Channel >>> sofia/internal/1010 at 192.168.0.100 entering state [completed][200] >>> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8315 using channel sound >>> prefix: >>> /home/sunzhi/sunzhi/freeswitch/freeswitch-1.2.3/rel/sounds/en/us/callie >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:7092 Raw Codec >>> Activation Success L16 at 8000hz 1 channel 20ms >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:7137 Raw Codec >>> Activation Success L16 at 8000hz 1 channel 20ms >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:1922 Setup timer success >>> interval: 20? samples: 160 >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_codec.c:219 >>> sofia/internal/1010 at 192.168.0.100 Push codec L16:70 >>> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >>> sofia/internal/1010 at 192.168.0.100 binding '0' to 'mute' >>> 2012-09-27 09:34:07.593468 [INFO] switch_ivr_async.c:194 Digit parser >>> mod_conference: Setting realm to 'conf' >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >>> mod_conference: binding 0/conf/0 callback: 0x7f7bcbde4640 data: >>> 0x7f7b8002bab8 >>> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >>> sofia/internal/1010 at 192.168.0.100 binding '*' to 'deaf mute' >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >>> mod_conference: binding */conf/0 callback: 0x7f7bcbde4640 data: >>> 0x7f7b8002bae8 >>> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >>> sofia/internal/1010 at 192.168.0.100 binding '9' to 'energy up' >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >>> mod_conference: binding 9/conf/0 callback: 0x7f7bcbde4640 data: >>> 0x7f7b8002bb18 >>> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >>> sofia/internal/1010 at 192.168.0.100 binding '8' to 'energy equ' >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >>> mod_conference: binding 8/conf/0 callback: 0x7f7bcbde4640 data: >>> 0x7f7b8002bb48 >>> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >>> sofia/internal/1010 at 192.168.0.100 binding '7' to 'energy dn' >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >>> mod_conference: binding 7/conf/0 callback: 0x7f7bcbde4640 data: >>> 0x7f7b8002bb78 >>> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >>> sofia/internal/1010 at 192.168.0.100 binding '3' to 'vol talk up' >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >>> mod_conference: binding 3/conf/0 callback: 0x7f7bcbde4640 data: >>> 0x7f7b8002bba8 >>> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >>> sofia/internal/1010 at 192.168.0.100 binding '2' to 'vol talk zero' >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >>> mod_conference: binding 2/conf/0 callback: 0x7f7bcbde4640 data: >>> 0x7f7b8002bbd8 >>> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >>> sofia/internal/1010 at 192.168.0.100 binding '1' to 'vol talk dn' >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >>> mod_conference: binding 1/conf/0 callback: 0x7f7bcbde4640 data: >>> 0x7f7b8002bc08 >>> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >>> sofia/internal/1010 at 192.168.0.100 binding '6' to 'vol listen up' >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >>> mod_conference: binding 6/conf/0 callback: 0x7f7bcbde4640 data: >>> 0x7f7b8002bc38 >>> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >>> sofia/internal/1010 at 192.168.0.100 binding '5' to 'vol listen zero' >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >>> mod_conference: binding 5/conf/0 callback: 0x7f7bcbde4640 data: >>> 0x7f7b8002bc68 >>> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >>> sofia/internal/1010 at 192.168.0.100 binding '4' to 'vol listen dn' >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >>> mod_conference: binding 4/conf/0 callback: 0x7f7bcbde4640 data: >>> 0x7f7b8002bc98 >>> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >>> sofia/internal/1010 at 192.168.0.100 binding '#' to 'hangup' >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >>> mod_conference: binding #/conf/0 callback: 0x7f7bcbde4640 data: >>> 0x7f7b8002bcc8 >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:759 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:3474 Setup timer soft >>> success interval: 20? samples: 160 >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread >>> for outcall >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread >>> for outcall >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >>> global variables >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [sip_auto_answer]=[true] >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread >>> for outcall >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [execute_on_answer]=[bind_meta_app 2 a s1 >>> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >>> global variables >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing >>> session specific variables >>> 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >>> Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [sip_auto_answer]=[true] >>> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >>> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [execute_on_answer]=[bind_meta_app 2 a s1 >>> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread >>> for outcall >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >>> global variables >>> 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not locate >>> channel type presence_id=1000 at 192.168.0.100]sofia >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [sip_auto_answer]=[true] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >>> global variables >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [execute_on_answer]=[bind_meta_app 2 a s1 >>> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread >>> for outcall >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing >>> session specific variables >>> 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot >>> create outgoing channel of type [presence_id=1000 at 192.168.0.100]sofia] >>> cause: [CHAN_NOT_IMPLEMENTED] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >>> Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [sip_auto_answer]=[true] >>> 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! >>> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >>> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >>> Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread >>> for outcall >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [execute_on_answer]=[bind_meta_app 2 a s1 >>> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >>> global variables >>> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >>> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >>> 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not locate >>> channel type presence_id=1001 at 192.168.0.100]error >>> 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot >>> create outgoing channel of type [presence_id=1001 at 192.168.0.100]error] >>> cause: [CHAN_NOT_IMPLEMENTED] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >>> Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [sip_auto_answer]=[true] >>> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >>> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [execute_on_answer]=[bind_meta_app 2 a s1 >>> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing >>> session specific variables >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread >>> for outcall >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >>> global variables >>> 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [sip_auto_answer]=[true] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >>> global variables >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [execute_on_answer]=[bind_meta_app 2 a s1 >>> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread >>> for outcall >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >>> Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [sip_auto_answer]=[true] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >>> global variables >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread >>> for outcall >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [execute_on_answer]=[bind_meta_app 2 a s1 >>> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >>> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >>> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >>> 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not locate >>> channel type presence_id=1002 at 192.168.0.100]error >>> 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot >>> create outgoing channel of type [presence_id=1002 at 192.168.0.100]error] >>> cause: [CHAN_NOT_IMPLEMENTED] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [sip_auto_answer]=[true] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing >>> session specific variables >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >>> Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [execute_on_answer]=[bind_meta_app 2 a s1 >>> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >>> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG Thread >>> for outcall >>> 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >>> Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] >>> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >>> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >>> global variables >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >>> global variables >>> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >>> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >>> 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not locate >>> channel type presence_id=1003 at 192.168.0.100]error >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [sip_auto_answer]=[true] >>> 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot >>> create outgoing channel of type [presence_id=1003 at 192.168.0.100]error] >>> cause: [CHAN_NOT_IMPLEMENTED] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [sip_auto_answer]=[true] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [execute_on_answer]=[bind_meta_app 2 a s1 >>> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >>> [execute_on_answer]=[bind_meta_app 2 a s1 >>> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >>> Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing >>> session specific variables >>> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >>> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >>> 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >>> Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] >>> 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not locate >>> channel type presence_id=1004 at 192.168.0.100]error >>> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >>> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >>> 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot >>> create outgoing channel of type [presence_id=1004 at 192.168.0.100]error] >>> cause: [CHAN_NOT_IMPLEMENTED] >>> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >>> Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] >>> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >>> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >>> 2012-09-27 09:34:07.613471 [DEBUG] mod_local_stream.c:417 Opening Stream >>> [moh/8000] 8000hz >>> 2012-09-27 09:34:07.613471 [DEBUG] switch_core_session.c:905 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-27 09:34:07.613471 [DEBUG] switch_core_session.c:905 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-27 09:34:07.613471 [DEBUG] switch_core_session.c:905 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-27 09:34:07.633467 [DEBUG] sofia.c:6282 Channel >>> sofia/internal/1010 at 192.168.0.100 entering state [ready][200] >>> 2012-09-27 09:34:07.693467 [DEBUG] switch_rtp.c:3596 Correct ip/port >>> confirmed. >>> 2012-09-27 09:34:07.713468 [DEBUG] mod_conference.c:4288 Queueing file >>> 'tone_stream://%(500,0,640)' for play >>> 2012-09-27 09:34:10.733467 [DEBUG] switch_core_session.c:905 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_channel.c:2950 >>> (sofia/internal/1010 at 192.168.0.100) Callstate Change ACTIVE -> HANGUP >>> 2012-09-27 09:34:10.753468 [NOTICE] sofia.c:711 Hangup >>> sofia/internal/1010 at 192.168.0.100 [CS_EXECUTE] [NORMAL_CLEARING] >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_channel.c:2973 Send signal >>> sofia/internal/1010 at 192.168.0.100 [KILL] >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1210 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-27 09:34:10.753468 [DEBUG] mod_conference.c:3777 Channel leaving >>> conference, cause: NORMAL_CLEARING >>> 2012-09-27 09:34:10.753468 [DEBUG] mod_conference.c:7645 >>> sofia/internal/1010 at 192.168.0.100 skip receive message [UNBRIDGE] (channel >>> is hungup already) >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_codec.c:244 >>> sofia/internal/1010 at 192.168.0.100 Restore previous codec GSM:3. >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:2553 >>> sofia/internal/1010 at 192.168.0.100 skip receive message >>> [APPLICATION_EXEC_COMPLETE] (channel is hungup already) >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:453 >>> (sofia/internal/1010 at 192.168.0.100) State EXECUTE going to sleep >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:398 >>> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_HANGUP >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:638 >>> (sofia/internal/1010 at 192.168.0.100) State HANGUP >>> 2012-09-27 09:34:10.753468 [DEBUG] mod_sofia.c:483 Channel >>> sofia/internal/1010 at 192.168.0.100 hanging up, cause: NORMAL_CLEARING >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:48 >>> sofia/internal/1010 at 192.168.0.100 Standard HANGUP, cause: NORMAL_CLEARING >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:638 >>> (sofia/internal/1010 at 192.168.0.100) State HANGUP going to sleep >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:429 >>> (sofia/internal/1010 at 192.168.0.100) State Change CS_HANGUP -> CS_REPORTING >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1210 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:398 >>> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_REPORTING >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:703 >>> (sofia/internal/1010 at 192.168.0.100) State REPORTING >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:92 >>> sofia/internal/1010 at 192.168.0.100 Standard REPORTING, cause: NORMAL_CLEARING >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:703 >>> (sofia/internal/1010 at 192.168.0.100) State REPORTING going to sleep >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:423 >>> (sofia/internal/1010 at 192.168.0.100) State Change CS_REPORTING -> CS_DESTROY >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1210 Send signal >>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1415 Session 3 >>> (sofia/internal/1010 at 192.168.0.100) Locked, Waiting on external entities >>> 2012-09-27 09:34:10.753468 [NOTICE] switch_core_session.c:1433 Session 3 >>> (sofia/internal/1010 at 192.168.0.100) Ended >>> 2012-09-27 09:34:10.753468 [NOTICE] switch_core_session.c:1437 Close Channel >>> sofia/internal/1010 at 192.168.0.100 [CS_DESTROY] >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:527 >>> (sofia/internal/1010 at 192.168.0.100) Callstate Change HANGUP -> DOWN >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:530 >>> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_DESTROY >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:540 >>> (sofia/internal/1010 at 192.168.0.100) State DESTROY >>> 2012-09-27 09:34:10.753468 [DEBUG] mod_sofia.c:376 >>> sofia/internal/1010 at 192.168.0.100 SOFIA DESTROY >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:99 >>> sofia/internal/1010 at 192.168.0.100 Standard DESTROY >>> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:540 >>> (sofia/internal/1010 at 192.168.0.100) State DESTROY going to sleep >>> 2012-09-27 09:34:10.773471 [NOTICE] mod_conference.c:2369 Ending pending >>> outcall channels for Conference: 'madboss_intercom1' >>> 2012-09-27 09:34:10.773471 [DEBUG] mod_conference.c:2461 Write Lock ON >>> 2012-09-27 09:34:10.773471 [DEBUG] mod_conference.c:2464 Write Lock OFF >>> >>> ====================================================================== >>> >>> >>> 2012/9/27 Anthony Minessale >>>> That is not nearly enough log file, you need to supply the entire log of >>>> the call in full debug mode >>>> >>>> On Wed, Sep 26, 2012 at 8:13 AM, zhi sun wrote: >>>>> in the default diaplan, the 0911 conference call that make a out call to a >>>>> group doesn't work for the latest and version 2.1.3. the out call always >>>>> failed because of CHAN_NOT_IMPLEMENTED, >>>>> >>>>> but it works fine for version 1.06 >>>>> >>>>> the same problem happens with the 5001 in dialplan (default.xml) >>>>> >>>>> it is very easy to reproduce this issue: i just get the correct version, >>>>> make, make install, make cd-sounds-install. >>>>> >>>>> the log with problem looks like below: >>>>> >>>>> =========================================== >>>>> >>>>> 2012-09-26 15:37:10.973469 [NOTICE] switch_ivr.c:1748 Transfer >>>>> sofia/internal/1000 at 192.168.0.100 to XML[1010 at default] >>>>> 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal >>>>> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >>>>> 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal >>>>> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >>>>> 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal >>>>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>>>> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2950 >>>>> (sofia/internal/1010 at 192.168.0.100) Callstate Change RINGING -> HANGUP >>>>> 2012-09-26 15:37:10.993469 [NOTICE] switch_ivr_originate.c:3330 Hangup >>>>> sofia/internal/1010 at 192.168.0.100 [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] >>>>> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2973 Send signal >>>>> sofia/internal/1010 at 192.168.0.100 [KILL] >>>>> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_session.c:1210 Send signal >>>>> sofia/internal/1010 at 192.168.0.100 [BREAK] >>>>> 2012-09-26 15:37:10.993469 [DEBUG] switch_ivr_originate.c:3506 Originate >>>>> Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL] >>>>> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_state_machine.c:398 >>>>> (sofia/internal/1010 at 192.168.0.100) Running State Change CS_HANGUP >>>>> 2012-09-26 15:37:10.993469 [ERR] mod_conference.c:6626 Cannot create >>>>> outgoing channel, cause: ORIGINATOR_CANCEL >>>>> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2950 >>>>> (sofia/internal/1000 at 192.168.0.100) Callstate Change ACTIVE -> HANGUP >>>>> 2012-09-26 15:37:10.993469 [NOTICE] mod_conference.c:6629 Hangup >>>>> sofia/internal/1000 at 192.168.0.100 [CS_ROUTING] [ORIGINATOR_CANCEL] >>>>> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2973 Send signal >>>>> sofia/internal/1000 at 192.168.0.100 [KILL] >>>>> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_state_machine.c:638 >>>>> (sofia/internal/1010 at 192.168.0.100) State HANGUP >>>>> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_session.c:1210 Send signal >>>>> sofia/internal/1000 at 192.168.0.100 [BREAK] >>>>> >>>>> ============================================ >>>>> >>>>> i am new to freeswitch, Is there anything i missed to let the version >>>>> 2.1.3 as well as the latest (from git) work for the 0911 and 5001 >>>>> dialplan? both of them make an out call from a conference. >>>>> >>>>> thanks >>>>> -zhisun >>>>> >>>>> >>>>> _________________________________________________________________________ >>>>> Professional FreeSWITCH Consulting Services: >>>>> consulting at freeswitch.org >>>>> http://www.freeswitchsolutions.com >>>>> >>>>> >>>>> >>>>> >>>>> Official FreeSWITCH Sites >>>>> http://www.freeswitch.org >>>>> http://wiki.freeswitch.org >>>>> http://www.cluecon.com >>>>> >>>>> FreeSWITCH-dev mailing list >>>>> FreeSWITCH-dev at lists.freeswitch.org >>>>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >>>>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >>>>> http://www.freeswitch.org >>>>> >>>> >>>> -- Ken http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org irc.freenode.net #freeswitch -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120927/64d64766/attachment-0001.html From sunzhimailbox at gmail.com Thu Sep 27 11:48:23 2012 From: sunzhimailbox at gmail.com (zhi sun) Date: Thu, 27 Sep 2012 15:48:23 +0800 Subject: [Freeswitch-dev] :how to let the version 2.1.3 as well as the latest (from git) work for the 0911 and 5001 dialplan? there is no problem with version 1.06 In-Reply-To: References: Message-ID: thank ken for your response. how to update the configs? do you mean the conf folder? i am new to freeswitch. what i have done is just use the conf created by make install command. since i set different installation path by using ./configure --prefix=/my/path, either ver 1.2.3 or ver 1.0.6 has different conf folder i think. at least, i believe that the config with the version 1.2.3 is shipped with ver 1.2.3. thanks, -zhisun 2012/9/27 Ken Rice > Did you update your configs? 1.0.6 is so old and has more issues then I > can count... And configs have been update to resolve problems... > > > On 9/27/12 2:02 AM, "zhi sun" wrote: > > further testing results: > > - for version 1.0.6, the 0911 works, but 5001 doesn't. > > - for version 1.2.3 and 1.3, both 0911 and 5001 doesn't work. > > the following are logs for 0911, version 1.2.3 > > the 1000,1001,1002,1003 should be called!!!! > > ============================================== > 2012-09-27 14:58:47.233466 [NOTICE] switch_channel.c:951 New Channel > sofia/internal/1001 at 192.168.0.100 [c8c8f364-0870-11e2-bd7f-df6c04573b9b] > 2012-09-27 14:58:47.273467 [INFO] mod_dialplan_xml.c:485 Processing 1001 > <1001>->0911 in context default > 2012-09-27 14:58:47.293472 [INFO] switch_core_session.c:2392 Sending early > media > 2012-09-27 14:58:47.293472 [NOTICE] sofia_glue.c:4226 Pre-Answer > sofia/internal/1001 at 192.168.0.100! > 2012-09-27 14:58:47.293472 [NOTICE] mod_conference.c:7211 Channel [ > sofia/internal/1001 at 192.168.0.100] has been answered > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8315 using channel > sound prefix: > /home/sunzhi/sunzhi/freeswitch/freeswitch-1.2.3/rel/sounds/en/us/callie > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.100 binding '0' to 'mute' > 2012-09-27 14:58:47.293472 [INFO] switch_ivr_async.c:194 Digit parser > mod_conference: Setting realm to 'conf' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.100 binding '*' to 'deaf mute' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.100 binding '9' to 'energy up' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.100 binding '8' to 'energy equ' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.100 binding '7' to 'energy dn' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.100 binding '3' to 'vol talk up' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.100 binding '2' to 'vol talk zero' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.100 binding '1' to 'vol talk dn' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.100 binding '6' to 'vol listen up' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.100 binding '5' to 'vol listen zero' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.100 binding '4' to 'vol listen dn' > 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 > sofia/internal/1001 at 192.168.0.100 binding '#' to 'hangup' > 2012-09-27 14:58:47.293472 [ERR] switch_ivr_originate.c:2440 Parse Error! > 2012-09-27 14:58:47.293472 [ERR] switch_core_session.c:408 Could not > locate channel type presence_id=1001 at 192.168.0.100]error > 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: DESTINATION_OUT_OF_ORDER > 2012-09-27 14:58:47.293472 [ERR] switch_ivr_originate.c:2440 Parse Error! > 2012-09-27 14:58:47.293472 [ERR] switch_core_session.c:408 Could not > locate channel type presence_id=1000 at 192.168.0.100]sofia > 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: DESTINATION_OUT_OF_ORDER > 2012-09-27 14:58:47.293472 [ERR] switch_core_session.c:408 Could not > locate channel type presence_id=1002 at 192.168.0.100]sofia > 2012-09-27 14:58:47.293472 [NOTICE] switch_ivr_originate.c:2591 Cannot > create outgoing channel of type [presence_id=1002 at 192.168.0.100]sofia] > cause: [CHAN_NOT_IMPLEMENTED] > 2012-09-27 14:58:47.293472 [ERR] switch_ivr_originate.c:2440 Parse Error! > 2012-09-27 14:58:47.293472 [NOTICE] switch_ivr_originate.c:2591 Cannot > create outgoing channel of type [presence_id=1001 at 192.168.0.100]error] > cause: [CHAN_NOT_IMPLEMENTED] > 2012-09-27 14:58:47.293472 [ERR] switch_core_session.c:408 Could not > locate channel type presence_id=1003 at 192.168.0.100]error > 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: CHAN_NOT_IMPLEMENTED > 2012-09-27 14:58:47.293472 [NOTICE] switch_ivr_originate.c:2591 Cannot > create outgoing channel of type [presence_id=1003 at 192.168.0.100]error] > cause: [CHAN_NOT_IMPLEMENTED] > 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: CHAN_NOT_IMPLEMENTED > 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: DESTINATION_OUT_OF_ORDER > 2012-09-27 14:58:47.293472 [NOTICE] switch_ivr_originate.c:2591 Cannot > create outgoing channel of type [presence_id=1000 at 192.168.0.100]sofia] > cause: [CHAN_NOT_IMPLEMENTED] > 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: CHAN_NOT_IMPLEMENTED > 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: CHAN_NOT_IMPLEMENTED > 2012-09-27 14:58:47.293472 [ERR] switch_ivr_originate.c:2440 Parse Error! > 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: DESTINATION_OUT_OF_ORDER > 2012-09-27 14:58:47.293472 [ERR] switch_core_session.c:408 Could not > locate channel type presence_id=1004 at 192.168.0.100]error > 2012-09-27 14:58:47.293472 [NOTICE] switch_ivr_originate.c:2591 Cannot > create outgoing channel of type [presence_id=1004 at 192.168.0.100]error] > cause: [CHAN_NOT_IMPLEMENTED] > 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: CHAN_NOT_IMPLEMENTED > 2012-09-27 14:58:47.293472 [ERR] switch_ivr_originate.c:2440 Parse Error! > 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: DESTINATION_OUT_OF_ORDER > ======================================================== > > > 2012/9/27 zhi sun > > in addition to previous email, i also try the following: > > - add a new diaplan (5002) similar to 5001 in default.xml > > > > > > > > - reloadxml > > - then call 5002 from 1010 sip client, > > - the same problem happens > > PS: it works fine on version 1.06 > > ========================================================== > freeswitch at mydev.mydomain.com> reloadxml > > +OK [Success] > > 2012-09-27 09:46:46.613468 [INFO] mod_enum.c:871 ENUM Reloaded > 2012-09-27 09:46:46.613468 [INFO] switch_time.c:1163 Timezone reloaded 530 > definitions > freeswitch at mydev.mydomain.com> 2012-09-27 09:47:19.413468 [NOTICE] > switch_channel.c:951 New Channel sofia/internal/1010 at 192.168.0.100[45f8ccbe-0845-11e2-b58c-8d63071eb0f5] > 2012-09-27 09:47:19.413468 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.413468 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/1010 at 192.168.0.100) Running State Change CS_NEW > 2012-09-27 09:47:19.413468 [DEBUG] switch_core_state_machine.c:416 ( > sofia/internal/1010 at 192.168.0.100) State NEW > 2012-09-27 09:47:19.413468 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.433469 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected > by acl "domains". Falling back to Digest auth. > 2012-09-27 09:47:19.433469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.433469 [DEBUG] sofia.c:1728 detaching session > 45f8ccbe-0845-11e2-b58c-8d63071eb0f5 > 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:1820 Re-attaching to session > 45f8ccbe-0845-11e2-b58c-8d63071eb0f5 > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected > by acl "domains". Falling back to Digest auth. > 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6282 Channel > sofia/internal/1010 at 192.168.0.100 entering state [received][100] > 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6293 Remote SDP: > v=0 > o=1010 3519 3519 IN IP4 192.168.0.10 > s=Talk > c=IN IP4 192.168.0.10 > t=0 0 > m=audio 7078 RTP/AVP 112 111 110 3 0 8 101 > a=rtpmap:112 speex/32000 > a=fmtp:112 vbr=on > a=rtpmap:111 speex/16000 > a=fmtp:111 vbr=on > a=rtpmap:110 speex/8000 > a=fmtp:110 vbr=on > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-11 > > 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6506 ( > sofia/internal/1010 at 192.168.0.100) State Change CS_NEW -> CS_INIT > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/1010 at 192.168.0.100) Running State Change CS_INIT > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:437 ( > sofia/internal/1010 at 192.168.0.100) State INIT > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:86 > sofia/internal/1010 at 192.168.0.100 SOFIA INIT > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:126 ( > sofia/internal/1010 at 192.168.0.100) State Change CS_INIT -> CS_ROUTING > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:437 ( > sofia/internal/1010 at 192.168.0.100) State INIT going to sleep > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/1010 at 192.168.0.100) Running State Change CS_ROUTING > 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:1964 ( > sofia/internal/1010 at 192.168.0.100) Callstate Change DOWN -> RINGING > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:446 ( > sofia/internal/1010 at 192.168.0.100) State ROUTING > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:149 > sofia/internal/1010 at 192.168.0.100 SOFIA ROUTING > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:117 > sofia/internal/1010 at 192.168.0.100 Standard ROUTING > 2012-09-27 09:47:19.453469 [INFO] mod_dialplan_xml.c:485 Processing 1010 > <1010>->5002 in context default > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->unloop] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) [unloop] > ${unroll_loops}(true) =~ /^true$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [unloop] > ${sip_looped_call}() =~ /^true$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->tod_example] continue=true > Dialplan: sofia/internal/1010 at 192.168.0.100 Date/Time Match (PASS) > [tod_example] break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 Action set(open=true) > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->holiday_example] continue=true > Dialplan: sofia/internal/1010 at 192.168.0.100 Date/TimeMatch (FAIL) > [holiday_example] break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->global-intercept] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [global-intercept] destination_number(5002) =~ /^886$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->group-intercept] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [group-intercept] destination_number(5002) =~ /^\*8$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->intercept-ext] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [intercept-ext] > destination_number(5002) =~ /^\*\*(\d+)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->redial] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [redial] > destination_number(5002) =~ /^(redial|870)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->global] > continue=true > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] > ${call_debug}(false) =~ /^true$/ break=never > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] > ${sip_has_crypto}() =~ > /^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$/ break=never > Dialplan: sofia/internal/1010 at 192.168.0.100 Absolute Condition [global] > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > hash(insert/${domain_name}-spymap/${caller_id_number}/${uuid}) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) > > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > hash(insert/${domain_name}-last_dial/global/${uuid}) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->snom-demo-2] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-2] > destination_number(5002) =~ /^9001$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->snom-demo-1] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-1] > destination_number(5002) =~ /^9000$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] > destination_number(5002) =~ /^88(\d{4})$|^\*0(.*)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] > destination_number(5002) =~ /^779$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->call_return] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [call_return] > destination_number(5002) =~ /^\*69$|^869$|^lcr$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->del-group] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [del-group] > destination_number(5002) =~ /^80(\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->add-group] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [add-group] > destination_number(5002) =~ /^81(\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->call-group-simo] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [call-group-simo] destination_number(5002) =~ /^82(\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->call-group-order] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [call-group-order] destination_number(5002) =~ /^83(\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->extension-intercom] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [extension-intercom] destination_number(5002) =~ /^8(10[01][0-9])$/ > break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->Local_Extension] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [Local_Extension] destination_number(5002) =~ /^(10[01][0-9])$/ > break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->Local_Extension_Skinny] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [Local_Extension_Skinny] destination_number(5002) =~ /^(11[01][0-9])$/ > break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->group_dial_sales] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [group_dial_sales] destination_number(5002) =~ /^2000$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->group_dial_support] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [group_dial_support] destination_number(5002) =~ /^2001$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->group_dial_billing] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [group_dial_billing] destination_number(5002) =~ /^2002$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->operator] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [operator] > destination_number(5002) =~ /^(operator|0)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->vmain] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [vmain] > destination_number(5002) =~ /^vmain$|^4000$|^\*98$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->sip_uri] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [sip_uri] > destination_number(5002) =~ /^sip:(.*)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->nb_conferences] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [nb_conferences] > destination_number(5002) =~ /^(30\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->wb_conferences] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [wb_conferences] > destination_number(5002) =~ /^(31\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->uwb_conferences] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [uwb_conferences] destination_number(5002) =~ /^(32\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->cdquality_conferences] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [cdquality_conferences] destination_number(5002) =~ /^(33\d{2})$/ > break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->freeswitch_public_conf_via_sip] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [freeswitch_public_conf_via_sip] destination_number(5002) =~ > /^9(888|8888|1616|3232)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->mad_boss_intercom] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [mad_boss_intercom] destination_number(5002) =~ /^0911$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->mad_boss_intercom] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [mad_boss_intercom] destination_number(5002) =~ /^0912$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->mad_boss] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [mad_boss] > destination_number(5002) =~ /^0913$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->ivr_demo] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [ivr_demo] > destination_number(5002) =~ /^5000$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->dynamic_conference] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [dynamic_conference] destination_number(5002) =~ /^5001$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->dynamic_conference] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) > [dynamic_conference] destination_number(5002) =~ /^5002$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > conference(bridge:mydynaconf:sofia/${use_profile}/1002 at 192.168.0.100) > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:167 ( > sofia/internal/1010 at 192.168.0.100) State Change CS_ROUTING -> CS_EXECUTE > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:446 ( > sofia/internal/1010 at 192.168.0.100) State ROUTING going to sleep > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/1010 at 192.168.0.100) Running State Change CS_EXECUTE > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:453 ( > sofia/internal/1010 at 192.168.0.100) State EXECUTE > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:242 > sofia/internal/1010 at 192.168.0.100 SOFIA EXECUTE > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:209 > sofia/internal/1010 at 192.168.0.100 Standard EXECUTE > EXECUTE sofia/internal/1010 at 192.168.0.100 set(open=true) > 2012-09-27 09:47:19.453469 [DEBUG] mod_dptools.c:1319 > sofia/internal/1010 at 192.168.0.100 SET [open]=[true] > EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-spymap/1010/45f8ccbe-0845-11e2-b58c-8d63071eb0f5) > EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-last_dial/1010/5002) > EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-last_dial/global/45f8ccbe-0845-11e2-b58c-8d63071eb0f5) > EXECUTE sofia/internal/1010 at 192.168.0.100 export(RFC2822_DATE=Thu, 27 Sep > 2012 09:47:19 +0800) > 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:1118 EXPORT > (export_vars) [RFC2822_DATE]=[Thu, 27 Sep 2012 09:47:19 +0800] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:2390 Application > conference Requires media! pre_answering channel > sofia/internal/1010 at 192.168.0.100 > 2012-09-27 09:47:19.453469 [INFO] switch_core_session.c:2392 Sending early > media > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:112:32000:20:0]/[G722:9:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:112:32000:20:0]/[PCMU:0:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:112:32000:20:0]/[PCMA:8:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:112:32000:20:0]/[GSM:3:8000:20:13200] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:111:16000:20:0]/[G722:9:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:111:16000:20:0]/[PCMU:0:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:111:16000:20:0]/[PCMA:8:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:111:16000:20:0]/[GSM:3:8000:20:13200] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:110:8000:20:0]/[G722:9:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:110:8000:20:0]/[PCMU:0:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:110:8000:20:0]/[PCMA:8:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:110:8000:20:0]/[GSM:3:8000:20:13200] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [GSM:3:8000:20:13200]/[G722:9:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [GSM:3:8000:20:13200]/[PCMU:0:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [GSM:3:8000:20:13200]/[PCMA:8:8000:20:64000] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [GSM:3:8000:20:13200]/[GSM:3:8000:20:13200] > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3077 Set Codec > sofia/internal/1010 at 192.168.0.100 GSM/8000 20 ms 160 samples 13200 bits > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_codec.c:111 > sofia/internal/1010 at 192.168.0.100 Original read codec set to GSM:3 > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5219 Set 2833 dtmf > send/recv payload to 101 > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3327 AUDIO RTP [ > sofia/internal/1010 at 192.168.0.100] 192.168.0.100 port 31092 -> > 192.168.0.10 port 7078 codec: 3 ms: 20 > 2012-09-27 09:47:19.453469 [DEBUG] switch_rtp.c:1927 Starting timer [soft] > 160 bytes per 20ms > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3591 Set 2833 dtmf send > payload to 101 > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3597 Set 2833 dtmf receive > payload to 101 > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3624 > sofia/internal/1010 at 192.168.0.100 Set rtp dtmf delay to 40 > 2012-09-27 09:47:19.453469 [NOTICE] sofia_glue.c:4226 Pre-Answer > sofia/internal/1010 at 192.168.0.100! > 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:3092 ( > sofia/internal/1010 at 192.168.0.100) Callstate Change RINGING -> EARLY > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:2730 Ring SDP: > v=0 > o=FreeSWITCH 1348679347 1348679348 IN IP4 192.168.0.100 > s=FreeSWITCH > c=IN IP4 192.168.0.100 > t=0 0 > m=audio 31092 RTP/AVP 3 101 > a=rtpmap:3 GSM/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=silenceSupp:off - - - - > a=ptime:20 > a=sendrecv > > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:759 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > EXECUTE sofia/internal/1010 at 192.168.0.100 conference(bridge:mydynaconf: > sofia/internal/1002 at 192.168.0.100) > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6282 Channel > sofia/internal/1010 at 192.168.0.100 entering state [early][183] > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:836 Local SDP > sofia/internal/1010 at 192.168.0.100: > v=0 > o=FreeSWITCH 1348679347 1348679349 IN IP4 192.168.0.100 > s=FreeSWITCH > c=IN IP4 192.168.0.100 > t=0 0 > m=audio 31092 RTP/AVP 3 101 > a=rtpmap:3 GSM/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=silenceSupp:off - - - - > a=ptime:20 > a=sendrecv > > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:759 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:3351 ( > sofia/internal/1010 at 192.168.0.100) Callstate Change EARLY -> ACTIVE > 2012-09-27 09:47:19.453469 [NOTICE] mod_conference.c:7211 Channel [ > sofia/internal/1010 at 192.168.0.100] has been answered > 2012-09-27 09:47:19.453469 [INFO] mod_conference.c:8315 using channel > sound prefix: > /home/sunzhi/sunzhi/freeswitch/freeswitch-1.2.3/rel/sounds/en/us/callie > 2012-09-27 09:47:19.453469 [DEBUG] mod_conference.c:1922 Setup timer > success interval: 20 samples: 160 > 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:1072 > sofia/internal/1010 at 192.168.0.100 EXPORTING[export_vars] > [RFC2822_DATE]=[Thu, 27 Sep 2012 09:47:19 +0800] to event > 2012-09-27 09:47:19.453469 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:47:19.453469 [NOTICE] switch_channel.c:951 New Channel > sofia/internal/1002 at 192.168.0.100 [46000434-0845-11e2-b598-8d63071eb0f5] > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:4879 ( > sofia/internal/1002 at 192.168.0.100) State Change CS_NEW -> CS_INIT > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1002 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:4954 [zrtp_passthru] > Setting a-leg inherit_codec=true > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:4957 [zrtp_passthru] > Setting b-leg absolute_codec_string='GSM at 8000h@20i at 13200b,PCMU at 8000h > @20i at 64000b,PCMA at 8000h@20i at 64000b' > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6282 Channel > sofia/internal/1010 at 192.168.0.100 entering state [completed][200] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/1002 at 192.168.0.100) Running State Change CS_INIT > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:437 ( > sofia/internal/1002 at 192.168.0.100) State INIT > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:86 > sofia/internal/1002 at 192.168.0.100 SOFIA INIT > 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:2637 Local SDP: > v=0 > o=FreeSWITCH 1348687005 1348687006 IN IP4 192.168.0.100 > s=FreeSWITCH > c=IN IP4 192.168.0.100 > t=0 0 > m=audio 23434 RTP/AVP 3 0 8 101 13 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > a=sendrecv > > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:126 ( > sofia/internal/1002 at 192.168.0.100) State Change CS_INIT -> CS_ROUTING > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1002 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:437 ( > sofia/internal/1002 at 192.168.0.100) State INIT going to sleep > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/1002 at 192.168.0.100) Running State Change CS_ROUTING > 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:1964 ( > sofia/internal/1002 at 192.168.0.100) Callstate Change DOWN -> RINGING > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:446 ( > sofia/internal/1002 at 192.168.0.100) State ROUTING > 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:149 > sofia/internal/1002 at 192.168.0.100 SOFIA ROUTING > 2012-09-27 09:47:19.453469 [DEBUG] switch_ivr_originate.c:67 ( > sofia/internal/1002 at 192.168.0.100) State Change CS_ROUTING -> > CS_CONSUME_MEDIA > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1002 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:446 ( > sofia/internal/1002 at 192.168.0.100) State ROUTING going to sleep > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/1002 at 192.168.0.100) Running State Change CS_CONSUME_MEDIA > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:465 ( > sofia/internal/1002 at 192.168.0.100) State CONSUME_MEDIA > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:465 ( > sofia/internal/1002 at 192.168.0.100) State CONSUME_MEDIA going to sleep > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1002 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6282 Channel > sofia/internal/1002 at 192.168.0.100 entering state [calling][0] > 2012-09-27 09:47:19.453469 [NOTICE] switch_channel.c:951 New Channel > sofia/internal/0000000000 at 192.168.0.100[46006712-0845-11e2-b59c-8d63071eb0f5] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_NEW > 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:416 ( > sofia/internal/0000000000 at 192.168.0.100) State NEW > 2012-09-27 09:47:19.473478 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:8412 IP 192.168.0.100 Rejected > by acl "domains". Falling back to Digest auth. > 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:6282 Channel > sofia/internal/0000000000 at 192.168.0.100 entering state [received][100] > 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:6293 Remote SDP: > v=0 > o=FreeSWITCH 1348687005 1348687006 IN IP4 192.168.0.100 > s=FreeSWITCH > c=IN IP4 192.168.0.100 > t=0 0 > m=audio 23434 RTP/AVP 3 0 8 101 13 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=ptime:20 > > 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:6506 ( > sofia/internal/0000000000 at 192.168.0.100) State Change CS_NEW -> CS_INIT > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_INIT > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:437 ( > sofia/internal/0000000000 at 192.168.0.100) State INIT > 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:86 > sofia/internal/0000000000 at 192.168.0.100 SOFIA INIT > 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:126 ( > sofia/internal/0000000000 at 192.168.0.100) State Change CS_INIT -> > CS_ROUTING > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:437 ( > sofia/internal/0000000000 at 192.168.0.100) State INIT going to sleep > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_ROUTING > 2012-09-27 09:47:19.493470 [DEBUG] switch_channel.c:1964 ( > sofia/internal/0000000000 at 192.168.0.100) Callstate Change DOWN -> RINGING > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:446 ( > sofia/internal/0000000000 at 192.168.0.100) State ROUTING > 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:149 > sofia/internal/0000000000 at 192.168.0.100 SOFIA ROUTING > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:117 > sofia/internal/0000000000 at 192.168.0.100 Standard ROUTING > 2012-09-27 09:47:19.493470 [INFO] mod_dialplan_xml.c:485 Processing > FreeSWITCH <0000000000>->1002 in context public > Dialplan: sofia/internal/0000000000 at 192.168.0.100 parsing > [public->unloop] continue=false > Dialplan: sofia/internal/0000000000 at 192.168.0.100 Regex (PASS) [unloop] > ${unroll_loops}(true) =~ /^true$/ break=on-false > Dialplan: sofia/internal/0000000000 at 192.168.0.100 Regex (PASS) [unloop] > ${sip_looped_call}(true) =~ /^true$/ break=on-false > Dialplan: sofia/internal/0000000000 at 192.168.0.100 Action > deflect(${destination_number}) > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:167 ( > sofia/internal/0000000000 at 192.168.0.100) State Change CS_ROUTING -> > CS_EXECUTE > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:446 ( > sofia/internal/0000000000 at 192.168.0.100) State ROUTING going to sleep > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_EXECUTE > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:453 ( > sofia/internal/0000000000 at 192.168.0.100) State EXECUTE > 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:242 > sofia/internal/0000000000 at 192.168.0.100 SOFIA EXECUTE > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:209 > sofia/internal/0000000000 at 192.168.0.100 Standard EXECUTE > EXECUTE sofia/internal/0000000000 at 192.168.0.100 deflect(1002) > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1002 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:7308 Process REFER to [ > 1002 at 192.168.0.100] > 2012-09-27 09:47:19.493470 [DEBUG] switch_ivr.c:1742 ( > sofia/internal/1010 at 192.168.0.100) State Change CS_EXECUTE -> CS_ROUTING > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:759 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [NOTICE] switch_ivr.c:1748 Transfer > sofia/internal/1010 at 192.168.0.100 to XML[1002 at default] > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1002 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2950 ( > sofia/internal/1002 at 192.168.0.100) Callstate Change RINGING -> HANGUP > 2012-09-27 09:47:19.513472 [NOTICE] switch_ivr_originate.c:3326 Hangup > sofia/internal/1002 at 192.168.0.100 [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] > 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2973 Send signal > sofia/internal/1002 at 192.168.0.100 [KILL] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1002 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/1002 at 192.168.0.100) Running State Change CS_HANGUP > 2012-09-27 09:47:19.513472 [DEBUG] switch_ivr_originate.c:3502 Originate > Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL] > 2012-09-27 09:47:19.513472 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: ORIGINATOR_CANCEL > 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2950 ( > sofia/internal/1010 at 192.168.0.100) Callstate Change ACTIVE -> HANGUP > 2012-09-27 09:47:19.513472 [NOTICE] mod_conference.c:6617 Hangup > sofia/internal/1010 at 192.168.0.100 [CS_ROUTING] [ORIGINATOR_CANCEL] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 ( > sofia/internal/1002 at 192.168.0.100) State HANGUP > 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:483 Channel > sofia/internal/1002 at 192.168.0.100 hanging up, cause: ORIGINATOR_CANCEL > 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2973 Send signal > sofia/internal/1010 at 192.168.0.100 [KILL] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:2553 > sofia/internal/1010 at 192.168.0.100 skip receive message > [APPLICATION_EXEC_COMPLETE] (channel is hungup already) > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:453 ( > sofia/internal/1010 at 192.168.0.100) State EXECUTE going to sleep > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/1010 at 192.168.0.100) Running State Change CS_HANGUP > 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:542 Sending CANCEL to > sofia/internal/1002 at 192.168.0.100 > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:48 > sofia/internal/1002 at 192.168.0.100 Standard HANGUP, cause: > ORIGINATOR_CANCEL > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 ( > sofia/internal/1002 at 192.168.0.100) State HANGUP going to sleep > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:429 ( > sofia/internal/1002 at 192.168.0.100) State Change CS_HANGUP -> CS_REPORTING > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1002 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/1002 at 192.168.0.100) Running State Change CS_REPORTING > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 ( > sofia/internal/1002 at 192.168.0.100) State REPORTING > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:92 > sofia/internal/1002 at 192.168.0.100 Standard REPORTING, cause: > ORIGINATOR_CANCEL > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 ( > sofia/internal/1002 at 192.168.0.100) State REPORTING going to sleep > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:423 ( > sofia/internal/1002 at 192.168.0.100) State Change CS_REPORTING -> CS_DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1002 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 ( > sofia/internal/1010 at 192.168.0.100) State HANGUP > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1415 Session 5 ( > sofia/internal/1002 at 192.168.0.100) Locked, Waiting on external entities > 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:483 Channel > sofia/internal/1010 at 192.168.0.100 hanging up, cause: ORIGINATOR_CANCEL > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:532 Sending BYE to > sofia/internal/1010 at 192.168.0.100 > 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1433 Session 5 ( > sofia/internal/1002 at 192.168.0.100) Ended > 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1437 Close > Channel sofia/internal/1002 at 192.168.0.100 [CS_DESTROY] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:48 > sofia/internal/1010 at 192.168.0.100 Standard HANGUP, cause: > ORIGINATOR_CANCEL > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 ( > sofia/internal/1010 at 192.168.0.100) State HANGUP going to sleep > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:429 ( > sofia/internal/1010 at 192.168.0.100) State Change CS_HANGUP -> CS_REPORTING > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/1010 at 192.168.0.100) Running State Change CS_REPORTING > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 ( > sofia/internal/1010 at 192.168.0.100) State REPORTING > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:527 ( > sofia/internal/1002 at 192.168.0.100) Callstate Change HANGUP -> DOWN > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:92 > sofia/internal/1010 at 192.168.0.100 Standard REPORTING, cause: > ORIGINATOR_CANCEL > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 ( > sofia/internal/1010 at 192.168.0.100) State REPORTING going to sleep > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:530 ( > sofia/internal/1002 at 192.168.0.100) Running State Change CS_DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 ( > sofia/internal/1002 at 192.168.0.100) State DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:376 > sofia/internal/1002 at 192.168.0.100 SOFIA DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:99 > sofia/internal/1002 at 192.168.0.100 Standard DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 ( > sofia/internal/1002 at 192.168.0.100) State DESTROY going to sleep > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:423 ( > sofia/internal/1010 at 192.168.0.100) State Change CS_REPORTING -> CS_DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1415 Session 4 ( > sofia/internal/1010 at 192.168.0.100) Locked, Waiting on external entities > 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1433 Session 4 ( > sofia/internal/1010 at 192.168.0.100) Ended > 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1437 Close > Channel sofia/internal/1010 at 192.168.0.100 [CS_DESTROY] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:527 ( > sofia/internal/1010 at 192.168.0.100) Callstate Change HANGUP -> DOWN > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:530 ( > sofia/internal/1010 at 192.168.0.100) Running State Change CS_DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 ( > sofia/internal/1010 at 192.168.0.100) State DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:376 > sofia/internal/1010 at 192.168.0.100 SOFIA DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:99 > sofia/internal/1010 at 192.168.0.100 Standard DESTROY > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 ( > sofia/internal/1010 at 192.168.0.100) State DESTROY going to sleep > 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.533467 [DEBUG] mod_conference.c:2461 Write Lock ON > 2012-09-27 09:47:19.533467 [DEBUG] mod_conference.c:2464 Write Lock OFF > 2012-09-27 09:47:19.593467 [DEBUG] switch_channel.c:2950 ( > sofia/internal/0000000000 at 192.168.0.100) Callstate Change RINGING -> > HANGUP > 2012-09-27 09:47:19.593467 [NOTICE] sofia.c:420 Hangup > sofia/internal/0000000000 at 192.168.0.100 [CS_EXECUTE] [BLIND_TRANSFER] > 2012-09-27 09:47:19.593467 [DEBUG] switch_channel.c:2973 Send signal > sofia/internal/0000000000 at 192.168.0.100 [KILL] > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:2553 > sofia/internal/0000000000 at 192.168.0.100 skip receive message > [APPLICATION_EXEC_COMPLETE] (channel is hungup already) > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:453 ( > sofia/internal/0000000000 at 192.168.0.100) State EXECUTE going to sleep > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_HANGUP > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:638 ( > sofia/internal/0000000000 at 192.168.0.100) State HANGUP > 2012-09-27 09:47:19.593467 [DEBUG] mod_sofia.c:483 Channel > sofia/internal/0000000000 at 192.168.0.100 hanging up, cause: BLIND_TRANSFER > 2012-09-27 09:47:19.593467 [DEBUG] mod_sofia.c:613 Responding to INVITE > with: 480 > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:48 > sofia/internal/0000000000 at 192.168.0.100 Standard HANGUP, cause: > BLIND_TRANSFER > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:638 ( > sofia/internal/0000000000 at 192.168.0.100) State HANGUP going to sleep > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:429 ( > sofia/internal/0000000000 at 192.168.0.100) State Change CS_HANGUP -> > CS_REPORTING > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_REPORTING > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:703 ( > sofia/internal/0000000000 at 192.168.0.100) State REPORTING > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:92 > sofia/internal/0000000000 at 192.168.0.100 Standard REPORTING, cause: > BLIND_TRANSFER > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:703 ( > sofia/internal/0000000000 at 192.168.0.100) State REPORTING going to sleep > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:423 ( > sofia/internal/0000000000 at 192.168.0.100) State Change CS_REPORTING -> > CS_DESTROY > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1415 Session 6 ( > sofia/internal/0000000000 at 192.168.0.100) Locked, Waiting on external > entities > 2012-09-27 09:47:19.593467 [NOTICE] switch_core_session.c:1433 Session 6 ( > sofia/internal/0000000000 at 192.168.0.100) Ended > 2012-09-27 09:47:19.593467 [NOTICE] switch_core_session.c:1437 Close > Channel sofia/internal/0000000000 at 192.168.0.100 [CS_DESTROY] > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:527 ( > sofia/internal/0000000000 at 192.168.0.100) Callstate Change HANGUP -> DOWN > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:530 ( > sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_DESTROY > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:540 ( > sofia/internal/0000000000 at 192.168.0.100) State DESTROY > 2012-09-27 09:47:19.593467 [DEBUG] mod_sofia.c:376 > sofia/internal/0000000000 at 192.168.0.100 SOFIA DESTROY > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:99 > sofia/internal/0000000000 at 192.168.0.100 Standard DESTROY > 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:540 ( > sofia/internal/0000000000 at 192.168.0.100) State DESTROY going to sleep > > ============================================================================ > > > > > 2012/9/27 zhi sun > > thanks for response, the detailed debug log as below: > > version 2.1.3 > > there are two sip client: 1002, 1010 > > i can call 1002 from 1010 successfully. > > then i try to call 0911 from 1010, as you know the 1002 is a member of > sales group, the 0911 will try to out call 1002 according the rule in > default.xml > > ============================================= > 2012-09-27 09:34:07.533467 [NOTICE] switch_channel.c:951 New Channel > sofia/internal/1010 at 192.168.0.100 [6dfa8876-0843-11e2-b574-8d63071eb0f5] > 2012-09-27 09:34:07.533467 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.533467 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/1010 at 192.168.0.100) Running State Change CS_NEW > 2012-09-27 09:34:07.533467 [DEBUG] switch_core_state_machine.c:416 ( > sofia/internal/1010 at 192.168.0.100) State NEW > 2012-09-27 09:34:07.533467 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.553467 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected > by acl "domains". Falling back to Digest auth. > 2012-09-27 09:34:07.553467 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.553467 [DEBUG] sofia.c:1728 detaching session > 6dfa8876-0843-11e2-b574-8d63071eb0f5 > 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:1820 Re-attaching to session > 6dfa8876-0843-11e2-b574-8d63071eb0f5 > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected > by acl "domains". Falling back to Digest auth. > 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:6282 Channel > sofia/internal/1010 at 192.168.0.100 entering state [received][100] > 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:6293 Remote SDP: > v=0 > o=1010 3118 3118 IN IP4 192.168.0.10 > s=Talk > c=IN IP4 192.168.0.10 > t=0 0 > m=audio 7078 RTP/AVP 112 111 110 3 0 8 101 > a=rtpmap:112 speex/32000 > a=fmtp:112 vbr=on > a=rtpmap:111 speex/16000 > a=fmtp:111 vbr=on > a=rtpmap:110 speex/8000 > a=fmtp:110 vbr=on > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-11 > > 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:6506 ( > sofia/internal/1010 at 192.168.0.100) State Change CS_NEW -> CS_INIT > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/1010 at 192.168.0.100) Running State Change CS_INIT > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:437 ( > sofia/internal/1010 at 192.168.0.100) State INIT > 2012-09-27 09:34:07.573471 [DEBUG] mod_sofia.c:86 > sofia/internal/1010 at 192.168.0.100 SOFIA INIT > 2012-09-27 09:34:07.573471 [DEBUG] mod_sofia.c:126 ( > sofia/internal/1010 at 192.168.0.100) State Change CS_INIT -> CS_ROUTING > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:437 ( > sofia/internal/1010 at 192.168.0.100) State INIT going to sleep > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/1010 at 192.168.0.100) Running State Change CS_ROUTING > 2012-09-27 09:34:07.573471 [DEBUG] switch_channel.c:1964 ( > sofia/internal/1010 at 192.168.0.100) Callstate Change DOWN -> RINGING > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:446 ( > sofia/internal/1010 at 192.168.0.100) State ROUTING > 2012-09-27 09:34:07.573471 [DEBUG] mod_sofia.c:149 > sofia/internal/1010 at 192.168.0.100 SOFIA ROUTING > 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:117 > sofia/internal/1010 at 192.168.0.100 Standard ROUTING > 2012-09-27 09:34:07.573471 [INFO] mod_dialplan_xml.c:485 Processing 1010 > <1010>->0911 in context default > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->unloop] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) [unloop] > ${unroll_loops}(true) =~ /^true$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [unloop] > ${sip_looped_call}() =~ /^true$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->tod_example] continue=true > Dialplan: sofia/internal/1010 at 192.168.0.100 Date/Time Match (PASS) > [tod_example] break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 Action set(open=true) > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->holiday_example] continue=true > Dialplan: sofia/internal/1010 at 192.168.0.100 Date/TimeMatch (FAIL) > [holiday_example] break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->global-intercept] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [global-intercept] destination_number(0911) =~ /^886$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->group-intercept] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [group-intercept] destination_number(0911) =~ /^\*8$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->intercept-ext] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [intercept-ext] > destination_number(0911) =~ /^\*\*(\d+)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->redial] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [redial] > destination_number(0911) =~ /^(redial|870)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->global] > continue=true > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] > ${call_debug}(false) =~ /^true$/ break=never > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] > ${sip_has_crypto}() =~ > /^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$/ break=never > Dialplan: sofia/internal/1010 at 192.168.0.100 Absolute Condition [global] > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > hash(insert/${domain_name}-spymap/${caller_id_number}/${uuid}) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) > > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > hash(insert/${domain_name}-last_dial/global/${uuid}) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->snom-demo-2] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-2] > destination_number(0911) =~ /^9001$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->snom-demo-1] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-1] > destination_number(0911) =~ /^9000$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] > destination_number(0911) =~ /^88(\d{4})$|^\*0(.*)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] > destination_number(0911) =~ /^779$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->call_return] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [call_return] > destination_number(0911) =~ /^\*69$|^869$|^lcr$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->del-group] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [del-group] > destination_number(0911) =~ /^80(\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->add-group] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [add-group] > destination_number(0911) =~ /^81(\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->call-group-simo] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [call-group-simo] destination_number(0911) =~ /^82(\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->call-group-order] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [call-group-order] destination_number(0911) =~ /^83(\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->extension-intercom] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [extension-intercom] destination_number(0911) =~ /^8(10[01][0-9])$/ > break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->Local_Extension] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [Local_Extension] destination_number(0911) =~ /^(10[01][0-9])$/ > break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->Local_Extension_Skinny] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [Local_Extension_Skinny] destination_number(0911) =~ /^(11[01][0-9])$/ > break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->group_dial_sales] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [group_dial_sales] destination_number(0911) =~ /^2000$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->group_dial_support] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [group_dial_support] destination_number(0911) =~ /^2001$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->group_dial_billing] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [group_dial_billing] destination_number(0911) =~ /^2002$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->operator] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [operator] > destination_number(0911) =~ /^(operator|0)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->vmain] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [vmain] > destination_number(0911) =~ /^vmain$|^4000$|^\*98$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->sip_uri] > continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [sip_uri] > destination_number(0911) =~ /^sip:(.*)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->nb_conferences] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [nb_conferences] > destination_number(0911) =~ /^(30\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->wb_conferences] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [wb_conferences] > destination_number(0911) =~ /^(31\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->uwb_conferences] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [uwb_conferences] destination_number(0911) =~ /^(32\d{2})$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->cdquality_conferences] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [cdquality_conferences] destination_number(0911) =~ /^(33\d{2})$/ > break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->freeswitch_public_conf_via_sip] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) > [freeswitch_public_conf_via_sip] destination_number(0911) =~ > /^9(888|8888|1616|3232)$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 parsing > [default->mad_boss_intercom] continue=false > Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) > [mad_boss_intercom] destination_number(0911) =~ /^0911$/ break=on-false > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > set(conference_auto_outcall_caller_id_name=Mad Boss1) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > set(conference_auto_outcall_caller_id_number=0911) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > set(conference_auto_outcall_timeout=60) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > set(conference_auto_outcall_flags=mute) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > set(conference_auto_outcall_prefix={sip_auto_answer=true,execute_on_answer='bind_meta_app > 2 a s1 transfer::intercept:${uuid} inline'}) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > set(sip_exclude_contact=${network_addr}) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > conference_set_auto_outcall(${group_call(sales)}) > Dialplan: sofia/internal/1010 at 192.168.0.100 Action > conference(madboss_intercom1 at default+flags{endconf|deaf}) > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:167 ( > sofia/internal/1010 at 192.168.0.100) State Change CS_ROUTING -> CS_EXECUTE > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:446 ( > sofia/internal/1010 at 192.168.0.100) State ROUTING going to sleep > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/1010 at 192.168.0.100) Running State Change CS_EXECUTE > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:453 ( > sofia/internal/1010 at 192.168.0.100) State EXECUTE > 2012-09-27 09:34:07.593468 [DEBUG] mod_sofia.c:242 > sofia/internal/1010 at 192.168.0.100 SOFIA EXECUTE > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:209 > sofia/internal/1010 at 192.168.0.100 Standard EXECUTE > EXECUTE sofia/internal/1010 at 192.168.0.100 set(open=true) > 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 > sofia/internal/1010 at 192.168.0.100 SET [open]=[true] > EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-spymap/1010/6dfa8876-0843-11e2-b574-8d63071eb0f5) > EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-last_dial/1010/0911) > EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-last_dial/global/6dfa8876-0843-11e2-b574-8d63071eb0f5) > EXECUTE sofia/internal/1010 at 192.168.0.100 export(RFC2822_DATE=Thu, 27 Sep > 2012 09:34:07 +0800) > 2012-09-27 09:34:07.593468 [DEBUG] switch_channel.c:1118 EXPORT > (export_vars) [RFC2822_DATE]=[Thu, 27 Sep 2012 09:34:07 +0800] > EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_caller_id_name=Mad Boss1) > 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 > sofia/internal/1010 at 192.168.0.100 SET > [conference_auto_outcall_caller_id_name]=[Mad Boss1] > EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_caller_id_number=0911) > 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 > sofia/internal/1010 at 192.168.0.100 SET > [conference_auto_outcall_caller_id_number]=[0911] > EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_timeout=60) > 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 > sofia/internal/1010 at 192.168.0.100 SET > [conference_auto_outcall_timeout]=[60] > EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_flags=mute) > 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 > sofia/internal/1010 at 192.168.0.100 SET > [conference_auto_outcall_flags]=[mute] > EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_prefix={sip_auto_answer=true,execute_on_answer='bind_meta_app > 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline'}) > 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 > sofia/internal/1010 at 192.168.0.100 SET > [conference_auto_outcall_prefix]=[{sip_auto_answer=true,execute_on_answer='bind_meta_app > 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline'}] > EXECUTE sofia/internal/1010 at 192.168.0.100set(sip_exclude_contact=192.168.0.10) > 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 > sofia/internal/1010 at 192.168.0.100 SET [sip_exclude_contact]=[192.168.0.10] > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:2390 Application > conference_set_auto_outcall Requires media! pre_answering channel > sofia/internal/1010 at 192.168.0.100 > 2012-09-27 09:34:07.593468 [INFO] switch_core_session.c:2392 Sending early > media > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:112:32000:20:0]/[G722:9:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:112:32000:20:0]/[PCMU:0:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:112:32000:20:0]/[PCMA:8:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:112:32000:20:0]/[GSM:3:8000:20:13200] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:111:16000:20:0]/[G722:9:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:111:16000:20:0]/[PCMU:0:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:111:16000:20:0]/[PCMA:8:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:111:16000:20:0]/[GSM:3:8000:20:13200] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:110:8000:20:0]/[G722:9:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:110:8000:20:0]/[PCMU:0:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:110:8000:20:0]/[PCMA:8:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [speex:110:8000:20:0]/[GSM:3:8000:20:13200] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [GSM:3:8000:20:13200]/[G722:9:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [GSM:3:8000:20:13200]/[PCMU:0:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [GSM:3:8000:20:13200]/[PCMA:8:8000:20:64000] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare > [GSM:3:8000:20:13200]/[GSM:3:8000:20:13200] > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3077 Set Codec > sofia/internal/1010 at 192.168.0.100 GSM/8000 20 ms 160 samples 13200 bits > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_codec.c:111 > sofia/internal/1010 at 192.168.0.100 Original read codec set to GSM:3 > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5219 Set 2833 dtmf > send/recv payload to 101 > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3327 AUDIO RTP [ > sofia/internal/1010 at 192.168.0.100] 192.168.0.100 port 19426 -> > 192.168.0.10 port 7078 codec: 3 ms: 20 > 2012-09-27 09:34:07.593468 [DEBUG] switch_rtp.c:1927 Starting timer [soft] > 160 bytes per 20ms > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3591 Set 2833 dtmf send > payload to 101 > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3597 Set 2833 dtmf receive > payload to 101 > 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3624 > sofia/internal/1010 at 192.168.0.100 Set rtp dtmf delay to 40 > 2012-09-27 09:34:07.593468 [NOTICE] sofia_glue.c:4226 Pre-Answer > sofia/internal/1010 at 192.168.0.100! > 2012-09-27 09:34:07.593468 [DEBUG] switch_channel.c:3092 ( > sofia/internal/1010 at 192.168.0.100) Callstate Change RINGING -> EARLY > 2012-09-27 09:34:07.593468 [DEBUG] mod_sofia.c:2730 Ring SDP: > v=0 > o=FreeSWITCH 1348690221 1348690222 IN IP4 192.168.0.100 > s=FreeSWITCH > c=IN IP4 192.168.0.100 > t=0 0 > m=audio 19426 RTP/AVP 3 101 > a=rtpmap:3 GSM/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=silenceSupp:off - - - - > a=ptime:20 > a=sendrecv > > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:759 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > EXECUTE sofia/internal/1010 at 192.168.0.100conference_set_auto_outcall([sip_invite_domain=192.168.0.100, > presence_id=1000 at 192.168.0.100]sofia/internal/sip:1000 at 192.168.0.20:5060 < > http://sip:1000 at 192.168.0.20:5060> ,[sip_invite_domain=192.168.0.100, > presence_id=1001 at 192.168.0.100]error/user_not_registered > ,[sip_invite_domain=192.168.0.100, > presence_id=1002 at 192.168.0.100]error/user_not_registered > ,[sip_invite_domain=192.168.0.100, > presence_id=1003 at 192.168.0.100]error/user_not_registered > ,[sip_invite_domain=192.168.0.100, > presence_id=1004 at 192.168.0.100]error/user_not_registered) > 2012-09-27 09:34:07.593468 [DEBUG] sofia.c:6282 Channel > sofia/internal/1010 at 192.168.0.100 entering state [early][183] > EXECUTE sofia/internal/1010 at 192.168.0.100conference(madboss_intercom1 at default > +flags{endconf|deaf}) > 2012-09-27 09:34:07.593468 [DEBUG] mod_sofia.c:836 Local SDP > sofia/internal/1010 at 192.168.0.100: > v=0 > o=FreeSWITCH 1348690221 1348690223 IN IP4 192.168.0.100 > s=FreeSWITCH > c=IN IP4 192.168.0.100 > t=0 0 > m=audio 19426 RTP/AVP 3 101 > a=rtpmap:3 GSM/8000 > a=rtpmap:101 telephone-event/8000 > a=fmtp:101 0-16 > a=silenceSupp:off - - - - > a=ptime:20 > a=sendrecv > > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:759 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.593468 [DEBUG] switch_channel.c:3351 ( > sofia/internal/1010 at 192.168.0.100) Callstate Change EARLY -> ACTIVE > 2012-09-27 09:34:07.593468 [NOTICE] mod_conference.c:7211 Channel [ > sofia/internal/1010 at 192.168.0.100] has been answered > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.593468 [DEBUG] sofia.c:6282 Channel > sofia/internal/1010 at 192.168.0.100 entering state [completed][200] > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8315 using channel > sound prefix: > /home/sunzhi/sunzhi/freeswitch/freeswitch-1.2.3/rel/sounds/en/us/callie > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:7092 Raw Codec > Activation Success L16 at 8000hz 1 channel 20ms > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:7137 Raw Codec > Activation Success L16 at 8000hz 1 channel 20ms > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:1922 Setup timer > success interval: 20 samples: 160 > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_codec.c:219 > sofia/internal/1010 at 192.168.0.100 Push codec L16:70 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 > sofia/internal/1010 at 192.168.0.100 binding '0' to 'mute' > 2012-09-27 09:34:07.593468 [INFO] switch_ivr_async.c:194 Digit parser > mod_conference: Setting realm to 'conf' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 0/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bab8 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 > sofia/internal/1010 at 192.168.0.100 binding '*' to 'deaf mute' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding */conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bae8 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 > sofia/internal/1010 at 192.168.0.100 binding '9' to 'energy up' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 9/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bb18 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 > sofia/internal/1010 at 192.168.0.100 binding '8' to 'energy equ' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 8/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bb48 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 > sofia/internal/1010 at 192.168.0.100 binding '7' to 'energy dn' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 7/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bb78 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 > sofia/internal/1010 at 192.168.0.100 binding '3' to 'vol talk up' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 3/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bba8 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 > sofia/internal/1010 at 192.168.0.100 binding '2' to 'vol talk zero' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 2/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bbd8 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 > sofia/internal/1010 at 192.168.0.100 binding '1' to 'vol talk dn' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 1/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bc08 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 > sofia/internal/1010 at 192.168.0.100 binding '6' to 'vol listen up' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 6/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bc38 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 > sofia/internal/1010 at 192.168.0.100 binding '5' to 'vol listen zero' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 5/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bc68 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 > sofia/internal/1010 at 192.168.0.100 binding '4' to 'vol listen dn' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding 4/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bc98 > 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 > sofia/internal/1010 at 192.168.0.100 binding '#' to 'hangup' > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser > mod_conference: binding #/conf/0 callback: 0x7f7bcbde4640 data: > 0x7f7b8002bcc8 > 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:759 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:3474 Setup timer soft > success interval: 20 samples: 160 > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing > session specific variables > 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: DESTINATION_OUT_OF_ORDER > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not > locate channel type presence_id=1000 at 192.168.0.100]sofia > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing > session specific variables > 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot > create outgoing channel of type [presence_id=1000 at 192.168.0.100]sofia] > cause: [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: CHAN_NOT_IMPLEMENTED > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: DESTINATION_OUT_OF_ORDER > 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not > locate channel type presence_id=1001 at 192.168.0.100]error > 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot > create outgoing channel of type [presence_id=1001 at 192.168.0.100]error] > cause: [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: CHAN_NOT_IMPLEMENTED > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing > session specific variables > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: DESTINATION_OUT_OF_ORDER > 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not > locate channel type presence_id=1002 at 192.168.0.100]error > 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot > create outgoing channel of type [presence_id=1002 at 192.168.0.100]error] > cause: [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing > session specific variables > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG > Thread for outcall > 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: CHAN_NOT_IMPLEMENTED > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing > global variables > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: DESTINATION_OUT_OF_ORDER > 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not > locate channel type presence_id=1003 at 192.168.0.100]error > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot > create outgoing channel of type [presence_id=1003 at 192.168.0.100]error] > cause: [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [sip_auto_answer]=[true] > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable > [execute_on_answer]=[bind_meta_app 2 a s1 > transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing > session specific variables > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: CHAN_NOT_IMPLEMENTED > 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] > 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not > locate channel type presence_id=1004 at 192.168.0.100]error > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: DESTINATION_OUT_OF_ORDER > 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot > create outgoing channel of type [presence_id=1004 at 192.168.0.100]error] > cause: [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate > Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] > 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create > outgoing channel, cause: CHAN_NOT_IMPLEMENTED > 2012-09-27 09:34:07.613471 [DEBUG] mod_local_stream.c:417 Opening Stream > [moh/8000] 8000hz > 2012-09-27 09:34:07.613471 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.613471 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.613471 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:07.633467 [DEBUG] sofia.c:6282 Channel > sofia/internal/1010 at 192.168.0.100 entering state [ready][200] > 2012-09-27 09:34:07.693467 [DEBUG] switch_rtp.c:3596 Correct ip/port > confirmed. > 2012-09-27 09:34:07.713468 [DEBUG] mod_conference.c:4288 Queueing file > 'tone_stream://%(500,0,640)' for play > 2012-09-27 09:34:10.733467 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:10.753468 [DEBUG] switch_channel.c:2950 ( > sofia/internal/1010 at 192.168.0.100) Callstate Change ACTIVE -> HANGUP > 2012-09-27 09:34:10.753468 [NOTICE] sofia.c:711 Hangup > sofia/internal/1010 at 192.168.0.100 [CS_EXECUTE] [NORMAL_CLEARING] > 2012-09-27 09:34:10.753468 [DEBUG] switch_channel.c:2973 Send signal > sofia/internal/1010 at 192.168.0.100 [KILL] > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:10.753468 [DEBUG] mod_conference.c:3777 Channel leaving > conference, cause: NORMAL_CLEARING > 2012-09-27 09:34:10.753468 [DEBUG] mod_conference.c:7645 > sofia/internal/1010 at 192.168.0.100 skip receive message [UNBRIDGE] > (channel is hungup already) > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_codec.c:244 > sofia/internal/1010 at 192.168.0.100 Restore previous codec GSM:3. > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:2553 > sofia/internal/1010 at 192.168.0.100 skip receive message > [APPLICATION_EXEC_COMPLETE] (channel is hungup already) > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:453 ( > sofia/internal/1010 at 192.168.0.100) State EXECUTE going to sleep > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/1010 at 192.168.0.100) Running State Change CS_HANGUP > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:638 ( > sofia/internal/1010 at 192.168.0.100) State HANGUP > 2012-09-27 09:34:10.753468 [DEBUG] mod_sofia.c:483 Channel > sofia/internal/1010 at 192.168.0.100 hanging up, cause: NORMAL_CLEARING > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:48 > sofia/internal/1010 at 192.168.0.100 Standard HANGUP, cause: NORMAL_CLEARING > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:638 ( > sofia/internal/1010 at 192.168.0.100) State HANGUP going to sleep > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:429 ( > sofia/internal/1010 at 192.168.0.100) State Change CS_HANGUP -> CS_REPORTING > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/1010 at 192.168.0.100) Running State Change CS_REPORTING > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:703 ( > sofia/internal/1010 at 192.168.0.100) State REPORTING > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:92 > sofia/internal/1010 at 192.168.0.100 Standard REPORTING, cause: > NORMAL_CLEARING > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:703 ( > sofia/internal/1010 at 192.168.0.100) State REPORTING going to sleep > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:423 ( > sofia/internal/1010 at 192.168.0.100) State Change CS_REPORTING -> CS_DESTROY > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1415 Session 3 ( > sofia/internal/1010 at 192.168.0.100) Locked, Waiting on external entities > 2012-09-27 09:34:10.753468 [NOTICE] switch_core_session.c:1433 Session 3 ( > sofia/internal/1010 at 192.168.0.100) Ended > 2012-09-27 09:34:10.753468 [NOTICE] switch_core_session.c:1437 Close > Channel sofia/internal/1010 at 192.168.0.100 [CS_DESTROY] > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:527 ( > sofia/internal/1010 at 192.168.0.100) Callstate Change HANGUP -> DOWN > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:530 ( > sofia/internal/1010 at 192.168.0.100) Running State Change CS_DESTROY > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:540 ( > sofia/internal/1010 at 192.168.0.100) State DESTROY > 2012-09-27 09:34:10.753468 [DEBUG] mod_sofia.c:376 > sofia/internal/1010 at 192.168.0.100 SOFIA DESTROY > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:99 > sofia/internal/1010 at 192.168.0.100 Standard DESTROY > 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:540 ( > sofia/internal/1010 at 192.168.0.100) State DESTROY going to sleep > 2012-09-27 09:34:10.773471 [NOTICE] mod_conference.c:2369 Ending pending > outcall channels for Conference: 'madboss_intercom1' > 2012-09-27 09:34:10.773471 [DEBUG] mod_conference.c:2461 Write Lock ON > 2012-09-27 09:34:10.773471 [DEBUG] mod_conference.c:2464 Write Lock OFF > > ====================================================================== > > > 2012/9/27 Anthony Minessale > > That is not nearly enough log file, you need to supply the entire log of > the call in full debug mode > > On Wed, Sep 26, 2012 at 8:13 AM, zhi sun wrote: > > in the default diaplan, the 0911 conference call that make a out call to a > group doesn't work for the latest and version 2.1.3. the out call always > failed because of CHAN_NOT_IMPLEMENTED, > > but it works fine for version 1.06 > > the same problem happens with the 5001 in dialplan (default.xml) > > it is very easy to reproduce this issue: i just get the correct version, > make, make install, make cd-sounds-install. > > the log with problem looks like below: > > =========================================== > > 2012-09-26 15:37:10.973469 [NOTICE] switch_ivr.c:1748 Transfer > sofia/internal/1000 at 192.168.0.100 to XML[1010 at default] > 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/0000000000 at 192.168.0.100 [BREAK] > 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2950 ( > sofia/internal/1010 at 192.168.0.100) Callstate Change RINGING -> HANGUP > 2012-09-26 15:37:10.993469 [NOTICE] switch_ivr_originate.c:3330 Hangup > sofia/internal/1010 at 192.168.0.100 [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] > 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2973 Send signal > sofia/internal/1010 at 192.168.0.100 [KILL] > 2012-09-26 15:37:10.993469 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1010 at 192.168.0.100 [BREAK] > 2012-09-26 15:37:10.993469 [DEBUG] switch_ivr_originate.c:3506 Originate > Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL] > 2012-09-26 15:37:10.993469 [DEBUG] switch_core_state_machine.c:398 ( > sofia/internal/1010 at 192.168.0.100) Running State Change CS_HANGUP > 2012-09-26 15:37:10.993469 [ERR] mod_conference.c:6626 Cannot create > outgoing channel, cause: ORIGINATOR_CANCEL > 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2950 ( > sofia/internal/1000 at 192.168.0.100) Callstate Change ACTIVE -> HANGUP > 2012-09-26 15:37:10.993469 [NOTICE] mod_conference.c:6629 Hangup > sofia/internal/1000 at 192.168.0.100 [CS_ROUTING] [ORIGINATOR_CANCEL] > 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2973 Send signal > sofia/internal/1000 at 192.168.0.100 [KILL] > 2012-09-26 15:37:10.993469 [DEBUG] switch_core_state_machine.c:638 ( > sofia/internal/1010 at 192.168.0.100) State HANGUP > 2012-09-26 15:37:10.993469 [DEBUG] switch_core_session.c:1210 Send signal > sofia/internal/1000 at 192.168.0.100 [BREAK] > > ============================================ > > i am new to freeswitch, Is there anything i missed to let the version > 2.1.3 as well as the latest (from git) work for the 0911 and 5001 dialplan? > both of them make an out call from a conference. > > thanks > -zhisun > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > > > > -- > Ken > *http://www.FreeSWITCH.org > http://www.ClueCon.com > http://www.OSTAG.org > *irc.freenode.net #freeswitch > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120927/c22e5a74/attachment-0001.html From sunzhimailbox at gmail.com Thu Sep 27 12:19:31 2012 From: sunzhimailbox at gmail.com (zhi sun) Date: Thu, 27 Sep 2012 16:19:31 +0800 Subject: [Freeswitch-dev] :how to let the version 2.1.3 as well as the latest (from git) work for the 0911 and 5001 dialplan? there is no problem with version 1.06 In-Reply-To: References: Message-ID: what i am concerning is how to make the version 1.2.3, as well as the latest git version works for 0911 and 5001 in default.xml, although the version 1.0.6 only works partly on this issue. this problem is very easy to reproduce!!!! 2012/9/27 zhi sun > thank ken for your response. > > how to update the configs? do you mean the conf folder? i am new to > freeswitch. > > what i have done is just use the conf created by make install command. > > since i set different installation path by using ./configure > --prefix=/my/path, either ver 1.2.3 or ver 1.0.6 has different conf folder > i think. > > at least, i believe that the config with the version 1.2.3 is shipped with > ver 1.2.3. > > thanks, > -zhisun > > > 2012/9/27 Ken Rice > >> Did you update your configs? 1.0.6 is so old and has more issues then I >> can count... And configs have been update to resolve problems... >> >> >> On 9/27/12 2:02 AM, "zhi sun" wrote: >> >> further testing results: >> >> - for version 1.0.6, the 0911 works, but 5001 doesn't. >> >> - for version 1.2.3 and 1.3, both 0911 and 5001 doesn't work. >> >> the following are logs for 0911, version 1.2.3 >> >> the 1000,1001,1002,1003 should be called!!!! >> >> ============================================== >> 2012-09-27 14:58:47.233466 [NOTICE] switch_channel.c:951 New Channel >> sofia/internal/1001 at 192.168.0.100 [c8c8f364-0870-11e2-bd7f-df6c04573b9b] >> 2012-09-27 14:58:47.273467 [INFO] mod_dialplan_xml.c:485 Processing 1001 >> <1001>->0911 in context default >> 2012-09-27 14:58:47.293472 [INFO] switch_core_session.c:2392 Sending >> early media >> 2012-09-27 14:58:47.293472 [NOTICE] sofia_glue.c:4226 Pre-Answer >> sofia/internal/1001 at 192.168.0.100! >> 2012-09-27 14:58:47.293472 [NOTICE] mod_conference.c:7211 Channel [ >> sofia/internal/1001 at 192.168.0.100] has been answered >> 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8315 using channel >> sound prefix: >> /home/sunzhi/sunzhi/freeswitch/freeswitch-1.2.3/rel/sounds/en/us/callie >> 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 >> sofia/internal/1001 at 192.168.0.100 binding '0' to 'mute' >> 2012-09-27 14:58:47.293472 [INFO] switch_ivr_async.c:194 Digit parser >> mod_conference: Setting realm to 'conf' >> 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 >> sofia/internal/1001 at 192.168.0.100 binding '*' to 'deaf mute' >> 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 >> sofia/internal/1001 at 192.168.0.100 binding '9' to 'energy up' >> 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 >> sofia/internal/1001 at 192.168.0.100 binding '8' to 'energy equ' >> 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 >> sofia/internal/1001 at 192.168.0.100 binding '7' to 'energy dn' >> 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 >> sofia/internal/1001 at 192.168.0.100 binding '3' to 'vol talk up' >> 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 >> sofia/internal/1001 at 192.168.0.100 binding '2' to 'vol talk zero' >> 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 >> sofia/internal/1001 at 192.168.0.100 binding '1' to 'vol talk dn' >> 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 >> sofia/internal/1001 at 192.168.0.100 binding '6' to 'vol listen up' >> 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 >> sofia/internal/1001 at 192.168.0.100 binding '5' to 'vol listen zero' >> 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 >> sofia/internal/1001 at 192.168.0.100 binding '4' to 'vol listen dn' >> 2012-09-27 14:58:47.293472 [INFO] mod_conference.c:8869 >> sofia/internal/1001 at 192.168.0.100 binding '#' to 'hangup' >> 2012-09-27 14:58:47.293472 [ERR] switch_ivr_originate.c:2440 Parse Error! >> 2012-09-27 14:58:47.293472 [ERR] switch_core_session.c:408 Could not >> locate channel type presence_id=1001 at 192.168.0.100]error >> 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >> 2012-09-27 14:58:47.293472 [ERR] switch_ivr_originate.c:2440 Parse Error! >> 2012-09-27 14:58:47.293472 [ERR] switch_core_session.c:408 Could not >> locate channel type presence_id=1000 at 192.168.0.100]sofia >> 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >> 2012-09-27 14:58:47.293472 [ERR] switch_core_session.c:408 Could not >> locate channel type presence_id=1002 at 192.168.0.100]sofia >> 2012-09-27 14:58:47.293472 [NOTICE] switch_ivr_originate.c:2591 Cannot >> create outgoing channel of type [presence_id=1002 at 192.168.0.100]sofia] >> cause: [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 14:58:47.293472 [ERR] switch_ivr_originate.c:2440 Parse Error! >> 2012-09-27 14:58:47.293472 [NOTICE] switch_ivr_originate.c:2591 Cannot >> create outgoing channel of type [presence_id=1001 at 192.168.0.100]error] >> cause: [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 14:58:47.293472 [ERR] switch_core_session.c:408 Could not >> locate channel type presence_id=1003 at 192.168.0.100]error >> 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >> 2012-09-27 14:58:47.293472 [NOTICE] switch_ivr_originate.c:2591 Cannot >> create outgoing channel of type [presence_id=1003 at 192.168.0.100]error] >> cause: [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >> 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >> 2012-09-27 14:58:47.293472 [NOTICE] switch_ivr_originate.c:2591 Cannot >> create outgoing channel of type [presence_id=1000 at 192.168.0.100]sofia] >> cause: [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >> 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >> 2012-09-27 14:58:47.293472 [ERR] switch_ivr_originate.c:2440 Parse Error! >> 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >> 2012-09-27 14:58:47.293472 [ERR] switch_core_session.c:408 Could not >> locate channel type presence_id=1004 at 192.168.0.100]error >> 2012-09-27 14:58:47.293472 [NOTICE] switch_ivr_originate.c:2591 Cannot >> create outgoing channel of type [presence_id=1004 at 192.168.0.100]error] >> cause: [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >> 2012-09-27 14:58:47.293472 [ERR] switch_ivr_originate.c:2440 Parse Error! >> 2012-09-27 14:58:47.293472 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >> ======================================================== >> >> >> 2012/9/27 zhi sun >> >> in addition to previous email, i also try the following: >> >> - add a new diaplan (5002) similar to 5001 in default.xml >> >> >> >> >> >> >> >> - reloadxml >> >> - then call 5002 from 1010 sip client, >> >> - the same problem happens >> >> PS: it works fine on version 1.06 >> >> ========================================================== >> freeswitch at mydev.mydomain.com> reloadxml >> >> +OK [Success] >> >> 2012-09-27 09:46:46.613468 [INFO] mod_enum.c:871 ENUM Reloaded >> 2012-09-27 09:46:46.613468 [INFO] switch_time.c:1163 Timezone reloaded >> 530 definitions >> freeswitch at mydev.mydomain.com> 2012-09-27 09:47:19.413468 [NOTICE] >> switch_channel.c:951 New Channel sofia/internal/1010 at 192.168.0.100[45f8ccbe-0845-11e2-b58c-8d63071eb0f5] >> 2012-09-27 09:47:19.413468 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.413468 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/1010 at 192.168.0.100) Running State Change CS_NEW >> 2012-09-27 09:47:19.413468 [DEBUG] switch_core_state_machine.c:416 ( >> sofia/internal/1010 at 192.168.0.100) State NEW >> 2012-09-27 09:47:19.413468 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.433469 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected >> by acl "domains". Falling back to Digest auth. >> 2012-09-27 09:47:19.433469 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.433469 [DEBUG] sofia.c:1728 detaching session >> 45f8ccbe-0845-11e2-b58c-8d63071eb0f5 >> 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:1820 Re-attaching to session >> 45f8ccbe-0845-11e2-b58c-8d63071eb0f5 >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected >> by acl "domains". Falling back to Digest auth. >> 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6282 Channel >> sofia/internal/1010 at 192.168.0.100 entering state [received][100] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6293 Remote SDP: >> v=0 >> o=1010 3519 3519 IN IP4 192.168.0.10 >> s=Talk >> c=IN IP4 192.168.0.10 >> t=0 0 >> m=audio 7078 RTP/AVP 112 111 110 3 0 8 101 >> a=rtpmap:112 speex/32000 >> a=fmtp:112 vbr=on >> a=rtpmap:111 speex/16000 >> a=fmtp:111 vbr=on >> a=rtpmap:110 speex/8000 >> a=fmtp:110 vbr=on >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-11 >> >> 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6506 ( >> sofia/internal/1010 at 192.168.0.100) State Change CS_NEW -> CS_INIT >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/1010 at 192.168.0.100) Running State Change CS_INIT >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:437 ( >> sofia/internal/1010 at 192.168.0.100) State INIT >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:86 >> sofia/internal/1010 at 192.168.0.100 SOFIA INIT >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:126 ( >> sofia/internal/1010 at 192.168.0.100) State Change CS_INIT -> CS_ROUTING >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:437 ( >> sofia/internal/1010 at 192.168.0.100) State INIT going to sleep >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/1010 at 192.168.0.100) Running State Change CS_ROUTING >> 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:1964 ( >> sofia/internal/1010 at 192.168.0.100) Callstate Change DOWN -> RINGING >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:446 ( >> sofia/internal/1010 at 192.168.0.100) State ROUTING >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:149 >> sofia/internal/1010 at 192.168.0.100 SOFIA ROUTING >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:117 >> sofia/internal/1010 at 192.168.0.100 Standard ROUTING >> 2012-09-27 09:47:19.453469 [INFO] mod_dialplan_xml.c:485 Processing 1010 >> <1010>->5002 in context default >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->unloop] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) [unloop] >> ${unroll_loops}(true) =~ /^true$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [unloop] >> ${sip_looped_call}() =~ /^true$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->tod_example] continue=true >> Dialplan: sofia/internal/1010 at 192.168.0.100 Date/Time Match (PASS) >> [tod_example] break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action set(open=true) >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->holiday_example] continue=true >> Dialplan: sofia/internal/1010 at 192.168.0.100 Date/TimeMatch (FAIL) >> [holiday_example] break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->global-intercept] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [global-intercept] destination_number(5002) =~ /^886$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->group-intercept] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [group-intercept] destination_number(5002) =~ /^\*8$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->intercept-ext] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [intercept-ext] >> destination_number(5002) =~ /^\*\*(\d+)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->redial] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [redial] >> destination_number(5002) =~ /^(redial|870)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->global] >> continue=true >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] >> ${call_debug}(false) =~ /^true$/ break=never >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] >> ${sip_has_crypto}() =~ >> /^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$/ break=never >> Dialplan: sofia/internal/1010 at 192.168.0.100 Absolute Condition [global] >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> hash(insert/${domain_name}-spymap/${caller_id_number}/${uuid}) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) >> >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> hash(insert/${domain_name}-last_dial/global/${uuid}) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->snom-demo-2] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-2] >> destination_number(5002) =~ /^9001$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->snom-demo-1] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-1] >> destination_number(5002) =~ /^9000$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] >> destination_number(5002) =~ /^88(\d{4})$|^\*0(.*)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] >> destination_number(5002) =~ /^779$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->call_return] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [call_return] >> destination_number(5002) =~ /^\*69$|^869$|^lcr$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->del-group] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [del-group] >> destination_number(5002) =~ /^80(\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->add-group] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [add-group] >> destination_number(5002) =~ /^81(\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->call-group-simo] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [call-group-simo] destination_number(5002) =~ /^82(\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->call-group-order] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [call-group-order] destination_number(5002) =~ /^83(\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->extension-intercom] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [extension-intercom] destination_number(5002) =~ /^8(10[01][0-9])$/ >> break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->Local_Extension] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [Local_Extension] destination_number(5002) =~ /^(10[01][0-9])$/ >> break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->Local_Extension_Skinny] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [Local_Extension_Skinny] destination_number(5002) =~ /^(11[01][0-9])$/ >> break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->group_dial_sales] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [group_dial_sales] destination_number(5002) =~ /^2000$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->group_dial_support] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [group_dial_support] destination_number(5002) =~ /^2001$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->group_dial_billing] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [group_dial_billing] destination_number(5002) =~ /^2002$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->operator] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [operator] >> destination_number(5002) =~ /^(operator|0)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->vmain] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [vmain] >> destination_number(5002) =~ /^vmain$|^4000$|^\*98$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->sip_uri] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [sip_uri] >> destination_number(5002) =~ /^sip:(.*)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->nb_conferences] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [nb_conferences] destination_number(5002) =~ /^(30\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->wb_conferences] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [wb_conferences] destination_number(5002) =~ /^(31\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->uwb_conferences] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [uwb_conferences] destination_number(5002) =~ /^(32\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->cdquality_conferences] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [cdquality_conferences] destination_number(5002) =~ /^(33\d{2})$/ >> break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->freeswitch_public_conf_via_sip] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [freeswitch_public_conf_via_sip] destination_number(5002) =~ >> /^9(888|8888|1616|3232)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->mad_boss_intercom] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [mad_boss_intercom] destination_number(5002) =~ /^0911$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->mad_boss_intercom] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [mad_boss_intercom] destination_number(5002) =~ /^0912$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->mad_boss] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [mad_boss] >> destination_number(5002) =~ /^0913$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->ivr_demo] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [ivr_demo] >> destination_number(5002) =~ /^5000$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->dynamic_conference] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [dynamic_conference] destination_number(5002) =~ /^5001$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->dynamic_conference] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) >> [dynamic_conference] destination_number(5002) =~ /^5002$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> conference(bridge:mydynaconf:sofia/${use_profile}/1002 at 192.168.0.100) >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:167 ( >> sofia/internal/1010 at 192.168.0.100) State Change CS_ROUTING -> CS_EXECUTE >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:446 ( >> sofia/internal/1010 at 192.168.0.100) State ROUTING going to sleep >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/1010 at 192.168.0.100) Running State Change CS_EXECUTE >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:453 ( >> sofia/internal/1010 at 192.168.0.100) State EXECUTE >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:242 >> sofia/internal/1010 at 192.168.0.100 SOFIA EXECUTE >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:209 >> sofia/internal/1010 at 192.168.0.100 Standard EXECUTE >> EXECUTE sofia/internal/1010 at 192.168.0.100 set(open=true) >> 2012-09-27 09:47:19.453469 [DEBUG] mod_dptools.c:1319 >> sofia/internal/1010 at 192.168.0.100 SET [open]=[true] >> EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-spymap/1010/45f8ccbe-0845-11e2-b58c-8d63071eb0f5) >> EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-last_dial/1010/5002) >> EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-last_dial/global/45f8ccbe-0845-11e2-b58c-8d63071eb0f5) >> EXECUTE sofia/internal/1010 at 192.168.0.100 export(RFC2822_DATE=Thu, 27 >> Sep 2012 09:47:19 +0800) >> 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:1118 EXPORT >> (export_vars) [RFC2822_DATE]=[Thu, 27 Sep 2012 09:47:19 +0800] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:2390 Application >> conference Requires media! pre_answering channel >> sofia/internal/1010 at 192.168.0.100 >> 2012-09-27 09:47:19.453469 [INFO] switch_core_session.c:2392 Sending >> early media >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:112:32000:20:0]/[G722:9:8000:20:64000] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:112:32000:20:0]/[PCMU:0:8000:20:64000] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:112:32000:20:0]/[PCMA:8:8000:20:64000] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:112:32000:20:0]/[GSM:3:8000:20:13200] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:111:16000:20:0]/[G722:9:8000:20:64000] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:111:16000:20:0]/[PCMU:0:8000:20:64000] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:111:16000:20:0]/[PCMA:8:8000:20:64000] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:111:16000:20:0]/[GSM:3:8000:20:13200] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:110:8000:20:0]/[G722:9:8000:20:64000] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:110:8000:20:0]/[PCMU:0:8000:20:64000] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:110:8000:20:0]/[PCMA:8:8000:20:64000] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:110:8000:20:0]/[GSM:3:8000:20:13200] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [GSM:3:8000:20:13200]/[G722:9:8000:20:64000] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [GSM:3:8000:20:13200]/[PCMU:0:8000:20:64000] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [GSM:3:8000:20:13200]/[PCMA:8:8000:20:64000] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [GSM:3:8000:20:13200]/[GSM:3:8000:20:13200] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3077 Set Codec >> sofia/internal/1010 at 192.168.0.100 GSM/8000 20 ms 160 samples 13200 bits >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_codec.c:111 >> sofia/internal/1010 at 192.168.0.100 Original read codec set to GSM:3 >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:5219 Set 2833 dtmf >> send/recv payload to 101 >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3327 AUDIO RTP [ >> sofia/internal/1010 at 192.168.0.100] 192.168.0.100 port 31092 -> >> 192.168.0.10 port 7078 codec: 3 ms: 20 >> 2012-09-27 09:47:19.453469 [DEBUG] switch_rtp.c:1927 Starting timer >> [soft] 160 bytes per 20ms >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3591 Set 2833 dtmf send >> payload to 101 >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3597 Set 2833 dtmf >> receive payload to 101 >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:3624 >> sofia/internal/1010 at 192.168.0.100 Set rtp dtmf delay to 40 >> 2012-09-27 09:47:19.453469 [NOTICE] sofia_glue.c:4226 Pre-Answer >> sofia/internal/1010 at 192.168.0.100! >> 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:3092 ( >> sofia/internal/1010 at 192.168.0.100) Callstate Change RINGING -> EARLY >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:2730 Ring SDP: >> v=0 >> o=FreeSWITCH 1348679347 1348679348 IN IP4 192.168.0.100 >> s=FreeSWITCH >> c=IN IP4 192.168.0.100 >> t=0 0 >> m=audio 31092 RTP/AVP 3 101 >> a=rtpmap:3 GSM/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=silenceSupp:off - - - - >> a=ptime:20 >> a=sendrecv >> >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:759 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> EXECUTE sofia/internal/1010 at 192.168.0.100 conference(bridge:mydynaconf: >> sofia/internal/1002 at 192.168.0.100) >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6282 Channel >> sofia/internal/1010 at 192.168.0.100 entering state [early][183] >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:836 Local SDP >> sofia/internal/1010 at 192.168.0.100: >> v=0 >> o=FreeSWITCH 1348679347 1348679349 IN IP4 192.168.0.100 >> s=FreeSWITCH >> c=IN IP4 192.168.0.100 >> t=0 0 >> m=audio 31092 RTP/AVP 3 101 >> a=rtpmap:3 GSM/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=silenceSupp:off - - - - >> a=ptime:20 >> a=sendrecv >> >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:759 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:3351 ( >> sofia/internal/1010 at 192.168.0.100) Callstate Change EARLY -> ACTIVE >> 2012-09-27 09:47:19.453469 [NOTICE] mod_conference.c:7211 Channel [ >> sofia/internal/1010 at 192.168.0.100] has been answered >> 2012-09-27 09:47:19.453469 [INFO] mod_conference.c:8315 using channel >> sound prefix: >> /home/sunzhi/sunzhi/freeswitch/freeswitch-1.2.3/rel/sounds/en/us/callie >> 2012-09-27 09:47:19.453469 [DEBUG] mod_conference.c:1922 Setup timer >> success interval: 20 samples: 160 >> 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:1072 >> sofia/internal/1010 at 192.168.0.100 EXPORTING[export_vars] >> [RFC2822_DATE]=[Thu, 27 Sep 2012 09:47:19 +0800] to event >> 2012-09-27 09:47:19.453469 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:47:19.453469 [NOTICE] switch_channel.c:951 New Channel >> sofia/internal/1002 at 192.168.0.100 [46000434-0845-11e2-b598-8d63071eb0f5] >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:4879 ( >> sofia/internal/1002 at 192.168.0.100) State Change CS_NEW -> CS_INIT >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1002 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:4954 [zrtp_passthru] >> Setting a-leg inherit_codec=true >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:4957 [zrtp_passthru] >> Setting b-leg absolute_codec_string='GSM at 8000h@20i at 13200b,PCMU at 8000h >> @20i at 64000b,PCMA at 8000h@20i at 64000b' >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6282 Channel >> sofia/internal/1010 at 192.168.0.100 entering state [completed][200] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/1002 at 192.168.0.100) Running State Change CS_INIT >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:437 ( >> sofia/internal/1002 at 192.168.0.100) State INIT >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:86 >> sofia/internal/1002 at 192.168.0.100 SOFIA INIT >> 2012-09-27 09:47:19.453469 [DEBUG] sofia_glue.c:2637 Local SDP: >> v=0 >> o=FreeSWITCH 1348687005 1348687006 IN IP4 192.168.0.100 >> s=FreeSWITCH >> c=IN IP4 192.168.0.100 >> t=0 0 >> m=audio 23434 RTP/AVP 3 0 8 101 13 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=ptime:20 >> a=sendrecv >> >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:126 ( >> sofia/internal/1002 at 192.168.0.100) State Change CS_INIT -> CS_ROUTING >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1002 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:437 ( >> sofia/internal/1002 at 192.168.0.100) State INIT going to sleep >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/1002 at 192.168.0.100) Running State Change CS_ROUTING >> 2012-09-27 09:47:19.453469 [DEBUG] switch_channel.c:1964 ( >> sofia/internal/1002 at 192.168.0.100) Callstate Change DOWN -> RINGING >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:446 ( >> sofia/internal/1002 at 192.168.0.100) State ROUTING >> 2012-09-27 09:47:19.453469 [DEBUG] mod_sofia.c:149 >> sofia/internal/1002 at 192.168.0.100 SOFIA ROUTING >> 2012-09-27 09:47:19.453469 [DEBUG] switch_ivr_originate.c:67 ( >> sofia/internal/1002 at 192.168.0.100) State Change CS_ROUTING -> >> CS_CONSUME_MEDIA >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1002 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:446 ( >> sofia/internal/1002 at 192.168.0.100) State ROUTING going to sleep >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/1002 at 192.168.0.100) Running State Change CS_CONSUME_MEDIA >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:465 ( >> sofia/internal/1002 at 192.168.0.100) State CONSUME_MEDIA >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:465 ( >> sofia/internal/1002 at 192.168.0.100) State CONSUME_MEDIA going to sleep >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1002 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] sofia.c:6282 Channel >> sofia/internal/1002 at 192.168.0.100 entering state [calling][0] >> 2012-09-27 09:47:19.453469 [NOTICE] switch_channel.c:951 New Channel >> sofia/internal/0000000000 at 192.168.0.100[46006712-0845-11e2-b59c-8d63071eb0f5] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_NEW >> 2012-09-27 09:47:19.453469 [DEBUG] switch_core_state_machine.c:416 ( >> sofia/internal/0000000000 at 192.168.0.100) State NEW >> 2012-09-27 09:47:19.473478 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:8412 IP 192.168.0.100 Rejected >> by acl "domains". Falling back to Digest auth. >> 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:6282 Channel >> sofia/internal/0000000000 at 192.168.0.100 entering state [received][100] >> 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:6293 Remote SDP: >> v=0 >> o=FreeSWITCH 1348687005 1348687006 IN IP4 192.168.0.100 >> s=FreeSWITCH >> c=IN IP4 192.168.0.100 >> t=0 0 >> m=audio 23434 RTP/AVP 3 0 8 101 13 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=ptime:20 >> >> 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:6506 ( >> sofia/internal/0000000000 at 192.168.0.100) State Change CS_NEW -> CS_INIT >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_INIT >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:437 ( >> sofia/internal/0000000000 at 192.168.0.100) State INIT >> 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:86 >> sofia/internal/0000000000 at 192.168.0.100 SOFIA INIT >> 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:126 ( >> sofia/internal/0000000000 at 192.168.0.100) State Change CS_INIT -> >> CS_ROUTING >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:437 ( >> sofia/internal/0000000000 at 192.168.0.100) State INIT going to sleep >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_ROUTING >> 2012-09-27 09:47:19.493470 [DEBUG] switch_channel.c:1964 ( >> sofia/internal/0000000000 at 192.168.0.100) Callstate Change DOWN -> RINGING >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:446 ( >> sofia/internal/0000000000 at 192.168.0.100) State ROUTING >> 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:149 >> sofia/internal/0000000000 at 192.168.0.100 SOFIA ROUTING >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:117 >> sofia/internal/0000000000 at 192.168.0.100 Standard ROUTING >> 2012-09-27 09:47:19.493470 [INFO] mod_dialplan_xml.c:485 Processing >> FreeSWITCH <0000000000>->1002 in context public >> Dialplan: sofia/internal/0000000000 at 192.168.0.100 parsing >> [public->unloop] continue=false >> Dialplan: sofia/internal/0000000000 at 192.168.0.100 Regex (PASS) [unloop] >> ${unroll_loops}(true) =~ /^true$/ break=on-false >> Dialplan: sofia/internal/0000000000 at 192.168.0.100 Regex (PASS) [unloop] >> ${sip_looped_call}(true) =~ /^true$/ break=on-false >> Dialplan: sofia/internal/0000000000 at 192.168.0.100 Action >> deflect(${destination_number}) >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:167 ( >> sofia/internal/0000000000 at 192.168.0.100) State Change CS_ROUTING -> >> CS_EXECUTE >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:446 ( >> sofia/internal/0000000000 at 192.168.0.100) State ROUTING going to sleep >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_EXECUTE >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:453 ( >> sofia/internal/0000000000 at 192.168.0.100) State EXECUTE >> 2012-09-27 09:47:19.493470 [DEBUG] mod_sofia.c:242 >> sofia/internal/0000000000 at 192.168.0.100 SOFIA EXECUTE >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_state_machine.c:209 >> sofia/internal/0000000000 at 192.168.0.100 Standard EXECUTE >> EXECUTE sofia/internal/0000000000 at 192.168.0.100 deflect(1002) >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1002 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [DEBUG] sofia.c:7308 Process REFER to [ >> 1002 at 192.168.0.100] >> 2012-09-27 09:47:19.493470 [DEBUG] switch_ivr.c:1742 ( >> sofia/internal/1010 at 192.168.0.100) State Change CS_EXECUTE -> CS_ROUTING >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:759 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [NOTICE] switch_ivr.c:1748 Transfer >> sofia/internal/1010 at 192.168.0.100 to XML[1002 at default] >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.493470 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1002 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2950 ( >> sofia/internal/1002 at 192.168.0.100) Callstate Change RINGING -> HANGUP >> 2012-09-27 09:47:19.513472 [NOTICE] switch_ivr_originate.c:3326 Hangup >> sofia/internal/1002 at 192.168.0.100 [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2973 Send signal >> sofia/internal/1002 at 192.168.0.100 [KILL] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1002 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/1002 at 192.168.0.100) Running State Change CS_HANGUP >> 2012-09-27 09:47:19.513472 [DEBUG] switch_ivr_originate.c:3502 Originate >> Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL] >> 2012-09-27 09:47:19.513472 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: ORIGINATOR_CANCEL >> 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2950 ( >> sofia/internal/1010 at 192.168.0.100) Callstate Change ACTIVE -> HANGUP >> 2012-09-27 09:47:19.513472 [NOTICE] mod_conference.c:6617 Hangup >> sofia/internal/1010 at 192.168.0.100 [CS_ROUTING] [ORIGINATOR_CANCEL] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 ( >> sofia/internal/1002 at 192.168.0.100) State HANGUP >> 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:483 Channel >> sofia/internal/1002 at 192.168.0.100 hanging up, cause: ORIGINATOR_CANCEL >> 2012-09-27 09:47:19.513472 [DEBUG] switch_channel.c:2973 Send signal >> sofia/internal/1010 at 192.168.0.100 [KILL] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:2553 >> sofia/internal/1010 at 192.168.0.100 skip receive message >> [APPLICATION_EXEC_COMPLETE] (channel is hungup already) >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:453 ( >> sofia/internal/1010 at 192.168.0.100) State EXECUTE going to sleep >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/1010 at 192.168.0.100) Running State Change CS_HANGUP >> 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:542 Sending CANCEL to >> sofia/internal/1002 at 192.168.0.100 >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:48 >> sofia/internal/1002 at 192.168.0.100 Standard HANGUP, cause: >> ORIGINATOR_CANCEL >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 ( >> sofia/internal/1002 at 192.168.0.100) State HANGUP going to sleep >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:429 ( >> sofia/internal/1002 at 192.168.0.100) State Change CS_HANGUP -> CS_REPORTING >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1002 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/1002 at 192.168.0.100) Running State Change CS_REPORTING >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 ( >> sofia/internal/1002 at 192.168.0.100) State REPORTING >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:92 >> sofia/internal/1002 at 192.168.0.100 Standard REPORTING, cause: >> ORIGINATOR_CANCEL >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 ( >> sofia/internal/1002 at 192.168.0.100) State REPORTING going to sleep >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:423 ( >> sofia/internal/1002 at 192.168.0.100) State Change CS_REPORTING -> >> CS_DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1002 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 ( >> sofia/internal/1010 at 192.168.0.100) State HANGUP >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1415 Session 5 ( >> sofia/internal/1002 at 192.168.0.100) Locked, Waiting on external entities >> 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:483 Channel >> sofia/internal/1010 at 192.168.0.100 hanging up, cause: ORIGINATOR_CANCEL >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:532 Sending BYE to >> sofia/internal/1010 at 192.168.0.100 >> 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1433 Session 5 ( >> sofia/internal/1002 at 192.168.0.100) Ended >> 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1437 Close >> Channel sofia/internal/1002 at 192.168.0.100 [CS_DESTROY] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:48 >> sofia/internal/1010 at 192.168.0.100 Standard HANGUP, cause: >> ORIGINATOR_CANCEL >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:638 ( >> sofia/internal/1010 at 192.168.0.100) State HANGUP going to sleep >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:429 ( >> sofia/internal/1010 at 192.168.0.100) State Change CS_HANGUP -> CS_REPORTING >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/1010 at 192.168.0.100) Running State Change CS_REPORTING >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 ( >> sofia/internal/1010 at 192.168.0.100) State REPORTING >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:527 ( >> sofia/internal/1002 at 192.168.0.100) Callstate Change HANGUP -> DOWN >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:92 >> sofia/internal/1010 at 192.168.0.100 Standard REPORTING, cause: >> ORIGINATOR_CANCEL >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:703 ( >> sofia/internal/1010 at 192.168.0.100) State REPORTING going to sleep >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:530 ( >> sofia/internal/1002 at 192.168.0.100) Running State Change CS_DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 ( >> sofia/internal/1002 at 192.168.0.100) State DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:376 >> sofia/internal/1002 at 192.168.0.100 SOFIA DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:99 >> sofia/internal/1002 at 192.168.0.100 Standard DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 ( >> sofia/internal/1002 at 192.168.0.100) State DESTROY going to sleep >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:423 ( >> sofia/internal/1010 at 192.168.0.100) State Change CS_REPORTING -> >> CS_DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:1415 Session 4 ( >> sofia/internal/1010 at 192.168.0.100) Locked, Waiting on external entities >> 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1433 Session 4 ( >> sofia/internal/1010 at 192.168.0.100) Ended >> 2012-09-27 09:47:19.513472 [NOTICE] switch_core_session.c:1437 Close >> Channel sofia/internal/1010 at 192.168.0.100 [CS_DESTROY] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:527 ( >> sofia/internal/1010 at 192.168.0.100) Callstate Change HANGUP -> DOWN >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:530 ( >> sofia/internal/1010 at 192.168.0.100) Running State Change CS_DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 ( >> sofia/internal/1010 at 192.168.0.100) State DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] mod_sofia.c:376 >> sofia/internal/1010 at 192.168.0.100 SOFIA DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:99 >> sofia/internal/1010 at 192.168.0.100 Standard DESTROY >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_state_machine.c:540 ( >> sofia/internal/1010 at 192.168.0.100) State DESTROY going to sleep >> 2012-09-27 09:47:19.513472 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.533467 [DEBUG] mod_conference.c:2461 Write Lock ON >> 2012-09-27 09:47:19.533467 [DEBUG] mod_conference.c:2464 Write Lock OFF >> 2012-09-27 09:47:19.593467 [DEBUG] switch_channel.c:2950 ( >> sofia/internal/0000000000 at 192.168.0.100) Callstate Change RINGING -> >> HANGUP >> 2012-09-27 09:47:19.593467 [NOTICE] sofia.c:420 Hangup >> sofia/internal/0000000000 at 192.168.0.100 [CS_EXECUTE] [BLIND_TRANSFER] >> 2012-09-27 09:47:19.593467 [DEBUG] switch_channel.c:2973 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [KILL] >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:2553 >> sofia/internal/0000000000 at 192.168.0.100 skip receive message >> [APPLICATION_EXEC_COMPLETE] (channel is hungup already) >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:453 ( >> sofia/internal/0000000000 at 192.168.0.100) State EXECUTE going to sleep >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_HANGUP >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:638 ( >> sofia/internal/0000000000 at 192.168.0.100) State HANGUP >> 2012-09-27 09:47:19.593467 [DEBUG] mod_sofia.c:483 Channel >> sofia/internal/0000000000 at 192.168.0.100 hanging up, cause: BLIND_TRANSFER >> 2012-09-27 09:47:19.593467 [DEBUG] mod_sofia.c:613 Responding to INVITE >> with: 480 >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:48 >> sofia/internal/0000000000 at 192.168.0.100 Standard HANGUP, cause: >> BLIND_TRANSFER >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:638 ( >> sofia/internal/0000000000 at 192.168.0.100) State HANGUP going to sleep >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:429 ( >> sofia/internal/0000000000 at 192.168.0.100) State Change CS_HANGUP -> >> CS_REPORTING >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/0000000000 at 192.168.0.100) Running State Change >> CS_REPORTING >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:703 ( >> sofia/internal/0000000000 at 192.168.0.100) State REPORTING >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:92 >> sofia/internal/0000000000 at 192.168.0.100 Standard REPORTING, cause: >> BLIND_TRANSFER >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:703 ( >> sofia/internal/0000000000 at 192.168.0.100) State REPORTING going to sleep >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:423 ( >> sofia/internal/0000000000 at 192.168.0.100) State Change CS_REPORTING -> >> CS_DESTROY >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_session.c:1415 Session 6 ( >> sofia/internal/0000000000 at 192.168.0.100) Locked, Waiting on external >> entities >> 2012-09-27 09:47:19.593467 [NOTICE] switch_core_session.c:1433 Session 6 ( >> sofia/internal/0000000000 at 192.168.0.100) Ended >> 2012-09-27 09:47:19.593467 [NOTICE] switch_core_session.c:1437 Close >> Channel sofia/internal/0000000000 at 192.168.0.100 [CS_DESTROY] >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:527 ( >> sofia/internal/0000000000 at 192.168.0.100) Callstate Change HANGUP -> DOWN >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:530 ( >> sofia/internal/0000000000 at 192.168.0.100) Running State Change CS_DESTROY >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:540 ( >> sofia/internal/0000000000 at 192.168.0.100) State DESTROY >> 2012-09-27 09:47:19.593467 [DEBUG] mod_sofia.c:376 >> sofia/internal/0000000000 at 192.168.0.100 SOFIA DESTROY >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:99 >> sofia/internal/0000000000 at 192.168.0.100 Standard DESTROY >> 2012-09-27 09:47:19.593467 [DEBUG] switch_core_state_machine.c:540 ( >> sofia/internal/0000000000 at 192.168.0.100) State DESTROY going to sleep >> >> ============================================================================ >> >> >> >> >> 2012/9/27 zhi sun >> >> thanks for response, the detailed debug log as below: >> >> version 2.1.3 >> >> there are two sip client: 1002, 1010 >> >> i can call 1002 from 1010 successfully. >> >> then i try to call 0911 from 1010, as you know the 1002 is a member of >> sales group, the 0911 will try to out call 1002 according the rule in >> default.xml >> >> ============================================= >> 2012-09-27 09:34:07.533467 [NOTICE] switch_channel.c:951 New Channel >> sofia/internal/1010 at 192.168.0.100 [6dfa8876-0843-11e2-b574-8d63071eb0f5] >> 2012-09-27 09:34:07.533467 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.533467 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/1010 at 192.168.0.100) Running State Change CS_NEW >> 2012-09-27 09:34:07.533467 [DEBUG] switch_core_state_machine.c:416 ( >> sofia/internal/1010 at 192.168.0.100) State NEW >> 2012-09-27 09:34:07.533467 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.553467 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected >> by acl "domains". Falling back to Digest auth. >> 2012-09-27 09:34:07.553467 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.553467 [DEBUG] sofia.c:1728 detaching session >> 6dfa8876-0843-11e2-b574-8d63071eb0f5 >> 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:1820 Re-attaching to session >> 6dfa8876-0843-11e2-b574-8d63071eb0f5 >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:8412 IP 192.168.0.10 Rejected >> by acl "domains". Falling back to Digest auth. >> 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:6282 Channel >> sofia/internal/1010 at 192.168.0.100 entering state [received][100] >> 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:6293 Remote SDP: >> v=0 >> o=1010 3118 3118 IN IP4 192.168.0.10 >> s=Talk >> c=IN IP4 192.168.0.10 >> t=0 0 >> m=audio 7078 RTP/AVP 112 111 110 3 0 8 101 >> a=rtpmap:112 speex/32000 >> a=fmtp:112 vbr=on >> a=rtpmap:111 speex/16000 >> a=fmtp:111 vbr=on >> a=rtpmap:110 speex/8000 >> a=fmtp:110 vbr=on >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-11 >> >> 2012-09-27 09:34:07.573471 [DEBUG] sofia.c:6506 ( >> sofia/internal/1010 at 192.168.0.100) State Change CS_NEW -> CS_INIT >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/1010 at 192.168.0.100) Running State Change CS_INIT >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:437 ( >> sofia/internal/1010 at 192.168.0.100) State INIT >> 2012-09-27 09:34:07.573471 [DEBUG] mod_sofia.c:86 >> sofia/internal/1010 at 192.168.0.100 SOFIA INIT >> 2012-09-27 09:34:07.573471 [DEBUG] mod_sofia.c:126 ( >> sofia/internal/1010 at 192.168.0.100) State Change CS_INIT -> CS_ROUTING >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:437 ( >> sofia/internal/1010 at 192.168.0.100) State INIT going to sleep >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/1010 at 192.168.0.100) Running State Change CS_ROUTING >> 2012-09-27 09:34:07.573471 [DEBUG] switch_channel.c:1964 ( >> sofia/internal/1010 at 192.168.0.100) Callstate Change DOWN -> RINGING >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:446 ( >> sofia/internal/1010 at 192.168.0.100) State ROUTING >> 2012-09-27 09:34:07.573471 [DEBUG] mod_sofia.c:149 >> sofia/internal/1010 at 192.168.0.100 SOFIA ROUTING >> 2012-09-27 09:34:07.573471 [DEBUG] switch_core_state_machine.c:117 >> sofia/internal/1010 at 192.168.0.100 Standard ROUTING >> 2012-09-27 09:34:07.573471 [INFO] mod_dialplan_xml.c:485 Processing 1010 >> <1010>->0911 in context default >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->unloop] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) [unloop] >> ${unroll_loops}(true) =~ /^true$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [unloop] >> ${sip_looped_call}() =~ /^true$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->tod_example] continue=true >> Dialplan: sofia/internal/1010 at 192.168.0.100 Date/Time Match (PASS) >> [tod_example] break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action set(open=true) >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->holiday_example] continue=true >> Dialplan: sofia/internal/1010 at 192.168.0.100 Date/TimeMatch (FAIL) >> [holiday_example] break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->global-intercept] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [global-intercept] destination_number(0911) =~ /^886$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->group-intercept] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [group-intercept] destination_number(0911) =~ /^\*8$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->intercept-ext] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [intercept-ext] >> destination_number(0911) =~ /^\*\*(\d+)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->redial] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [redial] >> destination_number(0911) =~ /^(redial|870)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->global] >> continue=true >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] >> ${call_debug}(false) =~ /^true$/ break=never >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [global] >> ${sip_has_crypto}() =~ >> /^(AES_CM_128_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_80)$/ break=never >> Dialplan: sofia/internal/1010 at 192.168.0.100 Absolute Condition [global] >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> hash(insert/${domain_name}-spymap/${caller_id_number}/${uuid}) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> hash(insert/${domain_name}-last_dial/${caller_id_number}/${destination_number}) >> >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> hash(insert/${domain_name}-last_dial/global/${uuid}) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> export(RFC2822_DATE=${strftime(%a, %d %b %Y %T %z)}) >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->snom-demo-2] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-2] >> destination_number(0911) =~ /^9001$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->snom-demo-1] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [snom-demo-1] >> destination_number(0911) =~ /^9000$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] >> destination_number(0911) =~ /^88(\d{4})$|^\*0(.*)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->eavesdrop] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [eavesdrop] >> destination_number(0911) =~ /^779$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->call_return] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [call_return] >> destination_number(0911) =~ /^\*69$|^869$|^lcr$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->del-group] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [del-group] >> destination_number(0911) =~ /^80(\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->add-group] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [add-group] >> destination_number(0911) =~ /^81(\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->call-group-simo] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [call-group-simo] destination_number(0911) =~ /^82(\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->call-group-order] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [call-group-order] destination_number(0911) =~ /^83(\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->extension-intercom] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [extension-intercom] destination_number(0911) =~ /^8(10[01][0-9])$/ >> break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->Local_Extension] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [Local_Extension] destination_number(0911) =~ /^(10[01][0-9])$/ >> break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->Local_Extension_Skinny] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [Local_Extension_Skinny] destination_number(0911) =~ /^(11[01][0-9])$/ >> break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->group_dial_sales] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [group_dial_sales] destination_number(0911) =~ /^2000$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->group_dial_support] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [group_dial_support] destination_number(0911) =~ /^2001$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->group_dial_billing] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [group_dial_billing] destination_number(0911) =~ /^2002$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->operator] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [operator] >> destination_number(0911) =~ /^(operator|0)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->vmain] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [vmain] >> destination_number(0911) =~ /^vmain$|^4000$|^\*98$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing [default->sip_uri] >> continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) [sip_uri] >> destination_number(0911) =~ /^sip:(.*)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->nb_conferences] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [nb_conferences] destination_number(0911) =~ /^(30\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->wb_conferences] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [wb_conferences] destination_number(0911) =~ /^(31\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->uwb_conferences] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [uwb_conferences] destination_number(0911) =~ /^(32\d{2})$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->cdquality_conferences] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [cdquality_conferences] destination_number(0911) =~ /^(33\d{2})$/ >> break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->freeswitch_public_conf_via_sip] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (FAIL) >> [freeswitch_public_conf_via_sip] destination_number(0911) =~ >> /^9(888|8888|1616|3232)$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 parsing >> [default->mad_boss_intercom] continue=false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Regex (PASS) >> [mad_boss_intercom] destination_number(0911) =~ /^0911$/ break=on-false >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> set(conference_auto_outcall_caller_id_name=Mad Boss1) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> set(conference_auto_outcall_caller_id_number=0911) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> set(conference_auto_outcall_timeout=60) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> set(conference_auto_outcall_flags=mute) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> set(conference_auto_outcall_prefix={sip_auto_answer=true,execute_on_answer='bind_meta_app >> 2 a s1 transfer::intercept:${uuid} inline'}) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> set(sip_exclude_contact=${network_addr}) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> conference_set_auto_outcall(${group_call(sales)}) >> Dialplan: sofia/internal/1010 at 192.168.0.100 Action >> conference(madboss_intercom1 at default+flags{endconf|deaf}) >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:167 ( >> sofia/internal/1010 at 192.168.0.100) State Change CS_ROUTING -> CS_EXECUTE >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:446 ( >> sofia/internal/1010 at 192.168.0.100) State ROUTING going to sleep >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/1010 at 192.168.0.100) Running State Change CS_EXECUTE >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:453 ( >> sofia/internal/1010 at 192.168.0.100) State EXECUTE >> 2012-09-27 09:34:07.593468 [DEBUG] mod_sofia.c:242 >> sofia/internal/1010 at 192.168.0.100 SOFIA EXECUTE >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_state_machine.c:209 >> sofia/internal/1010 at 192.168.0.100 Standard EXECUTE >> EXECUTE sofia/internal/1010 at 192.168.0.100 set(open=true) >> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 >> sofia/internal/1010 at 192.168.0.100 SET [open]=[true] >> EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-spymap/1010/6dfa8876-0843-11e2-b574-8d63071eb0f5) >> EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-last_dial/1010/0911) >> EXECUTE sofia/internal/1010 at 192.168.0.100hash(insert/192.168.0.100-last_dial/global/6dfa8876-0843-11e2-b574-8d63071eb0f5) >> EXECUTE sofia/internal/1010 at 192.168.0.100 export(RFC2822_DATE=Thu, 27 >> Sep 2012 09:34:07 +0800) >> 2012-09-27 09:34:07.593468 [DEBUG] switch_channel.c:1118 EXPORT >> (export_vars) [RFC2822_DATE]=[Thu, 27 Sep 2012 09:34:07 +0800] >> EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_caller_id_name=Mad Boss1) >> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 >> sofia/internal/1010 at 192.168.0.100 SET >> [conference_auto_outcall_caller_id_name]=[Mad Boss1] >> EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_caller_id_number=0911) >> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 >> sofia/internal/1010 at 192.168.0.100 SET >> [conference_auto_outcall_caller_id_number]=[0911] >> EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_timeout=60) >> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 >> sofia/internal/1010 at 192.168.0.100 SET >> [conference_auto_outcall_timeout]=[60] >> EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_flags=mute) >> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 >> sofia/internal/1010 at 192.168.0.100 SET >> [conference_auto_outcall_flags]=[mute] >> EXECUTE sofia/internal/1010 at 192.168.0.100set(conference_auto_outcall_prefix={sip_auto_answer=true,execute_on_answer='bind_meta_app >> 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline'}) >> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 >> sofia/internal/1010 at 192.168.0.100 SET >> [conference_auto_outcall_prefix]=[{sip_auto_answer=true,execute_on_answer='bind_meta_app >> 2 a s1 transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline'}] >> EXECUTE sofia/internal/1010 at 192.168.0.100set(sip_exclude_contact=192.168.0.10) >> 2012-09-27 09:34:07.593468 [DEBUG] mod_dptools.c:1319 >> sofia/internal/1010 at 192.168.0.100 SET >> [sip_exclude_contact]=[192.168.0.10] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:2390 Application >> conference_set_auto_outcall Requires media! pre_answering channel >> sofia/internal/1010 at 192.168.0.100 >> 2012-09-27 09:34:07.593468 [INFO] switch_core_session.c:2392 Sending >> early media >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:112:32000:20:0]/[G722:9:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:112:32000:20:0]/[PCMU:0:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:112:32000:20:0]/[PCMA:8:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:112:32000:20:0]/[GSM:3:8000:20:13200] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:111:16000:20:0]/[G722:9:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:111:16000:20:0]/[PCMU:0:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:111:16000:20:0]/[PCMA:8:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:111:16000:20:0]/[GSM:3:8000:20:13200] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:110:8000:20:0]/[G722:9:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:110:8000:20:0]/[PCMU:0:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:110:8000:20:0]/[PCMA:8:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [speex:110:8000:20:0]/[GSM:3:8000:20:13200] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [GSM:3:8000:20:13200]/[G722:9:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [GSM:3:8000:20:13200]/[PCMU:0:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [GSM:3:8000:20:13200]/[PCMA:8:8000:20:64000] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5094 Audio Codec Compare >> [GSM:3:8000:20:13200]/[GSM:3:8000:20:13200] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3077 Set Codec >> sofia/internal/1010 at 192.168.0.100 GSM/8000 20 ms 160 samples 13200 bits >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_codec.c:111 >> sofia/internal/1010 at 192.168.0.100 Original read codec set to GSM:3 >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:5219 Set 2833 dtmf >> send/recv payload to 101 >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3327 AUDIO RTP [ >> sofia/internal/1010 at 192.168.0.100] 192.168.0.100 port 19426 -> >> 192.168.0.10 port 7078 codec: 3 ms: 20 >> 2012-09-27 09:34:07.593468 [DEBUG] switch_rtp.c:1927 Starting timer >> [soft] 160 bytes per 20ms >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3591 Set 2833 dtmf send >> payload to 101 >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3597 Set 2833 dtmf >> receive payload to 101 >> 2012-09-27 09:34:07.593468 [DEBUG] sofia_glue.c:3624 >> sofia/internal/1010 at 192.168.0.100 Set rtp dtmf delay to 40 >> 2012-09-27 09:34:07.593468 [NOTICE] sofia_glue.c:4226 Pre-Answer >> sofia/internal/1010 at 192.168.0.100! >> 2012-09-27 09:34:07.593468 [DEBUG] switch_channel.c:3092 ( >> sofia/internal/1010 at 192.168.0.100) Callstate Change RINGING -> EARLY >> 2012-09-27 09:34:07.593468 [DEBUG] mod_sofia.c:2730 Ring SDP: >> v=0 >> o=FreeSWITCH 1348690221 1348690222 IN IP4 192.168.0.100 >> s=FreeSWITCH >> c=IN IP4 192.168.0.100 >> t=0 0 >> m=audio 19426 RTP/AVP 3 101 >> a=rtpmap:3 GSM/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=silenceSupp:off - - - - >> a=ptime:20 >> a=sendrecv >> >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:759 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> EXECUTE sofia/internal/1010 at 192.168.0.100conference_set_auto_outcall([sip_invite_domain=192.168.0.100, >> presence_id=1000 at 192.168.0.100]sofia/internal/sip:1000 at 192.168.0.20:5060< >> http://sip:1000 at 192.168.0.20:5060> ,[sip_invite_domain=192.168.0.100, >> presence_id=1001 at 192.168.0.100]error/user_not_registered >> ,[sip_invite_domain=192.168.0.100, >> presence_id=1002 at 192.168.0.100]error/user_not_registered >> ,[sip_invite_domain=192.168.0.100, >> presence_id=1003 at 192.168.0.100]error/user_not_registered >> ,[sip_invite_domain=192.168.0.100, >> presence_id=1004 at 192.168.0.100]error/user_not_registered) >> 2012-09-27 09:34:07.593468 [DEBUG] sofia.c:6282 Channel >> sofia/internal/1010 at 192.168.0.100 entering state [early][183] >> EXECUTE sofia/internal/1010 at 192.168.0.100conference(madboss_intercom1 at default >> +flags{endconf|deaf}) >> 2012-09-27 09:34:07.593468 [DEBUG] mod_sofia.c:836 Local SDP >> sofia/internal/1010 at 192.168.0.100: >> v=0 >> o=FreeSWITCH 1348690221 1348690223 IN IP4 192.168.0.100 >> s=FreeSWITCH >> c=IN IP4 192.168.0.100 >> t=0 0 >> m=audio 19426 RTP/AVP 3 101 >> a=rtpmap:3 GSM/8000 >> a=rtpmap:101 telephone-event/8000 >> a=fmtp:101 0-16 >> a=silenceSupp:off - - - - >> a=ptime:20 >> a=sendrecv >> >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:759 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_channel.c:3351 ( >> sofia/internal/1010 at 192.168.0.100) Callstate Change EARLY -> ACTIVE >> 2012-09-27 09:34:07.593468 [NOTICE] mod_conference.c:7211 Channel [ >> sofia/internal/1010 at 192.168.0.100] has been answered >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.593468 [DEBUG] sofia.c:6282 Channel >> sofia/internal/1010 at 192.168.0.100 entering state [completed][200] >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8315 using channel >> sound prefix: >> /home/sunzhi/sunzhi/freeswitch/freeswitch-1.2.3/rel/sounds/en/us/callie >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:7092 Raw Codec >> Activation Success L16 at 8000hz 1 channel 20ms >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:7137 Raw Codec >> Activation Success L16 at 8000hz 1 channel 20ms >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:1922 Setup timer >> success interval: 20 samples: 160 >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_codec.c:219 >> sofia/internal/1010 at 192.168.0.100 Push codec L16:70 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >> sofia/internal/1010 at 192.168.0.100 binding '0' to 'mute' >> 2012-09-27 09:34:07.593468 [INFO] switch_ivr_async.c:194 Digit parser >> mod_conference: Setting realm to 'conf' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 0/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bab8 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >> sofia/internal/1010 at 192.168.0.100 binding '*' to 'deaf mute' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding */conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bae8 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >> sofia/internal/1010 at 192.168.0.100 binding '9' to 'energy up' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 9/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bb18 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >> sofia/internal/1010 at 192.168.0.100 binding '8' to 'energy equ' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 8/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bb48 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >> sofia/internal/1010 at 192.168.0.100 binding '7' to 'energy dn' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 7/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bb78 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >> sofia/internal/1010 at 192.168.0.100 binding '3' to 'vol talk up' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 3/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bba8 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >> sofia/internal/1010 at 192.168.0.100 binding '2' to 'vol talk zero' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 2/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bbd8 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >> sofia/internal/1010 at 192.168.0.100 binding '1' to 'vol talk dn' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 1/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bc08 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >> sofia/internal/1010 at 192.168.0.100 binding '6' to 'vol listen up' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 6/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bc38 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >> sofia/internal/1010 at 192.168.0.100 binding '5' to 'vol listen zero' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 5/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bc68 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >> sofia/internal/1010 at 192.168.0.100 binding '4' to 'vol listen dn' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding 4/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bc98 >> 2012-09-27 09:34:07.593468 [INFO] mod_conference.c:8869 >> sofia/internal/1010 at 192.168.0.100 binding '#' to 'hangup' >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_async.c:288 Digit parser >> mod_conference: binding #/conf/0 callback: 0x7f7bcbde4640 data: >> 0x7f7b8002bcc8 >> 2012-09-27 09:34:07.593468 [DEBUG] switch_core_session.c:759 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:3474 Setup timer soft >> success interval: 20 samples: 160 >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing >> session specific variables >> 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not >> locate channel type presence_id=1000 at 192.168.0.100]sofia >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing >> session specific variables >> 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot >> create outgoing channel of type [presence_id=1000 at 192.168.0.100]sofia] >> cause: [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >> 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not >> locate channel type presence_id=1001 at 192.168.0.100]error >> 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot >> create outgoing channel of type [presence_id=1001 at 192.168.0.100]error] >> cause: [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing >> session specific variables >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >> 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not >> locate channel type presence_id=1002 at 192.168.0.100]error >> 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot >> create outgoing channel of type [presence_id=1002 at 192.168.0.100]error] >> cause: [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing >> session specific variables >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [DEBUG] mod_conference.c:6815 Launching BG >> Thread for outcall >> 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2005 Parsing >> global variables >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >> 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not >> locate channel type presence_id=1003 at 192.168.0.100]error >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot >> create outgoing channel of type [presence_id=1003 at 192.168.0.100]error] >> cause: [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [sip_auto_answer]=[true] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_event.c:1569 Parsing variable >> [execute_on_answer]=[bind_meta_app 2 a s1 >> transfer::intercept:6dfa8876-0843-11e2-b574-8d63071eb0f5 inline] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:2425 Parsing >> session specific variables >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >> 2012-09-27 09:34:07.593468 [ERR] switch_ivr_originate.c:2440 Parse Error! >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 27 [DESTINATION_OUT_OF_ORDER] >> 2012-09-27 09:34:07.593468 [ERR] switch_core_session.c:408 Could not >> locate channel type presence_id=1004 at 192.168.0.100]error >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: DESTINATION_OUT_OF_ORDER >> 2012-09-27 09:34:07.593468 [NOTICE] switch_ivr_originate.c:2591 Cannot >> create outgoing channel of type [presence_id=1004 at 192.168.0.100]error] >> cause: [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [DEBUG] switch_ivr_originate.c:3508 Originate >> Resulted in Error Cause: 66 [CHAN_NOT_IMPLEMENTED] >> 2012-09-27 09:34:07.593468 [ERR] mod_conference.c:6614 Cannot create >> outgoing channel, cause: CHAN_NOT_IMPLEMENTED >> 2012-09-27 09:34:07.613471 [DEBUG] mod_local_stream.c:417 Opening Stream >> [moh/8000] 8000hz >> 2012-09-27 09:34:07.613471 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.613471 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.613471 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:07.633467 [DEBUG] sofia.c:6282 Channel >> sofia/internal/1010 at 192.168.0.100 entering state [ready][200] >> 2012-09-27 09:34:07.693467 [DEBUG] switch_rtp.c:3596 Correct ip/port >> confirmed. >> 2012-09-27 09:34:07.713468 [DEBUG] mod_conference.c:4288 Queueing file >> 'tone_stream://%(500,0,640)' for play >> 2012-09-27 09:34:10.733467 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:10.753468 [DEBUG] switch_channel.c:2950 ( >> sofia/internal/1010 at 192.168.0.100) Callstate Change ACTIVE -> HANGUP >> 2012-09-27 09:34:10.753468 [NOTICE] sofia.c:711 Hangup >> sofia/internal/1010 at 192.168.0.100 [CS_EXECUTE] [NORMAL_CLEARING] >> 2012-09-27 09:34:10.753468 [DEBUG] switch_channel.c:2973 Send signal >> sofia/internal/1010 at 192.168.0.100 [KILL] >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:10.753468 [DEBUG] mod_conference.c:3777 Channel leaving >> conference, cause: NORMAL_CLEARING >> 2012-09-27 09:34:10.753468 [DEBUG] mod_conference.c:7645 >> sofia/internal/1010 at 192.168.0.100 skip receive message [UNBRIDGE] >> (channel is hungup already) >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_codec.c:244 >> sofia/internal/1010 at 192.168.0.100 Restore previous codec GSM:3. >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:2553 >> sofia/internal/1010 at 192.168.0.100 skip receive message >> [APPLICATION_EXEC_COMPLETE] (channel is hungup already) >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:453 ( >> sofia/internal/1010 at 192.168.0.100) State EXECUTE going to sleep >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/1010 at 192.168.0.100) Running State Change CS_HANGUP >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:638 ( >> sofia/internal/1010 at 192.168.0.100) State HANGUP >> 2012-09-27 09:34:10.753468 [DEBUG] mod_sofia.c:483 Channel >> sofia/internal/1010 at 192.168.0.100 hanging up, cause: NORMAL_CLEARING >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:48 >> sofia/internal/1010 at 192.168.0.100 Standard HANGUP, cause: NORMAL_CLEARING >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:638 ( >> sofia/internal/1010 at 192.168.0.100) State HANGUP going to sleep >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:429 ( >> sofia/internal/1010 at 192.168.0.100) State Change CS_HANGUP -> CS_REPORTING >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/1010 at 192.168.0.100) Running State Change CS_REPORTING >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:703 ( >> sofia/internal/1010 at 192.168.0.100) State REPORTING >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:92 >> sofia/internal/1010 at 192.168.0.100 Standard REPORTING, cause: >> NORMAL_CLEARING >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:703 ( >> sofia/internal/1010 at 192.168.0.100) State REPORTING going to sleep >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:423 ( >> sofia/internal/1010 at 192.168.0.100) State Change CS_REPORTING -> >> CS_DESTROY >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_session.c:1415 Session 3 ( >> sofia/internal/1010 at 192.168.0.100) Locked, Waiting on external entities >> 2012-09-27 09:34:10.753468 [NOTICE] switch_core_session.c:1433 Session 3 ( >> sofia/internal/1010 at 192.168.0.100) Ended >> 2012-09-27 09:34:10.753468 [NOTICE] switch_core_session.c:1437 Close >> Channel sofia/internal/1010 at 192.168.0.100 [CS_DESTROY] >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:527 ( >> sofia/internal/1010 at 192.168.0.100) Callstate Change HANGUP -> DOWN >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:530 ( >> sofia/internal/1010 at 192.168.0.100) Running State Change CS_DESTROY >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:540 ( >> sofia/internal/1010 at 192.168.0.100) State DESTROY >> 2012-09-27 09:34:10.753468 [DEBUG] mod_sofia.c:376 >> sofia/internal/1010 at 192.168.0.100 SOFIA DESTROY >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:99 >> sofia/internal/1010 at 192.168.0.100 Standard DESTROY >> 2012-09-27 09:34:10.753468 [DEBUG] switch_core_state_machine.c:540 ( >> sofia/internal/1010 at 192.168.0.100) State DESTROY going to sleep >> 2012-09-27 09:34:10.773471 [NOTICE] mod_conference.c:2369 Ending pending >> outcall channels for Conference: 'madboss_intercom1' >> 2012-09-27 09:34:10.773471 [DEBUG] mod_conference.c:2461 Write Lock ON >> 2012-09-27 09:34:10.773471 [DEBUG] mod_conference.c:2464 Write Lock OFF >> >> ====================================================================== >> >> >> 2012/9/27 Anthony Minessale >> >> That is not nearly enough log file, you need to supply the entire log of >> the call in full debug mode >> >> On Wed, Sep 26, 2012 at 8:13 AM, zhi sun wrote: >> >> in the default diaplan, the 0911 conference call that make a out call to >> a group doesn't work for the latest and version 2.1.3. the out call always >> failed because of CHAN_NOT_IMPLEMENTED, >> >> but it works fine for version 1.06 >> >> the same problem happens with the 5001 in dialplan (default.xml) >> >> it is very easy to reproduce this issue: i just get the correct version, >> make, make install, make cd-sounds-install. >> >> the log with problem looks like below: >> >> =========================================== >> >> 2012-09-26 15:37:10.973469 [NOTICE] switch_ivr.c:1748 Transfer >> sofia/internal/1000 at 192.168.0.100 to XML[1010 at default] >> 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/0000000000 at 192.168.0.100 [BREAK] >> 2012-09-26 15:37:10.973469 [DEBUG] switch_core_session.c:905 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2950 ( >> sofia/internal/1010 at 192.168.0.100) Callstate Change RINGING -> HANGUP >> 2012-09-26 15:37:10.993469 [NOTICE] switch_ivr_originate.c:3330 Hangup >> sofia/internal/1010 at 192.168.0.100 [CS_CONSUME_MEDIA] [ORIGINATOR_CANCEL] >> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2973 Send signal >> sofia/internal/1010 at 192.168.0.100 [KILL] >> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1010 at 192.168.0.100 [BREAK] >> 2012-09-26 15:37:10.993469 [DEBUG] switch_ivr_originate.c:3506 Originate >> Cancelled by originator termination Cause: 487 [ORIGINATOR_CANCEL] >> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_state_machine.c:398 ( >> sofia/internal/1010 at 192.168.0.100) Running State Change CS_HANGUP >> 2012-09-26 15:37:10.993469 [ERR] mod_conference.c:6626 Cannot create >> outgoing channel, cause: ORIGINATOR_CANCEL >> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2950 ( >> sofia/internal/1000 at 192.168.0.100) Callstate Change ACTIVE -> HANGUP >> 2012-09-26 15:37:10.993469 [NOTICE] mod_conference.c:6629 Hangup >> sofia/internal/1000 at 192.168.0.100 [CS_ROUTING] [ORIGINATOR_CANCEL] >> 2012-09-26 15:37:10.993469 [DEBUG] switch_channel.c:2973 Send signal >> sofia/internal/1000 at 192.168.0.100 [KILL] >> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_state_machine.c:638 ( >> sofia/internal/1010 at 192.168.0.100) State HANGUP >> 2012-09-26 15:37:10.993469 [DEBUG] switch_core_session.c:1210 Send signal >> sofia/internal/1000 at 192.168.0.100 [BREAK] >> >> ============================================ >> >> i am new to freeswitch, Is there anything i missed to let the version >> 2.1.3 as well as the latest (from git) work for the 0911 and 5001 dialplan? >> both of them make an out call from a conference. >> >> thanks >> -zhisun >> >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org >> >> >> >> >> -- >> Ken >> *http://www.FreeSWITCH.org >> http://www.ClueCon.com >> http://www.OSTAG.org >> *irc.freenode.net #freeswitch >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120927/2b2aa656/attachment-0001.html From msc at freeswitch.org Thu Sep 27 20:31:20 2012 From: msc at freeswitch.org (Michael Collins) Date: Thu, 27 Sep 2012 09:31:20 -0700 Subject: [Freeswitch-dev] Why are Windows users so badly served - and what can I do to help? In-Reply-To: <1FFF97C269757C458224B7C895F35F1515F4DA@cantor.std.visionutv.se> References: <1FFF97C269757C458224B7C895F35F1515F4DA@cantor.std.visionutv.se> Message-ID: Adding to this... we really have only two people who are Windows gurus: Jeff Lenk and Dave Kompel. Everyone else is Linux/Unix/Mac oriented. If you're volunteering to help then that's awesome. I agree w/ Peter - start w/ Jeff Lenk since he's pretty much the only person who "does it all" on Windows. I'm sure he would be glad to have someone help. Also, talk to Ken Rice - he's the main point man on doing new builds/releases. If you can make it easy for him to get Windows binaries built up in some sort of automated fashion then that would be extremely helpful. Thanks! -MC On Wed, Sep 26, 2012 at 9:33 AM, Peter Olsson < peter.olsson at visionutveckling.se> wrote: > Jeff Lenk is probably the best guy to talk to about this (jlenk on IRC). > > And yes, there are lots of warnings. However, they are from the third > party libs, FS itself has a clean build. I've been using the Windows > version for a couple of years, and it runs really good, so there is nothing > to worry about really. I do agree though that it would be good (especially > for new users) if the stable versions are available as compiled binaries. I > personally prefer to build from git HEAD. > > /Peter > > ________________________________ > ________________________________ > Fr?n: freeswitch-dev-bounces at lists.freeswitch.org [ > freeswitch-dev-bounces at lists.freeswitch.org] f?r Niels Thomsen [ > niels.thomsen at fentechnology.co.uk] > Skickat: den 26 september 2012 13:17 > Till: freeswitch-dev at lists.freeswitch.org > ?mne: [Freeswitch-dev] Why are Windows users so badly served - and what > can I do to help? > > To me and my software engineering colleagues, one of the great things > about FS is that it is available on Windows. But I often feel a bit left > out? :) > > For instance, the download site doesn?t appear to have the stable builds > (e.g. 1.2.3) available for download pre-built. Only the unstable head of > git built weekly. > > Also, the pre-built installer doesn?t allow me to select an install > directory, and is unaware of modern Windows install hierarchies. This > means you either have to run as administrator or copy the installed files > out of there after install. Eurgh. > > I can build it myself of course, and have done so. But the build has > literally hundreds of warnings, so can I trust it? My day-time job is as a > software engineer in a ?no warnings? environment, where code cannot be > checked in if it generates warnings, so that?s a bit of a culture shock. I > haven?t tried building the linux build to see if this is a VS2010 issue. > > But rather than moan about it, I?d like to help. I?d like to sort out the > installer, for instance, so it is brought up to date and can install on the > latest OSs without kludges. But I?d also like to see it being used to > generate stable Windows pre-builds at the end of it - which would > presumably be done by someone looking after the download site? So where do > I start? Who do I speak to? > > > - Niels > !DSPAM:5062ffff32761572418220! > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > -- Michael S Collins Twitter: @mercutioviz http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120927/a8d67edd/attachment.html From niels.thomsen at fentechnology.co.uk Thu Sep 27 20:44:15 2012 From: niels.thomsen at fentechnology.co.uk (Niels Thomsen) Date: Thu, 27 Sep 2012 17:44:15 +0100 Subject: [Freeswitch-dev] Why are Windows users so badly served - and what can I do to help? In-Reply-To: References: <1FFF97C269757C458224B7C895F35F1515F4DA@cantor.std.visionutv.se> Message-ID: Thanks Michael, Peter et al I'll get in touch with Jeff/Dave/Ken and see what we can arrange. - Niels From: freeswitch-dev-bounces at lists.freeswitch.org [mailto:freeswitch-dev-bounces at lists.freeswitch.org] On Behalf Of Michael Collins Sent: 27 September 2012 17:31 To: freeswitch-dev at lists.freeswitch.org Subject: Re: [Freeswitch-dev] Why are Windows users so badly served - and what can I do to help? Adding to this... we really have only two people who are Windows gurus: Jeff Lenk and Dave Kompel. Everyone else is Linux/Unix/Mac oriented. If you're volunteering to help then that's awesome. I agree w/ Peter - start w/ Jeff Lenk since he's pretty much the only person who "does it all" on Windows. I'm sure he would be glad to have someone help. Also, talk to Ken Rice - he's the main point man on doing new builds/releases. If you can make it easy for him to get Windows binaries built up in some sort of automated fashion then that would be extremely helpful. Thanks! -MC On Wed, Sep 26, 2012 at 9:33 AM, Peter Olsson wrote: Jeff Lenk is probably the best guy to talk to about this (jlenk on IRC). And yes, there are lots of warnings. However, they are from the third party libs, FS itself has a clean build. I've been using the Windows version for a couple of years, and it runs really good, so there is nothing to worry about really. I do agree though that it would be good (especially for new users) if the stable versions are available as compiled binaries. I personally prefer to build from git HEAD. /Peter ________________________________ ________________________________ Fr?n: freeswitch-dev-bounces at lists.freeswitch.org [freeswitch-dev-bounces at lists.freeswitch.org] f?r Niels Thomsen [niels.thomsen at fentechnology.co.uk] Skickat: den 26 september 2012 13:17 Till: freeswitch-dev at lists.freeswitch.org ?mne: [Freeswitch-dev] Why are Windows users so badly served - and what can I do to help? To me and my software engineering colleagues, one of the great things about FS is that it is available on Windows. But I often feel a bit left out... :) For instance, the download site doesn't appear to have the stable builds (e.g. 1.2.3) available for download pre-built. Only the unstable head of git built weekly. Also, the pre-built installer doesn't allow me to select an install directory, and is unaware of modern Windows install hierarchies. This means you either have to run as administrator or copy the installed files out of there after install. Eurgh. I can build it myself of course, and have done so. But the build has literally hundreds of warnings, so can I trust it? My day-time job is as a software engineer in a 'no warnings' environment, where code cannot be checked in if it generates warnings, so that's a bit of a culture shock. I haven't tried building the linux build to see if this is a VS2010 issue. But rather than moan about it, I'd like to help. I'd like to sort out the installer, for instance, so it is brought up to date and can install on the latest OSs without kludges. But I'd also like to see it being used to generate stable Windows pre-builds at the end of it - which would presumably be done by someone looking after the download site? So where do I start? Who do I speak to? - Niels !DSPAM:5062ffff32761572418220! _________________________________________________________________________ Professional FreeSWITCH Consulting Services: consulting at freeswitch.org http://www.freeswitchsolutions.com Official FreeSWITCH Sites http://www.freeswitch.org http://wiki.freeswitch.org http://www.cluecon.com FreeSWITCH-dev mailing list FreeSWITCH-dev at lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev http://www.freeswitch.org -- Michael S Collins Twitter: @mercutioviz http://www.FreeSWITCH.org http://www.ClueCon.com http://www.OSTAG.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120927/65ce2635/attachment.html From jon2718 at gmail.com Fri Sep 28 09:05:33 2012 From: jon2718 at gmail.com (Jon Lederman) Date: Thu, 27 Sep 2012 22:05:33 -0700 Subject: [Freeswitch-dev] Linking C++ .so Into Custom Freeswitch Module Message-ID: <65787C7C-8109-4D0C-B8B1-74355D100D5F@gmail.com> Hi, I am writing a custom module called mod_aw for freeswitch that uses a dynamic library called aw.so containing a c++ class. I edited the makefile for my module to: BASE=../../../.. LOCAL_LIBADD+=./lib/aw.so include $(BASE)/build/modmake.rules I am able to build the module and also modified modules.conf to include the new module. When I start freeswitch, I don't see a message that the module was loaded. When I type: reload mod_aw I receive the following error: 2012-09-28 04:49:52.738493 [CRIT] switch_loadable_module.c:1310 Error Loading module /usr/local/freeswitch/mod/mod_aw.so **/usr/local/freeswitch/mod/mod_aw.so: undefined symbol: _ZN10CAWETalker9ConfigureEPKc** -ERR unloading module [No such module!] +OK Reloading XML -ERR loading module [module load file routine returned an error] I know the library works as I have tried it in another program outside of freeswitch. I am not sure what I am doing wrong. I am wondering whether I need to provide extern "C" linkage for the c++ library. However, I only have the .h file and .so file for the library. Or, do I need to add something to my Makefile. Any help on how to configure this would be greatly appreciated. Thank you in advance. -Jon From anthony.minessale at gmail.com Fri Sep 28 19:27:06 2012 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Fri, 28 Sep 2012 10:27:06 -0500 Subject: [Freeswitch-dev] Linking C++ .so Into Custom Freeswitch Module In-Reply-To: <65787C7C-8109-4D0C-B8B1-74355D100D5F@gmail.com> References: <65787C7C-8109-4D0C-B8B1-74355D100D5F@gmail.com> Message-ID: to auto-load you also need modules.conf.xml modules.conf is only for building. The module can't load because it's missing the symbol: ZN10CAWETalker9ConfigureEPKc So you need to link in any external libs you might be using into your .so On Fri, Sep 28, 2012 at 12:05 AM, Jon Lederman wrote: > Hi, > > I am writing a custom module called mod_aw for freeswitch that uses a > dynamic library called aw.so containing a c++ class. I edited the makefile > for my module to: > > BASE=../../../.. > LOCAL_LIBADD+=./lib/aw.so > include $(BASE)/build/modmake.rules > > I am able to build the module and also modified modules.conf to include > the new module. > > When I start freeswitch, I don't see a message that the module was loaded. > > When I type: reload mod_aw I receive the following error: > > 2012-09-28 04:49:52.738493 [CRIT] switch_loadable_module.c:1310 Error > Loading module /usr/local/freeswitch/mod/mod_aw.so > **/usr/local/freeswitch/mod/mod_aw.so: undefined symbol: > _ZN10CAWETalker9ConfigureEPKc** > > -ERR unloading module [No such module!] > +OK Reloading XML > -ERR loading module [module load file routine returned an error] > > I know the library works as I have tried it in another program outside of > freeswitch. I am not sure what I am doing wrong. I am wondering whether I > need to provide extern "C" linkage for the c++ library. However, I only > have the .h file and .so file for the library. Or, do I need to add > something to my Makefile. > > Any help on how to configure this would be greatly appreciated. > > Thank you in advance. > > -Jon > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > -- Anthony Minessale II FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ Twitter: http://twitter.com/FreeSWITCH_wire AIM: anthm MSN:anthony_minessale at hotmail.com GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:888 at conference.freeswitch.org googletalk:conf+888 at conference.freeswitch.org pstn:+19193869900 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120928/7f192e50/attachment.html From jon2718 at gmail.com Fri Sep 28 19:56:02 2012 From: jon2718 at gmail.com (Jon Lederman) Date: Fri, 28 Sep 2012 11:56:02 -0400 Subject: [Freeswitch-dev] Linking C++ .so Into Custom Freeswitch Module In-Reply-To: References: <65787C7C-8109-4D0C-B8B1-74355D100D5F@gmail.com> Message-ID: <7D58675E-3F42-4BB5-830F-6530EBBD8745@gmail.com> Hi, Thanks for your reply. The problem is that I'm not sure I'm linking the external libs correctly. My module makefile is: BASE=../../../.. LOCAL_LIBADD+=./lib/aw.so include $(BASE)/build/modmake.rules Shouldn't LOCAL_LIBADD be enough. Or do I need additional statements in my makefile. The aw.so defines the symbol in question yet I still receive the missing symbol message when I try to load the module. Any help would be greatly appreciated. Thanks in advance. Jon On Sep 28, 2012, at 11:27 AM, Anthony Minessale wrote: > to auto-load you also need modules.conf.xml modules.conf is only for building. > > The module can't load because it's missing the symbol: > > ZN10CAWETalker9ConfigureEPKc > > So you need to link in any external libs you might be using into your .so > > > On Fri, Sep 28, 2012 at 12:05 AM, Jon Lederman wrote: >> Hi, >> >> I am writing a custom module called mod_aw for freeswitch that uses a dynamic library called aw.so containing a c++ class. I edited the makefile for my module to: >> >> BASE=../../../.. >> LOCAL_LIBADD+=./lib/aw.so >> include $(BASE)/build/modmake.rules >> >> I am able to build the module and also modified modules.conf to include the new module. >> >> When I start freeswitch, I don't see a message that the module was loaded. >> >> When I type: reload mod_aw I receive the following error: >> >> 2012-09-28 04:49:52.738493 [CRIT] switch_loadable_module.c:1310 Error Loading module /usr/local/freeswitch/mod/mod_aw.so >> **/usr/local/freeswitch/mod/mod_aw.so: undefined symbol: _ZN10CAWETalker9ConfigureEPKc** >> >> -ERR unloading module [No such module!] >> +OK Reloading XML >> -ERR loading module [module load file routine returned an error] >> >> I know the library works as I have tried it in another program outside of freeswitch. I am not sure what I am doing wrong. I am wondering whether I need to provide extern "C" linkage for the c++ library. However, I only have the .h file and .so file for the library. Or, do I need to add something to my Makefile. >> >> Any help on how to configure this would be greatly appreciated. >> >> Thank you in advance. >> >> -Jon >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org > > > > -- > Anthony Minessale II > > FreeSWITCH http://www.freeswitch.org/ > ClueCon http://www.cluecon.com/ > Twitter: http://twitter.com/FreeSWITCH_wire > > AIM: anthm > MSN:anthony_minessale at hotmail.com > GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com > IRC: irc.freenode.net #freeswitch > > FreeSWITCH Developer Conference > sip:888 at conference.freeswitch.org > googletalk:conf+888 at conference.freeswitch.org > pstn:+19193869900 > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120928/ee8aad2f/attachment.html From anthony.minessale at gmail.com Fri Sep 28 20:26:22 2012 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Fri, 28 Sep 2012 11:26:22 -0500 Subject: [Freeswitch-dev] Linking C++ .so Into Custom Freeswitch Module In-Reply-To: <7D58675E-3F42-4BB5-830F-6530EBBD8745@gmail.com> References: <65787C7C-8109-4D0C-B8B1-74355D100D5F@gmail.com> <7D58675E-3F42-4BB5-830F-6530EBBD8745@gmail.com> Message-ID: if you want to do it that way then build a static version of your aw.so and use the .a in the LOCAL_LIBADD if you want to do the .so it would have to be installed somewhere and in the LD_LIBRARY_PATH at runtime On Fri, Sep 28, 2012 at 10:56 AM, Jon Lederman wrote: > Hi, > > Thanks for your reply. The problem is that I'm not sure I'm linking the > external libs correctly. My module makefile is: > > BASE=../../../.. > LOCAL_LIBADD+=./lib/aw.so > include $(BASE)/build/modmake.rules > > Shouldn't LOCAL_LIBADD be enough. Or do I need additional statements in > my makefile. The aw.so defines the symbol in question yet I still receive > the missing symbol message when I try to load the module. > > Any help would be greatly appreciated. > > Thanks in advance. > > Jon > > > On Sep 28, 2012, at 11:27 AM, Anthony Minessale < > anthony.minessale at gmail.com> wrote: > > to auto-load you also need modules.conf.xml modules.conf is only for > building. > > The module can't load because it's missing the symbol: > > ZN10CAWETalker9ConfigureEPKc > > So you need to link in any external libs you might be using into your .so > > > On Fri, Sep 28, 2012 at 12:05 AM, Jon Lederman wrote: > >> Hi, >> >> I am writing a custom module called mod_aw for freeswitch that uses a >> dynamic library called aw.so containing a c++ class. I edited the makefile >> for my module to: >> >> BASE=../../../.. >> LOCAL_LIBADD+=./lib/aw.so >> include $(BASE)/build/modmake.rules >> >> I am able to build the module and also modified modules.conf to include >> the new module. >> >> When I start freeswitch, I don't see a message that the module was loaded. >> >> When I type: reload mod_aw I receive the following error: >> >> 2012-09-28 04:49:52.738493 [CRIT] switch_loadable_module.c:1310 Error >> Loading module /usr/local/freeswitch/mod/mod_aw.so >> **/usr/local/freeswitch/mod/mod_aw.so: undefined symbol: >> _ZN10CAWETalker9ConfigureEPKc** >> >> -ERR unloading module [No such module!] >> +OK Reloading XML >> -ERR loading module [module load file routine returned an error] >> >> I know the library works as I have tried it in another program outside of >> freeswitch. I am not sure what I am doing wrong. I am wondering whether I >> need to provide extern "C" linkage for the c++ library. However, I only >> have the .h file and .so file for the library. Or, do I need to add >> something to my Makefile. >> >> Any help on how to configure this would be greatly appreciated. >> >> Thank you in advance. >> >> -Jon >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org >> > > > > -- > Anthony Minessale II > > FreeSWITCH http://www.freeswitch.org/ > ClueCon http://www.cluecon.com/ > Twitter: http://twitter.com/FreeSWITCH_wire > > AIM: anthm > MSN:anthony_minessale at hotmail.com > GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com > IRC: irc.freenode.net #freeswitch > > FreeSWITCH Developer Conference > sip:888 at conference.freeswitch.org > googletalk:conf+888 at conference.freeswitch.org > pstn:+19193869900 > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -- Anthony Minessale II FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ Twitter: http://twitter.com/FreeSWITCH_wire AIM: anthm MSN:anthony_minessale at hotmail.com GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:888 at conference.freeswitch.org googletalk:conf+888 at conference.freeswitch.org pstn:+19193869900 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120928/1472cc86/attachment-0001.html From jon2718 at gmail.com Sun Sep 30 06:46:26 2012 From: jon2718 at gmail.com (Jon Lederman) Date: Sat, 29 Sep 2012 19:46:26 -0700 Subject: [Freeswitch-dev] Linking C++ .so Into Custom Freeswitch Module In-Reply-To: References: <65787C7C-8109-4D0C-B8B1-74355D100D5F@gmail.com> <7D58675E-3F42-4BB5-830F-6530EBBD8745@gmail.com> Message-ID: Hi Anthony, I had a question about the LOCAL_LIBADD syntax. I have several libraries I need to add. When I tried: LOCAL_LIBADD=path_to_lib1/lib1.a LOCAL_LIBADD+=path_to_lib2/lib2.a LOCAL_LIBADD+=path_to_lib3/lib3.a However, this didn't seem to work. Does the += syntax append libraries? I was able to get around this problem by extracting the .a files and the combining them in a single .a file, which I was able to load into audio weaver. What is the correct syntax to add multiple libraries in the makefile? Thanks. -Jon On Sep 28, 2012, at 9:26 AM, Anthony Minessale wrote: > if you want to do it that way then build a static version of your aw.so and use the .a in the LOCAL_LIBADD > > if you want to do the .so it would have to be installed somewhere and in the LD_LIBRARY_PATH at runtime > > On Fri, Sep 28, 2012 at 10:56 AM, Jon Lederman wrote: > Hi, > > Thanks for your reply. The problem is that I'm not sure I'm linking the external libs correctly. My module makefile is: > > BASE=../../../.. > LOCAL_LIBADD+=./lib/aw.so > include $(BASE)/build/modmake.rules > > Shouldn't LOCAL_LIBADD be enough. Or do I need additional statements in my makefile. The aw.so defines the symbol in question yet I still receive the missing symbol message when I try to load the module. > > Any help would be greatly appreciated. > > Thanks in advance. > > Jon > > > On Sep 28, 2012, at 11:27 AM, Anthony Minessale wrote: > >> to auto-load you also need modules.conf.xml modules.conf is only for building. >> >> The module can't load because it's missing the symbol: >> >> ZN10CAWETalker9ConfigureEPKc >> >> So you need to link in any external libs you might be using into your .so >> >> >> On Fri, Sep 28, 2012 at 12:05 AM, Jon Lederman wrote: >> Hi, >> >> I am writing a custom module called mod_aw for freeswitch that uses a dynamic library called aw.so containing a c++ class. I edited the makefile for my module to: >> >> BASE=../../../.. >> LOCAL_LIBADD+=./lib/aw.so >> include $(BASE)/build/modmake.rules >> >> I am able to build the module and also modified modules.conf to include the new module. >> >> When I start freeswitch, I don't see a message that the module was loaded. >> >> When I type: reload mod_aw I receive the following error: >> >> 2012-09-28 04:49:52.738493 [CRIT] switch_loadable_module.c:1310 Error Loading module /usr/local/freeswitch/mod/mod_aw.so >> **/usr/local/freeswitch/mod/mod_aw.so: undefined symbol: _ZN10CAWETalker9ConfigureEPKc** >> >> -ERR unloading module [No such module!] >> +OK Reloading XML >> -ERR loading module [module load file routine returned an error] >> >> I know the library works as I have tried it in another program outside of freeswitch. I am not sure what I am doing wrong. I am wondering whether I need to provide extern "C" linkage for the c++ library. However, I only have the .h file and .so file for the library. Or, do I need to add something to my Makefile. >> >> Any help on how to configure this would be greatly appreciated. >> >> Thank you in advance. >> >> -Jon >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org >> >> >> >> -- >> Anthony Minessale II >> >> FreeSWITCH http://www.freeswitch.org/ >> ClueCon http://www.cluecon.com/ >> Twitter: http://twitter.com/FreeSWITCH_wire >> >> AIM: anthm >> MSN:anthony_minessale at hotmail.com >> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com >> IRC: irc.freenode.net #freeswitch >> >> FreeSWITCH Developer Conference >> sip:888 at conference.freeswitch.org >> googletalk:conf+888 at conference.freeswitch.org >> pstn:+19193869900 >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > > > > -- > Anthony Minessale II > > FreeSWITCH http://www.freeswitch.org/ > ClueCon http://www.cluecon.com/ > Twitter: http://twitter.com/FreeSWITCH_wire > > AIM: anthm > MSN:anthony_minessale at hotmail.com > GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com > IRC: irc.freenode.net #freeswitch > > FreeSWITCH Developer Conference > sip:888 at conference.freeswitch.org > googletalk:conf+888 at conference.freeswitch.org > pstn:+19193869900 > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120929/0dde95df/attachment.html From krice at freeswitch.org Sun Sep 30 07:37:03 2012 From: krice at freeswitch.org (Ken Rice) Date: Sat, 29 Sep 2012 22:37:03 -0500 Subject: [Freeswitch-dev] Linking C++ .so Into Custom Freeswitch Module In-Reply-To: References: <65787C7C-8109-4D0C-B8B1-74355D100D5F@gmail.com> <7D58675E-3F42-4BB5-830F-6530EBBD8745@gmail.com> Message-ID: <61959E79-D672-4D9C-AA7B-B275F46676F3@freeswitch.org> just add them all on 1 line space seperated Ken Sent from my iPad On Sep 29, 2012, at 9:46 PM, Jon Lederman wrote: > Hi Anthony, > > I had a question about the LOCAL_LIBADD syntax. I have several libraries I need to add. > When I tried: > > LOCAL_LIBADD=path_to_lib1/lib1.a > LOCAL_LIBADD+=path_to_lib2/lib2.a > LOCAL_LIBADD+=path_to_lib3/lib3.a > > However, this didn't seem to work. Does the += syntax append libraries? I was able to get around this problem by extracting the .a files and the combining them in a single .a file, which I was able to load into audio weaver. What is the correct syntax to add multiple libraries in the makefile? > > Thanks. > > -Jon > On Sep 28, 2012, at 9:26 AM, Anthony Minessale wrote: > >> if you want to do it that way then build a static version of your aw.so and use the .a in the LOCAL_LIBADD >> >> if you want to do the .so it would have to be installed somewhere and in the LD_LIBRARY_PATH at runtime >> >> On Fri, Sep 28, 2012 at 10:56 AM, Jon Lederman wrote: >> Hi, >> >> Thanks for your reply. The problem is that I'm not sure I'm linking the external libs correctly. My module makefile is: >> >> BASE=../../../.. >> LOCAL_LIBADD+=./lib/aw.so >> include $(BASE)/build/modmake.rules >> >> Shouldn't LOCAL_LIBADD be enough. Or do I need additional statements in my makefile. The aw.so defines the symbol in question yet I still receive the missing symbol message when I try to load the module. >> >> Any help would be greatly appreciated. >> >> Thanks in advance. >> >> Jon >> >> >> On Sep 28, 2012, at 11:27 AM, Anthony Minessale wrote: >> >>> to auto-load you also need modules.conf.xml modules.conf is only for building. >>> >>> The module can't load because it's missing the symbol: >>> >>> ZN10CAWETalker9ConfigureEPKc >>> >>> So you need to link in any external libs you might be using into your .so >>> >>> >>> On Fri, Sep 28, 2012 at 12:05 AM, Jon Lederman wrote: >>> Hi, >>> >>> I am writing a custom module called mod_aw for freeswitch that uses a dynamic library called aw.so containing a c++ class. I edited the makefile for my module to: >>> >>> BASE=../../../.. >>> LOCAL_LIBADD+=./lib/aw.so >>> include $(BASE)/build/modmake.rules >>> >>> I am able to build the module and also modified modules.conf to include the new module. >>> >>> When I start freeswitch, I don't see a message that the module was loaded. >>> >>> When I type: reload mod_aw I receive the following error: >>> >>> 2012-09-28 04:49:52.738493 [CRIT] switch_loadable_module.c:1310 Error Loading module /usr/local/freeswitch/mod/mod_aw.so >>> **/usr/local/freeswitch/mod/mod_aw.so: undefined symbol: _ZN10CAWETalker9ConfigureEPKc** >>> >>> -ERR unloading module [No such module!] >>> +OK Reloading XML >>> -ERR loading module [module load file routine returned an error] >>> >>> I know the library works as I have tried it in another program outside of freeswitch. I am not sure what I am doing wrong. I am wondering whether I need to provide extern "C" linkage for the c++ library. However, I only have the .h file and .so file for the library. Or, do I need to add something to my Makefile. >>> >>> Any help on how to configure this would be greatly appreciated. >>> >>> Thank you in advance. >>> >>> -Jon >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-dev mailing list >>> FreeSWITCH-dev at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >>> http://www.freeswitch.org >>> >>> >>> >>> -- >>> Anthony Minessale II >>> >>> FreeSWITCH http://www.freeswitch.org/ >>> ClueCon http://www.cluecon.com/ >>> Twitter: http://twitter.com/FreeSWITCH_wire >>> >>> AIM: anthm >>> MSN:anthony_minessale at hotmail.com >>> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com >>> IRC: irc.freenode.net #freeswitch >>> >>> FreeSWITCH Developer Conference >>> sip:888 at conference.freeswitch.org >>> googletalk:conf+888 at conference.freeswitch.org >>> pstn:+19193869900 >>> _________________________________________________________________________ >>> Professional FreeSWITCH Consulting Services: >>> consulting at freeswitch.org >>> http://www.freeswitchsolutions.com >>> >>> >>> >>> >>> Official FreeSWITCH Sites >>> http://www.freeswitch.org >>> http://wiki.freeswitch.org >>> http://www.cluecon.com >>> >>> FreeSWITCH-dev mailing list >>> FreeSWITCH-dev at lists.freeswitch.org >>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >>> http://www.freeswitch.org >> >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org >> >> >> >> >> -- >> Anthony Minessale II >> >> FreeSWITCH http://www.freeswitch.org/ >> ClueCon http://www.cluecon.com/ >> Twitter: http://twitter.com/FreeSWITCH_wire >> >> AIM: anthm >> MSN:anthony_minessale at hotmail.com >> GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com >> IRC: irc.freenode.net #freeswitch >> >> FreeSWITCH Developer Conference >> sip:888 at conference.freeswitch.org >> googletalk:conf+888 at conference.freeswitch.org >> pstn:+19193869900 >> _________________________________________________________________________ >> Professional FreeSWITCH Consulting Services: >> consulting at freeswitch.org >> http://www.freeswitchsolutions.com >> >> >> >> >> Official FreeSWITCH Sites >> http://www.freeswitch.org >> http://wiki.freeswitch.org >> http://www.cluecon.com >> >> FreeSWITCH-dev mailing list >> FreeSWITCH-dev at lists.freeswitch.org >> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev >> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev >> http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120929/3707b280/attachment-0001.html From dujinfang at gmail.com Sun Sep 30 07:42:07 2012 From: dujinfang at gmail.com (Seven Du) Date: Sun, 30 Sep 2012 11:42:07 +0800 Subject: [Freeswitch-dev] Linking C++ .so Into Custom Freeswitch Module In-Reply-To: References: <65787C7C-8109-4D0C-B8B1-74355D100D5F@gmail.com> <7D58675E-3F42-4BB5-830F-6530EBBD8745@gmail.com> Message-ID: <164C99395E8543B68315B86FA28F9FB9@gmail.com> The following Makefile works for me when I'm working on mod_mp4v2 LOCAL_CFLAGS=-I./mp4v2-2.0.0/include/mp4v2 LOCAL_LDFLAGS=-static ./mp4v2-2.0.0/.libs/libmp4v2.a BASE=../../../.. include $(BASE)/build/modmake.rules -- Seven Du Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Sunday, September 30, 2012 at 10:46 AM, Jon Lederman wrote: > Hi Anthony, > > I had a question about the LOCAL_LIBADD syntax. I have several libraries I need to add. > When I tried: > > LOCAL_LIBADD=path_to_lib1/lib1.a > LOCAL_LIBADD+=path_to_lib2/lib2.a > LOCAL_LIBADD+=path_to_lib3/lib3.a > > However, this didn't seem to work. Does the += syntax append libraries? I was able to get around this problem by extracting the .a files and the combining them in a single .a file, which I was able to load into audio weaver. What is the correct syntax to add multiple libraries in the makefile? > > Thanks. > > -Jon > On Sep 28, 2012, at 9:26 AM, Anthony Minessale wrote: > > > if you want to do it that way then build a static version of your aw.so and use the .a in the LOCAL_LIBADD > > > > if you want to do the .so it would have to be installed somewhere and in the LD_LIBRARY_PATH at runtime > > > > On Fri, Sep 28, 2012 at 10:56 AM, Jon Lederman wrote: > > > Hi, > > > > > > Thanks for your reply. The problem is that I'm not sure I'm linking the external libs correctly. My module makefile is: > > > > > > BASE=../../../.. > > > LOCAL_LIBADD+=./lib/aw.so > > > include $(BASE)/build/modmake.rules > > > > > > Shouldn't LOCAL_LIBADD be enough. Or do I need additional statements in my makefile. The aw.so defines the symbol in question yet I still receive the missing symbol message when I try to load the module. > > > > > > Any help would be greatly appreciated. > > > > > > Thanks in advance. > > > > > > Jon > > > > > > > > > On Sep 28, 2012, at 11:27 AM, Anthony Minessale wrote: > > > > > > > to auto-load you also need modules.conf.xml modules.conf is only for building. > > > > > > > > The module can't load because it's missing the symbol: > > > > > > > > ZN10CAWETalker9ConfigureEPKc > > > > > > > > So you need to link in any external libs you might be using into your .so > > > > > > > > > > > > On Fri, Sep 28, 2012 at 12:05 AM, Jon Lederman wrote: > > > > > Hi, > > > > > > > > > > I am writing a custom module called mod_aw for freeswitch that uses a dynamic library called aw.so containing a c++ class. I edited the makefile for my module to: > > > > > > > > > > BASE=../../../.. > > > > > LOCAL_LIBADD+=./lib/aw.so > > > > > include $(BASE)/build/modmake.rules > > > > > > > > > > I am able to build the module and also modified modules.conf to include the new module. > > > > > > > > > > When I start freeswitch, I don't see a message that the module was loaded. > > > > > > > > > > When I type: reload mod_aw I receive the following error: > > > > > > > > > > 2012-09-28 04:49:52.738493 [CRIT] switch_loadable_module.c:1310 Error Loading module /usr/local/freeswitch/mod/mod_aw.so > > > > > **/usr/local/freeswitch/mod/mod_aw.so: undefined symbol: _ZN10CAWETalker9ConfigureEPKc** > > > > > > > > > > -ERR unloading module [No such module!] > > > > > +OK Reloading XML > > > > > -ERR loading module [module load file routine returned an error] > > > > > > > > > > I know the library works as I have tried it in another program outside of freeswitch. I am not sure what I am doing wrong. I am wondering whether I need to provide extern "C" linkage for the c++ library. However, I only have the .h file and .so file for the library. Or, do I need to add something to my Makefile. > > > > > > > > > > Any help on how to configure this would be greatly appreciated. > > > > > > > > > > Thank you in advance. > > > > > > > > > > -Jon > > > > > _________________________________________________________________________ > > > > > Professional FreeSWITCH Consulting Services: > > > > > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > > > > > http://www.freeswitchsolutions.com (http://www.freeswitchsolutions.com/) > > > > > > > > > > > > > > > (/) > > > > > > > > > > Official FreeSWITCH Sites > > > > > http://www.freeswitch.org (http://www.freeswitch.org/) > > > > > http://wiki.freeswitch.org (http://wiki.freeswitch.org/) > > > > > http://www.cluecon.com (http://www.cluecon.com/) > > > > > > > > > > FreeSWITCH-dev mailing list > > > > > FreeSWITCH-dev at lists.freeswitch.org (mailto:FreeSWITCH-dev at lists.freeswitch.org) > > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > > > > > http://www.freeswitch.org (http://www.freeswitch.org/) > > > > > > > > > > > > > > > > -- > > > > Anthony Minessale II > > > > > > > > FreeSWITCH http://www.freeswitch.org/ > > > > ClueCon http://www.cluecon.com/ > > > > Twitter: http://twitter.com/FreeSWITCH_wire > > > > > > > > AIM: anthm > > > > MSN:anthony_minessale at hotmail.com (mailto:MSN%3Aanthony_minessale at hotmail.com) > > > > GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com (mailto:PAYPAL%3Aanthony.minessale at gmail.com) > > > > IRC: irc.freenode.net (http://irc.freenode.net/) #freeswitch > > > > > > > > FreeSWITCH Developer Conference > > > > sip:888 at conference.freeswitch.org (mailto:sip%3A888 at conference.freeswitch.org) > > > > googletalk:conf+888 at conference.freeswitch.org (mailto:googletalk%3Aconf%2B888 at conference.freeswitch.org) > > > > pstn:+19193869900 (tel:%2B19193869900) > > > > _________________________________________________________________________ > > > > Professional FreeSWITCH Consulting Services: > > > > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > > > > http://www.freeswitchsolutions.com (http://www.freeswitchsolutions.com/) > > > > > > > > > > > > (/) > > > > > > > > Official FreeSWITCH Sites > > > > http://www.freeswitch.org (http://www.freeswitch.org/) > > > > http://wiki.freeswitch.org (http://wiki.freeswitch.org/) > > > > http://www.cluecon.com (http://www.cluecon.com/) > > > > > > > > FreeSWITCH-dev mailing list > > > > FreeSWITCH-dev at lists.freeswitch.org (mailto:FreeSWITCH-dev at lists.freeswitch.org) > > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > > > > http://www.freeswitch.org (http://www.freeswitch.org/) > > > > > > _________________________________________________________________________ > > > Professional FreeSWITCH Consulting Services: > > > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > > > http://www.freeswitchsolutions.com (http://www.freeswitchsolutions.com/) > > > > > > > > > (/) > > > > > > Official FreeSWITCH Sites > > > http://www.freeswitch.org (http://www.freeswitch.org/) > > > http://wiki.freeswitch.org (http://wiki.freeswitch.org/) > > > http://www.cluecon.com (http://www.cluecon.com/) > > > > > > FreeSWITCH-dev mailing list > > > FreeSWITCH-dev at lists.freeswitch.org (mailto:FreeSWITCH-dev at lists.freeswitch.org) > > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > > > http://www.freeswitch.org (http://www.freeswitch.org/) > > > > > > > > > > > -- > > Anthony Minessale II > > > > FreeSWITCH http://www.freeswitch.org/ > > ClueCon http://www.cluecon.com/ > > Twitter: http://twitter.com/FreeSWITCH_wire > > > > AIM: anthm > > MSN:anthony_minessale at hotmail.com (mailto:MSN%3Aanthony_minessale at hotmail.com) > > GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com (mailto:PAYPAL%3Aanthony.minessale at gmail.com) > > IRC: irc.freenode.net (http://irc.freenode.net/) #freeswitch > > > > FreeSWITCH Developer Conference > > sip:888 at conference.freeswitch.org (mailto:sip%3A888 at conference.freeswitch.org) > > googletalk:conf+888 at conference.freeswitch.org (mailto:googletalk%3Aconf%2B888 at conference.freeswitch.org) > > pstn:+19193869900 > > _________________________________________________________________________ > > Professional FreeSWITCH Consulting Services: > > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > > http://www.freeswitchsolutions.com > > > > > > > > > > Official FreeSWITCH Sites > > http://www.freeswitch.org > > http://wiki.freeswitch.org > > http://www.cluecon.com > > > > FreeSWITCH-dev mailing list > > FreeSWITCH-dev at lists.freeswitch.org (mailto:FreeSWITCH-dev at lists.freeswitch.org) > > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > > http://www.freeswitch.org > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org (mailto:consulting at freeswitch.org) > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org (mailto:FreeSWITCH-dev at lists.freeswitch.org) > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120930/c72bea97/attachment.html From anthony.minessale at gmail.com Sun Sep 30 21:23:50 2012 From: anthony.minessale at gmail.com (Anthony Minessale) Date: Sun, 30 Sep 2012 12:23:50 -0500 Subject: [Freeswitch-dev] Linking C++ .so Into Custom Freeswitch Module In-Reply-To: <164C99395E8543B68315B86FA28F9FB9@gmail.com> References: <65787C7C-8109-4D0C-B8B1-74355D100D5F@gmail.com> <7D58675E-3F42-4BB5-830F-6530EBBD8745@gmail.com> <164C99395E8543B68315B86FA28F9FB9@gmail.com> Message-ID: I believe you can do a space sep list on LOCAL_LIBADD an LOCAL_LDFLAGS On Sat, Sep 29, 2012 at 10:42 PM, Seven Du wrote: > The following Makefile works for me when I'm working on mod_mp4v2 > > LOCAL_CFLAGS=-I./mp4v2-2.0.0/include/mp4v2 > LOCAL_LDFLAGS=-static ./mp4v2-2.0.0/.libs/libmp4v2.a > > BASE=../../../.. > include $(BASE)/build/modmake.rules > > -- > Seven Du > Sent with Sparrow > > On Sunday, September 30, 2012 at 10:46 AM, Jon Lederman wrote: > > Hi Anthony, > > I had a question about the LOCAL_LIBADD syntax. I have several libraries > I need to add. > When I tried: > > LOCAL_LIBADD=path_to_lib1/lib1.a > LOCAL_LIBADD+=path_to_lib2/lib2.a > LOCAL_LIBADD+=path_to_lib3/lib3.a > > However, this didn't seem to work. Does the += syntax append libraries? > I was able to get around this problem by extracting the .a files and the > combining them in a single .a file, which I was able to load into audio > weaver. What is the correct syntax to add multiple libraries in the > makefile? > > Thanks. > > -Jon > On Sep 28, 2012, at 9:26 AM, Anthony Minessale < > anthony.minessale at gmail.com> wrote: > > if you want to do it that way then build a static version of your aw.so > and use the .a in the LOCAL_LIBADD > > if you want to do the .so it would have to be installed somewhere and in > the LD_LIBRARY_PATH at runtime > > On Fri, Sep 28, 2012 at 10:56 AM, Jon Lederman wrote: > > Hi, > > Thanks for your reply. The problem is that I'm not sure I'm linking the > external libs correctly. My module makefile is: > > BASE=../../../.. > LOCAL_LIBADD+=./lib/aw.so > include $(BASE)/build/modmake.rules > > Shouldn't LOCAL_LIBADD be enough. Or do I need additional statements in > my makefile. The aw.so defines the symbol in question yet I still receive > the missing symbol message when I try to load the module. > > Any help would be greatly appreciated. > > Thanks in advance. > > Jon > > > On Sep 28, 2012, at 11:27 AM, Anthony Minessale < > anthony.minessale at gmail.com> wrote: > > to auto-load you also need modules.conf.xml modules.conf is only for > building. > > The module can't load because it's missing the symbol: > > ZN10CAWETalker9ConfigureEPKc > > So you need to link in any external libs you might be using into your .so > > > On Fri, Sep 28, 2012 at 12:05 AM, Jon Lederman wrote: > > Hi, > > I am writing a custom module called mod_aw for freeswitch that uses a > dynamic library called aw.so containing a c++ class. I edited the makefile > for my module to: > > BASE=../../../.. > LOCAL_LIBADD+=./lib/aw.so > include $(BASE)/build/modmake.rules > > I am able to build the module and also modified modules.conf to include > the new module. > > When I start freeswitch, I don't see a message that the module was loaded. > > When I type: reload mod_aw I receive the following error: > > 2012-09-28 04:49:52.738493 [CRIT] switch_loadable_module.c:1310 Error > Loading module /usr/local/freeswitch/mod/mod_aw.so > **/usr/local/freeswitch/mod/mod_aw.so: undefined symbol: > _ZN10CAWETalker9ConfigureEPKc** > > -ERR unloading module [No such module!] > +OK Reloading XML > -ERR loading module [module load file routine returned an error] > > I know the library works as I have tried it in another program outside of > freeswitch. I am not sure what I am doing wrong. I am wondering whether I > need to provide extern "C" linkage for the c++ library. However, I only > have the .h file and .so file for the library. Or, do I need to add > something to my Makefile. > > Any help on how to configure this would be greatly appreciated. > > Thank you in advance. > > -Jon > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > > > > -- > Anthony Minessale II > > FreeSWITCH http://www.freeswitch.org/ > ClueCon http://www.cluecon.com/ > Twitter: http://twitter.com/FreeSWITCH_wire > > AIM: anthm > MSN:anthony_minessale at hotmail.com > GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com > IRC: irc.freenode.net #freeswitch > > FreeSWITCH Developer Conference > sip:888 at conference.freeswitch.org > googletalk:conf+888 at conference.freeswitch.org > pstn:+19193869900 > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > > > > -- > Anthony Minessale II > > FreeSWITCH http://www.freeswitch.org/ > ClueCon http://www.cluecon.com/ > Twitter: http://twitter.com/FreeSWITCH_wire > > AIM: anthm > MSN:anthony_minessale at hotmail.com > GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com > IRC: irc.freenode.net #freeswitch > > FreeSWITCH Developer Conference > sip:888 at conference.freeswitch.org > googletalk:conf+888 at conference.freeswitch.org > pstn:+19193869900 > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > > > _________________________________________________________________________ > Professional FreeSWITCH Consulting Services: > consulting at freeswitch.org > http://www.freeswitchsolutions.com > > > > > Official FreeSWITCH Sites > http://www.freeswitch.org > http://wiki.freeswitch.org > http://www.cluecon.com > > FreeSWITCH-dev mailing list > FreeSWITCH-dev at lists.freeswitch.org > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev > http://www.freeswitch.org > > -- Anthony Minessale II FreeSWITCH http://www.freeswitch.org/ ClueCon http://www.cluecon.com/ Twitter: http://twitter.com/FreeSWITCH_wire AIM: anthm MSN:anthony_minessale at hotmail.com GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com IRC: irc.freenode.net #freeswitch FreeSWITCH Developer Conference sip:888 at conference.freeswitch.org googletalk:conf+888 at conference.freeswitch.org pstn:+19193869900 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freeswitch.org/pipermail/freeswitch-dev/attachments/20120930/060edbe8/attachment-0001.html