Hi,
For me I have strange problem which I can not resolved.
For our customer I install Asterisk 11.22.0 and it have an IP address 192.168.20.225. They have around 200 phones, which are in 172.16.102.0/24 network. Phones are registered, everything is fine. But I have one problem. They want to have na WakeUpCall, so I find one script writen in PERL, and use it in dialplan:
exten => 88888,1,NoOp(WakeUP call)
exten => 88888,n,AGI(wake_up_call.agi)
exten => 88888,n,Hangup()
When I am connected with phone to 192.168.20.0/24 network it works without problem, but when I connect phone to 172.16.102.0/24 network there is no sound. Scritp is running, but I do not here anything.
Asterisk is installed on VMWare and I am not admin of network. They have CISCO switches.
So everything is working, you can call other phones, external phones, GSM,… no problem. Problem is only when they dial 88888, and there is no sound from script.
Here is AGI debug: http://pastebin.com/UudJzhfC
RTP debug: http://pastebin.com/Lwe3JpQs
SIP conf: http://pastebin.com/YVJYfMBy
I forgot to make SIP debug
Anybody have similar problem.
Thank you and best regards,
Mladen