<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.telephony.yate">
    <title>gmane.comp.telephony.yate</title>
    <link>http://blog.gmane.org/gmane.comp.telephony.yate</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8323"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8321"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8315"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8313"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8312"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8306"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8305"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8301"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8299"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8289"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8287"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8286"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8275"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8267"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8256"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8255"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8252"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8251"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8250"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.telephony.yate/8249"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8323">
    <title>T.38 Transcoding</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8323</link>
    <description>&lt;pre&gt;Hi,

I am trying to realize T.38 transcoding with Yate:

A  (SIP)--&amp;gt; Yate (SIP) --&amp;gt; Carrier (SIP) --&amp;gt; B (ISDN)

A supports T.38 (but no g711), the Carrier does *not* support T.38. That means, that Yate needs to transcode T.38 to g711.

How can I configure this case in Yate?

We use YATE 2.2.0-1 (default debian package).

Regards,
Philipp.
&lt;/pre&gt;</description>
    <dc:creator>Philipp Hoffmann</dc:creator>
    <dc:date>2013-05-17T20:12:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8321">
    <title>German ISUP support</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8321</link>
    <description>&lt;pre&gt;Hi,

is there currently any SS7 stack with German ISUP dialect available for Yate?

Thanks,
Philipp.

&lt;/pre&gt;</description>
    <dc:creator>Philipp Hoffmann</dc:creator>
    <dc:date>2013-05-15T18:32:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8315">
    <title>Perform radius authentication lookups</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8315</link>
    <description>&lt;pre&gt;Hi,

I am trying to perform radius authentication requests using yradius.conf:

The radius server expect two standard attributes, which have to been set up by Yate: The "User-Name" (always the called party number, but without the first char, e. g. +49310 -&amp;gt; 49310) and the "User-Password" (always clear-text: "radius").

For reference:

--
[nas]
add:User-Name=${caller} ;;;;; question: how can we cut the first char (+)? ;;;;;
add:User-Password=radius
--

The query goes through the radius server, but Yate do not provide the "User-Password" attribute.

Trace:

--
&amp;lt;yradius:NOTE&amp;gt; Using sections [nas] and [radius common] for authentication
&amp;lt;yradius:GOON&amp;gt; Ignoring unknown attribute of type 1
--

In the source code, the "User-Password" attribute is definied as binary, while "User-Name" is defined as string. Is it possible, to set a binary (string) attribute in the yradius.conf file?

Thanks,
Philipp.
&lt;/pre&gt;</description>
    <dc:creator>Philipp Hoffmann</dc:creator>
    <dc:date>2013-05-11T21:06:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8313">
    <title>SS7 Localy blocked ciruit</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8313</link>
    <description>&lt;pre&gt;Hello.
My config is YATE 4.3.1+ AS5400.

I've got problem with localy blocked circuits:
Circuits are blocked by Yate itselfs from unknown reson.


status sig isup1/97
%%+status:sig isup1/97
module=sig,trunk=isup1,type=ss7-isup;circuit=97,span=mg70+1,status=Disabled,lockedlocal=true,lockedremote=false,changing=false,flags=0x1
%%-status

control isup1/ISUP unblock circuit=97
Could not control isup1/ISUP unblock circuit=97

control isup1/ISUP unblock circuit=97 force=yes
Control 'isup1/ISUP' OK

--------------------------------------------- but circuit is still
blocked----------------------------------

status sig isup1/97
%%+status:sig isup1/97
module=sig,trunk=isup1,type=ss7-isup;circuit=97,span=mg70+1,status=Disabled,lockedlocal=true,lockedremote=false,changing=false,flags=0x1
%%-status



---------------------------------------------------------------------------------------------------------------------

So, anybody knows whats up ?

Regards
Hermozol
&lt;/pre&gt;</description>
    <dc:creator>Herman Bigos</dc:creator>
    <dc:date>2013-05-09T17:16:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8312">
    <title>dtmf debug</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8312</link>
    <description>&lt;pre&gt;Hello

