[Freeswitch-users] Gafachi Again

Klaus Teller klaus.teller at gmx.net
Tue Jul 29 20:30:06 PDT 2008


Hi,

i have a javscript script that was working with Freeswitch 1.0. The only issue i had is that outgoing dialing via Gafachi was not transmitting the caller ID. Then I upgraded to the current trunk version (FreeSwitch Version 1.0.trunk (9205)). But now I'm not able to place calls anymore.

The error message i get is the following:

=====
2008-07-29 23:21:11 [ERR] switch_core_session.c:249 switch_core_session_outgoing_channel() Could not locate channel type
2008-07-29 23:21:11 [ERR] switch_ivr_originate.c:926 switch_ivr_originate() Cannot create outgoing channel of type [] cause: [CHAN_NOT_IMPLEMENTED]
2008-07-29 23:21:11 [WARNING] mod_spidermonkey.c:2923 session_originate() Cannot Create Outgoing Channel! [/sofia/gateway/sip.gafachi.com/14155465584]
===

The exact same script is able to place outbound calls via Les.net.  And here is what i do in the script:

======
new_session2 = new Session();
new_session2.setCallerData("caller_number_number", caller_number);
new_session2.originate(null, '/sofia/gateway/sip.gafachi.com/1'+callee_number, 15);
new_session2.setAutoHangup(true);
=======

Any idea?

Thanks,
Klaus.

-- 
GMX Kostenlose Spiele: Einfach online spielen und Spaß haben mit Pastry Passion!
http://games.entertainment.gmx.net/de/entertainment/games/free/puzzle/6169196




More information about the FreeSWITCH-users mailing list