I'm new to freeswitch, so I'm hoping I'm just overlooking something. I
did read on the same pdf page with the config instructions that the
pin number is the first 3 of the conference ID and 11. Also, if you
create a meetingID with a name as oppossed to numbers, how would the
conferenceID be applicable?
you can set the pin... to whatever you want.
<action application="conference" data="${pin}@wideband+${pin:0:3}11"/>
this is what is in the example, which takes the first 3 digit of
confernence number and adds 11
so a confernence 75468 would have a pin of 75411
you could just use +1234 and have 1234 be the pin.
you also can change the voice prompts, this example just asks for
number twice, firs tis room, second pin.
As for non numeric conferences they are allowed but you need to make
changes to dialplan to allow user to select from keypad.
regards,
Stephen
http://hostbbb.com
On Dec 8, 4:35 pm, "asummer...@microtechnow.com"
<asummer...@microtechnow.com> wrote:
> I have a BBB server running version 0.8-beta 3.
> I have configured freeswitch following the instructions in
> HostBBB_BigBlueButton_Tips.pdf found athttp://groups.google.com/group/bigbluebutton-dev/browse_thread/thread....
The only changes I made were this to public.xml:
<extension name="phone pin">
<condition field="destination_number" expression="8662900475">
<action application="answer"/>
<action application="sleep" data="500"/>
<action application="play_and_get_digits" data="2 5 3 7000 #
conferen$
<action application="transfer" data="SEND_TO_CONFERENCE XML
default"/>
</condition>
</extension>
I added this into default.xml:
<extension name="phone conference">
<condition field="destination_number"
expression="^(SEND_TO_CONFERENCE)$">
<action application="conference" data="${pin}@wideband+${pin:
0:3}11"/>
</condition>
</extension>
And I added this into /var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/
classes/bigbluebutton.properties :
The Conference # is: %%CONFNUM%%.
I created a conference # 53454. When I join using BigBlueButton, it
tells me that the Conference # is 75443. When I call in it only asks
me to enter the conference pin number. In this case, I have tried
53411, 75411 and then 53454 and 75443 just for kicks. Each time it
tells me that it is an invalid entry.
What changes would need to be put in place for non numeric
conferences?
On Dec 9, 10:39 am, "HostBBB.com" <sd...@207me.com> wrote:
> asummerall post the actual code your using to join the confernece...
>
> you can set the pin... to whatever you want.
>
> <action application="conference" data="${pin}@wideband+${pin:0:3}11"/>
>
> this is what is in the example, which takes the first 3 digit of
> confernence number and adds 11
>
> so a confernence 75468 would have a pin of 75411
> you could just use +1234 and have 1234 be the pin.
>
> you also can change the voice prompts, this example just asks for
> number twice, firs tis room, second pin.
>
> As for non numeric conferences they are allowed but you need to make
> changes to dialplan to allow user to select from keypad.
>
> regards,
> Stephenhttp://hostbbb.com
>
> On Dec 8, 4:35 pm, "asummer...@microtechnow.com"
>
>
>
> <asummer...@microtechnow.com> wrote:
> > I have a BBB server running version 0.8-beta 3.
> > I have configured freeswitch following the instructions in
> > HostBBB_BigBlueButton_Tips.pdf found athttp://groups.google.com/group/bigbluebutton-dev/browse_thread/thread....
> > I sucessfully have it connect and ask for the conference pin number,
> > but whatever I put in at that point it tells me that it is an invalid
> > conference pin number and asks for the conference pin number again.
>
> > I'm new to freeswitch, so I'm hoping I'm just overlooking something. I
> > did read on the same pdf page with the config instructions that the
> > pin number is the first 3 of the conference ID and 11. Also, if you
> > create a meetingID with a name as oppossed to numbers, how would the
> > conferenceID be applicable?- Hide quoted text -
>
> - Show quoted text -
you need to setup dialplan so dialing any number like 9200 would match
in dialplan, then you just transfer to the conferencename@profile. Im
not sure about use of alpha conf in BBB... works fine in freeswich,
but i have not tried in BBB
regards,
Stephen
hostbbb.com
On Dec 9, 3:55 pm, "asummer...@microtechnow.com"
Also, do I need to have the something setup in the API when the
conference is created?
> > > - Show quoted text -- Hide quoted text -
On Dec 9, 9:10 pm, "HostBBB.com" <sd...@207me.com> wrote:
> > > - Show quoted text -- Hide quoted text -
Can you post your dialplan and the console logs to pastebin.com when
you dial in to connect to the conference?
Ricahrd
> --
> You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
> To post to this group, send email to bigbluebu...@googlegroups.com.
> To unsubscribe from this group, send email to bigbluebutton-s...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/bigbluebutton-setup?hl=en.
>
--
-----
BigBlueButton Developer
http://www.bigbluebutton.org
http://code.google.com/p/bigbluebutton
On Dec 12, 12:26 pm, Richard Alam <ritza...@gmail.com> wrote:
> On Mon, Dec 12, 2011 at 11:59 AM, asummer...@microtechnow.com
> BigBlueButton Developerhttp://www.bigbluebutton.orghttp://code.google.com/p/bigbluebutton- Hide quoted text -
I posted to pastebin per your request.
http://pastebin.com/dSASDK4e
Let me know if there is anything else you need.
On Dec 12, 12:26 pm, Richard Alam <ritza...@gmail.com> wrote:
> On Mon, Dec 12, 2011 at 11:59 AM, asummer...@microtechnow.com
> > For more options, visit this group athttp://groups.google.com/group/bigbluebutton-setup?hl=en.
>
> --
> -----
> BigBlueButton Developerhttp://www.bigbluebutton.orghttp://code.google.com/p/bigbluebutton- Hide quoted text -
DTMF, can be pass inband, or thru sip signaling.... there might be a
setting in your sip provider.
regards,
Stephen
hostbbb.com
On Dec 13, 9:15 am, "asummer...@microtechnow.com"
<asummer...@microtechnow.com> wrote:
> Richard,
>
> I posted to pastebin per your request.http://pastebin.com/dSASDK4e
> > BigBlueButton Developerhttp://www.bigbluebutton.orghttp://code.google.com/p/bigbluebutton-Hide quoted text -
> > > BigBlueButton Developerhttp://www.bigbluebutton.orghttp://code.google.com/p/bigbluebutton-Hidequoted text -
Did you fix the error in the log and tried again?
From the log, you don't have an 8Khz audio installed (see line 463 of
pastebin). FS play_and_get_digits might be failing there
and can't continue. I suggest you get the 8Khz audio from
http://files.freeswitch.org/ and install.
Try putting line 106-110 into public.xml as the dialplan might not be
finding it at default.xml.
Then try removing +${pin:0:3}11 and make sure you enter 5-digits when
prompted so it will match line 187.
HTH.
Richard
http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits
Thanks for the repsonse. I downloaded
http://files.freeswitch.org/freeswitch-sounds-en-us-callie-8000-1.0.16.tar.gz
and put the files in place. I am not longer getting the errors
regarding 8k audio.
I also found that in my cli log I was getting:
[ERR] mod_native_file.c:74 Error opening /opt/freeswitch/sounds/en/us/
callie/ivr/i$.PCMU
and that in my public.xml it said <action
application="play_and_get_digits" data="2 5 3 7000 # conference/conf-
pin.wav ivr/i$
I changed it to be <action application="play_and_get_digits" data="2 5
3 7000 # conference/conf-pin.wav ivr/ivr-that_was_an_invalid_entry.wav
pin \d+"/>
I took your advice and now additionally have this in my public.xml :
<extension name="phone conference">
<condition field="destination_number"
expression="^(SEND_TO_CONFERENCE)$">
<action application="conference" data="$1@wideband"/>
</condition>
</extension>
I had it work once and it showed in the cli that it was receiving the
DTMF tones and all, but then I tried again and now it's not showing
dtmf recognition. So each time I run 'bbb-conf --clean' I get the dtmf
tones to be recognized for one call. Any ideas?
On Dec 14, 9:30 am, Richard Alam <ritza...@gmail.com> wrote:
> On Wed, Dec 14, 2011 at 9:05 AM, asummer...@microtechnow.com
>
>
>
>
>
> <asummer...@microtechnow.com> wrote:
> > If I could dial into the conference, then I would know that DTMF is
> > working.
> > I cannot dial into the conference, that's why I'm posting here to try
> > to figure it out.
> > Any other ideas?
>
> > On Dec 13, 10:48 am, "HostBBB.com" <sd...@207me.com> wrote:
> >> dial in the conference and press 0, then press 0 again, and see if
> >> you here the mute/unmute message.... that will tell you whether DTMF
> >> is being passed thru you call.
>
> >> DTMF, can be pass inband, or thru sip signaling.... there might be a
> >> setting in your sip provider.
>
> >> regards,
> >> Stephen
> >> hostbbb.com
>
> >> On Dec 13, 9:15 am, "asummer...@microtechnow.com"
>
> >> <asummer...@microtechnow.com> wrote:
> >> > Richard,
>
> >> > I posted to pastebin per your request.http://pastebin.com/dSASDK4e
>
> >> > Let me know if there is anything else you need.
>
> Did you fix the error in the log and tried again?
>
> From the log, you don't have an 8Khz audio installed (see line 463 of
> pastebin). FS play_and_get_digits might be failing there
> and can't continue. I suggest you get the 8Khz audio fromhttp://files.freeswitch.org/and install.
>
> Try putting line 106-110 into public.xml as the dialplan might not be
> finding it at default.xml.
>
> Then try removing +${pin:0:3}11 and make sure you enter 5-digits when
> prompted so it will match line 187.
>
> HTH.
>
> Richard
>
> http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits
>
> --
> -----
> BigBlueButton Developerhttp://www.bigbluebutton.orghttp://code.google.com/p/bigbluebutton- Hide quoted text -
(I've replaced my external/public IP with 1.2.3.4) What I find weird
is that for internal it shows my external IP and port 5090. Do I need
to have port 5090 forwarded on the router?
Also, when I run show nat_map, it returns '0 total.' & nat_map status
returns:
Nat Type: UNKNOWN, ExtIP:
0 total.
And lastly sofia status profile internal returns:
freeswitch@internal> sofia status profile internal
=================================================================================================
Name internal
Domain Name N/A
Auto-NAT false
DBName sofia_reg_internal
Pres Hosts
Dialplan XML
Context public
Challenge Realm auto_from
RTP-IP 192.168.1.3
Ext-RTP-IP 1.2.3.4
SIP-IP 192.168.1.3
Ext-SIP-IP 1.2.3.4
URL sip:mod_...@1.2.3.4:5090
BIND-URL sip:mod_...@1.2.3.4:5090;maddr=192.168.1.3
HOLD-MUSIC local_stream://moh
OUTBOUND-PROXY N/A
CODECS IN
speex@16000h@20i,speex@8000h@20i,G7221@32000h,G7221@16000h,G722,PCMU,PCMA,GSM
CODECS OUT
speex@16000h@20i,speex@8000h@20i,G7221@32000h,G7221@16000h,G722,PCMU,PCMA,GSM
TEL-EVENT 101
DTMF-MODE rfc2833
CNG 13
SESSION-TO 0
MAX-DIALOG 0
NOMEDIA false
LATE-NEG false
PROXY-MEDIA false
AGGRESSIVENAT false
STUN-ENABLED true
STUN-AUTO-DISABLE false
CALLS-IN 0
FAILED-CALLS-IN 0
CALLS-OUT 0
FAILED-CALLS-OUT 0
Registrations:
=================================================================================================
Total items returned: 0
=================================================================================================
I'm thinking this is probably a setting somewhere that I'm
overlooking, but so far it has eluded me.
On Dec 14, 12:50 pm, "asummer...@microtechnow.com"
<asummer...@microtechnow.com> wrote:
> Richard,
>
> Thanks for the repsonse. I downloadedhttp://files.freeswitch.org/freeswitch-sounds-en-us-callie-8000-1.0.1...
> > BigBlueButton Developerhttp://www.bigbluebutton.orghttp://code.google.com/p/bigbluebutton-Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/151f1730-d0e2-42b2-962a-f1413edeabdc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/151f1730-d0e2-42b2-962a-f1413edeabdc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/151f1730-d0e2-42b2-962a-f1413edeabdc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
sofia loglevel all 9
sofia global siptrace on
> ><a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits" rel="nofollow" target="_blank" onmousedown="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Fwiki.freeswitch.org%2Fwiki%2FMisc._Dialplan_Tools_play_and_get_digits\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNGFmBZFAkhbgva4azGIvALNVjlqYw';return true;" onclick="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Fwiki.freeswitch.org%2Fw
> ><a href="<a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_play_and_get_digits" target="_blank" rel="nofollow" onmousedown="this.href='http://www.google.com/url?q\x3dhttp%3A%2F%2Fwiki.freeswitch.org%2Fwiki%2FMisc._Dialplan_Tools_play_and_get_digits\x26sa\x3dD\x26sntz
>
> > >> <a href="http://hostbbb.com" rel="nofollow" target="_blank" onmousedown="