I have Cisco 5400 with SLT as PSTN to SIP GW. I have problems with  
DTMF that is received from PSTN site. When someone call my NGN number  
and press and hold dtmf tone for longer time, I receive it double.  
There is no problem for GN.
Only difference I see in IAM is that when someone call NGN ther is:

PropagationDelayCounter='126'
HopCounter='30'

when someone call GN number i see:

PropagationDelayCounter='0'
ParameterCompatInformation.PropagationDelayCounter='transit,nopass-param'
ParameterCompatInformation='31 c0'

Is there a way to check what goes as DTMF from PSTN site ? Or can  
PropagationDelayCounter cause this behaviour ?

Greetings
Andrzej

&lt;/pre&gt;</description>
    <dc:creator>andrzej.ciupek-DkbrB8mJDsZubak7+UBa2Q&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-05-06T11:45:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8306">
    <title>IVR with javascript</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8306</link>
    <description>&lt;pre&gt;
Hi
Is it possible that someone kindly provides 
 sample IVR in javascript?

Thank you

&lt;/pre&gt;</description>
    <dc:creator>Mehdi Shirazi</dc:creator>
    <dc:date>2013-05-03T12:12:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8305">
    <title>RTP Packet Size in yate?</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8305</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Bipin Patel</dc:creator>
    <dc:date>2013-05-02T14:49:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8301">
    <title>Problem with Callfork and RTP/DTMF in progressing state</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8301</link>
    <description>&lt;pre&gt;Hi There!

We have a problem with relaying RFC2833 DTMF to forked calls in 
progressing state.

DTMF is received on the caller side and YRTPWrapper::gotDTMF queues a 
chan.dtmf message inside chan.masquerade.

The chan.dtmf message is not properly handled then by 
DTMFHandler::received, it cannot find the YRTPWrapper of progressing 
fork target, as it is searching for the targetid "fork/1234", but the 
YRTPWrapper of progressing target has an id of "sip/2345".

Any chance to have support for DTMF in forked progressing calls?

BR
   Christian
&lt;/pre&gt;</description>
    <dc:creator>Christian Beyerlein</dc:creator>
    <dc:date>2013-04-30T10:31:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8299">
    <title>CDR Time issue</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8299</link>
    <description>&lt;pre&gt;Hi, i am collecting cdrs to mysql accordint to this scheme:
http://yate.null.ro/pmwiki/index.php?n=Main.CollectingBillingInformation

All works fine, but time format...
I get this written in mysql

+------------+
| time       |
+------------+
| 1367245948 |
| 1367245948 |
+------------+

I try to edit cdrbuild.conf but with no positive result.
My cdrbuild.conf:

resolution=msec
updates=true
status=true
status_answer=true
call_start_time=YY/MM/DD HH:mm:SS.uuu UTC
call_answer_time=YY/MM/DD HH:mm:SS.uuu UTC
call_hangup_time=YY/MM/DD HH:mm:SS.uuu UTC
duration_call=HH:mm:SS.uuu

Can you tell me where is problem?
Yate runs at centos 5.8, yate from svn.
Thanks.


+----+------------+--------+--------+----------+----------+----------+
| id | time       | caller | called | billtime | duration | status   |
+----+------------+--------+--------+----------+----------+----------+
|  1 | 1367245948 | 200    | 100    |       10 |       12 | answered |
|  2 | 1367245948 | 200    | 100    |       10 |       12 | answered |
+----+------------+--------+--------+----------+----------+----------+

&lt;/pre&gt;</description>
    <dc:creator>Egor</dc:creator>
    <dc:date>2013-04-29T11:46:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8289">
    <title>YATE with others PBX</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8289</link>
    <description>&lt;pre&gt;Hi . I'm doing  interconnection YATE with others PBX IP for examples Asterisk. 
I would like know if exist any way to specific in YATE incoming calls only make 
a specific trunk.

Thanks



Ing. Duany Baró Menéndez
Jefe de Línea de Telecomunicaciones de Centro UCID
Teléfono: 837- 3607 
Correo: dbaro-NigQoAqfJP0&amp;lt; at &amp;gt;public.gmane.org

http://www.uci.cu

