[SR-Users] Playing with dlg_bridge()

Roberto Fichera kernel at tekno-soft.it
Wed Jul 6 11:59:33 CEST 2011


On 07/06/2011 11:42 AM, Henning Westerholt wrote:
> On Tuesday 05 July 2011, Roberto Fichera wrote:
>>  I want to implement a click and dial feature using the xhttp interface
>>  but also keeping working the XCAP functionality. Than I added some
>>  code about the dialog module (it's my first time I try it) so that the
>>  URL look like http://localhost:5060/sip-bridge/<from>/<to>
>> [..]
>>      dlg_bridge( $var(from), $var(to), "sip:192.168.2.92:5060" );
> Hi Roberto,
>
> you're probably missing the quotes for the first two function arguments.

You are totally right!!!! Now it works fine!

Do you know what does means the warning below?

Jul  6 11:54:10 roberto /usr/sbin/kamailio[20457]: NOTICE: acc [acc.c:275]: ACC: transaction answered:
timestamp=1309946050;method=INVITE;from_tag=533cb9e91f4b999cf76861cbb9ed54ed-1c03;to_tag=c20ede08;call_id=200dfc5a340d6ccc-20467 at 127.0.0.1;code=200;reason=OK;src_user=provision;src_domain=192.168.2.92;dst_ouser=roberto;dst_user=roberto;dst_domain=192.168.2.92
Jul  6 11:54:10 roberto /usr/sbin/kamailio[20457]: NOTICE: acc [acc.c:275]: ACC: transaction answered:
timestamp=1309946050;method=BYE;from_tag=533cb9e91f4b999cf76861cbb9ed54ed-1c03;to_tag=c20ede08;call_id=200dfc5a340d6ccc-20467 at 127.0.0.1;code=500;reason=Request
out of order;src_user=provision;src_domain=192.168.2.92;dst_ouser=roberto;dst_user=roberto;dst_domain=192.168.2.92
Jul  6 11:54:13 roberto /usr/sbin/kamailio[20457]: NOTICE: acc [acc.c:275]: ACC: transaction answered:
timestamp=1309946053;method=INVITE;from_tag=ceec053a;to_tag=22243f6c;call_id=208a062d8ad33987373260a6bafe06a6 at 0.0.0.0;code=200;reason=OK;src_user=roberto;src_domain=192.168.2.92;dst_ouser=mattia;dst_user=mattia;dst_domain=192.168.2.50
Jul  6 11:54:16 roberto /usr/sbin/kamailio[20461]: NOTICE: acc [acc.c:275]: ACC: transaction answered:
timestamp=1309946056;method=BYE;from_tag=ceec053a;to_tag=22243f6c;call_id=208a062d8ad33987373260a6bafe06a6 at 0.0.0.0;code=200;reason=OK;src_user=roberto;src_domain=192.168.2.92;dst_ouser=mattia;dst_user=mattia;dst_domain=192.168.2.50
Jul  6 11:54:17 roberto /usr/sbin/kamailio[20457]: WARNING: dialog [dlg_handlers.c:884]: unable to find dialog for
NOTIFY with route param '7d2.14447fc4' [727:1291273281]
Jul  6 11:54:17 roberto /usr/sbin/kamailio[20462]: WARNING: dialog [dlg_handlers.c:884]: unable to find dialog for
NOTIFY with route param '7d2.14447fc4' [727:1291273281]
Jul  6 11:54:21 roberto /usr/sbin/kamailio[20459]: WARNING: dialog [dlg_handlers.c:884]: unable to find dialog for
NOTIFY with route param '7d2.14447fc4' [727:1291273281]
Jul  6 11:54:21 roberto /usr/sbin/kamailio[20461]: WARNING: dialog [dlg_handlers.c:884]: unable to find dialog for
NOTIFY with route param '7d2.14447fc4' [727:1291273281]
Jul  6 11:54:25 roberto /usr/sbin/kamailio[20459]: WARNING: dialog [dlg_handlers.c:884]: unable to find dialog for
NOTIFY with route param '7d2.14447fc4' [727:1291273281]
Jul  6 11:54:25 roberto /usr/sbin/kamailio[20461]: WARNING: dialog [dlg_handlers.c:884]: unable to find dialog for
NOTIFY with route param '7d2.14447fc4' [727:1291273281]
Jul  6 11:54:29 roberto /usr/sbin/kamailio[20457]: WARNING: dialog [dlg_handlers.c:884]: unable to find dialog for
NOTIFY with route param '7d2.14447fc4' [727:1291273281]
Jul  6 11:54:29 roberto /usr/sbin/kamailio[20462]: WARNING: dialog [dlg_handlers.c:884]: unable to find dialog for
NOTIFY with route param '7d2.14447fc4' [727:1291273281]
Jul  6 11:54:33 roberto /usr/sbin/kamailio[20459]: WARNING: dialog [dlg_handlers.c:884]: unable to find dialog for
NOTIFY with route param '7d2.14447fc4' [727:1291273281]
Jul  6 11:54:33 roberto /usr/sbin/kamailio[20461]: WARNING: dialog [dlg_handlers.c:884]: unable to find dialog for
NOTIFY with route param '7d2.14447fc4' [727:1291273281]
Jul  6 11:54:37 roberto /usr/sbin/kamailio[20457]: WARNING: dialog [dlg_handlers.c:884]: unable to find dialog for
NOTIFY with route param '7d2.14447fc4' [727:1291273281]
Jul  6 11:54:37 roberto /usr/sbin/kamailio[20462]: WARNING: dialog [dlg_handlers.c:884]: unable to find dialog for
NOTIFY with route param '7d2.14447fc4' [727:1291273281]
Jul  6 11:54:41 roberto /usr/sbin/kamailio[20459]: WARNING: dialog [dlg_handlers.c:884]: unable to find dialog for
NOTIFY with route param '7d2.14447fc4' [727:1291273281]


> Best regards,
>
> Henning
>




More information about the sr-users mailing list