06-28-2015 07:10 PM - edited 03-18-2019 04:39 AM
Hi all.
My system has:
My TMS can schedule a conference, and then dial out to jabber client but jabber client cannot dial in the room.
On TMS, I configured ID Room: 898X.
On CUCM, I configured SIP trunk to Conductor and route pattern 898X to conductor.
Are there anyone knowing why?
Solved! Go to Solution.
06-29-2015 08:02 AM
What version of TMS are you running?
In TMS 14.6 they introduced an option with Conductor: "Limit Ports to Number of Scheduled Participants". It's under the extended settings of Conductor within TMS, make sure it's unchecked, or as Michel has mentioned, add a dial in participant to the conference when scheduling.
06-29-2015 02:28 AM
Hello,
What are the Conductor logs telling? The logs will show if there is a call arriving on the conductor but cannot be connected to a conference and a reason for this.
If the call is not arriving at the Conductor you might want to check that the Jabber client has a calling search space containing the route pattern that points to the Conductor trunk.
06-29-2015 02:57 AM
Hi Tosu.
On my conductor, I receive log:
Disconnect reason details: B2BUA rejected call on the Ingress with 486 Busy Here (Policy lookup response)
Do you know why?
06-29-2015 03:16 AM
It feels like the conference is full, that the incoming call doesn't match the conference ID or something like that. I haven't set up my Conductor with B2BUA yet and i haven't seen that error message so i might be wrong but i think those ( probably amongst more) are possible reasons for that error message.
Are you able to dial in to Ad-hoc conferences that aren't scheduled by the TMS?
Can you post all the entrys in the event logg that is associated with that call ID (you can filter them out by pressing the Call ID for that entry)? I think there should be some more output than that.
06-29-2015 03:40 AM
I can dial in normally to rendezvous conferences.
This is log when I dial in to scheduled conferences.
2015-06-29T17:24:46+07:00 | conferencefactory.controller: Level="WARNING" Event="Incoming call request rejected." Conference_name="8980.test.vn" Destination-alias="8980@172.28.82.48" Detail="max participants reached" Conference_unique_identifier="7c9efe65bfe605b1c6252bd2174766322bada685" Reason="could not allocate additional port" Requester_(VCS/Unified_CM/client)_address="172.28.82.41" Source_protocol="SIP" Unauthenticated_source_aliases="[4656@test.vn]" UTCTime="2015-06-29 10:24:46,432" |
2015-06-29T17:24:46+07:00 | conferencefactory.controller: Level="INFO" Event="Cannot allocate conference bridge resource." Conference_alias_description="TMS Scheduled meeting" Conference_alias_name="TMS Scheduled meeting" Incoming_alias_match="(898[^@]*).*" Conference_name_rule="\1.test.vn" Conference_alias_UUID="2ebec56e-ddbb-48fa-b550-3ead194ddb0d" Destination-alias="8980@172.28.82.48" Detail="max participants reached" Conference_unique_identifier="7c9efe65bfe605b1c6252bd2174766322bada685" Participant_role="participant" Participant_type="Incoming ad-hoc" Requester_(VCS/Unified_CM/client)_address="172.28.82.41" Source_protocol="SIP" Unauthenticated_source_aliases="[4656@test.vn]" UTCTime="2015-06-29 10:24:46,380" |
2015-06-29T17:24:46+07:00 | conferencefactory.controller: Level="INFO" Event="A request has been received from a client for a participant to create or join a conference." Destination-alias="8980@172.28.82.48" Request_unique_identifier="10895ae8-1e49-11e5-8910-23398e5c9b00" Requester_(VCS/Unified_CM/client)_address="172.28.82.41" Source_protocol="SIP" Unauthenticated_source_aliases="[4656@test.vn]" UTCTime="2015-06-29 10:24:46,359" |
I'm sure my resource is enough to allocate more port but I don't know why there is log "could not allocate additional port"
06-29-2015 03:40 AM
Okay so that's the problem.
Have you added a dial in participant in the TMS Scheduled meeting?
Have you checked your conference template in the Conductor for any limitations?
06-29-2015 04:36 AM
I don't add any limitations on conductor.
06-29-2015 08:02 AM
What version of TMS are you running?
In TMS 14.6 they introduced an option with Conductor: "Limit Ports to Number of Scheduled Participants". It's under the extended settings of Conductor within TMS, make sure it's unchecked, or as Michel has mentioned, add a dial in participant to the conference when scheduling.
06-29-2015 09:15 AM
Exactly! After unchecking "Limit Ports to Number of Scheduled Participants", I can dial in from Jabber client.
Thanks.