&lt;/pre&gt;</description>
    <dc:creator>Duany</dc:creator>
    <dc:date>2013-04-26T15:02:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8287">
    <title>Yate as MGCP Media Gateway</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8287</link>
    <description>&lt;pre&gt;Hi,

Is it possible to configure Yate as MGCP Media Gateway? I see
/usr/lib/yate/server/mgcpgw.yate and /etc/yate/mgcpgw.conf files, but
I can't find key parameter in configutation file example. Is it
possible to configure it?

--
WBR,
Eugene Prokopiev

&lt;/pre&gt;</description>
    <dc:creator>Eugene Prokopiev</dc:creator>
    <dc:date>2013-04-26T08:10:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8286">
    <title>Fax problem</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8286</link>
    <description>&lt;pre&gt;Hi, i am tryind to receive a fax with yate.
I use a script from 
https://github.com/shimaore/yate/blob/master/share/scripts/detector.php
I am iniciating a fax with pbxassist.
For example, in my regexroute are route
^964$=external/nodata/fax.php;called=${caller};
I use fax.php to iniciate fax receiving and detector.php
to write it into a file. The problem is, that in detector.php
filename consist of billid, called and called, but when it writes
a file it writes in form billid caller caller

For example, i make a call from extension 022768482 to 022244340
I make one change in detector.php i v added a print of $num varueble.

My pbxassist transfer trigger:
[transfer]
; blind transfer: make call on behalf of peer, hangup this
; key: *1nnnnn*
trigger=\*1\([0-9]\+\)\#$
target=\1
;trigger=*3\([0-9]\+\)\*$
;target=\1
First time script detects correctly, but after it detect both as caller.
I tryed regexroute with ^964$=external/nodata/fax.php
but it returns, that there is no called after making a transfer

&amp;lt;ExtModReceiver:WARN&amp;gt; Error: 'NUM 1366916013-1_022768482-022244340'
&amp;lt;pbxassist:CALL&amp;gt; Created assistant for 'sip/2'
&amp;lt;NOTE&amp;gt; Choosing started 'audio' format 'mulaw' [0x1959c1a0]
&amp;lt;sip:MILD&amp;gt; No formats for 'video', excluding from SDP [0x1958cff0]
&amp;lt;NOTE&amp;gt; Choosing started 'audio' format 'mulaw' [0x19591490]
&amp;lt;yrtp:WARN&amp;gt; Wrapper neither format nor payload specified [0x195ab360]
&amp;lt;pbxassist:NOTE&amp;gt; Chan 'sip/2' triggered operation 'transfer' in state 
'new' holding '(null)'
&amp;lt;ExtModReceiver:WARN&amp;gt; Error: 'NUM 1366916013-1_022768482-964'

And log with ^964$=external/nodata/fax.php;called=${caller};

&amp;lt;pbxassist:CALL&amp;gt; Created assistant for 'sip/9'
Starting detection on sip/9
&amp;lt;ExtModReceiver:WARN&amp;gt; Error: 'NUM 1366913760-5_022768482-022244340'
&amp;lt;pbxassist:NOTE&amp;gt; Channel 'sip/9' already assisted!
&amp;lt;pbxassist:CALL&amp;gt; Created assistant for 'sip/10'
&amp;lt;NOTE&amp;gt; Choosing started 'audio' format 'mulaw' [0x116aac50]
&amp;lt;sip:MILD&amp;gt; No formats for 'video', excluding from SDP [0x116ae040]
&amp;lt;NOTE&amp;gt; Choosing started 'audio' format 'mulaw' [0x116baa70]
&amp;lt;yrtp:WARN&amp;gt; Wrapper neither format nor payload specified [0x116b17b0]
&amp;lt;sip:NOTE&amp;gt; Registered user '022768482' expires in 120 s
&amp;lt;pbxassist:NOTE&amp;gt; Chan 'sip/10' triggered operation 'transfer' in state 
'new' holding '(null)'
Starting detection on sip/9
&amp;lt;ExtModReceiver:WARN&amp;gt; Error: 'NUM 1366913760-5_022768482-022768482'
PHP Installed: call.execute
PHP Answered: call.answered id: 1115985716517973d1de1b56.84525410
PHP: bye! Fax PHP

