Im using TrixBox 2.6.1. Ive configured a trunk to call over mobigater. But it fails to make outgoing calls with a message
Executing [s@macro-dialout-trunk:27] Dial("SIP/211-083496c8", "Celliax/mobigater1/89210778998|300|tw") in new stack
-- Couldn't call mobigater1/89210778998
and in log there are following messages:
[Dec 15 11:56:36] NOTICE[3145] chan_celliax.c: [b7808b90][NOTICE 2222 ][mobigater1][ 0, 0, 0, 0] ENTERING FUNC
[Dec 15 11:56:36] DEBUG[3145] chan_celliax.c: [b7808b90][DEBUG_PBX 2236 ][mobigater1][ 0, 0, 0, 0] celliax_call to call idest: mobigater1/89210778998, timeout: 0!
[Dec 15 11:56:36] ERROR[3145] chan_celliax.c: [b7808b90][ERROR 2244 ][mobigater1][ 0, 0, 0, 0] Destination mobigater1/89210778998 requires an actual destination (Celliax/device:destination)
[Dec 15 11:56:36] NOTICE[3145] chan_celliax.c: [b7808b90][NOTICE 2246 ][mobigater1][ 0, 0, 0, 0] EXITING FUNC
trunk for mobigater - it is custom trunk with dial string: Celliax/mobigater1/$OUTNUM$
Whats wrong?
read the error message, Luke
lx00st,
if you do not read what you post, especially error messages, you will still lost forever ;-)
As you report here, the error message is:
Destination mobigater1/89210778998 requires an actual destination (Celliax/device:destination)
While you use this string:
Celliax/mobigater1/$OUTNUM$
You see that to be similar to the format between parenthesis in the error message your string would have been:
Celliax/mobigater1:$OUTNUM$
(last slash "/" substituted by a colon ":")
I'm not sure if this will works in trixbox, you have to test it, but at least this would satisfy the error message
Thanks. This works) But now
Thanks. This works) But now Ive got a new problem.
When Im doing an outgoing call from SIP to Cell phone, there is no sound on a cell phone, but while calling from Cell to SIP the sound is OK on both sides
try to gather more info
Unfortunately I cannot look into this until early next week.
In the mean time, please try to gather more info, and post them here... So I found it when I'm back.
Eg: debugging output, whatever... Is very bizarre what is happening :-)
http://www.gsmopen.org/howtobug
-giovanni