[Freeswitch-users] Gafachi Setup / Caller ID
Brian West
brian at freeswitch.org
Thu Jun 12 06:20:37 PDT 2008
I don't get what you're doing here.. effective_caller_id_number and
origination_caller_id_number depending on if you're originating or if
you're doing a bridge. I have verified they work. Can you elaborate
on your situation because you shouldn't have to go digging in the code
for this.
/b
On Jun 12, 2008, at 2:10 AM, Nick Temple wrote:
>
> 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
>
>
> _______________________________________________
> 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
Brian West
sip:brian at freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080612/c99aa89e/attachment-0002.html
More information about the FreeSWITCH-users
mailing list