Jump to content

CSTA Make Call wont call external numbers


JuliusSart

Recommended Posts

Greetings,

 

I'm trying to make calls via CSTA. Currently i can get the call going if the other end is in the same domain. If i try to call "external" number it fails. From the logs i can see that the target number gets the domain added to it twice.

 

 

<?xml version="1.0" standalone="yes" ?>

- <env:Body>
- <sns:MakeCall>
<callingDevice>1200@domain.fi</callingDevice>
<calledDirectoryNumber>1211</calledDirectoryNumber>
</sns:MakeCall>
</env:Body>
</env:Envelope>

This will work just fine since there is an extension within the same domain (1211@domain.fi). This call wont show up in the dom_callog.htm. BUT it will show up in dom_calls.htm where the "TO" field has 1211@domain.fi@domain.fi

 

Then if i try to call to an "external" number

 

<?xml version="1.0" standalone="yes" ?>

- <env:Body>
- <sns:MakeCall>
<callingDevice>1200@domain.fi</callingDevice>
<calledDirectoryNumber>+3583315259</calledDirectoryNumber>
</sns:MakeCall>
</env:Body>
</env:Envelope>

The call just ends as soon as the 1200 picks up the call. This call will show up in the dom_calllog.htm but the "TO" field has +358443315259@domain.fi@domain.fi. I assume this double domain is the issue here?

 

Any tricks & tips on how to get this working?

Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...