Author Message
jmar83
Joined: Apr 6, 2018
Messages: 1
Offline
Hi there

The problem is that it does continue ringing after i pick up the phone, no connection will be established. When i hang up the phone, it does still continue ringing... same problem wird hardware- (Aastra 6739i) and software (QuteCom for Windows) SIP-Phone.


<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<ccxml xmlns="http://www.w3.org/2002/09/ccxml" version="1.0">
<var name="inboundID" />
<var name="initState" expr="'state1'" />
<eventprocessor statevariable="initState">
<transition state="state1" event="connection.alerting">
<assign name="inboundID" expr="event$.connectionid" />
<createcall callerid="event$.connection.remote" dest="'sip:xxxxx-yyy@pbxes.org'" />
</transition>
<transition event="connection.disconnected">
<exit />
</transition>
</eventprocessor>
</ccxml>


It will be generated by PHP, maybe there are also some caching problem. Beause of that, the first lines!!

<?php
header ( "Content-type: text/xml" );
header ( "Cache-Control: no-cache, must-revalidate" );
header ( "Expires: Thu, 01 Jan 1970 00:00:00 GMT" );
echo '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<ccxml xmlns="http://www.w3.org/2002/09/ccxml" version="1.0">
<var name="inboundID" />
<var name="initState" expr="\'state1\'" />
<eventprocessor statevariable="initState">
<transition state="state1" event="connection.alerting">
<assign name="inboundID" expr="event$.connectionid" />
<createcall callerid="event$.connection.remote" dest="\'sip:xxxxx-yyy@pbxes.org\'" />
</transition>
<transition event="connection.disconnected">
<exit />
</transition>
</eventprocessor>
</ccxml>';
exit ();
?>


Thank you for your feedback.


With best regards,
Jan
Go to:   
Mobile view