And here is fax.php

#!/usr/bin/php -q
&amp;lt;?php
/* Simple Fax2Mail Skript for the Yate PHP interface
    To test add in regexroute.conf

    ^NNN$=external/nodata/fax.php

    where NNN is the number you want to assign
*/
require_once("libyate.php");

/* Always the first action to do */
Yate::Init();
Yate::Debug(true);

date_default_timezone_set('Europe/Chisinau');

//$faxfile     = '/var/spool/fax/' . 'rx-file-' . date("Ymd_His") . '.tiff';
$faxfile     = '/var/spool/fax/rx-file-123.tiff';
$ourcallid   = 'fax/' . uniqid(rand(),1);
$partycallid = '';
$state       = 'call';

Yate::Install("call.execute",100);

/* The main loop. We pick events and handle them */
while ($state != "") {
     $ev=Yate::GetEvent();
     /* If Yate disconnected us then exit cleanly */
     if ($ev === false)
         break;
     /* Empty events are normal in non-blocking operation.
        This is an opportunity to do idle tasks and check timers */
     if ($ev === true)
         continue;
     /* If we reached here we should have a valid object */
     switch ($ev-&amp;gt;type) {
         case "incoming":
             switch ($ev-&amp;gt;name) {
                 case "call.execute":
                     $partycallid = $ev-&amp;gt;params["id"];
                     $ev-&amp;gt;params["targetid"] = $ourcallid;
                     $ev-&amp;gt;handled = true;
                     // we must ACK this message before dispatching a 
call.answered
                     $ev-&amp;gt;Acknowledge();
                     // we already ACKed this message
                     $ev = false;

                     $m = new Yate("call.answered");
                     $m-&amp;gt;params["id"] = $ourcallid;
                     $m-&amp;gt;params["targetid"] = $partycallid;
                     $m-&amp;gt;Dispatch();

                     $m = new Yate("chan.attach");
                     $m-&amp;gt;params["id"] = $ourcallid;
//                  $m-&amp;gt;params["source"] = 
"wave/play//usr/share/yate/sounds/fax2mail/dialtone.sln";
                     //$m-&amp;gt;params["source"] = 
"wave/play//usr/local/share/yate/sounds/ring.au";
                                         $m-&amp;gt;params["source"] = 
"wave/play//home/rec.slin";

                     $m-&amp;gt;id = ""; // don't notify about message result
                     $m-&amp;gt;params["sniffer"] = "tone/*";
                     $m-&amp;gt;params["fax_divert"] = 'fax/receive//' . $faxfile;
                                         //$m-&amp;gt;params["fax_divert"] = 
'fax/receive/var/spool/fax/rx-file-123.tiff';
                     $m-&amp;gt;Dispatch();
                     //Yate::Output("PHP Incoming: call.execute id: " . 
$ev-&amp;gt;id);

                     break;
                 default:
                     Yate::Output("PHP Incoming: " . $ev-&amp;gt;name . " id: " 
. $ev-&amp;gt;id);
             }
             /* This is extremely important.
                We MUST let messages return, handled or not */
             if ($ev)
                 $ev-&amp;gt;Acknowledge();
             break;
         case "answer":
             Yate::Output("PHP Answered: " . $ev-&amp;gt;name . " id: " . $ev-&amp;gt;id);
             break;
         case "installed":
             Yate::Output("PHP Installed: " . $ev-&amp;gt;name);
             break;
         case "uninstalled":
             Yate::Output("PHP Uninstalled: " . $ev-&amp;gt;name);
             break;
         default:
             Yate::Output("PHP Event: " . $ev-&amp;gt;type . $ev-&amp;gt;name);
     }
}

Yate::Output("PHP: bye! Fax PHP");

/* vi: set ts=8 sw=4 sts=4 noet: */
?&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Egor</dc:creator>
    <dc:date>2013-04-26T08:07:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8275">
    <title>Maximum number of extensions in Yate</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8275</link>
    <description>&lt;pre&gt;Hi,

 

What is the (estimated) maximum number of extensions with which Yate will
work properly?

