I'm currently running GUI 2.0 svn revision 4014<br><br>My server has 2 digium cards in it. 1 TDM800 all FXO ports as group 1 - 8. 1 TDM400 with 3 FXO and 1 FXS. I'm not utilizing the 3 FXOs on the TDM400 only the 1 FXS port for a Fax machine.<br>
<br>Here is my problem. If i receive a call from the PSTN on any of my 1 -8 lines where the CID is not passed, Asterisk is passing the CID name and number of the extension i have setup on the 1 FXS port of the TDM400. So if I don't get the CID name and number from the PSTN the CID info shows as "Admin Fax" <123>. If CID is presented from PSTN everything works fine.<br>
<br>Here is CLI output:<br><br>-- Starting simple switch on 'Zap/7-1'<br> -- Executing [s@DID_trunk_1:1] ExecIf("Zap/7-1", "0|SetCallerPres|unavailable") in new stack<br> -- Executing [s@DID_trunk_1:2] ExecIf("Zap/7-1", "0|Set|CALLERID(all)=unknown <0000000>") in new stack<br>
-- Executing [s@DID_trunk_1:3] Goto("Zap/7-1", "voicemenu-custom-1|s|1") in new stack<br> -- Goto (voicemenu-custom-1,s,1)<br> -- Executing [s@voicemenu-custom-1:1] Answer("Zap/7-1", "") in new stack<br>
-- Executing [s@voicemenu-custom-1:2] Wait("Zap/7-1", "1") in new stack<br> -- Executing [s@voicemenu-custom-1:3] Set("Zap/7-1", "COUNT=0") in new stack<br> -- Executing [s@voicemenu-custom-1:4] GotoIf("Zap/7-1", "1?5:9") in new stack<br>
-- Goto (voicemenu-custom-1,s,5)<br> -- Executing [s@voicemenu-custom-1:5] BackGround("Zap/7-1", "normal") in new stack<br> -- <Zap/7-1> Playing 'normal' (language 'en')<br>
== CDR updated on Zap/7-1<br> -- Executing [4310@voicemenu-custom-1:1] Macro("Zap/7-1", "stdexten|4310|SIP/4310") in new stack<br> -- Executing [s@macro-stdexten:1] Set("Zap/7-1", "__DYNAMIC_FEATURES=") in new stack<br>
-- Executing [s@macro-stdexten:2] GotoIf("Zap/7-1", "0?5:3") in new stack<br> -- Goto (macro-stdexten,s,3)<br> -- Executing [s@macro-stdexten:3] Dial("Zap/7-1", "SIP/4310|20|") in new stack<br>
-- Called 4310nels<br> -- SIP/4310-093ce468 is ringing<br> == Spawn extension (macro-stdexten, s, 3) exited non-zero on 'Zap/7-1' in macro 'stdexten'<br> == Spawn extension (macro-stdexten, s, 3) exited non-zero on 'Zap/7-1'<br>
-- Hungup 'Zap/7-1'<br><br>