Hello guys,
It's been a while since I'm trying to bridge two of my PSTN lines and I can't get it to work! Simply, when I receive a call on Line 1, my phone cfwd (call forwarding) function, takes it and forward it to an external number using Line 2.
Thus I have this architecture: Mobile Phone 1 -> Line 1 -> asterisk -> extension 75 -> asterisk -> Line 2 -> Mobile Phone 2.
It works, the Mobile Phone 2 rings (can't hear any ring tones on Mobile 1 btw), but as soon I pick up the Mobile Phone 2 (called by the Line 2), I've got no sounds at all. So the two mobiles are on line, but the sound doesn't go through. In Debug mode, it looks like asterisk stopped sounds for an unknown reason. I really need your help on this guys!
Here is the debug output:
| Quote: |
[May 6 12:23:10] VERBOSE[14469] logger.c: -- Executing [75@blufi_employees:1] Macro("SIP/192.168.10.203-0822f8a8", "incoming|SIP/75") in new stack
[May 6 12:23:10] VERBOSE[14469] logger.c: -- Executing [s@macro-incoming:1] Dial("SIP/192.168.10.203-0822f8a8", "SIP/75|10") in new stack
[May 6 12:23:10] VERBOSE[14469] logger.c: -- Called 75
[May 6 12:23:10] VERBOSE[2578] logger.c: -- Got SIP response 302 "Moved Temporarily" back from 192.168.10.175
[May 6 12:23:10] VERBOSE[14469] logger.c: -- Now forwarding SIP/192.168.10.203-0822f8a8 to 'Local/1196133505@blufi_employees' (thanks to SIP/75-08233820)
[May 6 12:23:10] VERBOSE[14470] logger.c: -- Executing [1196133505@blufi_employees:1] Dial("Local/1196133505@blufi_employees-7c44,2", "SIP/111996133505@101") in new stack
[May 6 12:23:10] VERBOSE[14470] logger.c: -- Called 111996133505@101
[May 6 12:23:13] VERBOSE[14470] logger.c: -- SIP/101-08237798 is ringing
[May 6 12:23:13] VERBOSE[14470] logger.c: -- SIP/101-08237798 answered Local/1196133505@blufi_employees-7c44,2
[May 6 12:23:13] VERBOSE[14469] logger.c: -- Local/1196133505@blufi_employees-7c44,1 is ringing
[May 6 12:23:13] VERBOSE[14469] logger.c: -- Local/1196133505@blufi_employees-7c44,1 stopped sounds
[May 6 12:23:13] VERBOSE[14469] logger.c: -- Local/1196133505@blufi_employees-7c44,1 answered SIP/192.168.10.203-0822f8a8
[May 6 12:23:13] VERBOSE[14469] logger.c: -- Native bridging SIP/192.168.10.203-0822f8a8 and SIP/101-08237798
[May 6 12:23:13] VERBOSE[14470] logger.c: == Spawn extension (blufi_employees, 1196133505, 1) exited non-zero on 'Local/1196133505@blufi_employees-7c44,2'
[May 6 12:23:29] VERBOSE[14469] logger.c: == Spawn extension (macro-incoming, s, 1) exited non-zero on 'SIP/192.168.10.203-0822f8a8' in macro 'incoming'
[May 6 12:23:29] VERBOSE[14469] logger.c: == Spawn extension (macro-incoming, s, 1) exited non-zero on 'SIP/192.168.10.203-0822f8a8'
|