If there are so many extensions that Yate doesn't work properly, is it
possible to somehow use an additional Yate on another computer in order to
overcome this limitation?

 

Thanks

 

&lt;/pre&gt;</description>
    <dc:creator>gregory</dc:creator>
    <dc:date>2013-04-25T10:31:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8267">
    <title>Yata on Windows with Sangoma card-problem</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8267</link>
    <description>&lt;pre&gt;Hi to all Yaters,

I download yate 4.3 .exe and installed it on windows 7. I have a A102 card on my computer
and installed driver version 7.0.1.0 for that.
I configure wpcard.conf and ysigchan.conf to have a PRI trunk.When I run yate, I noticed that wanpipe module not loaded and in signalling channel module happen this :
&amp;lt;MILD&amp;gt; Factory could not create 'SignallingCircuitSpan' named 'trunk1/B/wanpipe1'
&amp;lt;sig:NOTE&amp;gt; Trunk('trunk1'). Create failure: Failed to build voice span 'wanpipe1'
&amp;lt;sig:WARN&amp;gt; Failed to initialize trunk 'trunk1' of type 'isdn-pri-net' 
I downloaded the source file for windows and compile in VS2008. Again problem in
wpcardw compilation,void* to SignallingComponent. I fixed this. But I have same problem
in initializing PRI trunk. 

I tested it with older version of sangoma driver (6.0.9.12) on Windows XP. but same problem
and more problem in wpcardw compilation.

Anybody did this job successfully ? Yate work on windows with Sangoma? 

Yate team not working on wpcardw ? 

If any body solved the problem of this module, please share with us.

Thank so for feedback's.&lt;/pre&gt;</description>
    <dc:creator>H Yavari</dc:creator>
    <dc:date>2013-04-25T04:57:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8256">
    <title>Forwarding audio</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8256</link>
    <description>&lt;pre&gt;Hi, 

 

I want to record all calls done via Yate using an external program.

This program receives RTP and records it.

 

The solution of which I thought is to insert both sides of every call to a
conference, to join the conference using my own code (not related to Yate)
and to forward the RTP that I receive in my code.

 

Is there something simpler than the solution above?

For example, is there a way to get the SDP of every call in order to know
the RTP ports that should be recorded?

Or is it possible to forward the RTP (of both sides) to some known address?

 

Thanks?

&lt;/pre&gt;</description>
    <dc:creator>gregory</dc:creator>
    <dc:date>2013-04-23T12:16:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8255">
    <title>Calling outside via some lines</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8255</link>
    <description>&lt;pre&gt;Hi,

I have this accfile.conf:

[line-1]
enabled=yes
protocol=sip
username=line-1
password=pwd-1
domain=10.10.10.100
registrar=10.10.10.100

[line-2]
enabled=yes
protocol=sip
username=line-2
password=pwd-2
domain=10.10.10.100
registrar=10.10.10.100

How to call via this lines using any free line? Need I use something
like round-robin routing or script to select free line and use it?

Please, give me example string for regexroute.conf.

--
WBR,
Eugene Prokopiev

&lt;/pre&gt;</description>
    <dc:creator>Eugene Prokopiev</dc:creator>
    <dc:date>2013-04-23T09:49:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8252">
    <title>Variables for call routing</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8252</link>
    <description>&lt;pre&gt;Hi,

How do I know all or at least most used variable names which can be
used in regexroute.conf both on the right and left of the '=' ?

--
WBR,
Eugene Prokopiev

&lt;/pre&gt;</description>
    <dc:creator>Eugene Prokopiev</dc:creator>
    <dc:date>2013-04-23T06:23:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8251">
    <title>Failed to send ISUP MSU</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8251</link>
    <description>&lt;pre&gt;Hello,
Im configuring a ss7 link with yate+cisco. The link is active, but i can 
not send isup message thought it.

module=sig,format=Type|Status|Uptime;count=1;CARRIER_link=cisco-slt|Normal 
Alignment|867

name=mgcpca,type=misc;spans=22,chans=0;GW24_6/0_CARRIER=s6/ds1-0/2&amp;lt; at &amp;gt;X.X.X.X:2427........

