2007/8/29, Max CtRiX <[EMAIL PROTECTED]>:
>
> Dmitry Potapov ha scritto:
> >                 Hello!
> >
> >      I'm trying to use NConference app with current (rev 3836) rel/1.2
> > branch Callweaver. I call NConference as:
> > exten => 111,1,Answer
> > exten => 111,n,NConference(111/S)
> >
> ALL DELIMITERS in CW are commas, not slashes.
> Try that, first.

Well, looks like that's still not true for NConference. It doesn't parse
things right when using commas as delimiters:

    -- Executing NConference("SIP/sip9000-14b9", 111,S)
Aug 29 18:35:00 DEBUG[3057331120]: app.c:1136 opbx_separate_app_args:
delim=',', args: 111,S
Aug 29 18:35:00 DEBUG[3057331120]: app.c:1205 opbx_separate_app_args: argc:
2
Aug 29 18:35:00 DEBUG[3057331120]: app.c:1207 opbx_separate_app_args:
argv[0]: 111
Aug 29 18:35:00 DEBUG[3057331120]: app.c:1207 opbx_separate_app_args:
argv[1]: S
Aug 29 18:35:00 NOTICE[3057331120]: member.c:339 member_exec: Launching
NConference $Revision: 3609 $
Aug 29 18:35:00 NOTICE[3057331120]: member.c:652 create_member: attempting
to parse passed params, stringp => 111
Aug 29 18:35:00 NOTICE[3057331120]: member.c:695 create_member: parsed data
params, id => 111, flags => , pin

I took a look into apps/nconference/member.c:652, the parsing code looks
like:

if ( ( token = strsep( &stringp, "/" ) ) != NULL ) {
....
}



-- 
Regards,
            Dmitry
_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to