[Freeswitch-users] Gafachi Setup / Caller ID

Nick Temple nick at intellispire.com
Thu Jun 12 00:10:27 PDT 2008


I see where the caller_id_number is being set in:
switch_core_session_outgoing_channel

However my tests are showing that

It looks like in  , this test is returning false (no session):

 if (session) {
          ....
 }

hence it appears that the caller_id_number part of the struct is not being
set from th effective_caller_id_number. Later in the code it's looking for a
channel if (channel) { .... }, which is also null, making the entire
function pretty much a no-op in this case.

Am I even looking in the right place?

Thanks,

Nick









On Wed, Jun 11, 2008 at 9:28 PM, Brian West <brian at freeswitch.org> wrote:

>
> On Jun 11, 2008, at 8:18 PM, Nick Temple wrote:
>
> call = "{ignore_early_media=true,originate_timeout=30}sofia/gateway/
> sip.gafachi.com/1XXXXXXXXXX";
>
>
>
> Try to export instead of set.  The variable isn't on the b-leg so you
> actually have it set on the a-leg or you can try this which should be
> documented rather well on the wiki:
>
> call =
> "{effective_caller_id_number=12345,ignore_early_media=true,originate_timeout=30}sofia/gateway/
> sip.gafachi.com/1XXXXXXXXXX";
>
> /b
>
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080612/6fd3c97e/attachment-0002.html 


More information about the FreeSWITCH-users mailing list