[quote=“ianplain”]Hi
First thing, Go back to who sold the system and demand docs.
Now thats out of the way.
setup a call transfer it then so a sip show channels and see whats tied to what ?
Also what phones are you using ? and have you tried native asterisk transfers ie # to transfer
Ian[/quote]
I wish I could do that, believe me… but like I said before, this is not a packaged/sold system. It was setup from scratch & compiled from source by the former head of IT, whom I have replaced. He did not bother to document anything… you should see the rest of the codebase for our other systems. Hardly any comments, cryptic variable names… it’s a nightmare.
In any case, here’s the CLI logger output of the transfer taking place. I am getting transferred from extension 106 to 102 after coming in from the queue:
-- Started music on hold, class 'default', on IAX2/dtw1-srq1-14
-- Executing [s@sps-internal:1] Dial("SIP/106-b4a07560", "IAX2/dtw1-srq1/s") in new stack
-- Called dtw1-srq1/sels
[Sep 3 14:37:04] WARNING[2532]: chan_iax2.c:7542 socket_process: Call rejected by 69.39.66.237: No such context/extension
-- Hungup 'IAX2/dtw1-srq1-8'
== Everyone is busy/congested at this time (1:0/0/1)
-- Executing [s@sps-internal:2] Hangup("SIP/106-b4a07560", "") in new stack
== Spawn extension (sps-internal, s, 2) exited non-zero on 'SIP/106-b4a07560'
-- Executing [h@sps-internal:1] Dial("SIP/106-b4a07560", "IAX2/dtw1-srq1/h") in new stack
-- Called dtw1-srq1/hels
-- Hungup 'IAX2/dtw1-srq1-9'
== Spawn extension (sps-internal, h, 1) exited non-zero on 'SIP/106-b4a07560'
-- Executing [102@sps-internal:1] AGI("SIP/106-b4a24760", "dial-exten.agi") in new stack
-- Launched AGI Script /var/lib/asterisk/agi-bin/dial-exten.agi
-- AGI Script Executing Application: (ChanIsAvail) Options: (SIP/102)
-- AGI Script Executing Application: (Dial) Options: (SIP/102|30)
-- Called 102ow channels
-- SIP/102-0083aec0 is ringing
-- Stopped music on hold on IAX2/dtw1-srq1-14
== Spawn extension (srq1-direct, 106, 1) exited non-zero on 'SIP/106-b4a24760<ZOMBIE>'
-- Hungup 'IAX2/dtw1-srq1-3'
== Spawn extension (sps-internal, 17026334551, 1) exited non-zero on 'SIP/103-b4a17b50'
-- Executing [h@sps-internal:1] Dial("SIP/103-b4a17b50", "IAX2/dtw1-srq1/h") in new stack
-- Called dtw1-srq1/hels
-- Hungup 'IAX2/dtw1-srq1-18'
== Spawn extension (sps-internal, h, 1) exited non-zero on 'SIP/103-b4a17b50'
-- SIP/102-0083aec0 answered IAX2/dtw1-srq1-14
And here is the output from ‘sip show channels’ while on the transferred call:
voip1*CLI> sip show channels
Peer User/ANR Call ID Seq (Tx/Rx) Format Hold Last Message
192.168.90.233 (None) 310fa6c9-24 00101/164687 0x0 (nothing) No Rx: REGISTER
192.168.90.246 102 5ecdec6d162 00102/00000 0x3f0004 (ulaw| No Tx: ACK
192.168.90.246 102 0fc6e30f648 00101/00000 0x0 (nothing) No
192.168.90.236 106 b9f4f2d0-c2 00101/00102 0x0 (nothing) No Rx: ACK
192.168.90.242 (None) a2df589e-76 00101/70758 0x0 (nothing) No Rx: REGISTER
192.168.90.236 106 4cd24b8-613 00101/00102 0x0 (nothing) No Rx: ACK
192.168.90.244 (None) 9ba66c47-a4 00101/145511 0x0 (nothing) No Rx: REGISTER
192.168.90.245 (None) 1f532cc4-11 00101/90300 0x0 (nothing) No Rx: REGISTER
192.168.90.243 (None) c3c2617b-9a 00101/120957 0x0 (nothing) No Rx: REGISTER
192.168.90.200 (None) 851e37df-b1 00101/91253 0x0 (nothing) No Rx: REGISTER
192.168.90.241 (None) 460d6793-e2 00101/59681 0x0 (nothing) No Rx: REGISTER
192.168.90.253 (None) 61ac6850-19 00101/115084 0x0 (nothing) No Rx: REGISTER
192.168.90.250 (None) c443a304-34 00101/57781 0x0 (nothing) No Rx: REGISTER
192.168.90.236 106 9687e547-a9 00101/00102 0x0 (nothing) No Rx: ACK
192.168.90.232 (None) ab40d0eb-ab 00101/119700 0x0 (nothing) No Rx: REGISTER
192.168.90.236 (None) 3d7c4f93-23 00101/132652 0x0 (nothing) No Rx: REGISTER
192.168.90.236 106 0100f4727e8 00103/00104 0x0 (nothing) Yes Tx: NOTIFY Done
192.168.90.248 (None) d5bca74e-e7 00101/33846 0x0 (nothing) No Rx: REGISTER
192.168.90.240 (None) f1d7bb77-5c 00101/175769 0x0 (nothing) No Rx: REGISTER
192.168.90.217 (None) 18de14a5-e5 00101/135925 0x0 (nothing) No Rx: REGISTER
192.168.90.238 (None) a153ee97-5b 00101/211043 0x0 (nothing) No Rx: REGISTER
Any ideas?