Hi all,
I m trying to make call between two extension in two Kazoo instance. Example:
Kazoo Instance 1:
- User: 300
- Realm:
ippbx.domain1.com Kazoo Instance 2:
- User: 400
- Realm:
ippbx.domain2.com I want to make call between these above extension. This is all steps which I do:
Step1: Add IP to ACL on two Kazoo instance, so that This kazoo instance will accept IP from the other Kazoo instance and vice versa: This step is ok
Step 2: on Kazoo instance 1 I add a device with sip_uri type is :
sip:4...@ippbx.domain2.com Step 3: I add a callflow that will call to the device on step 2
Step 4: on Kazoo instance 2 I add a callflow with extension 400 that will play a media file.
After that I use softphone Jitsi that device
3...@ippbx.domain1.com is logged in and call to extension that created on step 3. The result I saw that "Does Not Exist Anywhere". I have seen log on Kazoo instance 2:
2017-02-28 08:51:22.624228 [NOTICE] switch_channel.c:1104 New Channel sofia/sipinterface_1/3...@ippbx.domain1.com [146ee9d8-fd93-11e6-9202-05947900bc0c]
2017-02-28 08:51:22.624228 [INFO] mod_dialplan_xml.c:637 Processing device301 <300>->400 in context context_2
2017-02-28 08:51:22.774226 [INFO] kazoo_node.c:837 exec: kz_uuid_setvar_multi(146ee9d8-fd93-11e6-9202-05947900bc0c ecallmgr_Call-Interaction-ID=63655491082-eaf6425f)
2017-02-28 08:51:25.584213 [NOTICE] mod_dptools.c:1721 log|146ee9d8-fd93-11e6-9202-05947900bc0c|kazoo...@ippbx-node1.domain2.com won call control
2017-02-28 08:51:25.584213 [NOTICE] mod_sofia.c:2184 Hangup sofia/sipinterface_1/3...@ippbx.domain1.com [CS_EXECUTE] [NO_ROUTE_DESTINATION]
2017-02-28 08:51:25.584213 [NOTICE] switch_core_session.c:1682 Session 75 (sofia/sipinterface_1/3...@ippbx.domain1.com ) Ended
2017-02-28 08:51:25.584213 [NOTICE] switch_core_session.c:1686 Close Channel sofia/sipinterface_1/3...@ippbx.domain1.com [CS_DESTROY]
I don't know how to call between two Kazoo instance
Hope that some one call help me.
Thanks very much