Routing table of 'ss7router': [0x7fc8600bbde8]
ITU     7-69-4 (allow) CANTV_linkset,100,unknown
ITU     7-68-3 (allow) CANTV_linkset,0,allow
Statistics for 'ss7router': Rx=4, Tx=2, Fwd=0, Fail=5, Cong=0

Logs:

&amp;lt;CARRIER_isup/ISUP:INFO&amp;gt; Remote user part is available
&amp;lt;signalling:ALL&amp;gt; Engine [0x7f38e80f3e50] sending notify from 
'CARRIER_isup/ISUP' [0x7f38e81c9e28]
&amp;lt;mgcpca:INFO&amp;gt; MGCPCircuit::status(Idle,false) 1002 [0x7f38e80fe370]
&amp;lt;mgcpca:INFO&amp;gt; MGCPCircuit::status(Idle,false) 1003 [0x7f38e80fe770]
.............
............


&amp;lt;CARRIER_isup/ISUP:INFO&amp;gt; Sending message (0x7f38e8143a10)
-----
GRA [cic=1002 label=1-1-1:3-3-3:10]
   RangeAndStatus='14'
   RangeAndStatus.map='00000000000000'
-----
&amp;lt;ss7router:MILD&amp;gt; Could not send ISUP MSU size 13 on any linkset
&amp;lt;ss7router:ALL&amp;gt; Failed to send ISUP MSU size 13 on allow route 14892
&amp;lt;CARRIER_isup/ISUP:INFO&amp;gt; Received message (0x7f38e80f6730)
-----
GRS [cic=1017 label=3-3-3:1-1-1:9]
   protocol-type='itu-t'
   message-type='GRS'
   RangeAndStatus='14'
-----
..................
...............

&amp;lt;CARRIER_isup/ISUP:INFO&amp;gt; Sending message (0x7f38e80f87c0)
-----
GRA [cic=1017 label=1-1-1:3-3-3:9]
   RangeAndStatus='14'
   RangeAndStatus.map='00000000000000'
-----
&amp;lt;ss7router:MILD&amp;gt; Could not send ISUP MSU size 13 on any linkset
&amp;lt;ss7router:ALL&amp;gt; Failed to send ISUP MSU size 13 on allow route 14892
&amp;lt;CARRIER_isup/ISUP:INFO&amp;gt; Received message (0x7f38e80f6730)
-----
GRS [cic=1002 label=3-3-3:1-1-1:10]
   protocol-type='itu-t'
   message-type='GRS'
   RangeAndStatus='14'
-----
............
..........
&amp;lt;CARRIER_isup/ISUP:INFO&amp;gt; Sending message (0x7f38e80f4220)
-----
GRA [cic=1002 label=1-1-1:3-3-3:10]
   RangeAndStatus='14'
   RangeAndStatus.map='00000000000000'
-----
&amp;lt;ss7router:MILD&amp;gt; Could not send ISUP MSU size 13 on any linkset
&amp;lt;ss7router:ALL&amp;gt; Failed to send ISUP MSU size 13 on allow route 14892
&amp;lt;CARRIER_linkset:ALL&amp;gt; Received SLTM ITU,2-2-2:1-1-1:0 (14883:6366:0) 
with 10 bytes
&amp;lt;CARRIER_linkset:ALL&amp;gt; Sending SLTA ITU,1-1-1:2-2-2:0 (6366:14883:0) with 
10 bytes
&amp;lt;CARRIER_linkset:ALL&amp;gt; Sending SLTM ITU,1-1-1:2-2-2:0 (6366:14883:0) with 
4 bytes
&amp;lt;CARRIER_linkset:ALL&amp;gt; Received SLTA ITU,2-2-2:1-1-1:0 (14883:6366:0) 
with 4 bytes
&amp;lt;CARRIER_isup/ISUP:INFO&amp;gt; Received message (0x7f38e80f4220)
-----
GRS [cic=1017 label=3-3-3:1-1-1:9]
   protocol-type='itu-t'
   message-type='GRS'
   RangeAndStatus='14'
-----

Have you got any idea about what can be the problem?

This is my ysigchan configuration:

