Hi guys, I'm trying to move away from meetme to loose the dependency on dahdi. ConfBridge seems to be a good fit but I can't get it going. The document sounds like an easy to use app. Am I missing any bridge_ modules? Asterisk 1.6.2.0~rc2-0ubuntu1.2 -- Executing [521 at outbound:1] Answer("SIP/109-b877a8c8", "") in new stack -- Executing [521 at outbound:2] ConfBridge("SIP/109-b877a8c8", "conf") in new stack [Mar 19 03:16:33] ERROR[2294]: app_confbridge.c:434 join_conference_bridge: Conference bridge '521' could not be created. dial plan: exten => _52X,1,Answer() exten => _52X,n,ConfBridge(${EXTEN}) Thanks, Kelvin
What does the source code tell you about the circumstances in which that particular error string is produced? -- Sent from mobile device On Mar 18, 2010, at 11:20 PM, Kelvin Chan <kelvinc at positronics.com> wrote:> Hi guys, > > I'm trying to move away from meetme to loose the dependency on dahdi. > ConfBridge seems to be a good fit but I can't get it going. The > document > sounds like an easy to use app. Am I missing any bridge_ modules? > > > > Asterisk 1.6.2.0~rc2-0ubuntu1.2 > > -- Executing [521 at outbound:1] Answer("SIP/109-b877a8c8", "") in > new > stack > -- Executing [521 at outbound:2] ConfBridge("SIP/109-b877a8c8", > "conf") in new stack > [Mar 19 03:16:33] ERROR[2294]: app_confbridge.c:434 > join_conference_bridge: Conference bridge '521' could not be created. > > > > dial plan: > > exten => _52X,1,Answer() > exten => _52X,n,ConfBridge(${EXTEN}) > > Thanks, > > Kelvin > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users
Hi! Did a quick test, worked as a clock: exten => 0317998959,1,Set(CHANNEL(language)=se) exten => 0317998959,n,Answer() exten => 0317998959,n,ConfBridge(1001,s) 0317998959,n,Hangup() On Thu, 18 Mar 2010 20:20:35 -0700, Kelvin Chan wrote: Hi guys, I'm trying to move away from meetme to loose the dependency on dahdi. ConfBridge seems to be a good fit but I can't get it going. The document sounds like an easy to use app. Am I missing any bridge_ modules? Asterisk 1.6.2.0~rc2-0ubuntu1.2 -- Executing [521 at outbound:1] Answer("SIP/109-b877a8c8", "") in new stack -- Executing [521 at outbound:2] ConfBridge("SIP/109-b877a8c8", "conf") in new stack [Mar 19 03:16:33] ERROR[2294]: app_confbridge.c:434 join_conference_bridge: Conference bridge '521' could not be created. dial plan: exten => _52X,1,Answer() exten => _52X,n,ConfBridge(${EXTEN}) Thanks, Kelvin -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100319/4b2d7586/attachment.htm