[Freeswitch-users] Caller ID and Caller Name Issue

Jagadish Thoutam jaganthoutam at gmail.com
Fri Jul 5 00:46:52 MSD 2013


Figured Out the issue and shearing here.

I created My asterisk cluster Trunk In FreeSWITCH,  NO need To have Trunk
Just Need to dial with IP.

My asterisk IP = 192.168.10.XX

My Public Profile in FreeSWITCH

<include>
 <extension name="public_did">
  <condition field="destination_number" expression="XXXXXXXXXX">
  <action application="bridge" data="sofia/external/XXXXXXXXXX at 192.168.10.XX
"/>
</condition>
</extension>
</include>




Thanks
Jagan





On 10 June 2013 17:29, Jagadish Thoutam <jaganthoutam at gmail.com> wrote:

> I brain i found out that may be issue is i am creating trunk without
> having user ?
>
>
>
> freeswitch at internal> sofia status gateway VICI122
>
> =================================================================================================
> Name            VICI122
> Profile         external
> Scheme          Digest
> Realm           192.168.10.122:5060
> Username        FreeSWITCH
> Password        no
> From            <sip:FreeSWITCH at 192.168.10.122:5060>
> Contact         <sip:gw+VICI122 at 172.18.4.250:5080
> ;transport=udp;gw=VICI122>
> Exten           FreeSWITCH
> To              sip:FreeSWITCH at 192.168.10.122:5060
> Proxy           sip:192.168.10.122:5060
> Context         default
> Expires         3600
> Freq            3600
> Ping            0
> PingFreq        0
> PingState       0/0/0
> State           NOREG
> Status          UP
> CallsIN         0
> CallsOUT        15275
> FailedCallsIN   0
> FailedCallsOUT  95
>
> =================================================================================================
>
>
>
>
>
> On 21 May 2013 08:07, Brian Foster <bdfoster at davri.com> wrote:
>
>> Please pastebin your dialplans. Is this an outgoing call or inbound?
>>
>> -BDF
>> On May 18, 2013 9:45 AM, "Jagadish Thoutam" <jaganthoutam at gmail.com>
>> wrote:
>>
>>> Hi Michael,
>>>
>>>          i am not sure its strange because i tried everything what you
>>> said and even i am working with freeswitch from last 2 years i didn't have
>>> problem like this But still the same thing.
>>>
>>> callerid =   FreeSWITCH
>>>
>>> caleerid name  = +1XXXXXXXXXX
>>>
>>>
>>> Thanks
>>> Jagan
>>>
>>>
>>>
>>> On 17 May 2013 19:20, Michael Collins <msc at freeswitch.org> wrote:
>>>
>>>>
>>>>
>>>>
>>>> On Fri, May 17, 2013 at 3:24 PM, Muhammad Shahzad <
>>>> shaheryarkh at gmail.com> wrote:
>>>>
>>>>> How are you disabling the global caller id? This won't work, (its a
>>>>> common mistake done by many users when dealing with X-PRE-PROCESS)
>>>>>
>>>>> <!-- <X-PRE-PROCESS cmd="set" data="outbound_caller_name=FreeSWITCH"/>
>>>>> -->
>>>>>
>>>>> You have to do something like this,
>>>>>
>>>>> <!-- <X - PRE-PROCESS cmd="set" data="outbound_caller_name=FreeSWITCH"/>
>>>>> -->
>>>>>
>>>> FYI, we recommend not using XML comments when trying to disable a
>>>> preprocess directive. Just do something like this:
>>>>
>>>> <X-NO-PRE-PROCESS cmd="set" data="outbound_caller_name=FreeSWITCH"/>
>>>>
>>>> That will do the trick and will make the code easier to read.
>>>> -MC
>>>>
>>>>
>>>>>
>>>>> Notice the space around ' - ' in X-PRE-PROCESS.
>>>>>
>>>>> Also you should set some appropriate caller id for outbound call in
>>>>> your dial plan, as already i told you in my previous email.
>>>>>
>>>>> Thank you.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Fri, May 17, 2013 at 10:26 PM, Jagadish Thoutam <
>>>>> jaganthoutam at gmail.com> wrote:
>>>>>
>>>>>> Hi Muhammad,
>>>>>>
>>>>>> i disable the global outbound caller id,
>>>>>>
>>>>>> My setup is like this
>>>>>>
>>>>>> DID  ----------->  FreeSWITCH -------> AsteriskServer
>>>>>>
>>>>>>
>>>>>> <include>
>>>>>>  <extension name="XXXX">
>>>>>>     <condition field="destination_number"
>>>>>> expression="^(?:\+1)(88XXXXXXXX)$">
>>>>>>     <action application="bridge" data="sofia/gateway/ASTERISK/$1"/>
>>>>>>     </condition>
>>>>>> </extension>
>>>>>> </include>
>>>>>>
>>>>>> ASTERISK is my gateway   in My Asterisk is getting FreeSWITCH as
>>>>>> CallerID   not evean as CallerNAme.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Thanks
>>>>>> Jagan
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On 17 May 2013 13:01, Muhammad Shahzad <shaheryarkh at gmail.com> wrote:
>>>>>>
>>>>>>> Well, if you want to have variable caller id number and name then
>>>>>>> use "effective_caller_id_name" and "effective_caller_id_number" channel
>>>>>>> variables in your dial plan. Beispiel,
>>>>>>>
>>>>>>> <action application="set" data="effective_caller_id_name=Bob Smith"/>
>>>>>>> <action application="set"
>>>>>>> data="effective_caller_id_number=49185551212"/>
>>>>>>>
>>>>>>> OR if you want to use a global outbound caller id name and number
>>>>>>> then you can modify following in vars.xml,
>>>>>>>
>>>>>>> <X-PRE-PROCESS cmd="set" data="outbound_caller_name=FreeSWITCH"/>
>>>>>>> <X-PRE-PROCESS cmd="set" data="outbound_caller_id=0000000000"/>
>>>>>>>
>>>>>>> Thank you.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Fri, May 17, 2013 at 5:45 PM, Jagadish Thoutam <
>>>>>>> jaganthoutam at gmail.com> wrote:
>>>>>>>
>>>>>>>> Any help on this issue.
>>>>>>>>
>>>>>>>> sent from samsung S3
>>>>>>>> On 17 May 2013 11:32, "Jagadish Thoutam" <jaganthoutam at gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> No,  it didn't help me Still i am getting FreeSWITH as a caller
>>>>>>>>> ID  (not Caller ID Name)  caller id Name i am getting Number.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Thanks
>>>>>>>>> Jagan
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 16 May 2013 20:53, <info at shishir.com.np> wrote:
>>>>>>>>>
>>>>>>>>>> Try <param name="caller-id-in-from" value="true"/> on profile
>>>>>>>>>> setting.
>>>>>>>>>>
>>>>>>>>>> On 16.05.2013 16:24, Jagadish Thoutam wrote:
>>>>>>>>>> > HI,
>>>>>>>>>> >
>>>>>>>>>> >
>>>>>>>>>> >  i have a freeswitch as a VOIP Gateway that will handle the
>>>>>>>>>> Inbound
>>>>>>>>>> > and Outbound calls with media proxy, here issue comes My
>>>>>>>>>> Freeswith is
>>>>>>>>>> > Sending FreeSwitch as a callid Number..                 and
>>>>>>>>>> > callid name as a Number      i wondered why it is sending like
>>>>>>>>>> that
>>>>>>>>>> > i even comment the  effective acller id name and caller id but
>>>>>>>>>> still
>>>>>>>>>> > same issue, can any one help on this.
>>>>>>>>>> >
>>>>>>>>>> > Version   :
>>>>>>>>>> >
>>>>>>>>>> > FreeSWITCH Version 1.5.1b+git~20130423T194907Z~e1c325dcb5 (git
>>>>>>>>>> > e1c325d
>>>>>>>>>> > 2013-04-23 19:49:07Z)
>>>>>>>>>> >
>>>>>>>>>> > Thanks
>>>>>>>>>> > Jagan
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> _________________________________________________________________________
>>>>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>>>>> consulting at freeswitch.org
>>>>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>>>>
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>>
>>>>>>>>>> Official FreeSWITCH Sites
>>>>>>>>>> http://www.freeswitch.org
>>>>>>>>>> http://wiki.freeswitch.org
>>>>>>>>>> http://www.cluecon.com
>>>>>>>>>>
>>>>>>>>>> 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
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> _________________________________________________________________________
>>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>>> consulting at freeswitch.org
>>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>>
>>>>>>>> 
>>>>>>>> 
>>>>>>>>
>>>>>>>> Official FreeSWITCH Sites
>>>>>>>> http://www.freeswitch.org
>>>>>>>> http://wiki.freeswitch.org
>>>>>>>> http://www.cluecon.com
>>>>>>>>
>>>>>>>> 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
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Mit freundlichen Grüßen
>>>>>>> Muhammad Shahzad
>>>>>>> -----------------------------------
>>>>>>> CISCO Rich Media Communication Specialist (CRMCS)
>>>>>>> CISCO Certified Network Associate (CCNA)
>>>>>>> Cell: +49 176 99 83 10 85
>>>>>>> MSN: shari_786pk at hotmail.com
>>>>>>> Email: shaheryarkh at googlemail.com
>>>>>>>
>>>>>>>
>>>>>>> _________________________________________________________________________
>>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>>> consulting at freeswitch.org
>>>>>>> http://www.freeswitchsolutions.com
>>>>>>>
>>>>>>> 
>>>>>>> 
>>>>>>>
>>>>>>> Official FreeSWITCH Sites
>>>>>>> http://www.freeswitch.org
>>>>>>> http://wiki.freeswitch.org
>>>>>>> http://www.cluecon.com
>>>>>>>
>>>>>>> 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
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> _________________________________________________________________________
>>>>>> Professional FreeSWITCH Consulting Services:
>>>>>> consulting at freeswitch.org
>>>>>> http://www.freeswitchsolutions.com
>>>>>>
>>>>>> 
>>>>>> 
>>>>>>
>>>>>> Official FreeSWITCH Sites
>>>>>> http://www.freeswitch.org
>>>>>> http://wiki.freeswitch.org
>>>>>> http://www.cluecon.com
>>>>>>
>>>>>> 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
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Mit freundlichen Grüßen
>>>>> Muhammad Shahzad
>>>>> -----------------------------------
>>>>> CISCO Rich Media Communication Specialist (CRMCS)
>>>>> CISCO Certified Network Associate (CCNA)
>>>>> Cell: +49 176 99 83 10 85
>>>>> MSN: shari_786pk at hotmail.com
>>>>> Email: shaheryarkh at googlemail.com
>>>>>
>>>>>
>>>>> _________________________________________________________________________
>>>>> Professional FreeSWITCH Consulting Services:
>>>>> consulting at freeswitch.org
>>>>> http://www.freeswitchsolutions.com
>>>>>
>>>>> 
>>>>> 
>>>>>
>>>>> Official FreeSWITCH Sites
>>>>> http://www.freeswitch.org
>>>>> http://wiki.freeswitch.org
>>>>> http://www.cluecon.com
>>>>>
>>>>> 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
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Michael S Collins
>>>> Twitter: @mercutioviz
>>>> http://www.FreeSWITCH.org
>>>> http://www.ClueCon.com
>>>> http://www.OSTAG.org
>>>>
>>>>
>>>>
>>>> _________________________________________________________________________
>>>> Professional FreeSWITCH Consulting Services:
>>>> consulting at freeswitch.org
>>>> http://www.freeswitchsolutions.com
>>>>
>>>> 
>>>> 
>>>>
>>>> Official FreeSWITCH Sites
>>>> http://www.freeswitch.org
>>>> http://wiki.freeswitch.org
>>>> http://www.cluecon.com
>>>>
>>>> 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
>>>>
>>>>
>>>
>>> _________________________________________________________________________
>>> Professional FreeSWITCH Consulting Services:
>>> consulting at freeswitch.org
>>> http://www.freeswitchsolutions.com
>>>
>>> 
>>> 
>>>
>>> Official FreeSWITCH Sites
>>> http://www.freeswitch.org
>>> http://wiki.freeswitch.org
>>> http://www.cluecon.com
>>>
>>> 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
>>>
>>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> 
>> 
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://wiki.freeswitch.org
>> http://www.cluecon.com
>>
>> 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/20130704/b8b65f19/attachment-0001.html 


Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list