[asterisk-dev] MeetMe: Development Request (and Bounty)
Olle E. Johansson
oej at edvina.net
Mon Mar 7 15:29:41 CST 2011
7 mar 2011 kl. 19.08 skrev Klaus Darilion:
>
>
> Am 07.03.2011 18:23, schrieb Nicholas Blasgen:
>> I'm looking for someone to patch MeetMe to support presence information on
>> the state of the phone line. In short, a phone call with ringing out of
>> band is not heard on a MeetMe channel. If you were to create
>> an extension similar to this:
>>
>> 500,1,Answer()
>> 500,2,Dial(SIP/100)
>>
>> And then originate a call between that extension and a meetme channel, there
>> would be silence heard on the meetme channel. The desired outcome would be
>> to hear the ring, ring sound. I've seen this "bug" brought up on Asterisk's
>> bug tracker but it seems that it's intended for some reason (due to MeetMe
>> not caring about the state of the phone line), but I would like to change
>> that. We're all not a fan of added configuration flags, but if it's true
>> that this is an intended outcome, then I see no other suggestion than to add
>> a new flag. So I'd propose adding a flag to the MeetMe configuration file
>> that allows the admin to configure whether MeetMe generattes sound for out
>> of band calls.
>
> IMO it is not Meetme's task to generate a ringback tone. As the "bad
> thing" happens on the other side.
>
> What about:
>
> 500,1,Answer()
> 500,2,Dial(SIP/100,r)
>
> or
>
> 500,1,Answer()
> 500,2,PlayTones(ring)
> 500,3,Dial(SIP/100)
>
What you're doing here is faking ringing, which is not what was needed...
One really needs to hear media, busy or ringback tone from the other end.
Cheers,
/O
More information about the asterisk-dev
mailing list