I'm pretty new to this ViciDial Server, but have given us the hard job to get this thing to work by end of the month. The problem is that we are not able to do inbound or outbound calls. When an agent is waiting for incoming calls and thus in a conference call with its phone, I can try whatever I want, but no call is being routed to the agent. We use IAX trunk from SpeakUp (works well with TrixBox; SIP though). Anyone got any clues? Thanks in Advance!
The asterisk logging when calling with a cellular to the trunk's number:
- Code: Select all
-- Executing Verbose("IAX2/speakup-31xxxx32608-13372", "Inbound call from [31xxxx45345] to [31xxxx32608] via SpeakUp") in new stack
Inbound call from [31xxxx45345] to [31xxxx32608] via SpeakUp
-- Executing Dial("IAX2/speakup-31xxxx32608-13372", "IAX2/speakup01/300|25|tTor") in new stack
-- Called speakup01/300
-- Call accepted by 217.114.103.94 (format alaw)
-- Format for call is alaw
-- Hungup 'IAX2/speakup01-13670'
== Everyone is busy/congested at this time (1:0/0/1)
Jul 4 06:33:44 WARNING[13257]: pbx.c:2435 __ast_pbx_run: Timeout, but no rule 't' in context 'from-speakup'
-- Hungup 'IAX2/speakup-31xxxx32608-13372'
The dial plan:
- Code: Select all
[to-speakup]
exten = _X.,1,Verbose(1,Outbound call from [${CALLERID(num)}] to [${EXTEN}] via SpeakUp)
exten = _X.,n,Dial(IAX2/speakup01/${EXTEN},,,)
[from-speakup]
exten = _X.,1,Verbose(Inbound call from [${CALLERID(num)}] to [${EXTEN}] via SpeakUp)
We're pretty stuck on this one, so any help would be very much appreciated.
Regards,
Kim