[general]
debuglevel=10,10,10,10,10
enable=yes

[CARRIER_isup]
type=ss7-isup
enable=yes
pointcodetype=ITU
pointcode=1-1-1
defaultpointcode=1-1-1
remotepointcode=3-3-3
netindicator=international
voice=GW24_6/0_CARRIER,GW24_6/1_CARRIER,GW24_6/2_CARRIER,GW24_6/3_CARRIER,GW24_6/3_CARRIER,GW24_6/4_CARRIER,GW24_6/5_CARRIER,GW24_6/6_CARRIER,GW24_6/7_CARRIER,GW24_7/0_CARRIER,GW24_7/1_CARRIER,GW24_7/2_CARRIER,GW24_7/3_CARRIER,GW24_7/4_CARRIER,GW24_7/5_CARRIER,GW24_7/6_CARRIER,GW23_3/0_CARRIER,GW23_3/1_CARRIER,GW23_3/2_CARRIER,GW23_3/3_CARRIER,GW23_3/4_CARRIER,GW23_3/5_CARRIER
numtype=international
presentation=allowed
screening=user-provided
print-messages=yes
sls=auto

[CARRIER_linkset]
type=ss7-mtp3
netind2pctype=ITU
netindicator=international
route=ITU,3-3-3
adjacent=ITU,2-2-2
local=ITU,1-1-1
link=CARRIER_link

[CARRIER_link]
type=ss7-mtp2
sig=CARRIER_link
autostart=yes

Thanks in advance for your help and best regards,
Ruben Gracia

&lt;/pre&gt;</description>
    <dc:creator>Rubén Gracia</dc:creator>
    <dc:date>2013-04-22T13:00:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8250">
    <title>regfile users count wrong in 'status overview'</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8250</link>
    <description>&lt;pre&gt;It looks like recent updates to the regfile module cause a miscount when you use 'status overview'. When I use 'status overview' I see 0, but get a correct count when I request the detailed status information.

This line in regfile.cpp uses the usrCount variable which is incremented only when processing the detailed user listing - so overview is always 0.

    msg.retValue() &amp;lt;&amp;lt; ",users=" &amp;lt;&amp;lt; usrCount;

&lt;/pre&gt;</description>
    <dc:creator>Bill Simon</dc:creator>
    <dc:date>2013-04-21T12:08:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8249">
    <title>Prevent yate from changing local RTP port on re-INVITE</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8249</link>
    <description>&lt;pre&gt;Hi,

it appears that YATE changes its own RTP port upon a re-INVITE. Is there any 
way this can be prevented. i tried using ignore_sdp_port and ignore_sdp_addr, 
but they are meant for incoming RTP ports, if i can read the documentation 
correctly.

thanks
kind regards
Thilo

&lt;/pre&gt;</description>
    <dc:creator>Thilo Bangert</dc:creator>
    <dc:date>2013-04-19T10:04:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.telephony.yate/8247">
    <title>Using tonegen/tonedetect in C++ (for continuity testing)</title>
    <link>http://comments.gmane.org/gmane.comp.telephony.yate/8247</link>
    <description>&lt;pre&gt;Hello,

We are implementing Continuity Testing for Sangoma cards (wpcard.cpp)
and I was wondering whether there is a nicer way to do the equivalent
of:

  bool WpCircuit::setupContinuityTest() {

    ToneSource* tone_source = ToneSource::getTone("cotv");
    if(!tone_source.attach(m_consumer,true))
      return false;

    ToneConsumer* tone_consumer = new ToneConsumer("cotv");
    if(!m_source.attach(tone_consumer,true))
      return false;

    return   true;
  }

This would require to somehow link tonegen and tonedetect with wpcard,
which sounds awkward.

Any pointers would be appreciated.
S.



PS: I feel source &amp;amp; consumer are reversed in tonegen/tonedetect wrt
    circuits, so the bit of code above might need more work as well.

&lt;/pre&gt;</description>
    <dc:creator>stephane-5Hp271YMkzzk1uMJSBkQmQ&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-04-16T17:41:32</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.telephony.yate">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.telephony.yate</link>
  </textinput>
</rdf:RDF>
