[Freeswitch-users] Gafachi Setup / Caller ID
Matt Klein
mklein at nmedia.net
Thu Jun 12 07:34:44 PDT 2008
Nick:
http://wiki.freeswitch.org/wiki/Special:Search?search=caller&go=Go
You can do a "TPORT_LOG=1 /usr/local/freeswitch/bin/freeswitch", setting the
environment variable for posting all SIP Messages to you that get passed or
received by sofia.
- http://wiki.freeswitch.org/wiki/Sofia#Debugging_SOFIA_SIP
I would be interested in having Gafachi post an item in
http://wiki.freeswitch.org/wiki/SIP_Provider_Examples
Perhaps they can join us on IRC and we can help them put a listing on that page
as soon as their interop works ?
Matt
On Wed, 11 Jun 2008, Nick Temple wrote:
> Hello,
>
> I am attempting to get Gafachi setup on our system.
> They are telling me that the caller id is not being sent with the request,
> and are thus rejecting the calls.
>
> Is there a short FAQ on how to send the caller id?
>
> in vars.xml, I have:
>
> <X-PRE-PROCESS cmd="set" data="outbound_caller_name=My Name"/>
> <X-PRE-PROCESS cmd="set" data="outbound_caller_id=XXXXXXXXXX"/>
>
> call.js:
>
> call = "{ignore_early_media=true,originate_timeout=30}sofia/gateway/
> sip.gafachi.com/1XXXXXXXXXX";
>
> sessionx = new Session();
> rs = sessionx.originate(session, call, timeout);
>
> I've also tried setting various forms of {caller_id_name},
> {origination_caller_id_name}, {effective_caller_id_name} / number, but with
> little success.
>
> I am unsure which of the above to send in this context.
>
> Where in the trace / logs / session variables can I / should I see the
> caller_id being sent?
> Is there a setting I'm missing someplace?
>
> I'm sure I've missed something simple.
>
> thanks for your help,
>
> Nick
>
More information about the FreeSWITCH-users
mailing list