cevatkerim said:I have a problem. here it is:
3:30:47.378 Call::Terminate [CM503008]: Call(36): Call is terminated
03:30:47.378 Call::RouteFailed [CM503014]: Call(36): Attempt to reach [sip:[email protected]] failed. Reason: Temporarily Unavailable
03:30:47.363 CallLeg:nFailure [CM503003]: Call(36): Call to sip:[email protected]:5060 has failed; Cause: 480 Temporarily not available; from IP:194.120.0.198
jharrell said:For our Polycom's we got around this by disabling the DND button and making two softkeys, one for "away" that dials *61 and one for "available" that dials *60. Would be even better if they made a dial code for flipping back and forth, then we could map our DND key to dial that instead.
Even better for our Polycom's would be a way to properly manipulate the status with the server side api. I currently have a asp.net page that flip/flops away/available and shows the result, but unfortunately this does not get reflected in the 3cx assistant until a "Refresh" unlike *60/*61. With a web page I can map the DND key to a url on the Poly there by showing the user the result and it also goes through faster than dial and then busy tone.
<settings>
<phone-settings>
<dnd_on_code perm="">*61</dnd_on_code>
<dnd_off_code perm="">*60</dnd_off_code>
</phone-settings>
</settings>
Hi Jim, that's perfect, thank you for that.[email protected] said:Hi ziptalk,
You can make the snom 3xx phones send the right DND codes for 3CX by adding these lines to the provisioning files:
Code:<settings> <phone-settings> <dnd_on_code perm="">*61</dnd_on_code> <dnd_off_code perm="">*60</dnd_off_code> </phone-settings> </settings>
Or do the changes manually under Setup - Preferences - DND:
Regards,
<dkey_snom perm="">speed *20*</dkey_snom>
[email protected] said:Glad if I can help![]()
Say your other post about call pickup. What we do with the snoms is to add the following:
Code:<dkey_snom perm="">speed *20*</dkey_snom>
This makes the "snom" button dial *20* which makes it easy to pickup calls to other extensions.
Regards,
Founded in 2005, when VoIP was an emerging technology, 3CX has gone on to establish itself as a global leader in business communications.