[Freeswitch-users] smg_prid not bridging the call

lakshmanan ganapathy lakindia89 at gmail.com
Sun Feb 28 22:16:20 PST 2010


Dear Moy,
That's didn't seem to solve the problem.
I gave the following command.
originate
{origination_caller_id_number=04439114600}openzap/smg_prid/a/9952248266
&bridge({origination_caller_id_number=04439114600}openzap/smg_prid/a/9976975781)

The D-Chan Log is
http://pastebin.freeswitch.org/12268

Kindly refer the attached pcap file that I captured with wanpipemon utility.
I think it might help.


On Sun, Feb 28, 2010 at 12:05 AM, Moises Silva <moises.silva at gmail.com>wrote:

> I believe the problem FreeSWITCH is setting that as a default callerid
> name, which your telco does not like.
>
> Try setting the caller id name and number by yourself as explained in the
> "originate" section here http://wiki.freeswitch.org/wiki/Mod_commands
>  <http://wiki.freeswitch.org/wiki/Mod_commands>
>
> On Sat, Feb 27, 2010 at 12:13 AM, lakshmanan ganapathy <
> lakindia89 at gmail.com> wrote:
>
>> I think it says Invalid Information Element for the DISPLAY
>> smg_prid/a/8122133885!!!
>> correct?? If so, can you please help me to solve this?
>>
>>
>> On Sat, Feb 27, 2010 at 10:32 AM, lakshmanan ganapathy <
>> lakindia89 at gmail.com> wrote:
>>
>>> In the Dchan log it is saying Invalid Information Elements. That might be
>>> a problem??? But I even don't know why it is saying Invalid Information
>>> Element??
>>> Please guide me!!!
>>>
>>>
>>>
>>> On Sat, Feb 27, 2010 at 10:27 AM, lakshmanan ganapathy <
>>> lakindia89 at gmail.com> wrote:
>>>
>>>> Dear Moy,
>>>> Here are the details:
>>>>
>>>> FreeSwitch Log:
>>>> http://pastebin.freeswitch.org/12256
>>>>
>>>>  /var/log/sangoma_pri/dchan_<span-no>.log:
>>>>  http://pastebin.freeswitch.org/12257
>>>>
>>>> /var/log/sangoma_mgd.log:
>>>> http://pastebin.freeswitch.org/12258
>>>>
>>>> smg_pri.conf
>>>> http://pastebin.freeswitch.org/12259
>>>>
>>>>
>>>>
>>>> On Fri, Feb 26, 2010 at 9:01 PM, Moises Silva <moises.silva at gmail.com>wrote:
>>>>
>>>>> Hello lakshmanan,
>>>>>
>>>>> Please enable the dchan_log=q931 in /etc/wanpipe/smg_pri.conf and then
>>>>> restart it (smg_ctrl restart), then pastebin the logs
>>>>>
>>>>>  /var/log/sangoma_pri/dchan_<span-no>.log
>>>>> /var/log/sangoma_mgd.log
>>>>>
>>>>> That will contain the Q931 details (if any). Also pastebin your
>>>>> smg_pri.conf.
>>>>>
>>>>> Also enable the FreeSWITCH debug logging (see the FreeSWITCH wiki for
>>>>> details about that) and paste them too.
>>>>>
>>>>> --
>>>>> Moises Silva
>>>>> Senior Software Engineer
>>>>> Sangoma Technologies Inc. | 50 McIntosh Drive, Suite 120, Markham ON
>>>>> L3R 9T3 Canada
>>>>> t. 1 905 474 1990 x 128 | e. moy at sangoma.com
>>>>>
>>>>>  On Fri, Feb 26, 2010 at 12:55 AM, lakshmanan ganapathy <
>>>>> lakindia89 at gmail.com> wrote:
>>>>>
>>>>>>  Dear all,
>>>>>> I'm having a A102 Sangoma hardware. I configured it with freeswitch.
>>>>>> wanrouter status, says both the port as connected.
>>>>>> My smg_prid version is
>>>>>>
>>>>>> Feb 26 16:08:14 FMS-FreeSwitch sangoma_prid: ================System
>>>>>> restart=============
>>>>>> Feb 26 16:08:14 FMS-FreeSwitch sangoma_prid: = Sangoma PRI Protocol
>>>>>> Stack Daemon       =
>>>>>> Feb 26 16:08:14 FMS-FreeSwitch sangoma_prid: = Version:
>>>>>> 1.54                           =
>>>>>> Feb 26 16:08:14 FMS-FreeSwitch sangoma_prid: = Date: Feb 15
>>>>>> 2010                       =
>>>>>> Feb 26 16:08:14 FMS-FreeSwitch sangoma_prid: = Wanpipe Release:
>>>>>> wanpipe-3.5.8.6       =
>>>>>> Feb 26 16:08:14 FMS-FreeSwitch sangoma_prid: = Revision:Revision:
>>>>>> 15288                =
>>>>>> Feb 26 16:08:14 FMS-FreeSwitch
>>>>>> sangoma_prid:
>>>>>> ===========================================
>>>>>>
>>>>>> My freeswitch version is 16729.
>>>>>> I started freeswitch.
>>>>>>
>>>>>> oz list
>>>>>> +OK
>>>>>> span: 1 (smg_prid)
>>>>>> type: Sangoma (boost)
>>>>>> chan_count: 60
>>>>>> dialplan: XML
>>>>>> context: default
>>>>>> dial_regex:
>>>>>> fail_dial_regex:
>>>>>> hold_music:
>>>>>> analog_options none
>>>>>>
>>>>>> I originated a call as
>>>>>> originate openzap/smg_prid/a/9952248266 &park(), which hits my mobile.
>>>>>>
>>>>>> But when I issued the following command:
>>>>>> originate openzap/smg_prid/a/9952248266
>>>>>> &bridge(openzap/smg_prid/a/8122133885)
>>>>>> It rings my mobile (9952248266) first, but after that the following
>>>>>> error was displayed
>>>>>>
>>>>>> 2010-02-26 16:20:51.736080 [ERR] switch_ivr_originate.c:2387 Cannot
>>>>>> create outgoing channel of type [openzap] cause: [NORMAL_CIRCUIT_CONGESTION]
>>>>>> The call got ended in my mobile.
>>>>>>
>>>>>> Freeswitch log and smg_pri.conf
>>>>>>           http://pastebin.freeswitch.org/12248
>>>>>> openzap.conf:
>>>>>> [span wanpipe smg_prid]
>>>>>> name => smg_prid
>>>>>> trunk_type =>e1
>>>>>> b-channel => 1:1-15
>>>>>> b-channel => 1:17-31
>>>>>> trunk_type =>e1
>>>>>> b-channel => 2:1-15
>>>>>> b-channel => 2:17-31
>>>>>>
>>>>>> openzap.conf.xml:
>>>>>> <configuration name="openzap.conf" description="OpenZAP
>>>>>> Configuration">
>>>>>>   <settings>
>>>>>>     <param name="debug" value="0"/>
>>>>>>   </settings>
>>>>>>   <boost_spans>
>>>>>>         <span id="smg_prid">
>>>>>>         <param name="dialplan" value="XML"/>
>>>>>>         <param name="context" value="default"/>
>>>>>>         </span>
>>>>>>   </boost_spans>
>>>>>> </configuration>
>>>>>>
>>>>>> Please guide me to setup this one!!.
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> 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
>>>>>
>>>>>
>>>>
>>>
>>
>> _______________________________________________
>> 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
>>
>>
>
>
> --
> Moises Silva
> Senior Software Engineer
> Sangoma Technologies Inc. | 50 McIntosh Drive, Suite 120, Markham ON L3R
> 9T3 Canada
> t. 1 905 474 1990 x 128 | e. moy at sangoma.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/20100301/5d790312/attachment-0002.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: isdn.pcap
Type: application/cap
Size: 1231 bytes
Desc: not available
Url : http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100301/5d790312/attachment-0002.bin 


More information about the FreeSWITCH-users mailing list