Re: [asterisk-users] Update Caller-ID after Dial()

2009-06-17 Thread Benny Amorsen
Danny Nicholas da...@debsinc.com writes: In the B leg, check for the variable value instead of Callerid(num). What is needed is something that actually sends a SIP request to the phone to update the caller-ID on the display. Changing a variable won't do that. /Benny

Re: [asterisk-users] Update Caller-ID after Dial()

2009-06-17 Thread Benny Amorsen
Jared Smith jsm...@digium.com writes: Yes... that bug number spawned a *lot* of additional work for connected party information (transmission, reception, and updates) that recently went into the trunk of Asterisk. Those features will be available in the 1.6.3 branch of Asterisk, once it has

Re: [asterisk-users] Update Caller-ID after Dial()

2009-06-17 Thread Sean Bright
Benny Amorsen wrote: Does the patch use the non-standard Remote-Party-ID or the proper P-Asserted-Identity? That depends on the value specified for 'sendrpid' in sip.conf. sendrpid=pai ; This will use P-Asserted-Identity sendrpid=rpid ; This will use Remote-Party-ID (the default) -- Sean

[asterisk-users] Update Caller-ID after Dial()

2009-06-16 Thread Philipp Kempgen
Can you confirm that currently there is no way to update the caller ID via the manager interface once the B leg is ringing or connected? Looks like this would be feasible with the functions introduced in https://issues.asterisk.org/view.php?id=8824 ([patch] Remote (called) Party Identification -

Re: [asterisk-users] Update Caller-ID after Dial()

2009-06-16 Thread Danny Nicholas
: [asterisk-users] Update Caller-ID after Dial() Can you confirm that currently there is no way to update the caller ID via the manager interface once the B leg is ringing or connected? Looks like this would be feasible with the functions introduced in https://issues.asterisk.org/view.php?id=8824

Re: [asterisk-users] Update Caller-ID after Dial()

2009-06-16 Thread Philipp Kempgen
Philipp Kempgen wrote: Can you confirm that currently there is no way to update the caller ID via the manager interface once the B leg is ringing or connected? Looks like this would be feasible with the functions introduced in https://issues.asterisk.org/view.php?id=8824 ([patch] Remote

Re: [asterisk-users] Update Caller-ID after Dial()

2009-06-16 Thread Danny Nicholas
-Commercial Discussion Subject: Re: [asterisk-users] Update Caller-ID after Dial() Philipp Kempgen wrote: Can you confirm that currently there is no way to update the caller ID via the manager interface once the B leg is ringing or connected? Looks like this would be feasible

Re: [asterisk-users] Update Caller-ID after Dial()

2009-06-16 Thread Jared Smith
On Tue, 2009-06-16 at 13:02 +0200, Philipp Kempgen wrote: Can you confirm that currently there is no way to update the caller ID via the manager interface once the B leg is ringing or connected? Correct. Well, at least not with 1.6.0 or 1.6.1 or 1.6.2 branches. Looks like this would be