Displaying 2 results from an estimated 2 matches for "devcentos5x64_to_bt610tmm".
2008 May 02
2
sip show peers
When doing a "sip show peers" I might see something like:
Name/username Host Dyn Nat ACL Port
Status
devcentos5x64_to_mmfirepa 192.168.1.177 5060
Unmonitored
devcentos5x64_to_bt610tMM 192.168.1.159 5060
Unmonitored
devcentos5x64_to_am2mm/de 192.168.1.178 5060
Unmonitored
Where the Name/username is truncated.
Is there a method to display this information and to NOT have that
truncated?
Jerry
2008 Nov 07
2
help with dialplan
...n call the two phones, speak etc...
I can have the server call each phone and play a wave file.
However, when trying to setup a direct dial number of 1044 that
calls another machine running asterisk - something ODD is happening.
; This is not working....
[smvoice-sip]
exten => 1044,1,Dial(SIP/devcentos5x64_to_bt610tmm/1044)
exten => 1044,n,Hangup
; changing 1044 to 10 works find.
[smvoice-sip]
exten => 10,1,Dial(SIP/devcentos5x64_to_bt610tmm/1044)
exten => 10,n,Hangup
I am running 1.4.22 and DAHDI 2.0.0 complete.
Why is it picking up "10" when trying to dial "1044".
How can I d...